OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CUSTOM_EVENT
(Results
1 - 6
of
6
) sorted by null
/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
SetupMetricsLoggingConstants.java
31
@IntDef({MetricType.
CUSTOM_EVENT
, MetricType.COUNTER_EVENT, MetricType.DURATION_EVENT})
37
int
CUSTOM_EVENT
= 1;
59
MetricBundleKeys.
CUSTOM_EVENT
,
74
* This key will be used when {@code metricType} is {@link MetricType#
CUSTOM_EVENT
} with the
79
@Deprecated String
CUSTOM_EVENT
= "CustomEvent";
102
* This key will be used when {@code metricType} is {@link MetricType#
CUSTOM_EVENT
} with the
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
InstrumentationMap.h
41
enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER,
CUSTOM_EVENT
};
112
xray::SledEntry::FunctionKinds::
CUSTOM_EVENT
);
/external/setupcompat/main/java/com/google/android/setupcompat/logging/
SetupMetricsLogger.java
36
MetricType.
CUSTOM_EVENT
, MetricBundleConverter.createBundleForLogging(customEvent));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
InstrumentationMap.cpp
108
SledEntry::FunctionKinds::
CUSTOM_EVENT
};
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AsmPrinter.h
244
CUSTOM_EVENT
= 4,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MCInstLower.cpp
[
all
...]
Completed in 486 milliseconds