Home
last modified time | relevance | path

Searched defs:lists (Results 1 – 25 of 71) sorted by relevance

123

/external/freetype/builds/meson/
Dparse_modules_cfg.py63 def generate_ftmodule(lists): argument
112 def generate_main_modules(lists): argument
120 def generate_aux_modules(lists): argument
124 def generate_base_extensions(lists): argument
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DAppendTrack.java236 ArrayList<ByteBuffer> lists = new ArrayList<ByteBuffer>(); in getSamples() local
251 List<long[]> lists = new LinkedList<long[]>(); in getDecodingTimeEntries() local
276 List<int[]> lists = new LinkedList<int[]>(); in getCompositionTimeEntries() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
DRBNFParseTest.java119 …te void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) { in parseList()
146 String[][] lists = { in TestLenientParse() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRBNFParseTest.java122 …te void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) { in parseList()
149 String[][] lists = { in TestLenientParse() local
/external/rust/android-crates-io/crates/gdbstub/src/protocol/common/
Dmod.rs2 pub mod lists; module
/external/openthread/src/core/thread/
Daddress_resolver.cpp58 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList, &mQueryList, &mQueryRetryList}; in Clear() local
168 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList}; in Remove() local
199 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList, &mQueryList, &mQueryRetryList}; in FindCacheEntry() local
232 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList}; in ReplaceEntriesForRloc16() local
250 CacheEntryList *lists[] = {&mSnoopedList, &mQueryRetryList, &mQueryList, &mCachedList}; in NewCacheEntry() local
/external/rust/android-crates-io/crates/tokio/src/util/
Dsharded_list.rs16 lists: Box<[Mutex<LinkedList<L, T>>]>, field
40 let mut lists = Vec::with_capacity(sharded_size); in new() localVariable
Didle_notified_set.rs24 lists: Arc<Lists<T>>, field
129 let lists = Mutex::new(ListsInner { in new() localVariable
/external/guava/android/guava/src/com/google/common/collect/
DLists.java452 public static <B> List<List<B>> cartesianProduct(List<? extends List<? extends B>> lists) { in cartesianProduct()
511 public static <B> List<List<B>> cartesianProduct(List<? extends B>... lists) { in cartesianProduct()
DCartesianList.java41 static <E> List<List<E>> create(List<? extends List<? extends E>> lists) { in create()
/external/guava/guava/src/com/google/common/collect/
DLists.java453 public static <B> List<List<B>> cartesianProduct(List<? extends List<? extends B>> lists) { in cartesianProduct()
512 public static <B> List<List<B>> cartesianProduct(List<? extends B>... lists) { in cartesianProduct()
DCartesianList.java41 static <E> List<List<E>> create(List<? extends List<? extends E>> lists) { in create()
/external/webrtc/logging/rtc_event_log/
Drtc_event_processor_unittest.cc40 std::vector<std::vector<LoggedStartEvent>> lists(num_lists); in CreateRandomEventLists() local
123 std::vector<std::vector<LoggedStartEvent>> lists( in TEST() local
/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/
DProtobufCollectionsTest.kt71 val lists = listOf(listOf(42, 0), emptyList(), listOf(43)) in testNestedList() constant
/external/pytorch/functorch/dim/
Ddim.py77 def dims(lists=0): argument
/external/zxing/core/src/main/java/com/google/zxing/client/result/
DVCardResultParser.java288 private static String[] toPrimaryValues(Collection<List<String>> lists) { in toPrimaryValues()
302 private static String[] toTypes(Collection<List<String>> lists) { in toTypes()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/openscreen/third_party/abseil/src/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/angle/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/cronet/stable/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/cronet/tot/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/python/cpython3/Doc/reference/
Dexpressions.rst270 .. _lists: target
/external/python/cpython3/Lib/idlelib/
Dmulticall.py161 def __create_handler(self, lists, mc_type, mc_state): argument
162 def handler(event, lists = lists, argument
/external/tensorflow/tensorflow/python/eager/
Dexecute.py288 def args_to_mixed_eager_tensors(lists, ctx): argument

123