/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
H A D | logging.h | 156 #define PA_COMPACT_GOOGLE_LOG_EX_INFO(ClassName) \ argument 159 #define PA_COMPACT_GOOGLE_PLOG_EX_INFO(ClassName, error_code) \ argument 163 #define PA_COMPACT_GOOGLE_LOG_EX_WARNING(ClassName) \ argument 167 #define PA_COMPACT_GOOGLE_PLOG_EX_WARNING(ClassName, error_code) \ argument 171 #define PA_COMPACT_GOOGLE_LOG_EX_ERROR(ClassName) \ argument 174 #define PA_COMPACT_GOOGLE_PLOG_EX_ERROR(ClassName, error_code) \ argument 178 #define PA_COMPACT_GOOGLE_LOG_EX_FATAL(ClassName) \ argument 181 #define PA_COMPACT_GOOGLE_PLOG_EX_FATAL(ClassName, error_code) \ argument 185 #define PA_COMPACT_GOOGLE_LOG_EX_DFATAL(ClassName) \ argument 189 #define PA_COMPACT_GOOGLE_PLOG_EX_DFATAL(ClassName, error_code) \ argument [all …]
|
/aosp_15_r20/external/webrtc/modules/audio_device/linux/ |
H A D | latebindingsymboltable_linux.h | 118 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_BEGIN(ClassName) enum { argument 124 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_ENTRY(ClassName, sym) \ argument 128 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_END(ClassName) \ argument 144 #define LATE_BINDING_SYMBOL_TABLE_DEFINE_BEGIN(ClassName, dllName) \ argument 151 #define LATE_BINDING_SYMBOL_TABLE_DEFINE_ENTRY(ClassName, sym) #sym, argument 153 #define LATE_BINDING_SYMBOL_TABLE_DEFINE_END(ClassName) \ argument 158 #define LATESYM_INDEXOF(ClassName, sym) (ClassName##_SYMBOL_TABLE_INDEX_##sym) argument 161 #define LATESYM_GET(ClassName, inst, sym) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 680 #define TYPE_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewRecord() argument 683 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in fromCodeViewRecord() argument 685 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewRecord() argument 686 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) in fromCodeViewRecord() argument 732 #define TYPE_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument 736 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument 738 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) in mapping() argument 739 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) in mapping() argument 761 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument 765 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument [all …]
|
H A D | CodeViewYAMLSymbols.cpp | 595 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewSymbol() argument 598 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in fromCodeViewSymbol() argument 624 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument 629 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 688 #define TYPE_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewRecord() argument 691 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in fromCodeViewRecord() argument 693 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewRecord() argument 694 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) in fromCodeViewRecord() argument 740 #define TYPE_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument 744 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument 746 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) in mapping() argument 747 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) in mapping() argument 769 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument 773 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument [all …]
|
H A D | CodeViewYAMLSymbols.cpp | 621 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewSymbol() argument 624 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in fromCodeViewSymbol() argument 650 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument 655 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument
|
/aosp_15_r20/external/openscreen/platform/base/ |
H A D | macros.h | 11 #define OSP_DISALLOW_COPY(ClassName) ClassName(const ClassName&) = delete argument 17 #define OSP_DISALLOW_ASSIGN(ClassName) \ argument 24 #define OSP_DISALLOW_COPY_AND_ASSIGN(ClassName) \ argument 32 #define OSP_DISALLOW_IMPLICIT_CONSTRUCTORS(ClassName) \ argument
|
/aosp_15_r20/external/angle/src/common/ |
H A D | log_utils.h | 167 #define COMPACT_ANGLE_LOG_EX_EVENT(ClassName, ...) \ argument 169 #define COMPACT_ANGLE_LOG_EX_INFO(ClassName, ...) \ argument 171 #define COMPACT_ANGLE_LOG_EX_WARN(ClassName, ...) \ argument 173 #define COMPACT_ANGLE_LOG_EX_ERR(ClassName, ...) \ argument 175 #define COMPACT_ANGLE_LOG_EX_FATAL(ClassName, ...) \ argument
|
/aosp_15_r20/external/cronet/base/ |
H A D | logging.h | 387 #define COMPACT_GOOGLE_LOG_EX_INFO(ClassName, ...) \ argument 390 #define COMPACT_GOOGLE_LOG_EX_WARNING(ClassName, ...) \ argument 393 #define COMPACT_GOOGLE_LOG_EX_ERROR(ClassName, ...) \ argument 396 #define COMPACT_GOOGLE_LOG_EX_FATAL(ClassName, ...) \ argument 399 #define COMPACT_GOOGLE_LOG_EX_DFATAL(ClassName, ...) \ argument 416 #define COMPACT_GOOGLE_LOG_EX_0(ClassName, ...) \ argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | logging.h | 360 #define COMPACT_GOOGLE_LOG_EX_INFO(ClassName, ...) \ argument 362 #define COMPACT_GOOGLE_LOG_EX_WARNING(ClassName, ...) \ argument 365 #define COMPACT_GOOGLE_LOG_EX_ERROR(ClassName, ...) \ argument 367 #define COMPACT_GOOGLE_LOG_EX_FATAL(ClassName, ...) \ argument 369 #define COMPACT_GOOGLE_LOG_EX_DFATAL(ClassName, ...) \ argument 371 #define COMPACT_GOOGLE_LOG_EX_DCHECK(ClassName, ...) \ argument 388 #define COMPACT_GOOGLE_LOG_EX_0(ClassName, ...) \ argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/ |
D | logging.h | 360 #define COMPACT_GOOGLE_LOG_EX_INFO(ClassName, ...) \ argument 362 #define COMPACT_GOOGLE_LOG_EX_WARNING(ClassName, ...) \ argument 365 #define COMPACT_GOOGLE_LOG_EX_ERROR(ClassName, ...) \ argument 367 #define COMPACT_GOOGLE_LOG_EX_FATAL(ClassName, ...) \ argument 369 #define COMPACT_GOOGLE_LOG_EX_DFATAL(ClassName, ...) \ argument 371 #define COMPACT_GOOGLE_LOG_EX_DCHECK(ClassName, ...) \ argument 388 #define COMPACT_GOOGLE_LOG_EX_0(ClassName, ...) \ argument
|
/aosp_15_r20/external/libchrome/base/ |
H A D | logging.h | 357 #define COMPACT_GOOGLE_LOG_EX_INFO(ClassName, ...) \ argument 359 #define COMPACT_GOOGLE_LOG_EX_WARNING(ClassName, ...) \ argument 362 #define COMPACT_GOOGLE_LOG_EX_ERROR(ClassName, ...) \ argument 364 #define COMPACT_GOOGLE_LOG_EX_FATAL(ClassName, ...) \ argument 366 #define COMPACT_GOOGLE_LOG_EX_DFATAL(ClassName, ...) \ argument 368 #define COMPACT_GOOGLE_LOG_EX_DCHECK(ClassName, ...) \ argument 385 #define COMPACT_GOOGLE_LOG_EX_0(ClassName, ...) \ argument
|
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/ |
H A D | ClassName.java | 33 public final class ClassName extends TypeName implements Comparable<ClassName> { class 53 private ClassName(String packageName, ClassName enclosingClassName, String simpleName) { in ClassName() method in ClassName 57 private ClassName(String packageName, ClassName enclosingClassName, String simpleName, in ClassName() method in ClassName
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | PassInstrumentation.cpp | 20 void PassInstrumentationCallbacks::addClassToPassName(StringRef ClassName, in addClassToPassName() 27 PassInstrumentationCallbacks::getPassNameForClassName(StringRef ClassName) { in getPassNameForClassName()
|
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/ |
H A D | ComponentNames.java | 41 public static ComponentNames withRenaming(Function<ClassName, ClassName> rootRenamer) { in withRenaming() 47 private ComponentNames(Function<ClassName, ClassName> rootRenamer) { in ComponentNames()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javamicro/ |
H A D | javamicro_helpers.h | 88 inline std::string ClassName(const Params& params, const Descriptor* descriptor) { in ClassName() function 93 inline std::string ClassName(const Params& params, in ClassName() function
|
H A D | javamicro_helpers.cc | 176 std::string ClassName(const Params& params, const FileDescriptor* descriptor) { in ClassName() function 183 std::string ClassName(const Params& params, const EnumDescriptor* descriptor) { in ClassName() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/ |
H A D | helpers.cc | 325 std::string ClassName(const Descriptor* descriptor) { in ClassName() function 330 std::string ClassName(const EnumDescriptor* descriptor) { in ClassName() function 335 std::string ClassName(const ServiceDescriptor* descriptor) { in ClassName() function 340 std::string ClassName(const FileDescriptor* descriptor) { in ClassName() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | helpers.cc | 325 std::string ClassName(const Descriptor* descriptor) { in ClassName() function 330 std::string ClassName(const EnumDescriptor* descriptor) { in ClassName() function 335 std::string ClassName(const ServiceDescriptor* descriptor) { in ClassName() function 340 std::string ClassName(const FileDescriptor* descriptor) { in ClassName() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javanano/ |
H A D | javanano_helpers.h | 95 inline std::string ClassName(const Params& params, const Descriptor* descriptor) { in ClassName() function 100 inline std::string ClassName(const Params& params, in ClassName() function
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceTLS.h | 80 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument 106 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
|
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | ClassInfo.kt | 16 val ClassName = classAst.nameAsString in <lambda>() constant
|
/aosp_15_r20/art/runtime/ |
H A D | runtime_intrinsics.cc | 95 #define IS_INTRINSIC_INITIALIZED(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in AreAllIntrinsicsInitialized() argument 113 #define INITIALIZE_INTRINSIC(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 531 bool RSReflectionJava::genScriptClass(const std::string &ClassName, in genScriptClass() 1613 const std::string ClassName = GetReduceResultTypeName(ResultType); in genExportReduceResultType() local 1792 std::string ClassName = ET->getElementName(); in genTypeInstance() local 2349 std::string ClassName = ERT->getElementName(); in genTypeClass() local 2993 const std::string &ClassName, in startClass() 3056 void RSReflectionJava::startTypeClass(const std::string &ClassName) { in startTypeClass()
|
/aosp_15_r20/tools/metalava/metalava-model-source/src/main/java/com/android/tools/lint/checks/infrastructure/ |
H A D | ClassName.kt | 30 class ClassName(source: String, extension: String = DOT_JAVA) { class
|