Home
last modified time | relevance | path

Searched refs:list (Results 6101 - 6125 of 6330) sorted by relevance

1...<<241242243244245246247248249250>>...254

/third_party/python/Lib/test/
H A Dtest_socket.py3404 values = list(range(257)) + list(range(toobig - 257, toobig))
3425 values = list(range(257)) + list(range(toobig - 257, toobig))
3454 # Return a list of n file descriptors for newly-created files
3455 # containing their list indices as ASCII numbers.
3466 # Check that the file descriptors in the given list contain
3467 # their correct list indices as ASCII numbers.
3509 self.assertIsInstance(ancdata, list)
3824 # Given ancillary data list ancdat
[all...]
H A Dtest_logging.py166 the expected_values list of tuples."""
826 a list of recipients and the message data.
3839 items = list(self.get_all_from_queue(queue))
4300 logging.shutdown(handlerList=list(handlers))
4312 logging.shutdown(handlerList=list(handlers))
/third_party/typescript/lib/
H A Dtsserverlibrary.js803 // Perform a stable sort of the array. This ensures the first entry in a list of
2068 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough.
2748 // Assuming enum objects do not change at runtime, we can cache the enum members list
4541 // Synthesized list
5968 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list
6323 // Always poll complete list of changedFilesInLastPoll
6718 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list
6725 * Add child directory watcher to the new ChildDirectoryWatcher list
8297 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."),
8312 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list o
[all...]
H A Dtypescript.js794 // Perform a stable sort of the array. This ensures the first entry in a list of
2059 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough.
2739 // Assuming enum objects do not change at runtime, we can cache the enum members list
4532 // Synthesized list
5959 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list
6314 // Always poll complete list of changedFilesInLastPoll
6709 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list
6716 * Add child directory watcher to the new ChildDirectoryWatcher list
8288 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."),
8303 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list o
[all...]
H A DtypescriptServices.js794 // Perform a stable sort of the array. This ensures the first entry in a list of
2059 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough.
2739 // Assuming enum objects do not change at runtime, we can cache the enum members list
4532 // Synthesized list
5959 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list
6314 // Always poll complete list of changedFilesInLastPoll
6709 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list
6716 * Add child directory watcher to the new ChildDirectoryWatcher list
8288 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."),
8303 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list o
[all...]
H A Dtsserver.js804 // Perform a stable sort of the array. This ensures the first entry in a list of
2069 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough.
2749 // Assuming enum objects do not change at runtime, we can cache the enum members list
4542 // Synthesized list
5969 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list
6324 // Always poll complete list of changedFilesInLastPoll
6719 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list
6726 * Add child directory watcher to the new ChildDirectoryWatcher list
8298 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."),
8313 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list o
[all...]
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_test.cpp1269 EXPECT_EQ(info->historyListSize, 30U); // 30 is the max history list size in HWTEST_F()
1503 CredType list[] = {CRED_TYPE_MINI, CRED_TYPE_SMALL, CRED_TYPE_STANDARD, CRED_TYPE_LARGE}; in HWTEST_F() local
1504 ret = GetSupportedCredTypes(list, 2); in HWTEST_F()
1507 ret = GetSupportedCredTypes(list, 0); in HWTEST_F()
/third_party/backends/backend/
H A Dhs2p.c46 . - sane_get_devices() : query list of scanner-devices
172 get_list_index (const char *list[], char *s) /* sequential search */ in get_list_index() argument
176 for (i = 0; list[i]; i++) in get_list_index()
177 if (strcmp (s, list[i]) == 0) in get_list_index()
1309 /* set the length of the list to zero first, then append standard resolutions */ in attach()
1699 s->next = first_handle; /* insert newly opened handle into list of open handles: */ in sane_open()
/third_party/googletest/googletest/src/
H A Dgtest.cc9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
51 #include <list>
276 "A colon-separated list of glob (not regex) patterns "
278 "'-' and a : separated list of negative patterns (tests to "
498 // Add a given test_suit to the list of them allow to go un-instantiated.
793 // A filter is a list of patterns separated by ':'.
1419 for (std::list<std::pair<char, const char*> >::const_iterator it =
1454 std::list<std::pair<char, const char*> > hunk_, hunk_adds_, hunk_removes_;
1459 // Create a list o
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c3613 static void emit_cf_list(struct ir3_context *ctx, struct exec_list *list);
3712 emit_cf_list(struct ir3_context *ctx, struct exec_list *list) in emit_cf_list() argument
3714 foreach_list_typed (nir_cf_node, node, node, list) { in emit_cf_list()
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
49 #include <list>
238 "A colon-separated list of glob (not regex) patterns "
240 "'-' and a : separated list of negative patterns (tests to "
545 // A filter is a colon-separated list of patterns. It matches a in FilterMatchesTest()
1163 for (std::list<std::pair<char, const char*> >::const_iterator it = in PrintTo()
1198 std::list<std::pair<char, const char*> > hunk_, hunk_adds_, hunk_removes_;
1203 // Create a list of diff hunks in Unified diff format.
2058 // Adds a test part result to the list
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c38 /* SPIR-V 1.4 and later requires entrypoints to list all global
3887 emit_cf_list(struct ntv_context *ctx, struct exec_list *list);
3963 emit_cf_list(struct ntv_context *ctx, struct exec_list *list) in emit_cf_list() argument
3965 foreach_list_typed(nir_cf_node, node, node, list) { in emit_cf_list()
/third_party/node/deps/v8/tools/
H A Dgrokdump.py9 # notice, this list of conditions and the following disclaimer.
11 # copyright notice, this list of conditions and the following
744 objdumps = list(filter(lambda file: platform_filter in file >= 0, objdumps))
2274 addresses = list(set(prog.findall(message)))
2312 possible_context = list(possible_context.items())
3390 <title>Dump list</title>
/third_party/node/deps/googletest/src/
H A Dgtest.cc9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
55 #include <list>
284 "A colon-separated list of glob (not regex) patterns "
286 "'-' and a : separated list of negative patterns (tests to "
506 // Add a given test_suit to the list of them allow to go un-instantiated.
801 // A filter is a list of patterns separated by ':'.
1436 for (std::list<std::pair<char, const char*> >::const_iterator it =
1471 std::list<std::pair<char, const char*> > hunk_, hunk_adds_, hunk_removes_;
1476 // Create a list o
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c75 static bi_block *emit_cf_list(bi_context *ctx, struct exec_list *list);
4009 emit_cf_list(bi_context *ctx, struct exec_list *list) in emit_cf_list() argument
4013 foreach_list_typed(nir_cf_node, node, node, list) { in emit_cf_list()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3996 pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; in listxattr()
3997 pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; in llistxattr()
3998 pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t; in flistxattr()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp843 // In SPIR-V 1.4 and up, every global must be present in the entry point interface list, in get_shader_resources()
864 auto &list = var.storage == StorageClassInput ? res.builtin_inputs : res.builtin_outputs; in get_shader_resources()
876 list.push_back(resource); in get_shader_resources()
897 list.push_back(std::move(resource)); in get_shader_resources()
2466 // otherwise, add it to our list. in register_combined_image_sampler()
3596 // Add it to a per-block list of variables. in analyze_variable_scope()
/third_party/python/Objects/
H A Ddictobject.c161 the list [i << 16 for i in range(20000)] as a set of keys. Since ints are
2610 /* Preallocate the list of tuples, to avoid allocations during in dict_items()
2736 PyObject *fast; /* item as a 2-tuple or 2-list */ in PyDict_MergeFromSeq2()
3838 " in the keyword argument list. For example: dict(one=1, two=2)");
4026 "Private method returning an estimate of len(list(it)).");
4509 PyObject *list = PySequence_List((PyObject*)&tmp); in dictiter_reduce() local
4511 if (list == NULL) { in dictiter_reduce()
4514 return Py_BuildValue("N(N)", _PyEval_GetBuiltin(&_Py_ID(iter)), list); in dictiter_reduce()
/third_party/elfutils/src/
H A Dreadelf.c109 N_("Display histogram of bucket list lengths"), 0 },
215 /* True if bucket list length histogram should be printed. */
350 cleanup_list (struct section_argument *list) in cleanup_list() argument
352 while (list != NULL) in cleanup_list()
354 struct section_argument *a = list; in cleanup_list()
355 list = a->next; in cleanup_list()
3256 \nHistogram for bucket list length in section [%2u] '%s' (total of %d bucket):\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to section: [%2u] '%s'\n", in print_hash_info()
3258 \nHistogram for bucket list length in section [%2u] '%s' (total of %d buckets):\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to section: [%2u] '%s'\n", in print_hash_info()
3589 /* Find the library list sections. For this we have to search in print_liblist()
3608 \nLibrary list sectio in print_liblist()
12975 for_each_section_argument(Elf *elf, const struct section_argument *list, void (*dump) (Elf_Scn *scn, const GElf_Shdr *shdr, const char *name)) for_each_section_argument() argument
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js112 // An entry whose 'prev' points to itself is the head of the list and is invalid here.
982 // Perform a stable sort of the array. This ensures the first entry in a list of
2196 * Given a name and a list of names that are *not* equal to the name, return a spelling suggestion if there is one that is close enough.
4546 // Synthesized list
5938 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list
6296 // Always poll complete list of changedFilesInLastPoll
6697 * Create new childDirectoryWatcher and add it to the new ChildDirectoryWatcher list
6704 * Add child directory watcher to the new ChildDirectoryWatcher list
8240 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."),
8255 super_must_be_followed_by_an_argument_list_or_member_access: diag(1034, ts.DiagnosticCategory.Error, "super_must_be_followed_by_an_argument_list_or_member_access_1034", "'super' must be followed by an argument list o
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp592 const std::list<TouchLocationInfo>& touchList = info.GetTouches();
601 const std::list<TouchLocationInfo>& changeTouch = info.GetChangedTouches();
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp333 HILOG_DEBUG("Set the package '%{public}s' to the allow list", curPath.c_str()); in CopyPropertyApiFilter()
336 HILOG_DEBUG("Set the function '%{public}s' to the allow list", curPath.c_str()); in CopyPropertyApiFilter()
339 HILOG_DEBUG("Set the element type is '%{public}s::%{public}s' to the allow list", valueType.c_str(), in CopyPropertyApiFilter()
2266 void ArkNativeEngine::SetMockModuleList(const std::map<std::string, std::string> &list) in SetMockModuleList() argument
2268 JSNApi::SetMockModuleList(vm_, list); in SetMockModuleList()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp1632 std::list<RefPtr<SpanItem>> group; in HWTEST_F()
2136 std::list<FingerInfo> fingerList; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp2596 std::list<RectI> hwcRects; in UpdateHardwareStateByHwcNodeBackgroundAlpha()
2613 bool RSUniRenderVisitor::IsNodeAboveInsideOfNodeBelow(const RectI& rectAbove, std::list<RectI>& hwcNodeRectList) in IsNodeAboveInsideOfNodeBelow()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp2186 int32_t NetsysNativeServiceProxy::NetDiagGetRouteTable(std::list<NetDiagRouteTable> &routeTables) in NetDiagGetRouteTable()
2271 int32_t NetsysNativeServiceProxy::NetDiagGetInterfaceConfig(std::list<NetDiagIfaceConfig> &configs, in NetDiagGetInterfaceConfig()

Completed in 174 milliseconds

1...<<241242243244245246247248249250>>...254