/external/turbine/java/com/google/turbine/options/ |
D | TurbineOptionsParser.java | 66 builder.setSourceJars(readList(argumentDeque)); in parse() 73 builder.setProcessors(readList(argumentDeque)); in parse() 76 builder.setBuiltinProcessors(readList(argumentDeque)); in parse() 79 builder.setProcessorPath(readList(argumentDeque)); in parse() 82 builder.setClassPath(readList(argumentDeque)); in parse() 85 builder.setBootClassPath(readList(argumentDeque)); in parse() 101 builder.setSources(readList(argumentDeque)); in parse() 110 builder.setDirectJars(readList(argumentDeque)); in parse() 113 builder.setDepsArtifacts(readList(argumentDeque)); in parse() 203 private static ImmutableList<String> readList(Deque<String> argumentDeque) { in readList() method in TurbineOptionsParser
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | tcp_server.py | 58 readList = [serverSocket] variable 62 select.select(readList, [], [], 2) 70 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 | 178 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 | 174 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 | 442 if(readList(NULL, options[OPT_REMOVE_LIST].value, FALSE, listPkg)) { in main() 464 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) { in main() 481 if(readList(NULL, options[OPT_EXTRACT_LIST].value, FALSE, listPkg)) { in main()
|
/external/llvm-project/mlir/lib/Rewrite/ |
D | ByteCode.cpp | 747 void readList(SmallVectorImpl<T> &list) { in readList() function in __anon8ccc2f200d11::ByteCodeExecutor 857 readList<PDLValue>(args); in execute() 874 readList<PDLValue>(args); in execute() 936 readList<PDLValue>(args); in execute() 957 readList<Value>(state.operands); in execute() 1145 readList<const void *>(matches->back().values); in execute() 1153 readList<Value>(args); in execute()
|