Searched refs:PASTE (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_trace.h | 29 #define PASTE(x, y) _PASTE(x,y) macro 30 #define ATRACE_NAME(name) android::EglScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | trace.h | 70 ::android::pdx::ScopedTraceArgs PASTE(__tracer, __LINE__) { \ 78 ::android::pdx::ScopedTrace PASTE(__tracer, __LINE__) { \
|
/frameworks/ml/nn/common/include/ |
D | Tracing.h | 124 #define NNTRACE_FULL_RAW(layer, phase, detail) android::ScopedTrace PASTE(___tracer, __LINE__) \ 165 #define NNTRACE_NAME_SWITCH(name) android::ScopedTrace PASTE(___tracer, __LINE__) \
|
/frameworks/base/core/java/android/view/textclassifier/logging/ |
D | SmartSelectionEventTracker.java | 212 case SelectionEvent.ActionType.PASTE: in getLogType() 374 @IntDef({ActionType.OVERTYPE, ActionType.COPY, ActionType.PASTE, ActionType.CUT, 383 int PASTE = 102; field 405 @IntDef({ActionType.OVERTYPE, ActionType.COPY, ActionType.PASTE, ActionType.CUT, 575 case ActionType.PASTE: // fall through in isTerminal()
|
/frameworks/native/include/input/ |
D | InputEventLabels.h | 321 DEFINE_KEYCODE(PASTE),
|
/frameworks/base/data/keyboards/ |
D | Generic.kl | 157 key 135 PASTE
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.cpp | 123 TraceArgs PASTE(__tracer, __LINE__) { format, ##__VA_ARGS__ }
|