Home
last modified time | relevance | path

Searched refs:list (Results 1651 - 1675 of 3593) sorted by relevance

1...<<61626364656667686970>>...144

/third_party/node/deps/icu-small/source/i18n/
H A Dtranslit.cpp84 * Resource bundle key for the list of RuleBasedTransliterator IDs.
922 UVector list(status); in createInstance()
930 if (!TransliteratorIDParser::parseCompoundID(ID, dir, canonID, list, globalFilter)) { in createInstance()
937 TransliteratorIDParser::instantiateList(list, status); in createInstance()
942 U_ASSERT(list.size() > 0); in createInstance()
945 if (list.size() > 1 || canonID.indexOf(ID_DELIM) >= 0) { in createInstance()
951 t = new CompoundTransliterator(list, parseError, status); in createInstance()
954 t = (Transliterator*)list.elementAt(0); in createInstance()
/third_party/libinput/src/
H A Dquirks.c27 * and from the list-quirks tool. It doesn't have all of the features from a
80 struct list link; /* struct sections.properties */
157 struct list link;
164 struct list properties;
173 struct list link; /* struct quirks_context.quirks */
181 struct list floating_properties;
197 struct list sections;
199 /* list of quirks handed to libinput, just for bookkeeping */
200 struct list quirks;
1462 * have one struct property in the list (no in quirk_apply_section()
[all...]
/third_party/lz4/tests/
H A DMakefile144 QEMU_SYS=$(QEMU_SYS) $(PYTHON) test-lz4-list.py
177 .PHONY: list
178 list:
414 $(LZ4) --list $(FPREFIX)-hw.lz4 # test --list on valid single-frame file
415 $(LZ4) --list < $(FPREFIX)-hw.lz4 # test --list from stdin (file only)
597 $(VALGRIND) $(LZ4) --list -m $(FPREFIX)*.lz4
598 $(VALGRIND) $(LZ4) --list -m -v $(FPREFIX)*.lz4
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py120 print(len(list(filter(None, unicode.table))), "characters")
125 print(len(list(filter(None, old_unicode.table))), "characters")
272 fprint("/* a list of unique database records */")
518 fprint("/* a list of unique character type descriptors */")
641 wordlist = list(words.items())
695 lexicon = list(map(ord, lexicon))
809 # normalization_changes is a list of key-value pairs
881 new.changed.append((version, list(zip(bidir_changes, category_changes,
1035 self.chars = list(range(0x110000)) # unicode 3.2
1160 self.chars = list(rang
[all...]
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py394 return list(super().keys())
396 return list(super().values())
398 return list(super().items())
412 list(mapping.keys()))
414 list(mapping.values()))
416 list(mapping.items()))
546 # bpo-35983: Check that the trashcan mechanism for "list" is NOT
555 self.do_test_trashcan_python_class(list)
565 # that the base class "base" behaves like list)
1095 # Check our main thread is in the list exactl
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtranslit.cpp84 * Resource bundle key for the list of RuleBasedTransliterator IDs.
922 UVector list(status); in createInstance()
930 if (!TransliteratorIDParser::parseCompoundID(ID, dir, canonID, list, globalFilter)) { in createInstance()
937 TransliteratorIDParser::instantiateList(list, status); in createInstance()
942 U_ASSERT(list.size() > 0); in createInstance()
945 if (list.size() > 1 || canonID.indexOf(ID_DELIM) >= 0) { in createInstance()
951 t = new CompoundTransliterator(list, parseError, status); in createInstance()
954 t = (Transliterator*)list.elementAt(0); in createInstance()
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc.cpp68 * This list must be in sorted order. This list is returned directly
71 * This list must be kept in sync with LANGUAGES_3, with corresponding
75 * second list, and another NULL entry. The first list is visible to
76 * user code when this array is returned by API. The second list
208 * second list, and another NULL entry. The two lists correspond to
309 * This list must be in sorted order. This list is returned directly
312 * This list mus
1098 _findIndex(const char* const* list, const char* key) _findIndex() argument
[all...]
H A Dnormalizer2impl.h628 return getMapping(norm16); // for yesYes; if Jamo L: harmless empty list in getCompositionsListForDecompYes()
634 // A composite has both mapping & compositions list. in getCompositionsListForComposite()
635 const uint16_t *list=getMapping(norm16); in getCompositionsListForComposite() local
636 return list+ // mapping pointer in getCompositionsListForComposite()
638 (*list&MAPPING_LENGTH_MASK); // + mapping length in getCompositionsListForComposite()
646 * @return compositions list pointer
671 static int32_t combine(const uint16_t *list, UChar32 trail);
672 void addComposites(const uint16_t *list, UnicodeSet &set) const;
922 * so that a range check can be used to find out if there is a compositions list.
/third_party/python/Modules/
H A D_tracemalloc.c1188 PyObject *list; member
1290 int res = PyList_Append(get_traces->list, tuple); in tracemalloc_get_traces_fill()
1331 Return a list of (size: int, traceback: tuple) tuples.
1334 Return an empty list if the tracemalloc module is disabled.
1346 get_traces.list = PyList_New(0); in _tracemalloc__get_traces_impl()
1347 if (get_traces.list == NULL) in _tracemalloc__get_traces_impl()
1351 return get_traces.list; in _tracemalloc__get_traces_impl()
1381 // Convert traces to a list of tuples in _tracemalloc__get_traces_impl()
1402 Py_CLEAR(get_traces.list); in _tracemalloc__get_traces_impl()
1415 return get_traces.list; in _tracemalloc__get_traces_impl()
[all...]
/third_party/python/Lib/test/
H A Dtest_plistlib.py436 anEmptyList = list()
611 self.assertEqual(list(pl2.keys()), ['a', 'b', 'c'])
613 self.assertEqual(list(pl2.keys()), ['b', 'a', 'c'])
629 self.assertEqual(list(pl2.keys()), ['a', 'b', 'c'])
631 self.assertEqual(list(pl2.keys()), ['b', 'a', 'c'])
888 x = list(x)
894 # recursive list
919 self.assertIsInstance(result, list)
H A Dtest_call.py28 expected = list(od.items())
35 self.assertEqual(list(res.items()), expected)
97 msg = r"^list[.]index\(\) takes no keyword arguments$"
589 self.assertTrue(type(list.append).__flags__ & Py_TPFLAGS_METHOD_DESCRIPTOR)
590 self.assertTrue(type(list.__add__).__flags__ & Py_TPFLAGS_METHOD_DESCRIPTOR)
633 # A list of (function, args, kwargs, result) calls to test
635 (list.append, ([], 0), {}, None),
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.h31 #include <list>
471 H hash_state, const std::forward_list<T, Allocator>& list) { in AbslHashValue()
473 for (const T& t : list) { in AbslHashValue()
480 // AbslHashValue for hashing std::list
483 H hash_state, const std::list<T, Allocator>& list) { in AbslHashValue()
484 for (const auto& t : list) { in AbslHashValue()
487 return H::combine(std::move(hash_state), list.size()); in AbslHashValue()
470 AbslHashValue( H hash_state, const std::forward_list<T, Allocator>& list) AbslHashValue() argument
482 AbslHashValue( H hash_state, const std::list<T, Allocator>& list) AbslHashValue() argument
/build/hb/util/loader/
H A Dload_ohos_build.py374 # part test list
391 "part feature list config incorrect,"
395 # system_capabilities is a list attribute of a part in ohos.build
531 """parts name list."""
533 return list(self._part_list.keys())
645 if components_name in list(subsystem_components_whitelist_info.keys()):
648 if components_name in list(part_subsystem_component_info.keys()) \
649 or overrided_components_name in list(part_subsystem_component_info.keys()):
650 if subsystem_name in list(part_subsystem_component_info.values()):
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h628 return getMapping(norm16); // for yesYes; if Jamo L: harmless empty list in getCompositionsListForDecompYes()
634 // A composite has both mapping & compositions list. in getCompositionsListForComposite()
635 const uint16_t *list=getMapping(norm16); in getCompositionsListForComposite() local
636 return list+ // mapping pointer in getCompositionsListForComposite()
638 (*list&MAPPING_LENGTH_MASK); // + mapping length in getCompositionsListForComposite()
646 * @return compositions list pointer
671 static int32_t combine(const uint16_t *list, UChar32 trail);
672 void addComposites(const uint16_t *list, UnicodeSet &set) const;
922 * so that a range check can be used to find out if there is a compositions list.
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java378 UOption.DEF("list", (char) -1, UOption.NO_ARG), }; in getOptions()
462 * @return the method list to call
555 // build the test list in parseOptions()
570 // if no tests were specified, put all the tests in the test list in parseOptions()
788 ArrayList list = new ArrayList(); in readLines()
799 list.add(line); in readLines()
802 int size = list.size(); in readLines()
809 buffer.append((String) list.get(i)); in readLines()
818 lines[i] = (String) list.get(i); in readLines()
/third_party/libdrm/nouveau/
H A Dpushbuf.c56 struct nouveau_pushbuf_krec *list; member
121 * scan the buffer list for VRAM|GART buffers and turn them into in pushbuf_kref_fits()
314 struct nouveau_pushbuf_krec *krec = nvpb->list; in pushbuf_submit()
575 nvpb->list = nvpb->krec; in nouveau_pushbuf_new()
616 while ((krec = nvpb->list)) { in nouveau_pushbuf_del()
624 nvpb->list = krec->next; in nouveau_pushbuf_del()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c83 struct list_head list; member
657 LIST_FOR_EACH_ENTRY(entry, &priv->codec_data.h265.dpb_list, list) { in vid_dec_h265_Flush()
674 list_del(&result->list); in vid_dec_h265_Flush()
710 LIST_FOR_EACH_ENTRY(entry, &priv->codec_data.h265.dpb_list, list) { in vid_dec_h265_EndFrame()
731 /* add the decoded picture to the dpb list */ in vid_dec_h265_EndFrame()
741 list_addtail(&entry->list, &priv->codec_data.h265.dpb_list); in vid_dec_h265_EndFrame()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.c40 The adding is skipped if the reloc is already present in the list, but it
245 /* Hash collision, look for the BO in the list of relocs linearly. */ in radeon_lookup_buffer()
248 /* Put this reloc in the hash list. in radeon_lookup_buffer()
252 * Example: Assuming buffers A,B,C collide in the hash list, in radeon_lookup_buffer()
275 /* For async DMA, every add_buffer call must add a buffer to the list in radeon_lookup_or_add_real_buffer()
278 * but always uses the i-th buffer from the list to patch the i-th in radeon_lookup_or_add_real_buffer()
280 * buffers in the relocation list. in radeon_lookup_or_add_real_buffer()
473 struct radeon_bo_list_item *list) in radeon_drm_cs_get_buffer_list()
478 if (list) { in radeon_drm_cs_get_buffer_list()
480 list[ in radeon_drm_cs_get_buffer_list()
472 radeon_drm_cs_get_buffer_list(struct radeon_cmdbuf *rcs, struct radeon_bo_list_item *list) radeon_drm_cs_get_buffer_list() argument
[all...]
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py381 choices=list(PROGRESS_INDICATORS.keys()), default="mono",
538 options.extra_flags = sum(list(map(shlex.split, options.extra_flags)), [])
620 # Expand arguments with grouped tests. The args should reflect the list
625 return reduce(list.__add__, list(map(expand_test_group, args)), [])
788 procs = list([_f for _f in procs if _f])
/third_party/node/src/
H A Dspawn_sync.cc1022 char** list; in CopyJsStringArray() local
1034 list_size = (length + 1) * sizeof *list; in CopyJsStringArray()
1063 list = reinterpret_cast<char**>(buffer); in CopyJsStringArray()
1067 list[i] = buffer + data_offset; in CopyJsStringArray()
1078 list[length] = nullptr; in CopyJsStringArray()
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h628 return getMapping(norm16); // for yesYes; if Jamo L: harmless empty list in getCompositionsListForDecompYes()
634 // A composite has both mapping & compositions list. in getCompositionsListForComposite()
635 const uint16_t *list=getMapping(norm16); in getCompositionsListForComposite() local
636 return list+ // mapping pointer in getCompositionsListForComposite()
638 (*list&MAPPING_LENGTH_MASK); // + mapping length in getCompositionsListForComposite()
646 * @return compositions list pointer
671 static int32_t combine(const uint16_t *list, UChar32 trail);
672 void addComposites(const uint16_t *list, UnicodeSet &set) const;
923 * so that a range check can be used to find out if there is a compositions list.
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbasetexture9.c90 list_inithead(&This->list); in NineBaseTexture9_ctor()
106 if (list_is_linked(&This->list)) in NineBaseTexture9_dtor()
107 list_del(&This->list); in NineBaseTexture9_dtor()
126 if (This->managed.lod != old && This->bind_count && list_is_empty(&This->list)) in NineBaseTexture9_SetLOD()
127 list_add(&This->list, &This->base.base.device->update_textures); in NineBaseTexture9_SetLOD()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c463 /* Look through a list of name/value pairs. */
479 /* Look through a list of valid names */
858 /* Look at current arg; at end of the list? */ in opt_next()
1117 void opt_help(const OPTIONS *list) in opt_help() argument
1125 standard_prolog = list[0].name != OPT_HELP_STR; in opt_help()
1128 for (o = list; o->name; o++) { in opt_help()
1141 if (list[0].name != OPT_SECTION_STR) in opt_help()
1146 for (o = list; o->name; o++) { in opt_help()
/third_party/openssl/apps/lib/
H A Dopt.c463 /* Look through a list of name/value pairs. */
479 /* Look through a list of valid names */
853 /* Look at current arg; at end of the list? */ in opt_next()
1112 void opt_help(const OPTIONS *list) in opt_help() argument
1120 standard_prolog = list[0].name != OPT_HELP_STR; in opt_help()
1123 for (o = list; o->name; o++) { in opt_help()
1136 if (list[0].name != OPT_SECTION_STR) in opt_help()
1141 for (o = list; o->name; o++) { in opt_help()
/third_party/python/Lib/
H A Dpprint.py229 self._format(list(object.items()), stream,
242 _dispatch[list.__repr__] = _pprint_list
291 # A list of alternating (non-space, space) strings
595 if (issubclass(typ, list) and r is list.__repr__) or \
597 if issubclass(typ, list):

Completed in 38 milliseconds

1...<<61626364656667686970>>...144