Home
last modified time | relevance | path

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

123

/external/freetype/builds/meson/
Dparse_modules_cfg.py63 def generate_ftmodule(lists): argument
108 def generate_main_modules(lists): argument
116 def generate_aux_modules(lists): argument
120 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/tests/core/src/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/crates/gdbstub/src/protocol/common/
Dmod.rs2 pub mod lists; module
/external/openthread/src/core/thread/
Daddress_resolver.cpp78 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList, &mQueryList, &mQueryRetryList}; in Clear() local
193 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList}; in Remove() local
224 CacheEntryList *lists[] = {&mCachedList, &mSnoopedList, &mQueryList, &mQueryRetryList}; in FindCacheEntry() local
262 CacheEntryList *lists[] = {&mSnoopedList, &mQueryRetryList, &mQueryList, &mCachedList}; in NewCacheEntry() local
/external/guava/android/guava/src/com/google/common/collect/
DLists.java433 public static <B> List<List<B>> cartesianProduct(List<? extends List<? extends B>> lists) { in cartesianProduct()
492 public static <B> List<List<B>> cartesianProduct(List<? extends B>... lists) { in cartesianProduct()
DCartesianList.java39 static <E> List<List<E>> create(List<? extends List<? extends E>> lists) { in create()
/external/guava/guava/src/com/google/common/collect/
DLists.java434 public static <B> List<List<B>> cartesianProduct(List<? extends List<? extends B>> lists) { in cartesianProduct()
493 public static <B> List<List<B>> cartesianProduct(List<? extends B>... lists) { in cartesianProduct()
DCartesianList.java39 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/python/cpython3/Doc/reference/
Dexpressions.rst234 .. _lists: argument
/external/libtextclassifier/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/cronet/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/webrtc/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/angle/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/tensorflow/third_party/absl/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py23 def flatten(*lists):
/external/python/cpython2/Lib/idlelib/
DMultiCall.py151 def __create_handler(self, lists, mc_type, mc_state): argument
152 def handler(event, lists = lists, argument
/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/rust/crates/tokio/src/util/
Didle_notified_set.rs24 lists: Arc<Lists<T>>, field
129 let lists = Mutex::new(ListsInner { in new() localVariable
/external/tensorflow/tensorflow/python/eager/
Dexecute.py288 def args_to_mixed_eager_tensors(lists, ctx): argument
/external/deqp/modules/egl/
DteglSimpleConfigCase.cpp156 void getDefaultFilterLists (vector<NamedFilterList>& lists, const FilterList& baseFilters) in getDefaultFilterLists()

123