/third_party/skia/tools/skqp/ |
H A D | run_skqp_exe | 15 subprocess.check_call(['adb'] + list(args))
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
H A D | ruby_generator_unittest.cc | 10 // 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 D | test_fixcid.py | 84 argv = ["fixcid.py", "-s", substfilename] + list(args)
|
/third_party/python/Lib/test/test_zoneinfo/ |
H A D | _support.py | 72 for modname in list(sys.modules):
|
/third_party/protobuf/python/docs/ |
H A D | generate_docs.py | 11 # 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 D | test_bufio.py | 12 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000,
|
/third_party/python/Lib/test/test_tomllib/ |
H A D | test_error.py | 49 def list_returner(s: str) -> list:
|
/third_party/python/Lib/xml/sax/ |
H A D | __init__.py | 50 # 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 D | torture_test.py | 52 eq(type(payload), list)
|
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_common.h | 81 char **list; member
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_utils.h | 18 #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 D | mem_pass.h | 21 #include <list>
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | common.py | 101 process = subprocess.Popen(['git'] + list(args), cwd=getProjectPath(), stdout=subprocess.PIPE)
|
H A D | pre_commit.py | 32 return subprocess.check_output(['git'] + list(args), **kwargs)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | gen_load_texture_border_functions_table.py | 92 do_switch = len(angle_format_func) > 1 or list(
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 102 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 D | unstrip.c | 78 { "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 D | simplify.c | 82 // @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 D | Configure | 311 # 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 D | Configure | 311 # 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 D | listobject.c | 5 #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 D | hiappevent_base.h | 20 #include <list>
255 std::list<AppEventParam> baseParams_;
|
/base/hiviewdfx/hiview/base/include/ |
H A D | plugin.h | 228 // 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 D | extract_rule.cpp | 209 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 D | request.cpp | 228 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()
|