Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 27) sorted by relevance

12

/tools/apksig/src/test/java/com/android/apksig/internal/util/
DChainedDataSourceTest.java51 for (int begin = 0; begin < mChain.size(); begin++) { in feedAllPossibleRanges()
52 for (int end = begin + 1; end < mChain.size(); end++) { in feedAllPossibleRanges()
53 int size = end - begin; in feedAllPossibleRanges()
55 mChain.feed(begin, size, sink); in feedAllPossibleRanges()
57 ByteBuffer.wrap("1234567890".substring(begin, end).getBytes(US_ASCII)), in feedAllPossibleRanges()
69 for (int begin = 0; begin < mChain.size(); begin++) { in getByteBufferFromAllPossibleRanges()
70 for (int end = begin + 1; end < mChain.size(); end++) { in getByteBufferFromAllPossibleRanges()
71 int size = end - begin; in getByteBufferFromAllPossibleRanges()
72 ByteBuffer buffer = mChain.getByteBuffer(begin, size); in getByteBufferFromAllPossibleRanges()
74 ByteBuffer.wrap("1234567890".substring(begin, end).getBytes(US_ASCII)), in getByteBufferFromAllPossibleRanges()
[all …]
/tools/dexter/testdata/expected/
Dhello_nodebug.verbose_cfg4 ............................. begin block 1 .............................
11 ............................. begin block 2 .............................
15 ............................. begin block 3 .............................
22 ............................. begin block 1 .............................
27 ............................. begin block 2 .............................
34 ............................. begin block 1 .............................
39 ............................. begin block 2 .............................
46 ............................. begin block 1 .............................
51 ............................. begin block 2 .............................
54 ............................. begin block 3 .............................
[all …]
Dtry_catch.verbose_cfg4 ............................. begin block 1 .............................
14 ............................. begin block 2 .............................
21 ............................. begin block 1 .............................
31 ............................. begin block 2 .............................
38 ............................. begin block 1 .............................
48 ............................. begin block 2 .............................
55 ............................. begin block 1 .............................
66 ............................. begin block 2 .............................
71 ............................. begin block 3 .............................
76 ............................. begin block 4 .............................
[all …]
Dexit_hooks.verbose_cfg4 ............................. begin block 1 .............................
14 ............................. begin block 2 .............................
21 ............................. begin block 1 .............................
31 ............................. begin block 2 .............................
34 ............................. begin block 3 .............................
37 ............................. begin block 4 .............................
41 ............................. begin block 5 .............................
45 ............................. begin block 6 .............................
48 ............................. begin block 7 .............................
51 ............................. begin block 8 .............................
[all …]
Dentry_hooks.verbose_cfg4 ............................. begin block 1 .............................
14 ............................. begin block 2 .............................
21 ............................. begin block 1 .............................
35 ............................. begin block 2 .............................
38 ............................. begin block 3 .............................
42 ............................. begin block 4 .............................
50 ............................. begin block 5 .............................
54 ............................. begin block 6 .............................
62 ............................. begin block 7 .............................
65 ............................. begin block 8 .............................
[all …]
Dtry_catch.compact_cfg4 ............................. begin block 1 .............................
19 ............................. begin block 1 .............................
34 ............................. begin block 1 .............................
49 ............................. begin block 1 .............................
60 ............................. begin block 2 .............................
65 ............................. begin block 3 .............................
70 ............................. begin block 4 .............................
76 ............................. begin block 5 .............................
87 ............................. begin block 6 .............................
97 ............................. begin block 7 .............................
[all …]
Dexit_hooks.compact_cfg4 ............................. begin block 1 .............................
19 ............................. begin block 1 .............................
43 ............................. begin block 1 .............................
134 ............................. begin block 1 .............................
147 ............................. begin block 2 .............................
152 ............................. begin block 3 .............................
157 ............................. begin block 4 .............................
165 ............................. begin block 5 .............................
172 ............................. begin block 6 .............................
189 ............................. begin block 1 .............................
[all …]
Dmin.verbose_cfg4 ............................. begin block 1 .............................
13 ............................. begin block 2 .............................
Dentry_hooks.compact_cfg4 ............................. begin block 1 .............................
19 ............................. begin block 1 .............................
61 ............................. begin block 1 .............................
76 ............................. begin block 1 .............................
120 ............................. begin block 1 .............................
135 ............................. begin block 1 .............................
173 ............................. begin block 1 .............................
207 ............................. begin block 1 .............................
226 ............................. begin block 1 .............................
247 ............................. begin block 1 .............................
[all …]
Dmin.compact_cfg4 ............................. begin block 1 .............................
/tools/metalava/src/main/java/com/android/tools/metalava/
DAndroidApiChecks.kt109 var begin: Int in findDocumentation() variable
112 begin = doc.indexOf("@return") in findDocumentation()
114 begin = 0 in findDocumentation()
116 begin = doc.indexOf(tag, begin) in findDocumentation()
117 if (begin == -1) { in findDocumentation()
123 for (i in begin - 1 downTo 0) { in findDocumentation()
127 begin = i - 5 in findDocumentation()
138 begin += tag.length in findDocumentation()
142 if (begin == -1) { in findDocumentation()
150 for (i in begin + 1 until doc.length) { in findDocumentation()
[all …]
/tools/dexter/slicer/
Ddex_ir.cc116 std::sort(items.begin(), items.end(), comp); in IndexItems()
163 std::sort(fields->begin(), fields->end(), in SortEncodedFields()
172 std::sort(methods->begin(), methods->end(), in SortEncodedMethods()
220 aParamTypes.begin(), aParamTypes.end(), bParamTypes.begin(), in Normalize()
274 std::sort(elements.begin(), elements.end(), in Normalize()
284 std::sort(annotations.begin(), annotations.end(), in Normalize()
295 std::sort(field_annotations.begin(), field_annotations.end(), in Normalize()
303 std::sort(method_annotations.begin(), method_annotations.end(), in Normalize()
311 std::sort(param_annotations.begin(), param_annotations.end(), in Normalize()
Dcode_ir.cc240 const dex::u2* begin = ir_code->instructions.begin(); in DissasembleBytecode() local
242 const dex::u2* ptr = begin; in DissasembleBytecode()
248 dex::u4 offset = ptr - begin; in DissasembleBytecode()
277 const dex::u2* begin = ir_method->code->instructions.begin(); in FixupSwitches() local
282 begin + fixup.first); in FixupSwitches()
288 begin + fixup.first); in FixupSwitches()
297 SLICER_CHECK(std::is_sorted(extra.begin(), extra.end(), in MergeInstructions()
302 auto instrIt = instructions.begin(); in MergeInstructions()
303 auto extraIt = extra.begin(); in MergeInstructions()
Dinstrumentation.cc39 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in Apply()
197 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in Apply()
314 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in ShiftParams()
327 auto first_instr = code_ir->instructions.begin(); in ShiftParams()
Dbytecode_encoder.cc528 dex::u2* const begin = bytecode_.ptr<dex::u2>(0); in FixupSwitchOffsets() local
529 dex::u2* const end = begin + bytecode_.size() / 2; in FixupSwitchOffsets()
530 dex::u2* ptr = begin; in FixupSwitchOffsets()
533 const auto offset = ptr - begin; in FixupSwitchOffsets()
Dreader.cc879 const dex::u2* ptr = code.begin(); in ParseInstructions()
Dwriter.cc418 std::sort(map_items.begin(), map_items.end(), in CreateMapSection()
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino15 Serial.begin(9600);
22 Udp.begin(localPort);
33 WiFi.begin(ssid, password);
/tools/dexter/slicer/export/slicer/
Darrayview.h36 T* begin() const { return begin_; } in begin() function
Dwriter.h103 T* begin() { return values_.get(); } in begin() function
104 T* end() { return begin() + count_; } in end()
Dintrusive_list.h133 Iterator begin() const { return Iterator(begin_); } in begin() function
/tools/dexter/dexter/
Dexperimental.cc65 auto it = code_ir.instructions.begin(); in StressWrapInvoke()
94 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in StressWrapInvoke()
155 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in StressEntryHook()
374 dex::u4 scratch_reg = *alloc_regs.ScratchRegs().begin(); in CodeCoverage()
/tools/test/connectivity/acts/tests/google/net/arduino/disconnect_wifi/
Ddisconnect_wifi.ino5 Serial.begin(9600);
/tools/tradefederation/core/atest/
DREADME.md10 Curious about how atest works? Want to add a feature but not sure where to begin? [Go here.](./docs…
/tools/repohooks/tools/
Dcpplint.py1379 def RemoveMultiLineCommentsFromRange(lines, begin, end): argument
1383 for i in range(begin, end):

12