Home
last modified time | relevance | path

Searched defs:list (Results 1151 - 1175 of 1215) sorted by relevance

1...<<414243444546474849

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c5026 p2p_set_no_go_freq(struct p2p_data *p2p, const struct wpa_freq_range_list *list) global() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dloader.c717 loader_destroy_generic_list(const struct loader_instance *inst, struct loader_generic_list *list) loader_destroy_generic_list() argument
816 loader_init_pointer_layer_list(const struct loader_instance *inst, struct loader_pointer_layer_list *list) loader_init_pointer_layer_list() argument
843 loader_add_layer_properties_to_list(const struct loader_instance *inst, struct loader_pointer_layer_list *list, struct loader_layer_properties *props) loader_add_layer_properties_to_list() argument
1115 get_extension_property(const char *name, const struct loader_extension_list *list) get_extension_property() argument
1122 get_dev_extension_property(const char *name, const struct loader_device_extension_list *list) get_dev_extension_property() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c872 struct dl_list list; member
1168 struct dl_list list; member
1186 struct dl_list list; member
[all...]
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c1311 EbmlList *list = data; in ebml_parse() local
1570 EbmlList *list in ebml_free() local
1792 matroska_convert_tag(AVFormatContext *s, EbmlList *list, AVDictionary **metadata, char *prefix) matroska_convert_tag() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dmsm_kgsl.h346 __u64 list; member
1629 uint64_t list; global() member
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c5345 static void visit_cf_list(struct ac_nir_context *ctx, struct exec_list *list) in visit_cf_list() argument
/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
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/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc289 RegList list = kJSCallerSaved - exclusions; in RequiredStackSizeForCallerSaved() local
305 RegList list = kJSCallerSaved - exclusions; in PushCallerSaved() local
327 RegList list = kJSCallerSaved - exclusions; in PopCallerSaved() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc174 CPURegList list = CPURegList(CPURegister::kRegister, size, 0, 17); in GetCallerSaved() local
180 CPURegList list = CPURegList(CPURegister::kVRegister, size, 0, 7); in GetCallerSavedV() local
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc56 RegList list = kJSCallerSaved - exclusions; in RequiredStackSizeForCallerSaved() local
72 RegList list = kJSCallerSaved - exclusions; in PushCallerSaved() local
94 RegList list = kJSCallerSaved - exclusions; in PopCallerSaved() local
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc53 RegList list = kJSCallerSaved - exclusions; in RequiredStackSizeForCallerSaved() local
68 RegList list = kJSCallerSaved - exclusions; in PushCallerSaved() local
89 RegList list = kJSCallerSaved - exclusions; in PopCallerSaved() local
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc5069 static Instr EncodeNeonVTB(DwVfpRegister dst, const NeonListOperand& list, in EncodeNeonVTB() argument
5086 void Assembler::vtbl(DwVfpRegister dst, const NeonListOperand& list, in vtbl() argument
5092 void Assembler::vtbx(DwVfpRegister dst, const NeonListOperand& list, in vtbx() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1393 Handle<ArrayList> list = ArrayList::New(isolate(), 0); in CloneScript() local
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc1266 Handle<TemplateList> list = TemplateList::New(isolate(), 1); in CreateRoots() local
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc1084 Handle<FixedArray> list = isolate->factory()->NewFixedArray(len); in CreateListFromArrayLike() local
1321 Handle<FixedArray> list = in New() local
1328 Add(Isolate* isolate, Handle<TemplateList> list, Handle<i::Object> value) Add() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h711 NewBlock(bool ignore_completion_value, const PreParserScopedStatementList& list) NewBlock() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c4009 emit_cf_list(bi_context *ctx, struct exec_list *list) in emit_cf_list() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp286 std::string list = token_qual_list; in getQualifiersListString() local
971 const std::string& list = getQualifiersListString(qualifiers); in getBlockVariableDefinition() local
1071 const std::string& list in getVariableDefinition() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp162 void GL_APIENTRY GL_CallList(GLuint list) in GL_CallList() argument
1203 void GL_APIENTRY GL_DeleteLists(GLuint list, GLsizei range) in GL_DeleteLists() argument
3003 GL_IsList(GLuint list) GL_IsList() argument
3812 GL_NewList(GLuint list, GLenum mode) GL_NewList() argument
[all...]
/third_party/skia/tests/
H A DPathTest.cpp5671 assert_points(skiatest::Reporter* reporter, const SkPath& path, const std::initializer_list<SkPoint>& list) assert_points() argument
/third_party/python/Modules/
H A D_pickle.c603 PyObject *list; in Pdata_poplist() local
5712 PyObject *list; load_empty_list() local
5745 PyObject *list; load_list() local
6446 PyObject *list; do_append() local
[all...]
H A Dsocketmodule.c6814 PyObject *list = PyList_New(0); global() local
[all...]
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h584 bool AliasesAvailableScratchRegister([[maybe_unused]] SRegisterList list) { in MacroAssembler() argument
594 bool AliasesAvailableScratchRegister([[maybe_unused]] DRegisterList list) { in MacroAssembler() argument
604 bool AliasesAvailableScratchRegister([[maybe_unused]] NeonRegisterList list) { in MacroAssembler() argument
614 AliasesAvailableScratchRegister([[maybe_unused]] RegisterList list) MacroAssembler() argument
[all...]
/third_party/python/Python/
H A Dceval.c2169 PyObject *list = SECOND(); local
2276 PyObject *list = PEEK(oparg); local
2336 PyObject *list local
3247 PyObject *list = PyList_New(oparg); global() local
3259 PyObject *list = POP(); global() local
3271 PyObject *list = PEEK(oparg); global() local
5189 PyObject *list = SECOND(); global() local
[all...]
/third_party/python/Lib/test/
H A D_test_multiprocessing.py5881 list = property(operator.attrgetter('manager.list')) global() variable in ManagerMixin
[all...]

Completed in 182 milliseconds

1...<<414243444546474849