/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_rand.c | 330 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent) in EVP_RAND_CTX_new() argument 376 EVP_RAND_CTX *parent; in EVP_RAND_CTX_free() local [all...] |
H A D | evp_local.h | 89 EVP_RAND_CTX *parent; /* Parent EVP_RAND or NULL if none */ member
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 756 private readonly MapField<TKey, TValue> parent;
field in Google.Protobuf.Collections.MapField.MapView 760 MapView( MapField<TKey, TValue> parent, Func<KeyValuePair<TKey, TValue>, T> projection, Func<T, bool> containsCheck) MapView() argument
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | TestUtil.java | 2021 newBuilderForField( Message.Builder parent, Descriptors.FieldDescriptor field) newBuilderForField() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-rygel-media-server.c | 182 const char *parent; in send_signal() local
|
H A D | module-zeroconf-publish.c | 93 pa_msgobject parent; member
|
H A D | module-filter-apply.c | 370 static int do_move(struct userdata *u, pa_object *obj, pa_object *parent, bool is_input) { in do_move() argument 384 pa_object *parent; in move_object_for_filter() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | source-output.h | 63 pa_msgobject parent; member
|
H A D | source.h | 61 pa_msgobject parent; member
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap.py | 406 def parent(self): member in ModuleSpec 1111 raise ImportError('attempted relative import with no known parent ' namespace [all...] |
/third_party/openssl/crypto/evp/ |
H A D | evp_rand.c | 330 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent) in EVP_RAND_CTX_new() argument 376 EVP_RAND_CTX *parent; in EVP_RAND_CTX_free() local [all...] |
H A D | evp_local.h | 89 EVP_RAND_CTX *parent; /* Parent EVP_RAND or NULL if none */ member
|
/third_party/openssl/crypto/conf/ |
H A D | conf_def.c | 284 BIO *parent; in def_load_bio() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | EmitMetal.cpp | 1008 emitFieldDeclaration(const TField &field, const TStructure &parent, FieldAnnotationIndices &annotationIndices) emitFieldDeclaration() argument
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 241 void GrStyledShape::setInheritedKey(const GrStyledShape &parent, GrStyle::Apply apply, in setInheritedKey() argument 331 GrStyledShape(const GrStyledShape& parent, GrStyle::Apply apply, SkScalar scale) GrStyledShape() argument [all...] |
/third_party/openssl/include/internal/ |
H A D | packet.h | 635 WPACKET_SUB *parent; member
|
/third_party/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 602 static void *drbg_ctr_new_wrapper(void *provctx, void *parent, in drbg_ctr_new_wrapper() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_builder.h | 592 InstructionBuilder(IRContext* context, BasicBlock* parent, in InstructionBuilder() argument
|
H A D | scalar_analysis.cpp | 409 SENode* ScalarEvolutionAnalysis::UpdateChildNode(SENode* parent, in UpdateChildNode() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_builder.h | 592 InstructionBuilder(IRContext* context, BasicBlock* parent, in InstructionBuilder() argument
|
H A D | scalar_analysis.cpp | 409 SENode* ScalarEvolutionAnalysis::UpdateChildNode(SENode* parent, in UpdateChildNode() argument
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 91 parent = vars variable 93 parent = dict(globals or (), **vars) variable 98 parent = dict(parent) variable [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkgitems.cpp | 178 const char *itemID, *parent, *parentLimit, *suffix; in checkParent() local [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFDocument.cpp | 170 SkPDFIndirectReference parent = doc->reserveRef(); in generate_page_tree() local
|
/third_party/openssl/test/ |
H A D | drbgtest.c | 788 new_drbg(EVP_RAND_CTX *parent) new_drbg() argument [all...] |