Home
last modified time | relevance | path

Searched refs:list (Results 3126 - 3150 of 3335) sorted by relevance

1...<<121122123124125126127128129130>>...134

/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c2930 LIST_FOR_EACH_ENTRY_SAFE(tex, ptr, &device->update_textures, list) { in validate_textures()
2931 list_delinit(&tex->list); in validate_textures()
2940 LIST_FOR_EACH_ENTRY_SAFE(buf, ptr, &device->update_buffers, managed.list) { in update_managed_buffers()
2941 list_delinit(&buf->managed.list); in update_managed_buffers()
2976 /* Indicates the region needed right now for these buffers and add them to the list
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs910 /// Controls list pos.
4400 pub fn memstat_mtl_first(list: *mut memory_type_list) -> *mut memory_type; in memstat_mtl_first()
4403 list: *mut memory_type_list, in memstat_mtl_find()
4407 pub fn memstat_mtl_free(list: *mut memory_type_list); in memstat_mtl_free()
4408 pub fn memstat_mtl_geterror(list: *mut memory_type_list) -> ::c_int; in memstat_mtl_geterror()
/third_party/python/Lib/
H A D_pydecimal.py622 # tuple/list conversion (possibly from as_tuple())
623 if isinstance(value, (list,tuple)):
626 'from list or tuple. The list or tuple '
4068 self._ignored_flags = (self._ignored_flags + list(flags))
4069 return list(flags)
4073 if flags and isinstance(flags[0], (tuple,list)):
6301 # function, should be a list of integers in one of the
6304 # (1) an empty list, or
6305 # (2) nonempty list o
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp4813 dng_string_list list; in CopyStringList() local
4815 if (oldXMP.GetStringList (ns, path, list)) in CopyStringList()
4818 if (list.Count ()) in CopyStringList()
4821 newXMP.SetStringList (ns, path, list, isBag); in CopyStringList()
5050 // Note: Save for Web is not including the dc:creator list, but it in CleanUpMetadata()
5060 // The first string dc:creator list is mirrored to the in CleanUpMetadata()
5793 // Find best thumbnail from preview list, if any. in WriteDNG()
6317 // Build list of profile indices to include in extra profiles tag. in WriteDNG()
6595 // Opcode list 1. in WriteDNG()
6611 // Opcode list in WriteDNG()
[all...]
/third_party/python/Lib/test/
H A Dtest_subprocess.py808 'import os; print(list(os.environ.keys()))'],
812 self.assertIsInstance(child_env_names, list)
2632 read_fds = list(map(int, read_bytes.decode('ascii')))
2699 args = list(ZERO_RETURN_CMD[1:])
2888 # An explicit list of fds to check is passed to fd_status.py as
2963 args += list(map(str, pass_fds))
3076 # check that p is in the active processes list
3103 # check that p is in the active processes list
3114 # p should have been wait()ed on, and removed from the _active list
3170 # with a valid *args list, confir
[all...]
H A Dtest_minidom.py655 keys1 = list(attrs1.keys())
656 keys2 = list(attrs2.keys())
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c3046 struct hostapd_sta_info, list) { in hostapd_ctrl_iface_track_sta_list()
4443 list) in hostapd_ctrl_iface_deinit()
5202 struct wpa_ctrl_dst, list) in hostapd_global_ctrl_iface_deinit()
5258 dl_list_for_each_safe(dst, next, ctrl_dst, struct wpa_ctrl_dst, list) { in hostapd_ctrl_iface_send_internal()
/third_party/backends/backend/
H A Depsonds.c1494 static epsonds_device *first_dev; /* first EPSON scanner in list */
1523 /* try to find the device in our list */ in device_detect()
1967 } else { /* list */ in init_options()
2176 search_string_list(const SANE_String_Const *list, SANE_String value) in search_string_list() argument
2178 while (*list != NULL && strcmp(value, *list) != 0) in search_string_list()
2179 list++; in search_string_list()
2181 return ((*list == NULL) ? NULL : list); in search_string_list()
H A Dcoolscan3.c344 sane_get_devices(const SANE_Device *** list, SANE_Bool local_only) in sane_get_devices() argument
355 "sane_get_devices(): Device list already populated, not probing again.\n"); in sane_get_devices()
384 *list = (const SANE_Device **) device_list; in sane_get_devices()
2496 /* generate resolution list for x */ in cs3_full_inquiry()
2506 /* generate resolution list for y */ in cs3_full_inquiry()
H A Dcoolscan2.c376 sane_get_devices (const SANE_Device *** list, SANE_Bool local_only) in sane_get_devices() argument
387 "sane_get_devices(): Device list already populated, not probing again.\n"); in sane_get_devices()
431 *list = (const SANE_Device **) device_list; in sane_get_devices()
2450 /* generate resolution list for x */ in cs2_full_inquiry()
2458 /* generate resolution list for y */ in cs2_full_inquiry()
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc28 #include <list>
75 using std::list;
1211 /// @param syms_found the list of symbols found, with the name @p
1853 list<var_decl_sptr> var_decls_to_add_;
4769 list<var_decl_sptr>&
11971 for (list<var_decl_sptr>::const_iterator v =
11984 std::list<string> fqn_comps;
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h8 // this list of conditions and the following disclaimer.
10 // notice, this list of conditions and the following disclaimer in the
584 bool AliasesAvailableScratchRegister([[maybe_unused]] SRegisterList list) { in MacroAssembler() argument
586 for (int n = 0; n < list.GetLength(); n++) { in MacroAssembler()
587 if (AliasesAvailableScratchRegister(list.GetSRegister(n))) return true; in MacroAssembler()
594 bool AliasesAvailableScratchRegister([[maybe_unused]] DRegisterList list) { in MacroAssembler() argument
596 for (int n = 0; n < list.GetLength(); n++) { in MacroAssembler()
597 if (AliasesAvailableScratchRegister(list.GetDRegister(n))) return true; in MacroAssembler()
604 bool AliasesAvailableScratchRegister([[maybe_unused]] NeonRegisterList list) { in MacroAssembler() argument
606 for (int n = 0; n < list in MacroAssembler()
614 AliasesAvailableScratchRegister([[maybe_unused]] RegisterList list) MacroAssembler() argument
[all...]
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak527 $(Q)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin -pix_fmts list 2> /dev/null | awk 'NR > 8 && /^IO/ { printf $$2 " " }' >> $@
530 RUNNING_PIXFMTS_TESTS := $(filter check fate fate-list fate-filter fate-vfilter fate-filter-pixdesc%,$(MAKECMDGOALS))
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java758 List list = Arrays.asList(array); in TestAPI()
759 Set aset = new HashSet(list); in TestAPI()
1646 // make a list of interesting combinations in TestComparison()
2154 * Return the representation of an inversion list based UnicodeSet
2155 * as a pairs list. Ranges are listed in ascending Unicode order.
2412 errln("FAIL: Expected pair list \"" + in expectPairs()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java770 List list = Arrays.asList(array); in TestAPI()
771 Set aset = new HashSet(list); in TestAPI()
1660 // make a list of interesting combinations in TestComparison()
2168 * Return the representation of an inversion list based UnicodeSet
2169 * as a pairs list. Ranges are listed in ascending Unicode order.
2426 errln("FAIL: Expected pair list \"" + in expectPairs()
/third_party/node/src/crypto/
H A Dcrypto_tls.cc1373 STACK_OF(X509_NAME)* list = in SetCACerts()
1376 // NOTE: `SSL_set_client_CA_list` takes the ownership of `list` in SetCACerts()
1377 SSL_set_client_CA_list(ssl_.get(), list); in SetCACerts()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py142 # that compose a .lib (rather than the .lib itself). That list is stored
359 """Given a list of targets, return a path for a single file
458 # compile any sources, so compute a list of predependencies for sources
525 link_deps = collections.defaultdict(list)
725 # Compute the list of variables we'll need to provide.
763 # Gather the list of inputs and outputs, expanding $vars if possible.
1567 order_only=list(order_deps),
1920 # |env| is an empty list on non-mac.
2778 # target_short_names is a map from target short name to a list of Target
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py142 # that compose a .lib (rather than the .lib itself). That list is stored
359 """Given a list of targets, return a path for a single file
458 # compile any sources, so compute a list of predependencies for sources
525 link_deps = collections.defaultdict(list)
725 # Compute the list of variables we'll need to provide.
763 # Gather the list of inputs and outputs, expanding $vars if possible.
1567 order_only=list(order_deps),
1917 # |env| is an empty list on non-mac.
2775 # target_short_names is a map from target short name to a list of Target
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc316 String16 descriptionForScopeList(v8::Local<v8::Array> list) { in descriptionForScopeList() argument
318 "Scopes[", String16::fromInteger(static_cast<size_t>(list->Length())), in descriptionForScopeList()
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py1733 base_tree = list(expected)
1763 tree = list(expected) + ["posixrules"]
/third_party/selinux/libsepol/cil/src/
H A Dcil_post.c8 * this list of conditions and the following disclaimer.
11 * this list of conditions and the following disclaimer in the documentation
140 static int cil_verify_is_list(struct cil_list *list, enum cil_flavor flavor) in cil_verify_is_list() argument
144 cil_list_for_each(curr, list) { in cil_verify_is_list()
1385 cil_log(CIL_INFO, "Failed to get operand in list\n"); in __cil_expr_to_bitmap()
1394 cil_log(CIL_INFO, "Failed to OR operands in list\n"); in __cil_expr_to_bitmap()
1428 cil_log(CIL_INFO, "Failed to expand expression list to bitmap\n"); in __cil_expr_list_to_bitmap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dscan.c142 "end of scan list - go back to beginning"); in wpa_supplicant_assoc_try()
151 /* Start from the beginning of the SSID list. */ in wpa_supplicant_assoc_try()
659 /* No channels supported in this band - use empty list */ in wpa_setband_scan_freqs_list()
701 return; /* already in the list */ in wpa_add_scan_ssid()
731 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_add_owe_scan_ssid()
1187 "generated frequency list"); in wpa_supplicant_scan()
1551 wpa_dbg(wpa_s, MSG_DEBUG, "Beginning of SSID list"); in wpa_supplicant_req_sched_scan()
2377 * the local BSS list wpa_s->bss. The caller is responsible for freeing the
2880 dl_list_for_each(work, &radio->work, struct wpa_radio_work, list) { in wpas_abort_ongoing_scan()
3001 wpa_printf(MSG_ERROR, "invalid scan plans list"); in wpas_sched_scan_plans_set()
[all...]
H A Dsme.c878 * the fact that the BSS list was updated. In addition, it makes in sme_authenticate()
1470 list) { in sme_associate()
2098 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in sme_proc_obss_scan()
2144 /* No channels supported in this band - use empty list */ in wpa_obss_scan_freqs_list()
H A Dwps_supplicant.c274 * new_ssid has already been added to the list in in wpas_wps_remove_dup_network()
1045 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpas_wps_add_network()
1870 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpas_wps_notify_scan_results()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dscan.c182 "end of scan list - go back to beginning"); in wpa_supplicant_assoc_try()
191 /* Start from the beginning of the SSID list. */ in wpa_supplicant_assoc_try()
802 return; /* already in the list */ in wpa_add_scan_ssid()
832 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_add_owe_scan_ssid()
1306 "generated frequency list"); in wpa_supplicant_scan()
1438 "P2P: 6 GHz disabled - update the scan frequency list"); in wpa_supplicant_scan()
1705 wpa_dbg(wpa_s, MSG_DEBUG, "Beginning of SSID list"); in wpa_supplicant_req_sched_scan()
2778 * the local BSS list wpa_s->bss. The caller is responsible for freeing the
3311 dl_list_for_each(work, &radio->work, struct wpa_radio_work, list) { in wpas_abort_ongoing_scan()
3432 wpa_printf(MSG_ERROR, "invalid scan plans list"); in wpas_sched_scan_plans_set()
[all...]

Completed in 117 milliseconds

1...<<121122123124125126127128129130>>...134