Home
last modified time | relevance | path

Searched refs:list (Results 2126 - 2150 of 3336) sorted by relevance

1...<<81828384858687888990>>...134

/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py106 # Turn a list of strings into a regexp string matching exactly those strings
107 def makeREstring(list):
108 return '^(' + '|'.join(list) + ')$'
134 # Copyright text prefixing all headers (list of strings).
599 # End of list
/third_party/python/Lib/test/
H A Dtest_richcmp.py121 a = list(range(5))
268 (lambda: 42 < [], r"'<' .* of 'int' and 'list'"),
269 (lambda: () > [], r"'>' .* of 'tuple' and 'list'"),
291 items = list(imag1a.items())
327 # propagated in list comparisons
H A Dtest_ttk_textonly.py53 # check list formatting
58 # check tuple formatting (same as list)
87 # passing values with spaces inside a tuple/list
97 # passing empty strings inside a tuple/list
103 # passing values with braces inside a tuple/list
109 # passing quoted strings inside a tuple/list
128 self.assertFalse(ttk._format_optdict(opts, ignore=list(opts.keys())))
134 self.assertEqual(len(result), len(list(opts.keys())) * 2)
H A Dtest_traceback.py2229 return list(traceback.walk_stack(None))
2230 s1 = list(traceback.walk_stack(None))
2240 s = list(traceback.walk_tb(tb))
2460 res = list(te.format())
2579 self.assertEqual(list(excs[0].format()), list(excs[1].format()))
2596 formatted = list(exc.format())
2650 self.assertEqual(list(exc.format()), ["Exception: haven\n"])
/third_party/python/Lib/unittest/
H A Dloader.py237 testFnNames = list(filter(shouldIncludeMethod, dir(testCaseClass)))
322 tests = list(self._find_tests(start_dir, pattern))
/third_party/spirv-tools/source/opt/
H A Dcfg.cpp76 std::list<BasicBlock*>* order) { in ComputeStructuredOrder()
82 std::list<BasicBlock*>* order) { in ComputeStructuredOrder()
H A Dloop_dependence.h20 #include <list>
464 std::list<std::unique_ptr<Constraint>> constraints_;
/third_party/spirv-tools/source/val/
H A Dfunction.cpp204 const std::list<Construct>& Function::constructs() const { in constructs()
207 std::list<Construct>& Function::constructs() { return cfg_constructs_; } in constructs()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.h548 int freq_range_list_includes(const struct wpa_freq_range_list *list,
550 char * freq_range_list_str(const struct wpa_freq_range_list *list);
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgen-conversions.py267 combinations = list(itertools.product(inValueList, convFuncList))
273 combinations = list(itertools.product(inValues, outValues))
280 # inTupleList a list of tuples of value-lists
281 # combFuncList a list of comb* functions to combine
/third_party/vulkan-loader/loader/
H A Dloader_environment.c470 // If the layer environment variable is present (i.e. VK_INSTANCE_LAYERS), we will always add it to the layer list. in loader_add_environment_layers()
487 struct loader_layer_properties *source_prop = &source_list->list[i]; in loader_add_environment_layers()
491 // Only add it if it doesn't already appear in the layer list in loader_add_environment_layers()
519 struct loader_layer_properties *source_prop = &source_list->list[i]; in loader_add_environment_layers()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h16 #include "utils/list.h"
108 struct dl_list list; member
250 struct dl_list list; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1173 * gl_LastFragData[0] goes in outputs list before in generate_fs_loop()
3891 list_inithead(&shader->variants.list); in llvmpipe_create_fs_state()
4006 * Remove shader variant from two lists: the shader's variant list
4007 * and the context's variant list.
4022 /* remove from shader's list */ in llvmpipe_remove_shader_variant()
4023 list_del(&variant->list_item_local.list); in llvmpipe_remove_shader_variant()
4026 /* remove from context's list */ in llvmpipe_remove_shader_variant()
4027 list_del(&variant->list_item_global.list); in llvmpipe_remove_shader_variant()
4066 LIST_FOR_EACH_ENTRY_SAFE(li, next, &shader->variants.list, list) { in llvmpipe_delete_fs_state()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c13 #include "utils/list.h"
873 struct dl_list list; member
894 dl_list_del(&item->list); in wpa_ft_rrb_seq_free()
907 struct ft_remote_item, list) { in wpa_ft_rrb_seq_flush()
999 dl_list_add(&rkh_seq->rx.queue, &item->list); in wpa_ft_rrb_seq_req()
1170 struct dl_list list; member
1188 struct dl_list list; member
1218 dl_list_del(&r0->list); in wpa_ft_free_pmk_r0()
1272 dl_list_del(&r1->list); in wpa_ft_free_pmk_r1()
1311 struct wpa_ft_pmk_r0_sa, list) in wpa_ft_pmk_cache_deinit()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c13 #include "utils/list.h"
872 struct dl_list list; member
893 dl_list_del(&item->list); in wpa_ft_rrb_seq_free()
906 struct ft_remote_item, list) { in wpa_ft_rrb_seq_flush()
997 dl_list_add(&rkh_seq->rx.queue, &item->list); in wpa_ft_rrb_seq_req()
1168 struct dl_list list; member
1186 struct dl_list list; member
1216 dl_list_del(&r0->list); in wpa_ft_free_pmk_r0()
1270 dl_list_del(&r1->list); in wpa_ft_free_pmk_r1()
1309 struct wpa_ft_pmk_r0_sa, list) in wpa_ft_pmk_cache_deinit()
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs2895 let list: LinkedList<_> = (0..10).collect(); in test_show()
2896 assert_eq!(format!("{:?}", list), "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]"); in test_show()
2898 let list: LinkedList<_> = vec!["just", "one", "test", "more"].iter().cloned().collect(); in test_show()
2899 assert_eq!(format!("{:?}", list), "[\"just\", \"one\", \"test\", \"more\"]"); in test_show()
2952 let mut list: LinkedList<i32> = LinkedList::new(); in drain_filter_empty() variables
2955 let mut iter = list.drain_filter(|_| true); in drain_filter_empty()
2963 assert_eq!(list.len(), 0); in drain_filter_empty()
2964 assert_eq!(list.into_iter().collect::<Vec<_>>(), vec![]); in drain_filter_empty()
2969 let mut list: LinkedList<_> = vec![(), (), (), (), ()].into_iter().collect(); in drain_filter_zst() variables
2970 let initial_len = list in drain_filter_zst()
2992 let mut list: LinkedList<_> = vec![1, 2, 3, 4, 5, 6, 7, 8, 9, 10].into_iter().collect(); drain_filter_false() variables
3015 let mut list: LinkedList<_> = vec![1, 2, 3, 4, 5, 6, 7, 8, 9, 10].into_iter().collect(); drain_filter_true() variables
3041 let mut list = vec![ drain_filter_complex() variables
3061 let mut list = vec![ drain_filter_complex() variables
3080 let mut list = drain_filter_complex() variables
3098 let mut list = vec![2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19] drain_filter_complex() variables
3112 let mut list = vec![1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20] drain_filter_complex() variables
28574 let mut list = Self::new(); from_iter() variables
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py192 """Fix each of the paths of the list."""
199 """Converts a list split source file paths into a vcproj folder hierarchy.
202 sources: A list of source file paths split.
203 prefix: A list of source file path layers meant to apply to each of sources.
291 if type(tool[setting]) == list and type(value) == list:
295 'Appending "%s" to a non-list setting "%s" for tool "%s" is '
461 """Merge action into an existing list of actions.
467 actions_dict: dictionary keyed on input name, which maps to a list of
469 inputs: list o
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c45 #include "util/list.h"
72 struct list_head list; member
83 struct list_head list; member
116 struct list_head connectors; /* list of all discovered connectors */
121 &(_conn)->display_modes, list)
125 &(_dev)->connectors, list)
267 list_addtail(&display_mode->list, &connector->display_modes); in wsi_display_register_drm_mode()
333 list_addtail(&connector->list, &wsi->connectors); in wsi_display_get_connector()
1619 /* Destroy hotplug fence list. */ in wsi_display_fence_destroy()
2505 list_addtail(&display_mode->list, in wsi_display_register_x_mode()
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h9 // this list of conditions and the following disclaimer.
12 // notice, this list of conditions and the following disclaimer in the
1796 void Include(const RegList& list) { *available_ |= list; } in Include() argument
1797 void Exclude(const RegList& list) { in Exclude() argument
1798 *available_ &= RegList::FromBits(~list.bits()); in Exclude()
1801 RegList list({reg1, reg2}); in Include()
1802 Include(list); in Include()
1805 RegList list({reg1, reg2}); in Exclude()
1806 Exclude(list); in Exclude()
[all...]
/third_party/toybox/toys/pending/
H A Ddhcpd.c93 // DHCP option codes (partial list). See RFC 2132 and
101 #define DHCP_OPT_PARAM_REQ DHCP_STRING | 0x37 // list of options client wants
242 void *options[256]; // list of DHCP options loaded from the config file
1128 // Retrives Requested Parameter list from dhcp req packet.
1129 static uint8_t get_reqparam(uint8_t **list) in get_reqparam() argument
1132 if(*list) free(*list); in get_reqparam()
1136 *list = xzalloc(len+1); in get_reqparam()
1137 memcpy(*list, ++optptr, len); in get_reqparam()
1142 static uint8_t* set_reqparam(uint8_t *optptr, uint8_t *list) in set_reqparam() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dwrite.c762 cond_av_list_t * list, struct policy_file *fp) in cond_write_av_list()
775 if (expand_cond_av_list(p, list, &new_list, &expa)) in cond_write_av_list()
777 list = new_list; in cond_write_av_list()
781 for (cur_list = list; cur_list != NULL; cur_list = cur_list->next) { in cond_write_av_list()
796 for (cur_list = list; cur_list != NULL; cur_list = cur_list->next) { in cond_write_av_list()
866 static int cond_write_list(policydb_t * p, cond_list_t * list, in cond_write_list() argument
874 for (cur = list; cur != NULL; cur = cur->next) in cond_write_list()
881 for (cur = list; cur != NULL; cur = cur->next) { in cond_write_list()
761 cond_write_av_list(policydb_t * p, cond_av_list_t * list, struct policy_file *fp) cond_write_av_list() argument
/third_party/gn/src/gn/
H A Dcommand_desc.cc174 const base::ListValue* list; in VisibilityHandler() local
175 if (value->GetAsList(&list)) { in VisibilityHandler()
176 if (list->empty()) { in VisibilityHandler()
253 OutputString("\n Resolved output file list\n"); in ProcessOutputs()
534 Compute all runtime deps for the given target. This is a computed list
538 The output is a list of file names relative to the build directory. See
563 The "configs" section will list all configs that apply. For targets this will
571 The "outputs" section will list all outputs that apply, including the outputs
581 Collects all recursive dependencies and prints a sorted flat list. Also
H A Doperators.cc110 "list object. It's unlikely\nyou meant to copy the entire thing just " in Init()
128 // that's all Value knows) rather than the list access. So rewrite the in Init()
142 // As the for the list index case above, rewrite the error location. in Init()
189 // and that list indices are in-range. This means any undefined identifiers in MakeUndefinedIdentifierForModifyError()
195 // Computes an error message for overwriting a nonempty list/scope with another.
201 type_name = "list"; in MakeOverwriteError()
233 // Append extra hint for list stuff. in MakeIncompatibleTypeError()
236 " a list, use \"foo + [ bar ]\"."; in MakeIncompatibleTypeError()
260 Value* list, in RemoveMatchesFromList()
263 std::vector<Value>& v = list in RemoveMatchesFromList()
259 RemoveMatchesFromList(const BinaryOpNode* op_node, Value* list, const Value& to_remove, Err* err) RemoveMatchesFromList() argument
[all...]
/third_party/backends/backend/
H A Dkvs20xx_opt.c292 /* Paper sizes list */ in kvs20xx_init_options()
447 /* Lookup a string list from one array and return its index. */
449 str_index (const SANE_String_Const * list, SANE_String_Const name) in str_index() argument
453 while (list[index]) in str_index()
455 if (!strcmp (list[index], name)) in str_index()
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c238 struct lws_dll2 *list; in lws_struct_default_lejp_cb() local
240 /* create list item object if none already */ in lws_struct_default_lejp_cb()
275 list = (struct lws_dll2 *) in lws_struct_default_lejp_cb()
279 lws_dll2_add_tail(list, owner); in lws_struct_default_lejp_cb()

Completed in 65 milliseconds

1...<<81828384858687888990>>...134