/third_party/python/Lib/ |
H A D | plistlib.py | 3 The property list (.plist) file format is a simple XML pickle supporting 365 elif isinstance(value, (tuple, list)): 639 # Flattened object list: 649 # Create list of all objects in the plist 663 # Write object list 720 elif isinstance(value, (list, tuple)): 812 elif isinstance(value, (list, tuple)):
|
H A D | traceback.py | 22 """Print the list of tuples as returned by extract_tb() or 30 """Format a list of tuples or FrameSummary objects for printing. 32 Given a list of tuples or FrameSummary objects as returned by 33 extract_tb() or extract_stack(), return a list of strings ready 36 Each string in the resulting list corresponds to the item with the 37 same index in the argument list. Each string ends in a newline; 63 Return a StackSummary object representing a list of 133 to print_exception(). The return value is a list of strings, each 140 return list(te.format(chain=chain)) 146 The return value is a list o [all...] |
H A D | calendar.py | 232 Return a matrix (list of lists) representing a month's calendar. 235 dates = list(self.itermonthdates(year, month)) 245 days = list(self.itermonthdays2(year, month)) 253 days = list(self.itermonthdays(year, month)) 259 value is a list of month rows. Each month row contains up to width months.
|
/third_party/python/Lib/test/ |
H A D | test_bdb.py | 3 A test defines a list of tuples that may be seen as paired tuples, each 35 * On a 'line' event, the tuple holds a dictionary and a list. The 37 line to its hits count. The list holds the list of breakpoint 72 # case. The full list of breakpoints and their attributes is also printed 179 self.expected_list = list(islice(self.expect_set, 0, None, 2)) 180 self.set_list = list(islice(self.expect_set, 1, None, 2)) 247 'expect_set list exhausted, cannot pop item %d' % 465 'set_list': A list of set_type tuples to be run on the module. 528 test.expect_set = list(ge [all...] |
H A D | test_selectors.py | 248 self.assertEqual(list(keys), []) 253 self.assertEqual(list(keys), [rd.fileno()]) 254 self.assertEqual(list(keys.values()), [key])
|
H A D | test_getpath.py | 894 self._files[path.casefold()] = list(lines or ()) 1001 return list(self.open) 1070 self._files[path] = list(lines or ())
|
H A D | test_marshal.py | 141 positions = list(co.co_positions()) 179 self.helper(list(self.d.items())) 286 for typ in (int, float, complex, tuple, list, dict, set, frozenset): 426 if isinstance(obj, (list, tuple, set, frozenset)):
|
H A D | test_traceback.py | 2229 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/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 267 std::list<BasicBlock*> structured_order; in AggressiveDCE() 276 const Function* func, std::list<BasicBlock*>& structured_order) { in KillDeadInstructions() 364 // list. We use the decoration manager to look through the group in AddDecorationsToWorkList() 521 Function* func, std::list<BasicBlock*>& structured_order) { in InitializeWorkList() 885 // Remove the dead interface variables from the entry point interface list. in ProcessGlobalValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 267 std::list<BasicBlock*> structured_order; in AggressiveDCE() 276 const Function* func, std::list<BasicBlock*>& structured_order) { in KillDeadInstructions() 364 // list. We use the decoration manager to look through the group in AddDecorationsToWorkList() 521 Function* func, std::list<BasicBlock*>& structured_order) { in InitializeWorkList() 885 // Remove the dead interface variables from the entry point interface list. in ProcessGlobalValues()
|
/third_party/protobuf/python/google/protobuf/ |
H A D | json_format.py | 10 # notice, this list of conditions and the following disclaimer. 12 # copyright notice, this list of conditions and the following disclaimer 557 if not isinstance(value, list): 638 elif isinstance(value, list): 654 if not isinstance(value, list):
|
/third_party/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 265 std::list<BasicBlock*> structured_order; in AggressiveDCE() 274 const Function* func, std::list<BasicBlock*>& structured_order) { in KillDeadInstructions() 364 // list. We use the decoration manager to look through the group in AddDecorationsToWorkList() 524 Function* func, std::list<BasicBlock*>& structured_order) { in InitializeWorkList() 911 // Remove the dead interface variables from the entry point interface list. in ProcessGlobalValues()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 938 CellInfoList list = { 1, nullptr }; in HWTEST_F() local 939 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, &list, 0)); in HWTEST_F() 940 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, &list, 0)); in HWTEST_F() 941 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, &list, sizeof(CellInfoList))); in HWTEST_F() 943 HDF_SUCCESS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, &list, sizeof(CellInfoList))); in HWTEST_F() 944 list.cellNearbyInfo = &cellInfo; in HWTEST_F() 945 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, &list, sizeof(CellInfoList))); in HWTEST_F() 947 HDF_SUCCESS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, &list, sizeof(CellInfoList))); in HWTEST_F()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 192 """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 D | wsi_common_display.c | 45 #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 D | assembler-riscv64.h | 9 // 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 D | dhcpd.c | 93 // 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 D | write.c | 762 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/python/Tools/clinic/ |
H A D | clinic.py | 400 each valid field. The list of valid fields is 472 accumulator = list(group) + accumulator 644 parameters = list(f.parameters.values()) 757 fields = list(fields) 1118 fields = list(parser_body_fields) 1237 parameters = list(f.parameters.values()) 1514 signatures is either list or None. If it's a list, 1776 the object grows the list until that item exists. 2083 blocks = list(parser_ [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 77 struct dl_list list; member 99 struct dl_list list; member 136 * be the first entry on this list. */ 853 "DPP: URI channel-list: opclass=%d channel=%d ==> freq=%d", in dpp_parse_uri_chan_list() 857 "DPP: Ignore unknown URI channel-list channel (opclass=%d channel=%d)", in dpp_parse_uri_chan_list() 861 "DPP: Too many channels in URI channel-list - ignore list"); in dpp_parse_uri_chan_list() 877 wpa_printf(MSG_DEBUG, "DPP: Invalid URI channel-list"); in dpp_parse_uri_chan_list() 4419 struct dpp_configurator, list) { in dpp_configurator_get_id() 8352 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_next_id() [all...] |
/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 458 std::list<std::weak_ptr<Plugin>> pluginList;
in CreatePipeline() 621 std::list<std::weak_ptr<Plugin>> HiviewPlatform::GetPipelineSequenceByName(const std::string& name)
in GetPipelineSequenceByName() 624 return std::list<std::weak_ptr<Plugin>>();
in GetPipelineSequenceByName() 631 return std::list<std::weak_ptr<Plugin>>(0);
in GetPipelineSequenceByName()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/ |
H A D | permission_manager.cpp | 980 bool IsUserGrantPermPreAuthorized(const std::vector<PreAuthorizationInfo> &list, in IsUserGrantPermPreAuthorized() argument 983 auto iter = std::find_if(list.begin(), list.end(), [&permissionName](const auto &info) { in IsUserGrantPermPreAuthorized() 986 if (iter == list.end()) { in IsUserGrantPermPreAuthorized() 987 ACCESSTOKEN_LOG_INFO(LABEL, "Permission(%{public}s) is not in the list", permissionName.c_str()); in IsUserGrantPermPreAuthorized() 1013 ACCESSTOKEN_LOG_INFO(LABEL, "Before, request perm list size: %{public}zu, preAuthorizationInfo size %{public}zu, " in InitPermissionList() 1056 ACCESSTOKEN_LOG_INFO(LABEL, "After, request perm list size: %{public}zu.", initializedList.size()); in InitPermissionList()
|
/third_party/elfutils/libelf/ |
H A D | elf_begin.c | 415 elf->state.elf32.scns.data[cnt].list = &elf->state.elf32.scns; in file_read_elf() 437 elf->state.elf32.scns.data[cnt].list = &elf->state.elf32.scns; in file_read_elf() 514 elf->state.elf64.scns.data[cnt].list = &elf->state.elf64.scns; in file_read_elf() 536 elf->state.elf64.scns.data[cnt].list = &elf->state.elf64.scns; in file_read_elf() 1095 /* Enlist this new descriptor in the list of children. */ in dup_elf()
|
/third_party/eudev/test/ |
H A D | udev-test.pl | 1069 desc => "reset list to current value", 1483 my @list; 1490 push(@list, $arg); 1494 if ($list[0]) { 1495 foreach my $arg (@list) {
|
/third_party/gn/src/gn/ |
H A D | functions.cc | 309 2. The configs specified in the target's "configs" list, in order. 810 // Extract the exclusion list if defined. 819 *err = Err(exclusion_value, "Not a valid list of variables to exclude.", 820 "Expecting a list of strings."); 839 *err = Err(exclusion_value, "Not supported with a variable list.", 840 "Exclusion list can only be used with the string \"*\"."); 855 *err = Err(*value, "Not a valid list of variables.", 856 "Expecting either the string \"*\" or a list of strings."); 1087 "split_list: Splits a list into N different sub-lists."; 1089 R"(split_list: Splits a list int [all...] |