Home
last modified time | relevance | path

Searched refs:list (Results 2051 - 2075 of 4027) sorted by relevance

1...<<81828384858687888990>>...162

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java11 * notice, this list of conditions and the following disclaimer.
13 * copyright notice, this list of conditions and the following disclaimer
244 * Returns the list of keys contained in the map, in unspecified order.
255 * Returns the list of values contained in the map, in unspecified order.
365 List<DynamicMessage> list = new ArrayList<DynamicMessage>(); in build()
373 list.add(mapMessage.build(context)); in build()
375 return list; in build()
/third_party/python/Lib/lib2to3/pgen2/
H A Dpgen.py29 names = list(self.dfas.keys())
108 names = list(self.dfas.keys())
234 # dfa is a list of DFAState instances
333 msg = " ".join([msg] + list(map(str, args)))
340 self.arcs = [] # list of (label, NFAState) pairs
/third_party/python/Lib/
H A Dasyncore.py135 for fd, obj in list(map.items()):
178 for fd, obj in list(map.items()):
561 for x in list(map.values()):
H A Denum.py129 return list(_iter_bits_lsb(value))
346 # keep track of the value in a list so containment checks are quick
404 value = list(value)
632 # step 1: ensure we have a list
858 if isinstance(names, (tuple, list)) and names and isinstance(names[0], str):
1084 >>> list(Color)
1152 last_values: the list of values assigned
1879 values = list(_iter_bits_lsb(alias.value))
1923 checked_keys = list(checked_dict.keys())
1925 simple_keys = list(simple_dic
[all...]
/third_party/skia/include/private/
H A DSkTDArray.h41 SkTDArray(const std::initializer_list<T>& list) : SkTDArray(list.begin(), list.size()) {} in SkTDArray() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_group.c150 /* The list is sorted in descending order by priorities, so MB IEs will in fst_group_create_mb_ie()
457 struct dl_list *list = &g->ifaces; in fst_group_attach_iface() local
461 * Add new interface to the list. in fst_group_attach_iface()
462 * The list is sorted in descending order by priority to allow in fst_group_attach_iface()
470 list = &f->group_lentry; in fst_group_attach_iface()
472 dl_list_add(list, &i->group_lentry); in fst_group_attach_iface()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_utils.c212 const struct wpa_freq_range_list *list) in p2p_channels_remove_freqs()
216 if (list == NULL) in p2p_channels_remove_freqs()
227 if (freq > 0 && freq_range_list_includes(list, freq)) { in p2p_channels_remove_freqs()
248 * p2p_channels_includes - Check whether a channel is included in the list
211 p2p_channels_remove_freqs(struct p2p_channels *chan, const struct wpa_freq_range_list *list) p2p_channels_remove_freqs() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.h17 #include "utils/list.h"
132 struct dl_list list; member
146 struct dl_list list; member
167 struct sta_info *sta_list; /* STA info list head */
436 struct dl_list list; member
486 * When set, indicates that this interface is part of list of
495 struct ap_info *ap_list; /* AP info list head */
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_group.c150 /* The list is sorted in descending order by priorities, so MB IEs will in fst_group_create_mb_ie()
457 struct dl_list *list = &g->ifaces; in fst_group_attach_iface() local
461 * Add new interface to the list. in fst_group_attach_iface()
462 * The list is sorted in descending order by priority to allow in fst_group_attach_iface()
470 list = &f->group_lentry; in fst_group_attach_iface()
472 dl_list_add(list, &i->group_lentry); in fst_group_attach_iface()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_utils.c215 const struct wpa_freq_range_list *list) in p2p_channels_remove_freqs()
219 if (list == NULL) in p2p_channels_remove_freqs()
230 if (freq > 0 && freq_range_list_includes(list, freq)) { in p2p_channels_remove_freqs()
251 * p2p_channels_includes - Check whether a channel is included in the list
314 p2p_info(p2p, "p2p_supported_freq_go update channel list"); in p2p_supported_freq_go()
214 p2p_channels_remove_freqs(struct p2p_channels *chan, const struct wpa_freq_range_list *list) p2p_channels_remove_freqs() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.h17 #include "utils/list.h"
123 struct dl_list list; member
135 struct dl_list list; member
156 struct sta_info *sta_list; /* STA info list head */
405 struct dl_list list; member
455 * When set, indicates that this interface is part of list of
464 struct ap_info *ap_list; /* AP info list head */
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
51 TAILQ_ENTRY(driverlink) link; /* list of drivers in devclass */
87 TAILQ_ENTRY(device) link; /**< list of devices in parent */
88 TAILQ_ENTRY(device) devlink; /**< global device list membership */
90 device_list_t children; /**< list of child devices */
191 * will be added to the global passes list.
205 * Walk the passes list. If we already know about this pass in driver_register_pass()
207 * driver link into the list. in driver_register_pass()
377 * We do a full search here of the devclass list a
754 device_t *list; devclass_get_devices() local
795 driver_t **list = NULL; devclass_get_drivers() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c118 LIST_FOR_EACH_ENTRY_SAFE(iter, next, &prog->shader_cache[pstage][!!nonseamless_size][!!inline_size], list) { in get_shader_module_for_stage()
121 list_delinit(&iter->list); in get_shader_module_for_stage()
143 list_inithead(&zm->list); in get_shader_module_for_stage()
167 list_add(&zm->list, &prog->shader_cache[pstage][!!nonseamless_size][!!inline_size]); in get_shader_module_for_stage()
182 LIST_FOR_EACH_ENTRY_SAFE(zm, next, sc, list) { in destroy_shader_cache()
183 list_delinit(&zm->list); in destroy_shader_cache()
310 LIST_FOR_EACH_ENTRY_SAFE(iter, next, &comp->shader_cache[!!nonseamless_size], list) { in update_cs_shader_module()
313 list_delinit(&iter->list); in update_cs_shader_module()
332 list_inithead(&zm->list); in update_cs_shader_module()
347 list_add(&zm->list, in update_cs_shader_module()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c69 #include "list.h"
78 struct ntfs_list_head list; /* Previous/Next links */ member
96 struct ntfs_list_head list; /* Previous/Next links */ member
118 struct ntfs_list_head name; /* A list of filenames */
119 struct ntfs_list_head data; /* A list of data streams */
158 * usage - Print a list of the parameters to the program
160 * Print a list of the parameters and options for the program.
181 " -b list --bytes list List of values to write(default = 0)\n" in usage()
194 * parse_list - Read a comma-separated list o
207 parse_list(char *list, int **result) parse_list() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c211 static struct storage_hash *find_storage_hash(pseudo_t pseudo, struct storage_hash_list *list) in find_storage_hash() argument
214 FOR_EACH_PTR(list, entry) { in find_storage_hash()
953 * This marks a pseudo dead. It still stays on the hardreg list (the hardreg
1252 static struct asm_arg *generate_asm_inputs(struct bb_state *state, struct asm_constraint_list *list, struct asm_arg *arg) in generate_asm_inputs() argument
1256 FOR_EACH_PTR(list, entry) { in generate_asm_inputs()
1294 static struct asm_arg *generate_asm_outputs(struct bb_state *state, struct asm_constraint_list *list, struct asm_arg *arg) in generate_asm_outputs() argument
1298 FOR_EACH_PTR(list, entry) { in generate_asm_outputs()
1731 static void generate_list(struct basic_block_list *list, unsigned long generation) in generate_list() argument
1734 FOR_EACH_PTR(list, bb) { in generate_list()
1933 static int compile(struct symbol_list *list) in compile() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c284 png_byte value_count; /* length of the list of values: */
829 * the first entry in the list. in push_opt()
1126 if (!search && opt_list_end(dp, opt, entry)) /* end of list */ in next_opt()
1175 * only one entry in the new list, in which case dp->stack[sp].end in advance_opt()
1405 const char *list = arg + (i+1); in opt_check() local
1407 /* Expect a single value here unless this is a list, in which case in opt_check()
1413 val = find_val(dp, j, list, strlen(list)); in opt_check()
1431 /* --no-option negates list values from the default, which should in opt_check()
1432 * therefore be 'all'. Notice that if the option list i in opt_check()
[all...]
/third_party/python/Lib/test/
H A Dtest_statistics.py941 for bad_type in (str, list, type(None), tuple, dict):
1021 new = list(statistics._fail_neg(values))
1059 data = list(range(10))
1089 class MyList(list):
1097 for kind in (list, tuple, iter, MyList, MyTuple, generator):
1104 expected = self.func(list(data))
1148 individual data points. E.g. the mean of a list of Fractions should itself
1633 data = list(range(15))
1838 data = list(range(10))
1853 data = list(rang
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py186 self.aliasList = [] # list of strings
197 self.enumeratorList = [] # list of Enumerator objects
233 self.members = members # list of CompositeMember objects
257 self.arguments = arguments # list of FunctionArgument objects
282 self.enumList = enumList # list of FeatureEnumerator objects
283 self.typeList = typeList # list of strings, each representing required structure name
284 self.commandList = commandList # list of strings, each representing required function name
291 self.requirementsList = requirementsList # list of FeatureRequirement objects
319 self.extendedEnums = extendedEnums # list of ExtensionEnumerator objects
320 self.newCommands = newCommands # list o
[all...]
H A Dgen_framework_sc.py543 # construct list of locations where version definitions start, and add the end of the file to it
564 # returns list of tuples each with four items:
647 # construct list of locations where version definitions start, and add the end of the file to it
1805 list = instanceMap.get(Version(ext.versionInCore[1:]))
1806 instanceMap[Version(ext.versionInCore[1:])] = list + [ext] if list else [ext]
1808 list = deviceMap.get(Version(ext.versionInCore[1:]))
1809 deviceMap[Version(ext.versionInCore[1:])] = list + [ext] if list else [ext]
1812 # add list o
[all...]
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsysevent_source.h77 std::list<uint64_t> eventIdList_;
H A Devent_json_parser.h21 #include <list>
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Doption_args.h42 void SetStrList(const std::vector<std::string>& list);
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_service_subscriber.cpp84 std::list<int32_t> historyTempList(historyCount_); in SetHistoryTypeTempMap()
/base/request/request/frameworks/js/napi/include/upload/
H A Dupload_config.h65 struct curl_slist *list; member
/base/location/test/mock/include/
H A Dmock_if_system_ability_manager.h51 MOCK_METHOD(int32_t, GetRunningSystemProcess, (std::list<SystemProcessInfo>& systemProcessInfos));

Completed in 32 milliseconds

1...<<81828384858687888990>>...162