Home
last modified time | relevance | path

Searched refs:list (Results 2576 - 2600 of 4027) sorted by relevance

1...<<101102103104105106107108109110>>...162

/third_party/skia/third_party/externals/brotli/
H A Dsetup.py59 if ext.sources is None or not isinstance(ext.sources, (list, tuple)):
63 "a list of source filenames" % ext.name)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dconditionvariable.h80 containers::list<Scheduler::Fiber*> waiting;
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bad_pixels.h95 /// \brief A list of bad pixels and rectangles (usually single rows or columns).
119 /// Create an empty bad pixel list.
130 /// Retrieves the bad single pixel coordinate via the specified list index.
132 /// \param index The list index from which to retrieve the bad single pixel
147 /// Retrieves the bad rectangle via the specified list index.
149 /// \param index The list index from which to retrieve the bad rectangle
174 /// Add the specified coordinate to the list of bad single pixels.
180 /// Add the specified rectangle to the list of bad rectangles.
253 /// \param list The list o
[all...]
/third_party/python/PCbuild/
H A Dprepare_ssl.py99 code = list(f1)
/third_party/python/Modules/
H A Dxxsubtype.c19 /* spamlist -- a list subtype */
22 PyListObject list; member
/third_party/python/Lib/distutils/
H A Dextension.py30 list of source filenames, relative to the distribution root
36 list of directories to search for C/C++ header files (in Unix
39 list of macros to define; each macro is defined using a 2-tuple,
44 list of macros to undefine explicitly
46 list of directories to search for C/C++ libraries at link time
48 list of library names (not filenames or paths) to link against
50 list of directories to search for C/C++ libraries at run time
53 list of extra files to link with (eg. object files not implied
60 list of command-line arguments, but for other platforms it could
68 list o
[all...]
/third_party/python/Lib/test/test_email/
H A D__init__.py83 The value of the _params attribute may be either a dictionary or a list.
84 The values in the dictionary and the elements of the list may either be
85 single values, or a list. If single values, they are turned into single
90 tests. In a _params list, the values in the list are converted into a
129 testers = collections.defaultdict(list)
/third_party/rust/crates/regex/scripts/
H A Dscrape_crates_io.py95 most_recent = list(f)
/third_party/rust/crates/minimal-lexical/scripts/
H A Dtimings.py133 '''Get the max duration from a list of keys.'''
151 ax.set_yticks(list(range(1, len(timings) + 2)))
/third_party/selinux/libsepol/cil/test/unit/
H A DCuTest.h124 CuTest* list[MAX_TEST_CASES]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_i.h13 #include "utils/list.h"
251 * to create a linked list of registered EAP methods.
295 struct dl_list list; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_ssid.h13 #include "utils/list.h"
45 struct dl_list list; member
65 * the network list, struct wpa_config::ssid. Each network block in the
70 * next - Next network in global list
73 * this list is stored in the ssid field of struct wpa_config.
78 * pnext - Next network in per-priority list
81 * priority class. The heads of these list are stored in the pssid
593 * This is a list of P2P Clients (P2P Device Address) that have joined
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_i.h13 #include "utils/list.h"
251 * to create a linked list of registered EAP methods.
295 struct dl_list list; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_ssid.h13 #include "utils/list.h"
68 struct dl_list list; member
94 * the network list, struct wpa_config::ssid. Each network block in the
99 * next - Next network in global list
102 * this list is stored in the ssid field of struct wpa_config.
107 * pnext - Next network in per-priority list
110 * priority class. The heads of these list are stored in the pssid
668 * This is a list of P2P Clients (P2P Device Address) that have joined
/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp941 std::list<std::string> dataList; in ParseHttpProxyParam()
1017 napi_value list = nullptr; in ConvertHttpProxyToJS() local
1019 NAPI_CALL(env, napi_create_array(env, &list)); in ConvertHttpProxyToJS()
1021 std::list<std::string> tempList = httpProxy.GetExclusionList(); in ConvertHttpProxyToJS()
1022 NAPI_CALL(env, napi_create_array_with_length(env, tempList.size(), &list)); in ConvertHttpProxyToJS()
1027 NAPI_CALL(env, napi_set_element(env, list, index++, ip)); in ConvertHttpProxyToJS()
1032 NAPI_CALL(env, napi_set_named_property(env, proxy, EXCLUSION_LIST_PROP_NAME, list)); in ConvertHttpProxyToJS()
/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c282 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add() argument
284 struct FrameListData **p = list; in coded_frame_add()
298 static av_cold void free_frame_list(struct FrameListData *list) in free_frame_list() argument
300 struct FrameListData *p = list; in free_frame_list()
303 list = list->next; in free_frame_list()
305 p = list; in free_frame_list()
1142 /* avoid storing the frame when the list is empty and we haven't yet in queue_frames()
1410 { "aom-params", "Set libaom options using a :-separated list of key=value pairs", OFFSET(aom_params), AV_OPT_TYPE_DICT, { 0 }, 0, 0, VE },
H A Dlibvpxenc.c300 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add() argument
302 struct FrameListData **p = list; in coded_frame_add()
316 static av_cold void free_frame_list(struct FrameListData *list) in free_frame_list() argument
318 struct FrameListData *p = list; in free_frame_list()
321 list = list->next; in free_frame_list()
323 p = list; in free_frame_list()
1328 /* avoid storing the frame when the list is empty and we haven't yet in queue_frames()
1431 /* This list must be iterated from zero because regions are in set_roi_map()
1471 /* This list mus in set_roi_map()
[all...]
/third_party/alsa-lib/src/topology/
H A Dpcm.c50 elem = list_entry(pos, struct tplg_elem, list); in lookup_pcm_dai_stream()
111 ref = list_entry(pos, struct tplg_ref, list); in build_pcm()
137 elem = list_entry(pos, struct tplg_elem, list); in tplg_build_pcms()
171 ref = list_entry(pos, struct tplg_ref, list); in tplg_build_dai()
196 elem = list_entry(pos, struct tplg_elem, list); in tplg_build_dais()
246 ref = list_entry(pos, struct tplg_ref, list); in build_link()
304 elem = list_entry(pos, struct tplg_elem, list); in tplg_build_links()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.c79 mutable_descriptor_size(struct tu_device *dev, const VkMutableDescriptorTypeListVALVE *list) in mutable_descriptor_size() argument
83 for (uint32_t i = 0; i < list->descriptorTypeCount; i++) { in mutable_descriptor_size()
84 uint32_t size = descriptor_size(dev, list->pDescriptorTypes[i]); in mutable_descriptor_size()
319 const VkMutableDescriptorTypeListVALVE *list = in tu_GetDescriptorSetLayoutSupport() local
322 for (uint32_t j = 0; j < list->descriptorTypeCount; j++) { in tu_GetDescriptorSetLayoutSupport()
325 if (list->pDescriptorTypes[j] == VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT || in tu_GetDescriptorSetLayoutSupport()
326 list->pDescriptorTypes[j] == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER) { in tu_GetDescriptorSetLayoutSupport()
/third_party/pcre2/pcre2/
H A DRunGrepTest485 (cd $srcdir; $valgrind $vjs $pcre2grep --file-list ./testdata/grepfilelist --file-list $builddir/testtemp1grep "fox|complete|t7") >>testtrygrep 2>&1
489 (cd $srcdir; $valgrind $vjs $pcre2grep --file-list=./testdata/grepfilelist "dolor" ./testdata/grepinput3) >>testtrygrep 2>&1
529 (cd $srcdir; $valgrind $vjs $pcre2grep --file-list ./testdata/grepfilelist --exclude grepinputv "fox|complete") >>testtrygrep 2>&1
766 $valgrind $vjs $pcre2grep --file-list testtemp1grep "line from stdin" <testtemp2grep >>testtrygrep 2>&1
772 $valgrind $vjs $pcre2grep --file-list testtemp1grep "line from stdin" >>testtrygrep 2>&1
827 $valgrind $vjs $pcre2grep --file-list=/non/exist abc /dev/null >>testtrygrep 2>&1
/third_party/python/Lib/test/
H A Dtest_csv.py294 result = list(reader)
454 self.assertEqual([['X', 'Y', 'Z']], list(csv.reader(['X;Y;Z'], name)))
566 fields = list(reader)
1321 self.assertEqual(list(reader), [self.names])
1358 self.assertEqual(list(csv.DictReader(data)),
1366 self.assertEqual(list(csv.DictReader(data, restkey='OtherInfo')),
1375 self.assertEqual(list(csv.DictReader(data, fieldnames=['fname', 'lname'])),
H A Dtest_sys.py539 self.assertIsInstance(sys.argv, list)
542 self.assertIsInstance(sys.orig_argv, list)
1449 # list
1450 check(list([]), vsize('Pn'))
1451 check(list([1]), vsize('Pn') + 2*self.P)
1452 check(list([1, 2]), vsize('Pn') + 2*self.P)
1453 check(list([1, 2, 3]), vsize('Pn') + 4*self.P)
1454 # sortwrapper (list)
1456 # cmpwrapper (list)
1458 # listiterator (list)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h95 /// and each time it adds a new function to the list
174 CommaSeparated = 0x01, // Should this cl::list split between commas?
175 PositionalEatsArgs = 0x02, // Should this positional cl::list eat -args?
176 Sink = 0x04, // Should this cl::list eat all unknown options?
426 // want. This is only valid on "opt" arguments, not on "list" arguments.
691 /// as an initializer list to the ValuesClass constructor.
1619 // list - A list of command line options.
1623 class list : public Option, public list_storage<DataType, StorageClass> { class
1657 // Unimplemented: list option
1686 explicit list(const Mods &... Ms) list() function in llvm::list
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h74 /// and each time it adds a new function to the list
154 CommaSeparated = 0x01, // Should this cl::list split between commas?
155 PositionalEatsArgs = 0x02, // Should this positional cl::list eat -args?
156 Sink = 0x04 // Should this cl::list eat all unknown options?
386 // want. This is only valid on "opt" arguments, not on "list" arguments.
614 /// as an initializer list to the ValuesClass constructor.
1439 // list - A list of command line options.
1443 class list : public Option, public list_storage<DataType, StorageClass> { class
1474 // Unimplemented: list option
1498 explicit list(const Mods &... Ms) list() function in llvm::list
[all...]
/third_party/python/Python/
H A Dimport.c1214 // We hit the end-of-list sentinel value. in look_up_frozen()
1374 /* Set __path__ to the empty list */ in PyImport_ImportFrozenModuleObject()
1971 A dummy list ["__doc__"] is passed as the 4th argument so that
2021 /* Call the __import__ function with the proper argument list in PyImport_Import()
2047 Returns the list of file suffixes used to identify extension modules.
2054 PyObject *list; in _imp_extension_suffixes_impl() local
2056 list = PyList_New(0); in _imp_extension_suffixes_impl()
2057 if (list == NULL) in _imp_extension_suffixes_impl()
2066 Py_DECREF(list); in _imp_extension_suffixes_impl()
2069 if (PyList_Append(list, ite in _imp_extension_suffixes_impl()
[all...]

Completed in 35 milliseconds

1...<<101102103104105106107108109110>>...162