Home
last modified time | relevance | path

Searched defs:parent (Results 1201 - 1225 of 1396) sorted by relevance

1...<<41424344454647484950>>...56

/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.h307 ProfileNode* parent() const { return parent_; } in parent() function in v8::internal::ProfileNode
/third_party/node/deps/v8/src/torque/
H A Dast.h1206 TypeExpression* parent; member
H A Dtypes.cc31 Type::Type(TypeBase::Kind kind, const Type* parent, in Type() argument
290 const Type* parent = nullptr; RecomputeParent() local
514 ClassType(const Type* parent, Namespace* nspace, const std::string& name, ClassFlags flags, const std::string& generates, const ClassDeclaration* decl, const TypeAlias* alias) ClassType() argument
[all...]
H A Dtypes.h122 const Type* parent() const { return parent_; } in parent() function in v8::internal::torque::Type
290 AbstractType(const Type* parent, AbstractTypeFlags flags, in AbstractType() argument
366 BuiltinPointerType(const Type* parent, TypeVector parameter_types, const Type* return_type, size_t function_pointer_type_id) BuiltinPointerType() argument
526 BitFieldStructType(Namespace* nspace, const Type* parent, const BitFieldStructDeclaration* decl) BitFieldStructType() argument
584 AggregateType(Kind kind, const Type* parent, Namespace* nspace, const std::string& name, MaybeSpecializationKey specialized_from = base::nullopt) AggregateType() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c176 bi_push_dependency(unsigned parent, unsigned child, in bi_push_dependency() argument
195 mark_access(struct util_dynarray *table, unsigned index, unsigned parent) in mark_access() argument
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc292 FILE* parent = posix::FDOpen(flag->write_fd(), "w"); in DeathTestAbort() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c100 pa_msgobject parent; member
/third_party/pulseaudio/src/modules/
H A Dmodule-loopback.c184 pa_msgobject parent; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineLibraryTests.cpp120 Node (int64_t parent, uint32_t groupCount) in Node() argument
158 void addNode (int64_t parent, uint32_t groupCount) in addNode() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp962 static void createCaseGroup(TestCaseGroup* parent, const char* groupName, const char* groupDesc, in createCaseGroup() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp68 Handle allocateHandle (Parent parent, const CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) in allocateHandle() argument
118 Handle allocateHandle (Parent parent, const VkAllocationCallbacks* pAllocator) in allocateHandle() argument
157 void allocateNonDispHandleArray (Parent parent, VkPipelineCache pipelineCache, uint32_t createInfoCount, const CreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, Handle* pHandles) in allocateNonDispHandleArray() argument
167 Handle allocateNonDispHandle (Parent parent, const CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) in allocateNonDispHandle() argument
174 allocateNonDispHandle(Parent parent, const CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) allocateNonDispHandle() argument
180 allocateNonDispHandle(Parent parent, const VkAllocationCallbacks* pAllocator) allocateNonDispHandle() argument
[all...]
/third_party/openssl/test/
H A Dacvp_test.c1314 EVP_RAND_CTX *ctx = NULL, *parent = NULL; in drbg_test() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_longnames.cpp912 forMeasureUnit(const Locale &loc, const MeasureUnit &unitRef, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, LongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument
1482 forCurrencyLongNames(const Locale &loc, const CurrencyUnit &currency, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forCurrencyLongNames() argument
1546 forMeasureUnit(const Locale &loc, const MeasureUnit &mixedUnit, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, MixedUnitLongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument
1709 forMeasureUnits(const Locale &loc, const MaybeStackVector<MeasureUnit> &units, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forMeasureUnits() argument
[all...]
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp710 ActiveEdge *parent = nullptr; in insert() local
866 ActiveEdge* parent = nullptr; in remove() local
[all...]
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
H A Dceval.h229 struct ceval_node * left, * right, * parent; member
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.cc1567 hb_font_create_sub_font(hb_font_t *parent) hb_font_create_sub_font() argument
1757 hb_font_set_parent(hb_font_t *font, hb_font_t *parent) hb_font_set_parent() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h755 TiXmlNode* parent; member in TiXmlNode
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c184 pa_msgobject parent; member
/third_party/pulseaudio/src/utils/
H A Dpadsp.c2486 struct stat64 parent; local
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc.cpp1642 uloc_getParent(const char* localeID, char* parent, int32_t parentCapacity, UErrorCode* err) uloc_getParent() argument
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc409 Parser::LocationRecorder::LocationRecorder(const LocationRecorder& parent) { in LocationRecorder() argument
413 Parser::LocationRecorder::LocationRecorder(const LocationRecorder& parent, in LocationRecorder() argument
420 Parser::LocationRecorder::LocationRecorder(const LocationRecorder& parent, in LocationRecorder() argument
426 Parser::LocationRecorder::LocationRecorder(const LocationRecorder& parent, in LocationRecorder() argument
433 Init(const LocationRecorder& parent, SourceCodeInfo* source_code_info) Init() argument
680 ParseSyntaxIdentifier(const LocationRecorder& parent) ParseSyntaxIdentifier() argument
[all...]
/third_party/python/Python/
H A Dimport.c1576 PyObject *parent = PyObject_GetAttr(spec, &_Py_ID(parent)); in resolve_name() local
[all...]
/third_party/python/Modules/
H A Dgcmodule.c448 visit_decref(PyObject *op, void *parent) in visit_decref() argument
2202 PyObject *parent = _PyObject_CAST(parent_raw); in visit_validate() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageV3.java525 protected abstract Message.Builder newBuilderForType(BuilderParent parent); in newBuilderForType() argument
528 protected Message.Builder newBuilderForType(final AbstractMessage.BuilderParent parent) { in newBuilderForType() argument
1362 ExtendableBuilder( BuilderParent parent) ExtendableBuilder() argument
H A DGeneratedMessage.java369 protected abstract Message.Builder newBuilderForType(BuilderParent parent); in newBuilderForType() argument
372 protected Message.Builder newBuilderForType(final AbstractMessage.BuilderParent parent) { in newBuilderForType() argument
1194 ExtendableBuilder( BuilderParent parent) ExtendableBuilder() argument

Completed in 68 milliseconds

1...<<41424344454647484950>>...56