/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 77 const char** nextName ); 153 const char** nextName ) in getNextLevel() argument 156 *nextName = strchr(name, TEST_SEPARATOR); in getNextLevel() 158 if( *nextName != 0 ) in getNextLevel() 161 *nameLen = (int)((*nextName) - name); in getNextLevel() 162 (*nextName)++; /* skip '/' */ in getNextLevel() 224 const char* nextName; in addTestNode() local 239 getNextLevel ( name, &nameLen, &nextName ); in addTestNode() 251 getNextLevel(name, &nameLen, &nextName); in addTestNode() 257 name = nextName; in addTestNode() [all …]
|
/external/proguard/src/proguard/obfuscate/ |
D | SpecialNameFactory.java | 56 public String nextName() in nextName() method in SpecialNameFactory 58 return nameFactory.nextName() + SPECIAL_SUFFIX; in nextName() 80 System.out.println("["+factory.nextName()+"]"); in main()
|
D | DictionaryNameFactory.java | 148 public String nextName() in nextName() method in DictionaryNameFactory 163 name = nameFactory.nextName(); in nextName() 181 System.out.println("["+factory.nextName()+"]"); in main()
|
D | SimpleNameFactory.java | 71 public String nextName() in nextName() method in SimpleNameFactory 153 System.out.println(" ["+factory.nextName()+"]"); in printNameSamples()
|
D | NameFactory.java | 33 public String nextName(); in nextName() method
|
D | NumericNameFactory.java | 42 public String nextName() in nextName() method in NumericNameFactory
|
D | ClassObfuscator.java | 412 packageNameFactory.nextName() + in generateUniquePackagePrefix() 485 classNameFactory.nextName(); in generateUniqueClassName()
|
D | MemberObfuscator.java | 105 newName = nameFactory.nextName(); in visitAnyMember()
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
D | IoUtil.java | 99 final String nextName = sortedList.get(i+1).getName(); in copyZipWithoutEmptyDirectories() local 100 isEmptyDirectory = !nextName.startsWith(name); in copyZipWithoutEmptyDirectories()
|
/external/boringssl/src/crypto/obj/ |
D | objects.go | 210 var module, nextName string 251 nextName = sanitizeName(args[1]) 255 if len(nextName) != 0 { 281 obj := object{name: nextName} 282 nextName = ""
|
/external/vogar/src/vogar/ |
D | OutcomeStore.java | 98 String outcomeName = in.nextName(); in loadOutcomes() 108 String fieldName = in.nextName(); in loadOutcomes()
|
D | ExpectationStore.java | 160 String name = reader.nextName(); in readExpectation()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowJsonReaderTest.java | 16 assertThat(jsonReader.nextName()).isEqualTo("abc"); in shouldWork()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
D | SevenZFile.java | 789 int nextName = 0; in readFilesInfo() local 792 … files[nextFile++].setName(new String(names, nextName, i-nextName, CharsetNames.UTF_16LE)); in readFilesInfo() 793 nextName = i + 2; in readFilesInfo() 796 if (nextName != names.length || nextFile != files.length) { in readFilesInfo()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | JsonParser.java | 84 String name = jr.nextName(); in parseJsonObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1131 std::string nextName; in createCatchWrappedInvokeFunction() local 1143 nextName = "finally", in createCatchWrappedInvokeFunction() 1153 nextName = ourTypeInfoNames[exceptionTypesToCatch[i]]; in createCatchWrappedInvokeFunction() 1160 nextName, in createCatchWrappedInvokeFunction()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1182 std::string nextName; in createCatchWrappedInvokeFunction() local 1194 nextName = "finally", in createCatchWrappedInvokeFunction() 1204 nextName = ourTypeInfoNames[exceptionTypesToCatch[i]]; in createCatchWrappedInvokeFunction() 1211 nextName, in createCatchWrappedInvokeFunction()
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1170 std::string nextName; in createCatchWrappedInvokeFunction() local 1184 nextName = "finally", in createCatchWrappedInvokeFunction() 1196 nextName = ourTypeInfoNames[exceptionTypesToCatch[i]]; in createCatchWrappedInvokeFunction() 1203 nextName, in createCatchWrappedInvokeFunction()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | KeymanCheck.java | 79 String name = reader.nextName(); in prettyprint()
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
D | AddAnnotation.java | 140 String name = reader.nextName(); in fromJsonFile()
|