/aosp12/build/blueprint/parser/ |
H A D | ast.go | 54 func (a *Assignment) End() scanner.Position { return a.Value.End() } func 87 func (m *Module) End() scanner.Position { return m.Map.End() } func 108 func (p *Property) End() scanner.Position { return p.Value.End() } func 212 func (x *Operator) End() scanner.Position { return x.Args[1].End() } func 226 func (x *Variable) End() scanner.Position { return endPos(x.NamePos, len(x.Name)) } func 250 func (x *Map) End() scanner.Position { return endPos(x.RBracePos, 1) } func 308 func (x *List) End() scanner.Position { return endPos(x.RBracePos, 1) } func 366 func (x *Int64) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) } func 392 func (x *Bool) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) } func 427 func (c Comment) End() scanner.Position { func [all …]
|
H A D | modify.go | 61 Start, End int member
|
/aosp12/build/soong/androidmk/parser/ |
H A D | ast.go | 49 func (x *Assignment) End() Pos { return x.Value.End() } func 61 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) } func 75 func (x *Directive) End() Pos { func 98 func (x *Rule) End() Pos { return Pos(int(x.RecipePos) + len(x.Recipe)) } func 105 func (x *Variable) End() Pos { return x.Name.End() } func
|
H A D | make_strings.go | 57 func (ms *MakeString) End() Pos { func
|
/aosp12/frameworks/base/tools/aapt2/compile/ |
H A D | Pseudolocalizer.h | 34 virtual std::string End() { return {}; } in End() function 50 std::string End() { return impl_->End(); } in End() function
|
/aosp12/art/dexlayout/ |
H A D | dex_container.h | 53 uint8_t* End() { in End() function
|
/aosp12/build/soong/ui/tracer/ |
H A D | microfactory.go | 28 End uint64 member
|
H A D | tracer.go | 229 func (t *tracerImpl) End(thread Thread) { func
|
/aosp12/system/logging/logd/ |
H A D | ReplayMessages.cpp | 157 virtual void End() {} in End() function in Operation 323 void End() override { in End() function in PrintLogs 351 void End() override { in End() function in PrintLatency 391 void End() override { in End() function in PrintAllLogs
|
/aosp12/art/runtime/gc/collector/ |
H A D | immune_region.h | 64 mirror::Object* End() const { in End() function
|
/aosp12/bionic/libc/bionic/ |
H A D | bionic_systrace.cpp | 100 void ScopedTrace::End() { in End() function in ScopedTrace
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | Animator.h | 160 enum class Request { Start, Reverse, Reset, Cancel, End }; enumerator 169 End enumerator
|
/aosp12/build/soong/ui/metrics/ |
H A D | event.go | 146 func (t *EventTracer) End(tracer.Thread) soong_metrics_proto.PerfInfo { func
|
/aosp12/art/runtime/ |
H A D | elf_file_impl.h | 70 uint8_t* End() const { in End() function
|
/aosp12/art/runtime/gc/space/ |
H A D | large_object_space.h | 92 uint8_t* End() const { in End() function
|
/aosp12/art/compiler/debug/ |
H A D | elf_debug_line_writer.h | 269 void End() { in End() function
|
/aosp12/art/runtime/gc/allocator/ |
H A D | rosalloc.h | 72 void* End(RosAlloc* rosalloc) REQUIRES(rosalloc->lock_) { in End() function 392 void* End() { in End() function 777 uint8_t* End() { return base_ + capacity_; } in End() function
|
/aosp12/art/libartbase/base/ |
H A D | mem_map.h | 251 uint8_t* End() const { in End() function
|
/aosp12/art/runtime/gc/accounting/ |
H A D | atomic_stack.h | 183 StackReference<T>* End() const { in End() function
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ValueEnumerator.h | 145 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { in getFunctionConstantRange()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | ValueEnumerator.h | 145 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { in getFunctionConstantRange()
|
/aosp12/art/compiler/utils/ |
H A D | swap_space.h | 57 uintptr_t End() const { in End() function
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | ValueEnumerator.h | 148 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { in getFunctionConstantRange()
|
/aosp12/art/runtime/gc/ |
H A D | allocation_record.h | 278 EntryList::iterator End() in End() function
|
/aosp12/art/runtime/base/ |
H A D | timing_logger.cc | 57 void CumulativeLogger::End() { in End() function in art::CumulativeLogger
|