Searched defs:begin (Results 1 – 14 of 14) sorted by relevance
26 val begin = detailsFor<BeginSliceEvent>("tracing_mark_write: B|5000|hello world") in testBegin() constant
36 T* begin() const { return begin_; } in begin() function
133 Iterator begin() const { return Iterator(begin_); } in begin() function
103 T* begin() { return values_.get(); } in begin() function
31 public void begin(String appName) { in begin() method in MetricsReporter
139 var begin = i in add() variable
209 private static ByteBuffer slice(ByteBuffer buffer, int begin, int end) { in slice()
240 const dex::u2* begin = ir_code->instructions.begin(); in DissasembleBytecode() local277 const dex::u2* begin = ir_method->code->instructions.begin(); in FixupSwitches() local
528 dex::u2* const begin = bytecode_.ptr<dex::u2>(0); in FixupSwitchOffsets() local
317 int begin = loopSummaries.size() > 2 ? 1 : 0; in createPerformanceReport() local
108 var begin: Int in findDocumentation() variable
745 var begin = 0 in createList() variable
929 val begin = suffix.indexOf('(') in expandArgumentList() constant
1385 def RemoveMultiLineCommentsFromRange(lines, begin, end): argument