/frameworks/base/libs/hwui/utils/ |
D | TraceUtils.h | 21 #define ATRACE_FORMAT(fmt, ...) \ argument 25 #define ATRACE_FORMAT_BEGIN(fmt, ...) TraceUtils::atraceFormatBegin(fmt, ##__VA_ARGS__) argument 37 static void atraceFormatBegin(const char* fmt, ...) { in atraceFormatBegin()
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | Result.cpp | 26 Error::Error(const char* fmt, ...) { in Error() 34 Error::Error(const Error& parent, const char* fmt, ...) : msg_(parent.msg_) { in Error()
|
D | RawPrintVisitor.cpp | 93 void RawPrintVisitor::print(uint16_t value, const char* fmt, ...) { in print() 106 void RawPrintVisitor::print(uint32_t value, const char* fmt, ...) { in print() 119 void RawPrintVisitor::print(const std::string& value, const char* fmt, ...) { in print()
|
/frameworks/base/tools/aapt/ |
D | IndentPrinter.h | 20 void print(const char* fmt, ...) { in print() 28 void println(const char* fmt, ...) { in println()
|
D | SourcePos.cpp | 114 SourcePos::error(const char* fmt, ...) const in error() argument 124 SourcePos::warning(const char* fmt, ...) const in warning() argument 134 SourcePos::printf(const char* fmt, ...) const in printf() argument
|
/frameworks/av/media/libnblog/ |
D | Writer.cpp | 84 void Writer::logf(const char *fmt, ...) in logf() 106 void Writer::logFormat(const char *fmt, log_hash_t hash, ...) in logFormat() 187 void Writer::logvf(const char *fmt, va_list ap) in logvf() 204 void Writer::logStart(const char *fmt) in logStart() 229 void Writer::logVFormat(const char *fmt, log_hash_t hash, va_list argp) in logVFormat()
|
/frameworks/base/tools/validatekeymaps/ |
D | Main.cpp | 40 static void log(const char* fmt, ...) { in log() 50 static void error(const char* fmt, ...) { in error()
|
/frameworks/base/cmds/idmap/ |
D | inspect.cpp | 115 void printe(const char *fmt, ...) { in printe() 128 void print(const char *section, const char *subsection, uint32_t value, const char *fmt, ...) { in print() 138 void print_path(const char *section, const char *subsection, const char *fmt, ...) { in print_path()
|
/frameworks/av/media/tests/benchmark/tests/ |
D | MuxerTest.cpp | 33 static MUXER_OUTPUT_T getMuxerOutFormat(string fmt) { in getMuxerOutFormat() 58 string fmt = GetParam().second; in TEST_P() local
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/ |
D | NativeMuxer.cpp | 43 const char *fmt = env->GetStringUTFChars(jFormat, nullptr); in Java_com_android_media_benchmark_library_Native_Mux() local 167 MUXER_OUTPUT_T getMuxerOutFormat(const char *fmt) { in getMuxerOutFormat()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 53 #define CLOGW(fmt, ...) ALOGW("[%p:%s] " fmt, mHandle, mName, ##__VA_ARGS__) argument 55 #define CLOG_ERROR_IF(cond, fn, err, fmt, ...) \ argument 58 #define CLOG_ERROR(fn, err, fmt, ...) CLOG_ERROR_IF(true, fn, err, fmt, ##__VA_ARGS__) argument 59 #define CLOG_IF_ERROR(fn, err, fmt, ...) \ argument 62 #define CLOGI_(level, fn, fmt, ...) \ argument 64 #define CLOGD_(level, fn, fmt, ...) \ argument 67 #define CLOG_LIFE(fn, fmt, ...) CLOGI_(ADebug::kDebugLifeCycle, fn, fmt, ##__VA_ARGS__) argument 68 #define CLOG_STATE(fn, fmt, ...) CLOGI_(ADebug::kDebugState, fn, fmt, ##__VA_ARGS__) argument 69 #define CLOG_CONFIG(fn, fmt, ...) CLOGI_(ADebug::kDebugConfig, fn, fmt, ##__VA_ARGS__) argument 70 #define CLOG_INTERNAL(fn, fmt, ...) CLOGD_(ADebug::kDebugInternalState, fn, fmt, ##__VA_ARGS__) argument [all …]
|
D | OMXUtils.cpp | 216 const OMX_COLOR_FORMATTYPE fmt = params.eColorFormat; in DescribeDefaultColorFormat() local
|
/frameworks/wilhelm/src/desktop/ |
D | SDL.cpp | 47 SDL_AudioSpec fmt; in SDL_open() local
|
/frameworks/av/services/mediaanalytics/ |
D | statsd_extractor.cpp | 59 std::string fmt; in statsd_extractor() local
|
/frameworks/native/vulkan/libvulkan/ |
D | debug_report.h | 101 #define DEBUG_REPORT_LOGGER_PRINTF(fmt, args) \ argument 151 #define DEBUG_REPORT_LOGGER_VPRINTF(fmt) \ argument
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 561 FormatBuf fmt; in walk_1d_reduce() local 600 FormatBuf fmt; in walk_2d_reduce() local 635 FormatBuf fmt; in walk_3d_reduce() local 785 FormatBuf fmt; in launchReduceParallel() local 804 FormatBuf fmt; in launchReduceParallel() local 813 FormatBuf fmt; in launchReduceParallel() local
|
/frameworks/av/media/ndk/ |
D | NdkImage.cpp | 243 int32_t fmt = mLockedBuffer->flexFormat; in getPlanePixelStride() local 303 int32_t fmt = mLockedBuffer->flexFormat; in getPlaneRowStride() local 426 int32_t fmt = mLockedBuffer->flexFormat; in getPlaneData() local
|
/frameworks/av/services/audioflinger/ |
D | TypedLogger.h | 88 #define LOGT(fmt, ...) do { NBLog::Writer *x = tlNBLogWriter; if (x != nullptr) \ argument
|
/frameworks/ex/framesequence/jni/utils/ |
D | log.h | 258 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 280 #define android_printAssert(cond, tag, fmt...) \ argument
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
D | PowerUtil.java | 220 DateFormat fmt = DateFormat.getInstanceForSkeleton(skeleton); in getDateTimeStringFromMs() local 234 DateFormat fmt = DateFormat.getInstanceForSkeleton(skeleton); in getRegularTimeRemainingShortString() local
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | LatencyHistogram.cpp | 72 void CameraLatencyHistogram::log(const char* fmt, ...) { in log()
|
/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | DateIntervalFormatTest.java | 628 BiFunction<Long, Long, String> fmt = (from, to) -> formatDateRange( in testEndAtMidnight_dateAndTime() local 654 BiFunction<Long, Long, String> fmt = (from, to) -> formatDateRange( in testEndAtMidnight_dateOnly() local
|
/frameworks/native/cmds/installd/ |
D | installd.cpp | 174 static int log_callback(int type, const char *fmt, ...) { // NOLINT in log_callback()
|
/frameworks/base/tools/streaming_proto/cpp/ |
D | main.cpp | 67 ios::fmtflags fmt(text.flags()); in write_field() local
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_tool.cpp | 43 #define printf_verbose(fmt, ... /*args*/) \ argument
|