Home
last modified time | relevance | path

Searched refs:list (Results 3101 - 3125 of 3497) sorted by relevance

1...<<121122123124125126127128129130>>...140

/third_party/python/Lib/
H A Dtokenize.py93 # create a list with upper and lower versions of each
306 (as a string) and a list of any lines (left as bytes) it has read in.
656 tokens = list(tokenize(f.readline))
H A Dtracemalloc.py455 is a list of Filter or DomainFilter instances. If filters is an empty
456 list, return a new Snapshot instance with a copy of the traces.
459 raise TypeError("filters must be a list of filters, not %s"
530 Group statistics by key_type. Return a sorted list of Statistic
534 statistics = list(grouped.values())
541 statistics as a sorted list of StatisticDiff instances, grouped by
/third_party/python/PC/layout/
H A Dmain.py631 files = list(get_layout(ns))
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py10 # notice, this list of conditions and the following disclaimer.
12 # copyright notice, this list of conditions and the following disclaimer
732 elif isinstance(value, (list, ListValue)):
790 """Returns a list for this key, creating if it didn't exist already."""
792 # Clear will mark list_value modified which will indeed create a list.
840 """Appends and returns a struct value as the next value in the list."""
847 """Appends and returns a list value as the next value in the list."""
849 # Clear will mark list_value modified which will indeed create a list.
/third_party/python/Lib/distutils/
H A Dmsvc9compiler.py72 """Return list of registry keys."""
193 """Return a list of normalized paths with duplicates removed.
288 raise ValueError(str(list(result.keys())))
/third_party/python/Lib/test/
H A Dtest_bool.py251 for t in [bool, complex, dict, float, int, list, object,
/third_party/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp20 #include <list>
H A Dinstruction.h230 // and type as |this|. The new instruction is not linked into any list.
268 // Same semantics as in the base class except the list the InstructionList
293 // Adds |operand| to the list of operands of this instruction.
297 // Adds a copy of |operand| to the list of operands of this instruction.
430 // is responsible for building a complete and valid list of operands for
543 // Takes ownership of the instructions in |list| and inserts them in order
545 // Assumes the list is non-empty.
546 Instruction* InsertBefore(std::vector<std::unique_ptr<Instruction>>&& list);
H A Dloop_unswitch_pass.cpp18 #include <list>
188 // Copy the predecessor list (will get invalidated otherwise). in PerformUnswitch()
275 // Compute an ordered list of basic block to clone: loop blocks + pre-header in PerformUnswitch()
295 // Build the list of value for which we need to clone and specialize the in PerformUnswitch()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp49 #include <list>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_rrm.c222 list) { in hostapd_send_nei_report_resp()
H A Dieee802_11.c1651 struct hostapd_sae_commit_queue, list); in auth_sae_process_commit()
1656 dl_list_del(&q->list); in auth_sae_process_commit()
1702 struct hostapd_sae_commit_queue, list) { in auth_sae_queue()
1709 dl_list_add(&q2->list, &q->list); in auth_sae_queue()
1710 dl_list_del(&q2->list); in auth_sae_queue()
1717 dl_list_add_tail(&hapd->sae_commit_queue, &q->list); in auth_sae_queue()
1733 struct hostapd_sae_commit_queue, list) { in auth_sae_queued_addr()
7111 list) { in hostapd_eid_nr_db_len()
7290 list) { in hostapd_eid_nr_db()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c3979 * 3DSTATE_SO_DECL_LIST is a list of shader outputs we want the streamout
4000 /* Construct the list of SO_DECLs to be emitted. The formatting of the in iris_create_so_decl_list()
4077 iris_pack_command(GENX(3DSTATE_SO_DECL_LIST), so_decl_map, list) { in iris_create_so_decl_list()
4078 list.DWordLength = 3 + 2 * max_decls - 2; in iris_create_so_decl_list()
4079 list.StreamtoBufferSelects0 = buffer_mask[0]; in iris_create_so_decl_list()
4080 list.StreamtoBufferSelects1 = buffer_mask[1]; in iris_create_so_decl_list()
4081 list.StreamtoBufferSelects2 = buffer_mask[2]; in iris_create_so_decl_list()
4082 list.StreamtoBufferSelects3 = buffer_mask[3]; in iris_create_so_decl_list()
4083 list.NumEntries0 = decls[0]; in iris_create_so_decl_list()
4084 list in iris_create_so_decl_list()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c754 dl_list_for_each(w, &nl80211_wiphys, struct nl80211_wiphy_data, list) { in nl80211_get_wiphy_data_ap()
797 dl_list_add(&nl80211_wiphys, &w->list); in nl80211_get_wiphy_data_ap()
846 dl_list_del(&w->list); in nl80211_put_wiphy_data_ap()
1001 struct wpa_driver_nl80211_data, list) { in nl80211_find_drv()
1961 struct wpa_driver_nl80211_data, list) { in wpa_driver_nl80211_drv_init_rfkill()
2061 dl_list_add(&drv->global->interfaces, &drv->list); in wpa_driver_nl80211_drv_init()
2837 dl_list_del(&drv->list); in wpa_driver_nl80211_deinit()
4814 struct wpa_driver_nl80211_data, list) in nl80211_remove_iface()
6718 wpa_printf(MSG_DEBUG, "nl80211: ifindex %d already in the list", in add_ifidx()
7086 struct wpa_driver_nl80211_data, list) { in nl80211_addr_in_use()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c932 dl_list_for_each(w, &nl80211_wiphys, struct nl80211_wiphy_data, list) { in nl80211_get_wiphy_data_ap()
975 dl_list_add(&nl80211_wiphys, &w->list); in nl80211_get_wiphy_data_ap()
1024 dl_list_del(&w->list); in nl80211_put_wiphy_data_ap()
1246 struct wpa_driver_nl80211_data, list) { in nl80211_find_drv()
2319 struct wpa_driver_nl80211_data, list) { in wpa_driver_nl80211_drv_init_rfkill()
2433 dl_list_add(&drv->global->interfaces, &drv->list); in wpa_driver_nl80211_drv_init()
3249 dl_list_del(&drv->list); in wpa_driver_nl80211_deinit()
5628 struct wpa_driver_nl80211_data, list) in nl80211_remove_iface()
7786 wpa_printf(MSG_DEBUG, "nl80211: ifindex %d already in the list",
8168 struct wpa_driver_nl80211_data, list) {
[all...]
/third_party/backends/backend/
H A Depson.c89 2002-12-28 Added advanced option to display only short resolution list for
90 displays that can not show the complete list.
262 Implemented resolution list as WORD_LIST instead of
279 resolution list in xsane (KHK)
504 * source list need one dummy entry (save device settings is crashing).
505 * NOTE: no const - this list gets created while exploring the capabilities
642 * the actually used params and list arrays at runtime.
698 /* Bay list:
1847 static Epson_Device *first_dev = NULL; /* first EPSON scanner in list */
2252 bitDepthList[0] = 1; /* we start with one element in the list */ in attach()
3640 search_string_list(const SANE_String_Const * list, SANE_String value) search_string_list() argument
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c105 ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list);
843 * (for SSA defs) or finding them in the list of registers awaiting a TMU flush
2495 ntq_setup_registers(struct v3d_compile *c, struct exec_list *list) in ntq_setup_registers() argument
2497 foreach_list_typed(nir_register, nir_reg, node, list) { in ntq_setup_registers()
4183 static void ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list);
4299 ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list) in ntq_emit_cf_list() argument
4301 foreach_list_typed(nir_cf_node, node, node, list) { in ntq_emit_cf_list()
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c840 * See more on the ntfs-3g-devel list. in ntfs_fuse_getstat()
1511 /* initial call : build the full list */ in ntfs_fuse_readdir()
2787 * having to check the list of open files when opening in ntfs_fuse_rm()
3138 /* remove from open files list */ in ntfs_fuse_release()
3467 char *list = (char*)NULL; in ntfs_fuse_listxattr() local
3497 list = (char*)malloc(size); in ntfs_fuse_listxattr()
3498 if (!list) { in ntfs_fuse_listxattr()
3506 ret = ntfs_fuse_listxattr_common(ni, actx, list, size, in ntfs_fuse_listxattr()
3523 fuse_reply_buf(req, list, ret); in ntfs_fuse_listxattr()
3526 free(list); in ntfs_fuse_listxattr()
[all...]
/third_party/libabigail/
H A Dltmain.sh504 # ...make a list in topmost first order. Use a colon delimited
505 # list incase some portion of path contains whitespace.
508 # If the last portion added has no slash in it, the list is done
1984 arg_mode=arg # the next one goes into the "base_compile" arg list
2404 -objectlist FILE Use a list of object files found in FILE to specify objects
3242 # Parse the name list into a source file.
3273 func_verbose "generating symbol list for \`$output'"
3277 # Add our own program objects to the symbol list.
3299 # Prepare the list of exported symbols
3627 # we now have a list, on
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp694 // Build an ordered list of available sort directions in TableSetupColumnFlags()
698 int count = 0, mask = 0, list = 0; in TableSetupColumnFlags() local
699 if ((flags & ImGuiTableColumnFlags_PreferSortAscending) != 0 && (flags & ImGuiTableColumnFlags_NoSortAscending) == 0) { mask |= 1 << ImGuiSortDirection_Ascending; list |= ImGuiSortDirection_Ascending << (count << 1); count++; } in TableSetupColumnFlags()
700 if ((flags & ImGuiTableColumnFlags_PreferSortDescending) != 0 && (flags & ImGuiTableColumnFlags_NoSortDescending) == 0) { mask |= 1 << ImGuiSortDirection_Descending; list |= ImGuiSortDirection_Descending << (count << 1); count++; } in TableSetupColumnFlags()
701 if ((flags & ImGuiTableColumnFlags_PreferSortAscending) == 0 && (flags & ImGuiTableColumnFlags_NoSortAscending) == 0) { mask |= 1 << ImGuiSortDirection_Ascending; list |= ImGuiSortDirection_Ascending << (count << 1); count++; } in TableSetupColumnFlags()
702 if ((flags & ImGuiTableColumnFlags_PreferSortDescending) == 0 && (flags & ImGuiTableColumnFlags_NoSortDescending) == 0) { mask |= 1 << ImGuiSortDirection_Descending; list |= ImGuiSortDirection_Descending << (count << 1); count++; } in TableSetupColumnFlags()
704 column->SortDirectionsAvailList = (ImU8)list; in TableSetupColumnFlags()
1821 // We need to do that in TableEndRow() instead of TableBeginRow() so the list clipper can mark end of row and in TableEndRow()
2300 // this we merge their clip rect and make them contiguous in the channel list, so they can be merged
2412 // 2. Rewrite channel list i in TableMergeDrawChannels()
[all...]
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh524 # ...make a list in topmost first order. Use a colon delimited
525 # list incase some portion of path contains whitespace.
528 # If the last portion added has no slash in it, the list is done
2004 arg_mode=arg # the next one goes into the "base_compile" arg list
2424 -objectlist FILE Use a list of object files found in FILE to specify objects
3262 # Parse the name list into a source file.
3293 func_verbose "generating symbol list for \`$output'"
3297 # Add our own program objects to the symbol list.
3319 # Prepare the list of exported symbols
3647 # we now have a list, on
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js221 var list = <ASTList>ast;
222 for (var i = 0, len = list.members.length; i < len; i++) {
223 this.append(list.members[i]);
2591 var list = ast;
2592 for (var i = 0, len = list.members.length; i < len; i++) {
2593 this.append(list.members[i]);
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp12 // notice, this list of conditions and the following disclaimer.
15 // copyright notice, this list of conditions and the following
1623 // This adds the hidden parameter to the parameter list in 'paramNodes' if needed.
1692 // Also, accumulate the list of parameters into the AST, so lower level code in handleFunctionDefinition()
1712 // Add parameters to the AST list. in handleFunctionDefinition()
2124 // participate in the argument list. That is always put at the end of the HS linkage, so the in transformEntryPoint()
2125 // input side of the DS must match. The argument may be in any position in the DS argument list in transformEntryPoint()
2334 auto list = new TTypeList; in remapEntryPointIO()
2339 list->push_back(typeLoc); in remapEntryPointIO()
2343 tIoKinds newLists = { list, nullpt in remapEntryPointIO()
8395 lengthenList(const TSourceLoc& loc, TIntermSequence& list, int size, TIntermTyped* scalarInit) lengthenList() argument
[all...]
/third_party/libabigail/src/
H A Dabg-ir.cc66 using std::list;
2436 /// In the list of aliases of a given elf symbol, get the alias that
2454 /// Return a comma separated list of the id of the current symbol as
2461 /// current symbol is included in the list of alias names that is emitted.
2489 /// Return a comma separated list of the id of the current symbol as
2493 /// current symbol is included in the list of alias names that is emitted.
10835 /// Decompose a fully qualified name into the list of its components.
10839 /// @param comps the resulting list of component to fill.
10842 list<string>& comps) in fqn_to_components()
10867 components_to_type_name(const list<strin
[all...]

Completed in 106 milliseconds

1...<<121122123124125126127128129130>>...140