Home
last modified time | relevance | path

Searched defs:parent (Results 1026 - 1050 of 1368) sorted by relevance

1...<<41424344454647484950>>...55

/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.c152 create_group(struct parser_context *ctx, const char *name, const char **atts, struct intel_group *parent, bool fixed_length) create_group() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c158 struct nine_memfd_allocation *parent; /* Parent allocation */ member
/third_party/node/deps/v8/tools/debug_helper/
H A Dget-object-properties.cc298 uintptr_t parent = GetOrFinish(object->GetParentValue(accessor_)); variable
/third_party/node/src/
H A Dnode_sockaddr.cc393 SocketAddressBlockList( std::shared_ptr<SocketAddressBlockList> parent) SocketAddressBlockList() argument
/third_party/node/deps/icu-small/source/common/
H A Dlocdspnm.cpp403 LocaleDisplayNamesImpl& parent; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c232 nir_deref_instr *parent = nir_src_as_deref(deref->parent); in nir_deref_find_descriptor() local
632 nir_intrinsic_instr *parent = nir_src_as_intrinsic(intrin->src[0]); in build_res_index_for_chain() local
678 nir_deref_instr *parent = nir_deref_instr_parent(deref); in build_buffer_addr_for_deref() local
[all...]
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_query.c571 intel_perf_new_context(void *parent) in intel_perf_new_context() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c88 mark_access(struct util_dynarray *table, unsigned index, uint16_t mask, unsigned parent) in mark_access() argument
/third_party/libfuse/example/
H A Dpassthrough_hp.cc314 static int do_lookup(fuse_ino_t parent, const char *name, in do_lookup() argument
406 static void sfs_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) { in sfs_lookup() argument
424 static void mknod_symlink(fuse_req_t req, fuse_ino_t parent, in mknod_symlink() argument
456 static void sfs_mknod(fuse_req_t req, fuse_ino_t parent, cons argument
462 sfs_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) sfs_mkdir() argument
468 sfs_symlink(fuse_req_t req, const char *link, fuse_ino_t parent, const char *name) sfs_symlink() argument
474 sfs_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name) sfs_link() argument
511 sfs_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name) sfs_rmdir() argument
519 sfs_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname, unsigned int flags) sfs_rename() argument
534 sfs_unlink(fuse_req_t req, fuse_ino_t parent, const char *name) sfs_unlink() argument
811 sfs_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, fuse_file_info *fi) sfs_create() argument
[all...]
H A Dpassthrough_ll.c309 static int lo_do_lookup(fuse_req_t req, fuse_ino_t parent, const char *name, in lo_do_lookup() argument
371 static void lo_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in lo_lookup() argument
387 static void lo_mknod_symlink(fuse_req_t req, fuse_ino_t parent, in lo_mknod_symlink() argument
417 lo_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) lo_mknod() argument
423 lo_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) lo_mkdir() argument
429 lo_symlink(fuse_req_t req, const char *link, fuse_ino_t parent, const char *name) lo_symlink() argument
435 lo_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name) lo_link() argument
477 lo_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name) lo_rmdir() argument
486 lo_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname, unsigned int flags) lo_rename() argument
503 lo_unlink(fuse_req_t req, fuse_ino_t parent, const char *name) lo_unlink() argument
755 lo_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) lo_create() argument
[all...]
/third_party/libfuse/util/
H A Dfusermount.c390 const char *parent; in chdir_to_parent() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.h238 Node* parent() const { return parent_; } in parent() function in v8::internal::compiler::final::final
H A Dgraph-visualizer.cc765 const TopLevelLiveRange* parent = range->TopLevel(); in PrintLiveRange() local
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc441 void AddEdge(State& parent, const HeapObjectHeader& header, in AddEdge() argument
464 AddEdge(State& parent, const TracedReferenceBase& ref, const std::string& edge_name) AddEdge() argument
576 ParentScope(StateBase& parent) ParentScope() argument
726 WorkstackItemBase(State* parent, State& current) WorkstackItemBase() argument
749 VisitationDoneItem(State* parent, State& current) VisitationDoneItem() argument
761 VisitationItem(State* parent, State& current) VisitationItem() argument
780 VisitForVisibility(State* parent, const HeapObjectHeader& header) VisitForVisibility() argument
839 VisitForVisibility(State& parent, const TracedReferenceBase& ref) VisitForVisibility() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring-inl.h1080 void SlicedString::set_parent(String parent, WriteBarrierMode mode) { in set_parent() argument
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc219 String parent = string.parent(cage_base); in JsonParser() local
/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h254 ExpressionScope* parent() const { return parent_; } in parent() function in v8::internal::ExpressionScope
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h276 X509_STORE_CTX *parent; member
/third_party/pulseaudio/src/pulsecore/
H A Dsink-input.h64 pa_msgobject parent; member
H A Dcore.h155 pa_msgobject parent; member
H A Dprotocol-esound.c80 pa_msgobject parent; member
/third_party/python/Lib/
H A Dpathlib.py778 def parent(self): member in PurePath
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp340 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, const std::vector<glu::DataType>& scalarTypes) in addFunctionCases() argument
H A DvktShaderIntegerFunctionTests.cpp221 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, deUint32 shaderBits) in addFunctionCases() argument
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp136 static StringPart FromJson(const Json::Value &parent, const char *key) in FromJson() argument
164 static IntegerPart FromJson(const Json::Value &parent, const char *key) in FromJson() argument

Completed in 44 milliseconds

1...<<41424344454647484950>>...55