Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 120) sorted by relevance

12345

/tools/dexter/testdata/expected/
Dexit_hooks.verbose_cfg13 .............................. end block 1 ..............................
16 .............................. end block 2 ..............................
30 .............................. end block 1 ..............................
33 .............................. end block 2 ..............................
36 .............................. end block 3 ..............................
40 .............................. end block 4 ..............................
44 .............................. end block 5 ..............................
47 .............................. end block 6 ..............................
50 .............................. end block 7 ..............................
54 .............................. end block 8 ..............................
[all …]
Dhello_nodebug.verbose_cfg10 .............................. end block 1 ..............................
14 .............................. end block 2 ..............................
17 .............................. end block 3 ..............................
26 .............................. end block 1 ..............................
29 .............................. end block 2 ..............................
38 .............................. end block 1 ..............................
41 .............................. end block 2 ..............................
50 .............................. end block 1 ..............................
53 .............................. end block 2 ..............................
56 .............................. end block 3 ..............................
[all …]
Dhello.verbose_cfg17 .............................. end block 1 ..............................
21 .............................. end block 2 ..............................
24 .............................. end block 3 ..............................
38 .............................. end block 1 ..............................
41 .............................. end block 2 ..............................
55 .............................. end block 1 ..............................
58 .............................. end block 2 ..............................
74 .............................. end block 1 ..............................
78 .............................. end block 2 ..............................
81 .............................. end block 3 ..............................
[all …]
Dentry_hooks.verbose_cfg13 .............................. end block 1 ..............................
16 .............................. end block 2 ..............................
34 .............................. end block 1 ..............................
37 .............................. end block 2 ..............................
41 .............................. end block 3 ..............................
49 .............................. end block 4 ..............................
53 .............................. end block 5 ..............................
61 .............................. end block 6 ..............................
64 .............................. end block 7 ..............................
72 .............................. end block 8 ..............................
[all …]
Dtry_catch.verbose_cfg13 .............................. end block 1 ..............................
16 .............................. end block 2 ..............................
30 .............................. end block 1 ..............................
33 .............................. end block 2 ..............................
47 .............................. end block 1 ..............................
50 .............................. end block 2 ..............................
65 .............................. end block 1 ..............................
70 .............................. end block 2 ..............................
75 .............................. end block 3 ..............................
81 .............................. end block 4 ..............................
[all …]
Dmedium.compact_cfg20 .............................. end block 1 ..............................
34 .............................. end block 1 ..............................
48 .............................. end block 1 ..............................
61 .............................. end block 1 ..............................
75 .............................. end block 1 ..............................
91 .............................. end block 1 ..............................
153 .............................. end block 1 ..............................
165 .............................. end block 1 ..............................
211 .............................. end block 1 ..............................
224 .............................. end block 1 ..............................
[all …]
Dmi.verbose_cfg10 .............................. end block 1 ..............................
13 .............................. end block 2 ..............................
26 .............................. end block 1 ..............................
42 .............................. end block 1 ..............................
46 .............................. end block 2 ..............................
50 .............................. end block 3 ..............................
54 .............................. end block 4 ..............................
66 .............................. end block 1 ..............................
69 .............................. end block 2 ..............................
74 .............................. end block 3 ..............................
[all …]
Dtry_catch.compact_cfg14 .............................. end block 1 ..............................
29 .............................. end block 1 ..............................
44 .............................. end block 1 ..............................
59 .............................. end block 1 ..............................
64 .............................. end block 2 ..............................
69 .............................. end block 3 ..............................
75 .............................. end block 4 ..............................
86 .............................. end block 5 ..............................
96 .............................. end block 6 ..............................
103 .............................. end block 7 ..............................
[all …]
Dexit_hooks.compact_cfg14 .............................. end block 1 ..............................
38 .............................. end block 1 ..............................
129 .............................. end block 1 ..............................
146 .............................. end block 1 ..............................
151 .............................. end block 2 ..............................
156 .............................. end block 3 ..............................
164 .............................. end block 4 ..............................
171 .............................. end block 5 ..............................
178 .............................. end block 6 ..............................
201 .............................. end block 1 ..............................
[all …]
Dentry_hooks.compact_cfg14 .............................. end block 1 ..............................
56 .............................. end block 1 ..............................
71 .............................. end block 1 ..............................
115 .............................. end block 1 ..............................
130 .............................. end block 1 ..............................
168 .............................. end block 1 ..............................
202 .............................. end block 1 ..............................
221 .............................. end block 1 ..............................
242 .............................. end block 1 ..............................
265 .............................. end block 1 ..............................
[all …]
Dhello_nodebug.compact_cfg13 .............................. end block 1 ..............................
23 .............................. end block 1 ..............................
33 .............................. end block 1 ..............................
58 .............................. end block 1 ..............................
68 .............................. end block 1 ..............................
92 .............................. end block 1 ..............................
102 .............................. end block 1 ..............................
149 .............................. end block 1 ..............................
170 .............................. end block 1 ..............................
176 .............................. end block 2 ..............................
[all …]
/tools/apksig/src/test/java/com/android/apksig/internal/util/
DChainedDataSourceTest.java52 for (int end = begin + 1; end < mChain.size(); end++) { in feedAllPossibleRanges()
53 int size = end - begin; in feedAllPossibleRanges()
57 ByteBuffer.wrap("1234567890".substring(begin, end).getBytes(US_ASCII)), in feedAllPossibleRanges()
70 for (int end = begin + 1; end < mChain.size(); end++) { in getByteBufferFromAllPossibleRanges()
71 int size = end - begin; in getByteBufferFromAllPossibleRanges()
74 ByteBuffer.wrap("1234567890".substring(begin, end).getBytes(US_ASCII)), in getByteBufferFromAllPossibleRanges()
88 for (int end = begin + 1; end < mChain.size(); end++) { in copyTo()
89 int size = end - begin; in copyTo()
96 ByteBuffer.wrap("1234567890".substring(begin, end).getBytes(US_ASCII)), in copyTo()
105 for (int end = begin + 1; end < mChain.size(); end++) { in slice()
[all …]
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DFileUseMapEntry.java58 private final long end; field in FileUseMapEntry
73 private FileUseMapEntry(long start, long end, @Nullable T store) { in FileUseMapEntry() argument
75 Preconditions.checkArgument(end > start, "end <= start"); in FileUseMapEntry()
78 this.end = end; in FileUseMapEntry()
89 public static FileUseMapEntry<Object> makeFree(long start, long end) { in makeFree() argument
90 return new FileUseMapEntry<>(start, end, null); in makeFree()
102 public static <T> FileUseMapEntry<T> makeUsed(long start, long end, @Nonnull T store) { in makeUsed() argument
104 return new FileUseMapEntry<>(start, end, store); in makeUsed()
123 return end; in getEnd()
132 return end - start; in getSize()
[all …]
DFileUseMap.java177 <T> FileUseMapEntry<T> add(long start, long end, @Nonnull T store) {
179 Preconditions.checkArgument(end > start, "end < start");
181 FileUseMapEntry<T> entry = FileUseMapEntry.makeUsed(start, end, store);
219 long end = entry.getEnd(); in split() local
223 Verify.verify(start < end, "start >= end"); in split()
224 Verify.verify(farEnd >= end, "farEnd < end"); in split()
233 if (end < farEnd) { in split()
234 result.add(FileUseMapEntry.makeFree(end, farEnd)); in split()
263 long end = entry.getEnd(); in coalesce() local
264 if (end < size) { in coalesce()
[all …]
/tools/security/fuzzing/orphans/libcppbor/
Dcppbor_parse_fuzzer.cpp35 const uint8_t* end = data + size; in FuzzParse() local
36 while (cursor < end) { in FuzzParse()
37 auto [item, newPos, errMsg] = parse(cursor, end); in FuzzParse()
47 const uint8_t* end = data + size; in FuzzParseWithViews() local
48 while (cursor < end) { in FuzzParseWithViews()
49 auto [item, newPos, errMsg] = parseWithViews(cursor, end); in FuzzParseWithViews()
58 const uint8_t* end = data + size; in FuzzParseWithClient() local
60 parse(data, end, &parseClient); in FuzzParseWithClient()
64 const uint8_t* end = data + size; in FuzzParseWithClientAndViews() local
66 parseWithViews(data, end, &parseClient); in FuzzParseWithClientAndViews()
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_config.py34 end=None, argument
63 if end:
64 self.end = end
66 self.end = self.network[-2]
68 if not self.end in self.network:
70 if self.end.is_reserved:
72 if self.end < self.start:
77 if router >= self.start and router <= self.end:
88 if host < self.start or host > self.end:
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DJavadoc.kt342 val end = html.indexOf("-->", offset + 3) in getBodyContents() constant
343 if (end == -1) { in getBodyContents()
346 offset = end + 3 in getBodyContents()
351 val end = html.indexOf("]]>", offset + 8) in getBodyContents() constant
352 if (end == -1) { in getBodyContents()
356 offset = end + 3 in getBodyContents()
360 val end = html.indexOf('>', offset + 2) in getBodyContents() constant
361 if (end == -1) { in getBodyContents()
365 offset = end + 1 in getBodyContents()
377 val end = html.indexOf('>', offset + 2) in getBodyContents() constant
[all …]
DPsiItem.kt178 val end = documentation.lastIndexOf("*/") in addUniqueTag() constant
179 … return "/**\n *" + documentation.substring(3, end) + "\n * $tagSection $commentLine\n */" in addUniqueTag()
182 var end = documentation.lastIndexOf("*/") in addUniqueTag() variable
183 while (end > 0 && documentation[end - 1].isWhitespace() && in addUniqueTag()
184 documentation[end - 1] != '\n') { in addUniqueTag()
185 end-- in addUniqueTag()
189 val insertNewLine: Boolean = documentation[end - 1] != '\n' in addUniqueTag()
212 …return documentation.substring(0, end) + (if (insertNewLine) "\n" else "") + indent + linePrefix +… in addUniqueTag()
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeItem.kt259 var end = s.indexOf('[') in markRecent() variable
260 if (end == -1) { in markRecent()
261 end = s.length in markRecent()
263 if (s[0].isUpperCase() && s.lastIndexOf('.', end) == -1) { in markRecent()
264 val v = s.substring(0, end) in markRecent()
269 return bounds.first().qualifiedName() + s.substring(end) in markRecent()
273 return JAVA_LANG_OBJECT + s.substring(end) in markRecent()
379 val end = findAnnotationEnd(s, index + 1) in markRecent() constant
381 s = s.substring(0, index).trim() + s.substring(end).trim() in markRecent()
395 val end = findAnnotationEnd(s, i + 1) in markRecent() constant
[all …]
DTextTypeParameterItem.kt135 var end = to in add() variable
136 while (end > i && s[end - 1].isWhitespace()) { in add()
137 end-- in add()
140 while (begin < end && s[begin].isWhitespace()) { in add()
143 if (begin == end) { in add()
146 val element = s.substring(begin, end) in add()
/tools/apksig/src/main/java/com/android/apksig/
DHints.java43 final long end; field in Hints.ByteRange
45 public ByteRange(long start, long end) { in ByteRange() argument
47 this.end = end; in ByteRange()
73 if (rangeIn.end - rangeIn.start < this.offset) { in ClampToAbsoluteByteRange()
77 long rangeOutSize = Math.min(rangeIn.end - rangeOutStart, in ClampToAbsoluteByteRange()
94 out.writeInt(clampToInt(pinByteRange.end - pinByteRange.start)); in encodeByteRangeList()
112 long end = Long.parseLong(fields[2]); in parsePinPatterns() local
113 pinPatterns.add(new PatternWithRange(fields[0], start, end - start)); in parsePinPatterns()
/tools/dexter/slicer/export/slicer/
Dbuffer.h132 dex::u1* end = dex::WriteULeb128(tmp, value); in PushULeb128() local
133 assert(end > tmp && end - tmp <= 4); in PushULeb128()
134 return Push(tmp, end - tmp); in PushULeb128()
139 dex::u1* end = dex::WriteSLeb128(tmp, value); in PushSLeb128() local
140 assert(end > tmp && end - tmp <= 4); in PushSLeb128()
141 return Push(tmp, end - tmp); in PushSLeb128()
/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()
221 bParamTypes.end(), 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()
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceLineTest.kt40 " next_pid=0 next_prio=120", line.functionDetailsReader.stringTo { end() }) in <lambda>()
56 line.functionDetailsReader.stringTo { end() }) in <lambda>()
73 " next_pid=0 next_prio=120", line.functionDetailsReader.stringTo { end() }) in <lambda>()
88 assertEquals("prev_pid=0", line.functionDetailsReader.stringTo { end() }) in <lambda>()
103 line.functionDetailsReader.stringTo { end() }) in <lambda>()
118 line.functionDetailsReader.stringTo { end() }) in <lambda>()
133 line.functionDetailsReader.stringTo { end() }) in <lambda>()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DAndroidBinXmlParser.java792 private static ByteBuffer sliceFromTo(ByteBuffer source, long start, long end) { in sliceFromTo() argument
796 if (end < start) { in sliceFromTo()
797 throw new IllegalArgumentException("end < start: " + end + " < " + start); in sliceFromTo()
800 if (end > source.capacity()) { in sliceFromTo()
801 throw new IllegalArgumentException("end > capacity: " + end + " > " + capacity); in sliceFromTo()
803 return sliceFromTo(source, (int) start, (int) end); in sliceFromTo()
812 private static ByteBuffer sliceFromTo(ByteBuffer source, int start, int end) { in sliceFromTo() argument
816 if (end < start) { in sliceFromTo()
817 throw new IllegalArgumentException("end < start: " + end + " < " + start); in sliceFromTo()
820 if (end > source.capacity()) { in sliceFromTo()
[all …]

12345