Home
last modified time | relevance | path

Searched defs:nextName (Results 1 – 14 of 14) sorted by relevance

/external/proguard/src/proguard/obfuscate/
DNameFactory.java33 public String nextName(); in nextName() method
DNumericNameFactory.java42 public String nextName() in nextName() method in NumericNameFactory
DSpecialNameFactory.java56 public String nextName() in nextName() method in SpecialNameFactory
DDictionaryNameFactory.java148 public String nextName() in nextName() method in DictionaryNameFactory
DSimpleNameFactory.java71 public String nextName() in nextName() method in SimpleNameFactory
/external/gson/gson/src/main/java/com/google/gson/internal/bind/
DJsonTreeReader.java169 private String nextName(boolean skipName) throws IOException { in nextName() method in JsonTreeReader
179 @Override public String nextName() throws IOException { in nextName() method in JsonTreeReader
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DIoUtil.java99 final String nextName = sortedList.get(i+1).getName(); in copyZipWithoutEmptyDirectories() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
DJsonUtf8Reader.java517 @Override public String nextName() throws IOException { in nextName() method in JsonUtf8Reader
563 String nextName = nextName(); in selectName() local
DJsonReader.java294 public abstract String nextName() throws IOException; in nextName() method in JsonReader
/external/cronet/third_party/icu/source/tools/ctestfw/
Dctest.c155 const char** nextName ) in getNextLevel()
226 const char* nextName; in addTestNode() local
580 const char* nextName; in getTest() local
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c179 const char** nextName ) in getNextLevel()
250 const char* nextName; in addTestNode() local
604 const char* nextName; in getTest() local
/external/gson/gson/src/main/java/com/google/gson/stream/
DJsonReader.java785 public String nextName() throws IOException { in nextName() method in JsonReader
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java789 int nextName = 0; in readFilesInfo() local
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1182 std::string nextName; in createCatchWrappedInvokeFunction() local