/external/turbine/java/com/google/turbine/options/ |
D | TurbineOptionsParser.java | 65 builder.setSourceJars(readList(argumentDeque)); in parse() 72 builder.addProcessors(readList(argumentDeque)); in parse() 75 builder.addProcessorPathEntries(readList(argumentDeque)); in parse() 78 builder.addClassPathEntries(readList(argumentDeque)); in parse() 81 builder.addBootClassPathEntries(readList(argumentDeque)); in parse() 97 builder.addSources(readList(argumentDeque)); in parse() 103 builder.addDirectJars(readList(argumentDeque)); in parse() 106 builder.addAllDepsArtifacts(readList(argumentDeque)); in parse() 180 private static ImmutableList<String> readList(Deque<String> argumentDeque) { in readList() method in TurbineOptionsParser
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | tcp_server.py | 61 readList = [serverSocket] variable 65 select.select(readList, [], [], 2) 73 readList.append(clientSocket)
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/ |
D | Serialization.java | 60 public static byte[][] readList(byte[] input, int listWidth, int elemWidth) in readList() method in Serialization 62 return readList(new ByteArrayInputStream(input), listWidth, elemWidth); in readList() 73 public static byte[][] readList(InputStream input, int listWidth, int elemWidth) in readList() method in Serialization
|
D | CTVerifier.java | 177 sctList = Serialization.readList(data, CTConstants.SCT_LIST_LENGTH_BYTES, in getSCTsFromSCTList()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ct/ |
D | Serialization.java | 56 public static byte[][] readList(byte[] input, int listWidth, int elemWidth) in readList() method in Serialization 58 return readList(new ByteArrayInputStream(input), listWidth, elemWidth); in readList() 69 public static byte[][] readList(InputStream input, int listWidth, int elemWidth) in readList() method in Serialization
|
D | CTVerifier.java | 173 sctList = Serialization.readList(data, CTConstants.SCT_LIST_LENGTH_BYTES, in getSCTsFromSCTList()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_icu.cpp | 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() function 166 addListPkg.adoptInstead(readList(sourcePath, addList, TRUE, NULL)); in writePackageDatFile()
|
D | pkg_icu.h | 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/external/icu/icu4c/source/tools/icupkg/ |
D | icupkg.cpp | 433 if(readList(NULL, options[OPT_REMOVE_LIST].value, FALSE, listPkg)) { in main() 455 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) { in main() 472 if(readList(NULL, options[OPT_EXTRACT_LIST].value, FALSE, listPkg)) { in main()
|