Home
last modified time | relevance | path

Searched refs:readList (Results 1 – 10 of 10) sorted by relevance

/external/turbine/java/com/google/turbine/options/
DTurbineOptionsParser.java66 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/
Dtcp_server.py58 readList = [serverSocket] variable
62 select.select(readList, [], [], 2)
70 readList.append(clientSocket)
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
DSerialization.java60 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
DCTVerifier.java178 sctList = Serialization.readList(data, CTConstants.SCT_LIST_LENGTH_BYTES, in getSCTsFromSCTList()
/external/conscrypt/common/src/main/java/org/conscrypt/ct/
DSerialization.java56 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
DCTVerifier.java174 sctList = Serialization.readList(data, CTConstants.SCT_LIST_LENGTH_BYTES, in getSCTsFromSCTList()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_icu.cpp59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() function
166 addListPkg.adoptInstead(readList(sourcePath, addList, TRUE, NULL)); in writePackageDatFile()
Dpkg_icu.h23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/external/icu/icu4c/source/tools/icupkg/
Dicupkg.cpp442 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/
DByteCode.cpp747 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()