| /third_party/openssl/crypto/rand/ |
| H A D | rand_lib.c | 562 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 D | ShaderVars.cpp | 393 void ShaderVariable::updateEffectiveLocation(const sh::ShaderVariable &parent) in updateEffectiveLocation() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | SeparateCompoundExpressions.cpp | 313 TIntermNode *parent = getParentNode(); variable
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| H A D | IntermTraverse.cpp | 293 void TIntermTraverser::insertStatementsInBlockAtPosition(TIntermBlock *parent, in insertStatementsInBlockAtPosition() argument 601 queueReplacementWithParent(TIntermNode *parent, TIntermNode *original, TIntermNode *replacement, OriginalNode originalStatus) queueReplacementWithParent() argument [all...] |
| H A D | IntermTraverse.h | 191 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 D | BasicBlock.cpp | 87 void BasicBlock::setParent(Function *parent) { in setParent() argument
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestCase.cpp | 179 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 D | GrFragmentProcessor.h | 193 const GrFragmentProcessor* parent() const { return fParent; } in parent() function in GrFragmentProcessor [all...] |
| /third_party/openssl/providers/implementations/rands/ |
| H A D | drbg.c | 65 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 D | drbg_hash.c | 410 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 D | loop_descriptor.h | 297 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 D | loop_unswitch_pass.cpp | 521 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 D | loop_descriptor.h | 297 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 D | loop_unswitch_pass.cpp | 521 BasicBlock* parent = context_->get_instr_block(var); in IsDynamicallyUniform() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | region.cpp | 334 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 D | StreamConfigurationView.java | 283 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 D | SkPDFTag.cpp | 250 SkPDFIndirectReference SkPDFTagTree::PrepareTagTreeToEmit(SkPDFIndirectReference parent, in PrepareTagTreeToEmit() argument
|
| /third_party/skia/src/pathops/ |
| H A D | SkOpSegment.h | 44 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 D | SkFontMgr_config_parser.cpp | 421 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 D | SkSLCompiler.cpp | 209 std::shared_ptr<SymbolTable> Compiler::makePrivateSymbolTable(std::shared_ptr<SymbolTable> parent) { in makePrivateSymbolTable() argument
|
| /third_party/openssl/test/ |
| H A D | provfetchtest.c | 89 static void *dummy_rand_newctx(void *provctx, void *parent, in dummy_rand_newctx() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-unicode.hh | 67 hb_unicode_funcs_t *parent; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | RegionInfo.h | 140 RegionT *parent; member in llvm::RegionNodeBase [all...] |
| /third_party/toybox/lib/ |
| H A D | lib.h | 88 struct dirtree *next, *parent, *child; member
|
| /third_party/toybox/porting/liteos_a/lib/ |
| H A D | lib.h | 88 struct dirtree *next, *parent, *child; member
|