Home
last modified time | relevance | path

Searched refs:list (Results 2151 - 2175 of 4027) sorted by relevance

1...<<81828384858687888990>>...162

/third_party/skia/tools/skqp/
H A Drun_skqp_exe15 subprocess.check_call(['adb'] + list(args))
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator_unittest.cc10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
32 #include <list>
/third_party/python/Lib/test/test_tools/
H A Dtest_fixcid.py84 argv = ["fixcid.py", "-s", substfilename] + list(args)
/third_party/python/Lib/test/test_zoneinfo/
H A D_support.py72 for modname in list(sys.modules):
/third_party/protobuf/python/docs/
H A Dgenerate_docs.py11 # notice, this list of conditions and the following disclaimer.
13 # copyright notice, this list of conditions and the following disclaimer
32 """Script to generate a list of all modules to use in autosummary.
184 modules = list(sorted(find_modules()))
/third_party/python/Lib/test/
H A Dtest_bufio.py12 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000,
/third_party/python/Lib/test/test_tomllib/
H A Dtest_error.py49 def list_returner(s: str) -> list:
/third_party/python/Lib/xml/sax/
H A D__init__.py50 # this is the parser list used by the make_parser function if no
78 for parser_name in list(parser_list) + default_parser_list:
/third_party/python/Lib/test/test_email/
H A Dtorture_test.py52 eq(type(payload), list)
/third_party/selinux/libsepol/src/
H A Dkernel_to_common.h81 char **list; member
/third_party/spirv-tools/source/opt/
H A Dloop_utils.h18 #include <list>
108 // will be added to the |cloning_result.cloned_bb_| list, correctly ordered to
112 // the list they will also be cloned. If not, the resulting loop will share
H A Dmem_pass.h21 #include <list>
/third_party/vk-gl-cts/scripts/src_util/
H A Dcommon.py101 process = subprocess.Popen(['git'] + list(args), cwd=getProjectPath(), stdout=subprocess.PIPE)
H A Dpre_commit.py32 return subprocess.check_output(['git'] + list(args), **kwargs)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dgen_load_texture_border_functions_table.py92 do_switch = len(angle_format_func) > 1 or list(
/third_party/libfuse/lib/
H A Dfuse.c102 struct list_head list; /* must be the first member */ member
347 static void init_list_head(struct list_head *list) in init_list_head() argument
349 list->next = list; in init_list_head()
350 list->prev = list; in init_list_head()
442 list_add_tail(&slab->list, &f->partial_slabs); in alloc_slab()
462 list_del(&slab->list); in alloc_node()
463 list_add_tail(&slab->list, &f->full_slabs); in alloc_node()
474 list_del(&slab->list); in free_slab()
2215 fuse_fs_listxattr(struct fuse_fs *fs, const char *path, char *list, size_t size) fuse_fs_listxattr() argument
3871 common_listxattr(struct fuse *f, fuse_req_t req, fuse_ino_t ino, char *list, size_t size) common_listxattr() argument
3894 char *list = (char *) malloc(size); fuse_lib_listxattr() local
4618 fuse_getgroups(int size, gid_t list[]) fuse_getgroups() argument
[all...]
/third_party/elfutils/src/
H A Dunstrip.c78 { "list-only", 'n', NULL, 0,
79 N_("Only list module and file names, build IDs"), 0 },
92 bool list; member
144 info->list = true; in parse_opt()
164 if (info->list && (info->dwfl == NULL in parse_opt()
209 && !info->list) in parse_opt()
346 struct data_list *list = new_data_list; in free_new_data()
347 while (list != NULL) in free_new_data()
349 struct data_list *next = list->next; in free_new_data()
350 free (list in free_new_data()
345 struct data_list *list = new_data_list; free_new_data() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c82 // @return: 0 if the the list contained the expected
87 // because any VOIDs in the phi-list must be ignored here
199 static pseudo_t trivial_phi(pseudo_t pseudo, struct instruction *insn, struct pseudo_list **list) in trivial_phi() argument
204 add_pseudo(list, target); in trivial_phi()
227 if (pseudo_in_list(*list, src)) in trivial_phi()
229 if ((pseudo = trivial_phi(pseudo, def, list))) in trivial_phi()
240 struct pseudo_list *list = NULL; in clean_up_phi() local
243 if ((pseudo = trivial_phi(NULL, insn, &list))) { in clean_up_phi()
252 static int delete_pseudo_user_list_entry(struct pseudo_user_list **list, pseudo_t *entry, int count) in delete_pseudo_user_list_entry() argument
256 FOR_EACH_PTR(*list, p in delete_pseudo_user_list_entry()
301 kill_use_list(struct pseudo_list *list) kill_use_list() argument
[all...]
/third_party/node/deps/openssl/openssl/
H A DConfigure311 # We reverse the input list for cosmetic purely reasons, to compensate that
312 # 'unshift' adds at the front of the list (i.e. in reverse input order).
650 my @list = (reverse @tls);
651 while ((my $first, my $second) = (shift @list, shift @list)) {
652 last unless @list;
654 => [ @list ] );
655 unshift @list, $second;
657 my @list = (reverse @dtls);
658 while ((my $first, my $second) = (shift @list, shif
[all...]
/third_party/openssl/
H A DConfigure311 # We reverse the input list for cosmetic purely reasons, to compensate that
312 # 'unshift' adds at the front of the list (i.e. in reverse input order).
650 my @list = (reverse @tls);
651 while ((my $first, my $second) = (shift @list, shift @list)) {
652 last unless @list;
654 => [ @list ] );
655 unshift @list, $second;
657 my @list = (reverse @dtls);
658 while ((my $first, my $second) = (shift @list, shif
[all...]
/third_party/python/Objects/
H A Dlistobject.c5 #include "pycore_interp.h" // PyInterpreterState.list
12 class list "PyListObject *" "&PyList_Type"
18 _Py_DECLARE_STR(list_err, "list index out of range");
25 return &interp->list; in get_list_state()
52 the allocated size, then proceed with the realloc() to shrink the list. in list_resize()
60 /* This over-allocates proportional to the list size, making room in list_resize()
123 struct _Py_list_state *state = &interp->list; in _PyList_ClearFreeList()
137 struct _Py_list_state *state = &interp->list; in _PyList_Fini()
250 _Py_DECLARE_STR(list_err, "list index out of range"); in PyList_GetItem()
270 "list assignmen in PyList_SetItem()
2810 PyObject *list = PyType_GenericAlloc(_PyType_CAST(type), 0); list_vectorcall() local
3453 PyObject *list; listiter_reduce_general() local
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h20 #include <list>
255 std::list<AppEventParam> baseParams_;
/base/hiviewdfx/hiview/base/include/
H A Dplugin.h228 // get predefined pipeline list
229 virtual std::list<std::weak_ptr<Plugin>> GetPipelineSequenceByName(const std::string& name __UNUSED) in GetPipelineSequenceByName()
231 return std::list<std::weak_ptr<Plugin>>(0); in GetPipelineSequenceByName()
/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Dextract_rule.cpp209 void ExtractRule::ParseRule(const Json::Value& object, list<FeatureRule>& features) const in ParseRule()
222 void ExtractRule::ParseRuleParam(const Json::Value& object, list<FeatureRule>& features, const string& type) const in ParseRuleParam()
/base/location/frameworks/location_common/common/source/
H A Drequest.cpp228 void Request::GetProxyName(std::shared_ptr<std::list<std::string>> proxys) in GetProxyName()
271 void Request::GetProxyNameByPriority(std::shared_ptr<std::list<std::string>> proxys) in GetProxyNameByPriority()

Completed in 21 milliseconds

1...<<81828384858687888990>>...162