/tools/dexter/slicer/export/slicer/ |
D | intrusive_list.h | 85 Iterator InsertBefore(T* pos, T* p) { in InsertBefore() argument 89 assert(pos != nullptr); in InsertBefore() 90 p->prev = pos->prev; in InsertBefore() 91 if (pos == begin_) { in InsertBefore() 92 assert(pos->prev == nullptr); in InsertBefore() 95 assert(pos->prev != nullptr); in InsertBefore() 98 p->next = pos; in InsertBefore() 99 pos->prev = p; in InsertBefore() 103 Iterator InsertAfter(T* pos, T* p) { in InsertAfter() argument 107 assert(pos != nullptr); in InsertAfter() [all …]
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLevelUtility.java | 45 int pos = shellOutput.indexOf(STREAM_MUSIC); in extractDeviceHeadsetLevelFromAdbShell() local 46 if (pos != -1) { in extractDeviceHeadsetLevelFromAdbShell() 47 pos = shellOutput.indexOf(HEADSET, pos); in extractDeviceHeadsetLevelFromAdbShell() 48 if (pos != -1) { in extractDeviceHeadsetLevelFromAdbShell() 49 final int start = pos + HEADSET.length(); in extractDeviceHeadsetLevelFromAdbShell()
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | relay_board.py | 43 for pos in self.get_relay_position_list(): 44 self.relays[pos] = Relay(self, pos)
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | PropertyChanger.java | 56 int pos = line.indexOf('='); in changeProperties() local 57 if (pos != -1) { in changeProperties() 58 String name = line.substring(0, pos); in changeProperties()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | PropertyChangerTest.java | 98 int pos = line.indexOf('='); in verifyProperties() local 99 String name = line.substring(0, pos); in verifyProperties() 100 String value = line.substring(pos + 1); in verifyProperties()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | UiAutomatorRunner.java | 149 int pos = className.lastIndexOf('.'); in setClassName() local 151 if (pos == -1) { in setClassName() 154 mPackageName = className.substring(0, pos); in setClassName()
|
D | GTest.java | 467 int pos = fullPath.lastIndexOf('/'); in getFileName() local 468 if (pos == -1) { in getFileName() 471 String fileName = fullPath.substring(pos + 1); in getFileName()
|
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/ |
D | ApiFile.java | 101 pkg = new TextPackageItem(api, name, tokenizer.pos()); in parsePackage() 220 cl = new TextClassItem(api, tokenizer.pos(), isPublic, isProtected, in parseClass() 398 /*thrownExceptions*/ tokenizer.pos(), annotations); in parseConstructor() 521 returnType, tokenizer.pos(), annotations); in parseMethod() 650 isTransient, isVolatile, typeInfo, v, tokenizer.pos(), in parseField() 794 tokenizer.pos(), in parseParameterList() 851 public SourcePositionInfo pos() { in pos() method in ApiFile.Tokenizer
|
/tools/repohooks/tools/ |
D | cpplint.py | 1592 def CloseExpression(clean_lines, linenum, pos): argument 1616 if (line[pos] not in '({[<') or Match(r'<[<=]', line[pos:]): 1620 (end_pos, stack) = FindEndOfExpressionInLine(line, pos, []) 1713 def ReverseCloseExpression(clean_lines, linenum, pos): argument 1731 if line[pos] not in ')}]>': 1735 (start_pos, stack) = FindStartOfExpressionInLine(line, pos, []) 2468 def InTemplateArgumentList(self, clean_lines, linenum, pos): argument 2481 match = Match(r'^[^{};=\[\]\.<>]*(.)', line[pos:]) 2484 pos = 0 2487 pos += len(match.group(0)) [all …]
|
/tools/metalava/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoagent.jar | ... newValue
java.util.regex.Matcher m
int pos
java.util.Map$Entry entry
java. ... |
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 176 --provider-pos Position / priority at which to install this provider in
|