Home
last modified time | relevance | path

Searched defs:items (Results 276 - 300 of 376) sorted by relevance

1...<<111213141516

/third_party/lzma/C/
H A DLzFind.c536 CLzRef *items = p->hash; in MatchFinder_Init_LowHash() local
546 CLzRef *items = p->hash + p->fixedHashSize; in MatchFinder_Init_HighHash() local
683 LzFind_SaturSub_128(UInt32 subValue, CLzRef *items, const CLzRef *lim) in LzFind_SaturSub_128() argument
731 LzFind_SaturSub_256(UInt32 subValue, CLzRef *items, const CLzRef *lim) LzFind_SaturSub_256() argument
771 LzFind_SaturSub_32(UInt32 subValue, CLzRef *items, const CLzRef *lim) LzFind_SaturSub_32() argument
788 MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) MatchFinder_Normalize3() argument
[all...]
/third_party/popt/src/
H A Dpopt.c1510 poptItem poptFreeItems(poptItem items, int nitems) in poptFreeItems() argument
1574 poptItem * items, item_tmp, item; in poptAddItem() local
[all...]
/third_party/python/Lib/collections/
H A D__init__.py221 def items(self): member in OrderedDict
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp263 template<class X> TypedBuffer<X>::TypedBuffer (Context& ctx, VkBufferUsageFlags usage, std::initializer_list<X> items, bool address) in TypedBuffer() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtptngen_impl.h189 UnicodeString items[MAX_DT_TOKEN]; member in FormatParser
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-uniscribe.cc680 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape() local
[all...]
/third_party/python/Lib/test/
H A Dtest_configparser.py16 def items(self): member in SortedDict
[all...]
H A Dtest_ordered_dict.py118 def items(self): global() member in OrderedDictTests.test_init_calls.Spam
[all...]
H A Dtest_dict.py1439 def items(self): global() member in DictTest.test_dict_copy_order.CustomReversedDict
[all...]
/third_party/python/Lib/
H A D_collections_abc.py790 def items(self): member in Mapping
[all...]
H A Dmailbox.py131 def items(self): member in Mailbox
/third_party/python/Modules/
H A D_lzmamodule.c169 PyLzma_Malloc(void *opaque, size_t items, size_t size) in PyLzma_Malloc() argument
H A Dzlibmodule.c283 PyZlib_Malloc(voidpf ctx, uInt items, uInt size) in PyZlib_Malloc() argument
H A D_json.c1510 PyObject *items; in encoder_listencode_dict() local
/third_party/python/Objects/
H A Dodictobject.c951 PyObject *items_iter, *items, *args = NULL; in odict_reduce() local
1421 PyObject *items = PyObject_CallMethodNoArgs( odict_repr() local
2198 PyObject *items = PyDict_Items(arg); mutablemapping_update_arg() local
2243 PyObject *items = _PyObject_CallNoArgs(func); mutablemapping_update_arg() local
2283 PyObject *items = PyDict_Items(kwargs); mutablemapping_update() local
[all...]
H A Dtupleobject.c158 PyObject **items; in PyTuple_Pack() local
/third_party/python/Lib/xml/etree/
H A DElementTree.py373 def items(self): member in Element
[all...]
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs2472 let mut items = vec![ast::FlagsItem { flag_set() variables
[all...]
/third_party/selinux/libsepol/src/
H A Dwrite.c66 size_t items; in ebitmap_write() local
113 size_t items, items2; in avtab_write_item() local
286 size_t items; avtab_write() local
358 size_t items; mls_write_semantic_level_helper() local
406 size_t items; mls_write_level() local
426 size_t items, items2; mls_write_range_helper() local
454 size_t items, items2, len; sens_write() local
482 size_t items, items2, len; cat_write() local
509 size_t nel, items; role_trans_write() local
553 size_t nel, items; role_allow_write() local
575 size_t items, len; filename_write_one_compat() local
611 size_t items, len, ndatum; filename_write_one() local
658 size_t items; filename_trans_write() local
686 size_t items; role_set_write() local
702 size_t items; type_set_write() local
722 unsigned int items, items2; cond_write_bool() local
767 uint32_t len, items; cond_write_av_list() local
817 uint32_t items, items2, len; cond_write_node() local
870 uint32_t len, items; cond_write_list() local
896 size_t items, items2; context_write() local
925 size_t items, items2, len; perm_write() local
950 size_t items, items2, len; common_write() local
983 int items; write_cons_helper() local
1032 size_t items, items2, len, len2; class_write() local
1134 size_t items, items2, len; role_write() local
1213 size_t items, items2, len; type_write() local
1291 size_t items, items2, len; user_write() local
1354 size_t nel, items, len; ocontext_write_xen() local
1462 size_t nel, items, len; ocontext_write_selinux() local
1607 size_t nel = 0, items, len; genfs_write() local
1685 size_t items; range_write_helper() local
1718 size_t items; range_write() local
1746 size_t items, items2; avrule_write() local
1882 size_t items; role_trans_rule_write() local
1923 size_t items; role_allow_rule_write() local
1946 size_t items, entries; filename_trans_rule_write() local
1999 size_t items; range_trans_rule_write() local
2133 unsigned int items = 2 + scope->decl_ids_len, i; scope_write() local
2203 size_t items, items2, len; policydb_write() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp263 template<class X> TypedBuffer<X>::TypedBuffer (Context& ctx, VkBufferUsageFlags usage, std::initializer_list<X> items, bool address) in TypedBuffer() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp518 QStringList items = in add_p2p_group_client() local
831 QStringList items = text.split(' '); in event_notify() local
866 QStringList items = text.split(' '); event_notify() local
877 QStringList items = text.split(' '); event_notify() local
903 QStringList items = event_notify() local
952 QStringList items = text.split(' '); event_notify() local
991 QStringList items = text.split(' '); event_notify() local
1007 QStringList items = text.split(' '); event_notify() local
1030 QStringList items = text.split(' '); event_notify() local
1051 QStringList items = text.split(' '); event_notify() local
1110 QStringList items = text.split(' '); event_notify() local
1148 QStringList items = text.split(' '); event_notify() local
1175 QStringList items = text.split(' '); event_notify() local
1236 QStringList items = text.split(' '); event_notify() local
1253 QStringList items = text.split(' '); event_notify() local
1315 QStringList items = text.split(' '); event_notify() local
1326 QStringList items = text.split(' '); event_notify() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp520 QStringList items = in add_p2p_group_client() local
833 QStringList items = text.split(' '); in event_notify() local
868 QStringList items = text.split(' '); event_notify() local
879 QStringList items = text.split(' '); event_notify() local
905 QStringList items = event_notify() local
954 QStringList items = text.split(' '); event_notify() local
993 QStringList items = text.split(' '); event_notify() local
1009 QStringList items = text.split(' '); event_notify() local
1032 QStringList items = text.split(' '); event_notify() local
1053 QStringList items = text.split(' '); event_notify() local
1112 QStringList items = text.split(' '); event_notify() local
1150 QStringList items = text.split(' '); event_notify() local
1177 QStringList items = text.split(' '); event_notify() local
1238 QStringList items = text.split(' '); event_notify() local
1255 QStringList items = text.split(' '); event_notify() local
1317 QStringList items = text.split(' '); event_notify() local
1328 QStringList items = text.split(' '); event_notify() local
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp871 std::vector<std::string> items; in GetPkgContextInfoListMap() local
905 GetPkgContextInfoListInner(nlohmann::json &itemObject, std::vector<std::string> &items, std::map<std::string, std::string> &pkgAliasMap, std::string &pkgName) GetPkgContextInfoListInner() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp624 int32_t items = currentDelta_ / averageHeight; in CheckJumpToIndex() local
628 int32_t items = -currentDelta_ / averageHeight; in CheckJumpToIndex() local
1410 auto items = LayoutCachedItemV2(layoutWrapper, cacheCount, show); in ProcessCacheCount() local
[all...]
H A Dlist_layout_algorithm.h54 std::list<int32_t> items; member
65 std::list<PredictLayoutItem> items; member

Completed in 42 milliseconds

1...<<111213141516