Home
last modified time | relevance | path

Searched defs:parent (Results 476 - 500 of 882) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/openssl/crypto/rand/
H A Drand_lib.c562 static EVP_RAND_CTX *rand_new_drbg(OSSL_LIB_CTX *libctx, EVP_RAND_CTX *parent, in rand_new_drbg() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderVars.cpp393 void ShaderVariable::updateEffectiveLocation(const sh::ShaderVariable &parent) in updateEffectiveLocation() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp313 TIntermNode *parent = getParentNode(); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.cpp293 void TIntermTraverser::insertStatementsInBlockAtPosition(TIntermBlock *parent, in insertStatementsInBlockAtPosition() argument
601 queueReplacementWithParent(TIntermNode *parent, TIntermNode *original, TIntermNode *replacement, OriginalNode originalStatus) queueReplacementWithParent() argument
[all...]
H A DIntermTraverse.h191 TIntermAggregateBase *parent; member
288 TIntermBlock *parent; global() member
310 TIntermNode *parent; global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DBasicBlock.cpp87 void BasicBlock::setParent(Function *parent) { in setParent() argument
/third_party/vk-gl-cts/executor/
H A DxeTestCase.cpp179 TestGroup::TestGroup (TestGroup* parent, TestNodeType nodeType, const char* name) in TestGroup() argument
240 TestCase* TestCase::createAsChild(TestGroup* parent, TestCaseType caseType, const char *name) in createAsChild() argument
245 TestCase(TestGroup* parent, TestCaseType caseType, const char* name) TestCase() argument
[all...]
/third_party/skia/src/gpu/
H A DGrFragmentProcessor.h193 const GrFragmentProcessor* parent() const { return fParent; } in parent() function in GrFragmentProcessor
[all...]
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c65 void *parent = drbg->parent; in ossl_drbg_lock_parent() local
78 void *parent = drbg->parent; in ossl_drbg_unlock_parent() local
87 void *parent = drbg->parent; in get_parent_strength() local
112 void *parent = drbg->parent; get_parent_reseed_count() local
765 ossl_rand_drbg_new(void *provctx, void *parent, const OSSL_DISPATCH *p_dispatch, int (*dnew)(PROV_DRBG *ctx), int (*instantiate)(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *nonce, size_t noncelen, const unsigned char *pers, size_t perslen), int (*uninstantiate)(PROV_DRBG *ctx), int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, const unsigned char *adin, size_t adin_len), int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, const unsigned char *adin, size_t adin_len)) ossl_rand_drbg_new() argument
[all...]
H A Ddrbg_hash.c410 static void *drbg_hash_new_wrapper(void *provctx, void *parent, in drbg_hash_new_wrapper() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.h297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() argument
504 inline void AddLoop(std::unique_ptr<Loop>&& loop_to_add, Loop* parent) { in AddLoop() argument
H A Dloop_unswitch_pass.cpp521 BasicBlock* parent = context_->get_instr_block(var); in IsDynamicallyUniform() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.h297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() argument
504 inline void AddLoop(std::unique_ptr<Loop>&& loop_to_add, Loop* parent) { in AddLoop() argument
H A Dloop_unswitch_pass.cpp521 BasicBlock* parent = context_->get_instr_block(var); in IsDynamicallyUniform() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregion.cpp334 const char *parent = ures_getKey(mapping.getAlias()); in loadRegionData() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DStreamConfigurationView.java283 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument
288 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() argument
295 public void onItemSelected(AdapterView<?> parent, View view, int performanceMode, long id) { in onItemSelected() argument
301 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() argument
308 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument
313 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() argument
320 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument
327 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() argument
334 public void onItemSelected(AdapterView<?> parent, Vie argument
340 onNothingSelected(AdapterView<?> parent) onNothingSelected() argument
347 onItemSelected(AdapterView<?> parent, View view, int pos, long id) onItemSelected() argument
354 onNothingSelected(AdapterView<?> parent) onNothingSelected() argument
362 onItemSelected(AdapterView<?> parent, View view, int pos, long id) onItemSelected() argument
368 onNothingSelected(AdapterView<?> parent) onNothingSelected() argument
[all...]
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp250 SkPDFIndirectReference SkPDFTagTree::PrepareTagTreeToEmit(SkPDFIndirectReference parent, in PrepareTagTreeToEmit() argument
/third_party/skia/src/pathops/
H A DSkOpSegment.h44 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic() argument
52 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { in addCubic() argument
71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) { in addLine() argument
87 SkOpSegment* addQuad(SkPoint pts[3], SkOpContour* parent) { in addQuad() argument
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp421 const TagHandler* parent = self->fHandler.top(); in start_element_handler() local
450 const TagHandler* parent = self->fHandler.top(); in end_element_handler() local
456 const TagHandler* parent = self->fHandler.top(); in end_element_handler() local
/third_party/skia/src/sksl/
H A DSkSLCompiler.cpp209 std::shared_ptr<SymbolTable> Compiler::makePrivateSymbolTable(std::shared_ptr<SymbolTable> parent) { in makePrivateSymbolTable() argument
/third_party/openssl/test/
H A Dprovfetchtest.c89 static void *dummy_rand_newctx(void *provctx, void *parent, in dummy_rand_newctx() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-unicode.hh67 hb_unicode_funcs_t *parent; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfo.h140 RegionT *parent; member in llvm::RegionNodeBase
[all...]
/third_party/toybox/lib/
H A Dlib.h88 struct dirtree *next, *parent, *child; member
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h88 struct dirtree *next, *parent, *child; member

Completed in 22 milliseconds

1...<<11121314151617181920>>...36