Home
last modified time | relevance | path

Searched refs:nextName (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/
Dctest.c77 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/
DSpecialNameFactory.java56 public String nextName() in nextName() method in SpecialNameFactory
58 return nameFactory.nextName() + SPECIAL_SUFFIX; in nextName()
80 System.out.println("["+factory.nextName()+"]"); in main()
DDictionaryNameFactory.java148 public String nextName() in nextName() method in DictionaryNameFactory
163 name = nameFactory.nextName(); in nextName()
181 System.out.println("["+factory.nextName()+"]"); in main()
DSimpleNameFactory.java71 public String nextName() in nextName() method in SimpleNameFactory
153 System.out.println(" ["+factory.nextName()+"]"); in printNameSamples()
DNameFactory.java33 public String nextName(); in nextName() method
DNumericNameFactory.java42 public String nextName() in nextName() method in NumericNameFactory
DClassObfuscator.java412 packageNameFactory.nextName() + in generateUniquePackagePrefix()
485 classNameFactory.nextName(); in generateUniqueClassName()
DMemberObfuscator.java105 newName = nameFactory.nextName(); in visitAnyMember()
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DIoUtil.java99 final String nextName = sortedList.get(i+1).getName(); in copyZipWithoutEmptyDirectories() local
100 isEmptyDirectory = !nextName.startsWith(name); in copyZipWithoutEmptyDirectories()
/external/boringssl/src/crypto/obj/
Dobjects.go210 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/
DOutcomeStore.java98 String outcomeName = in.nextName(); in loadOutcomes()
108 String fieldName = in.nextName(); in loadOutcomes()
DExpectationStore.java160 String name = reader.nextName(); in readExpectation()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowJsonReaderTest.java16 assertThat(jsonReader.nextName()).isEqualTo("abc"); in shouldWork()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java789 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/
DJsonParser.java84 String name = jr.nextName(); in parseJsonObject()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1131 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/
DExceptionDemo.cpp1182 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/
DExceptionDemo.cpp1170 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/
DKeymanCheck.java79 String name = reader.nextName(); in prettyprint()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DAddAnnotation.java140 String name = reader.nextName(); in fromJsonFile()