Home
last modified time | relevance | path

Searched defs:class_name (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/modules/androidkit/src/
DAndroidKit.cpp11 #define REGISTER_NATIVES(class_name) \ argument
/third_party/flutter/engine/flutter/lib/ui/plugins/
Dcallback_cache.h21 std::string class_name; member
Dcallback_cache.cc48 const std::string& class_name, in GetCallbackHandle()
151 const std::string& class_name, in LookupDartClosure()
/third_party/protobuf/php/ext/google/protobuf/
Dmake-preload.php51 $class_name = toClassName($filename); variable
/third_party/alsa-utils/topology/
Dpre-processor.h43 char *class_name; member
Dpre-process-object.c459 const char *class_name, const char *id) in tplg_object_lookup_in_config()
1035 const char *class_type, *class_name; in tplg_object_get_map() local
1135 const char *obj_id, *class_name, *class_type; in tplg_object_update() local
1583 const char *id, *class_type, *class_name; in tplg_pre_process_objects() local
Dpre-process-class.c96 const char *class_type, *class_name; in tplg_class_lookup() local
Dpre-process-dapm.c145 char *class_name, *args, *widget_name; in tplg_pp_get_widget_name() local
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_map_field.cc130 string class_name("GPB"); in MapFieldGenerator() local
Dobjectivec_helpers.cc494 const string class_name = EnumName(descriptor->type()); in EnumValueName() local
515 const string class_name = EnumName(descriptor->type()); in EnumValueShortName() local
588 string ObjCClass(const string& class_name) { in ObjCClass()
592 string ObjCClassDeclaration(const string& class_name) { in ObjCClassDeclaration()
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
Dlookup_dep.py139 def _entries_for(self, class_name) -> List[ClassEntry]: argument
/third_party/python/Lib/
Denum.py483 def _create_(cls, class_name, names, *, module=None, qualname=None, type=None, start=1): argument
570 def _check_for_existing_members(class_name, bases): argument
580 def _get_mixins_(class_name, bases): argument
Dpyclbr.py94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): argument
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c419 reg_msg_window_class (const char *class_name, HINSTANCE inst) in reg_msg_window_class()
433 unreg_msg_window_class (ATOM class_id, const char *class_name, HINSTANCE inst) in unreg_msg_window_class()
/third_party/toybox/toys/pending/
Dtr.c111 static int find_class(char *class_name) in find_class()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c286 lit_magic_string_id_t class_name = ecma_object_get_class_name (arg_object_p); in ecma_raise_standard_error_with_format() local
/third_party/ffmpeg/libavutil/
Dlog.h72 const char* class_name; member
/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py360 def __new__(mcs, class_name, bases, dct): argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c1187 lit_magic_string_id_t class_name = ecma_object_get_class_name (obj_p); in ecma_builtin_json_serialize_property() local
1490 lit_magic_string_id_t class_name = ecma_object_get_class_name (obj_p); in ecma_builtin_json_stringify() local
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_name_resolver.cc146 std::string& class_name = file_immutable_outer_class_names_[file]; in GetFileImmutableClassName() local
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c907 ecma_value_t class_name) /**< class name */ in opfunc_push_class_environment()
1130 ecma_value_t class_name) /**< class name */ in opfunc_finalize_class()
/third_party/selinux/libsepol/src/
Dkernel_to_conf.c614 static int write_default_user_to_conf(FILE *out, char *class_name, class_datum_t *class) in write_default_user_to_conf()
634 static int write_default_role_to_conf(FILE *out, char *class_name, class_datum_t *class) in write_default_role_to_conf()
654 static int write_default_type_to_conf(FILE *out, char *class_name, class_datum_t *class) in write_default_type_to_conf()
674 static int write_default_range_to_conf(FILE *out, char *class_name, class_datum_t *class) in write_default_range_to_conf()
2550 const char *class_name = pdb->p_class_val_to_name[sclass-1]; in write_genfscon_rules_to_conf() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_message.cc90 std::string MessageGenerator::class_name() { in class_name() function in google::protobuf::compiler::csharp::MessageGenerator
/third_party/flutter/engine/flutter/lib/ui/
Ddart_runtime_hooks.cc316 std::string class_name = GetFunctionClassName(func); in GetCallbackHandle() local
/third_party/vulkan-loader/tests/framework/
Dtest_util.h509 #define BUILDER_VALUE(class_name, type, name, default_value) \ argument
521 #define BUILDER_VECTOR(class_name, type, name, singular_name) \ argument
532 #define BUILDER_VECTOR_MOVE_ONLY(class_name, type, name, singular_name) \ argument

12