Home
last modified time | relevance | path

Searched defs:End (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/build/blueprint/parser/
H A Dast.go54 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 Dmodify.go61 Start, End int member
/aosp12/build/soong/androidmk/parser/
H A Dast.go49 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 Dmake_strings.go57 func (ms *MakeString) End() Pos { func
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.h34 virtual std::string End() { return {}; } in End() function
50 std::string End() { return impl_->End(); } in End() function
/aosp12/art/dexlayout/
H A Ddex_container.h53 uint8_t* End() { in End() function
/aosp12/build/soong/ui/tracer/
H A Dmicrofactory.go28 End uint64 member
H A Dtracer.go229 func (t *tracerImpl) End(thread Thread) { func
/aosp12/system/logging/logd/
H A DReplayMessages.cpp157 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 Dimmune_region.h64 mirror::Object* End() const { in End() function
/aosp12/bionic/libc/bionic/
H A Dbionic_systrace.cpp100 void ScopedTrace::End() { in End() function in ScopedTrace
/aosp12/frameworks/base/libs/hwui/
H A DAnimator.h160 enum class Request { Start, Reverse, Reset, Cancel, End }; enumerator
169 End enumerator
/aosp12/build/soong/ui/metrics/
H A Devent.go146 func (t *EventTracer) End(tracer.Thread) soong_metrics_proto.PerfInfo { func
/aosp12/art/runtime/
H A Delf_file_impl.h70 uint8_t* End() const { in End() function
/aosp12/art/runtime/gc/space/
H A Dlarge_object_space.h92 uint8_t* End() const { in End() function
/aosp12/art/compiler/debug/
H A Delf_debug_line_writer.h269 void End() { in End() function
/aosp12/art/runtime/gc/allocator/
H A Drosalloc.h72 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 Dmem_map.h251 uint8_t* End() const { in End() function
/aosp12/art/runtime/gc/accounting/
H A Datomic_stack.h183 StackReference<T>* End() const { in End() function
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h145 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { in getFunctionConstantRange()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h145 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { in getFunctionConstantRange()
/aosp12/art/compiler/utils/
H A Dswap_space.h57 uintptr_t End() const { in End() function
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h148 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { in getFunctionConstantRange()
/aosp12/art/runtime/gc/
H A Dallocation_record.h278 EntryList::iterator End() in End() function
/aosp12/art/runtime/base/
H A Dtiming_logger.cc57 void CumulativeLogger::End() { in End() function in art::CumulativeLogger

12