Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/base/libs/hwui/utils/
DTraceUtils.h21 #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/
DResult.cpp26 Error::Error(const char* fmt, ...) { in Error()
34 Error::Error(const Error& parent, const char* fmt, ...) : msg_(parent.msg_) { in Error()
DRawPrintVisitor.cpp93 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/
DIndentPrinter.h20 void print(const char* fmt, ...) { in print()
28 void println(const char* fmt, ...) { in println()
DSourcePos.cpp114 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/
DWriter.cpp84 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/
DMain.cpp40 static void log(const char* fmt, ...) { in log()
50 static void error(const char* fmt, ...) { in error()
/frameworks/base/cmds/idmap/
Dinspect.cpp115 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/
DMuxerTest.cpp33 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/
DNativeMuxer.cpp43 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/
DOMXNodeInstance.cpp53 #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 …]
DOMXUtils.cpp216 const OMX_COLOR_FORMATTYPE fmt = params.eColorFormat; in DescribeDefaultColorFormat() local
/frameworks/wilhelm/src/desktop/
DSDL.cpp47 SDL_AudioSpec fmt; in SDL_open() local
/frameworks/av/services/mediaanalytics/
Dstatsd_extractor.cpp59 std::string fmt; in statsd_extractor() local
/frameworks/native/vulkan/libvulkan/
Ddebug_report.h101 #define DEBUG_REPORT_LOGGER_PRINTF(fmt, args) \ argument
151 #define DEBUG_REPORT_LOGGER_VPRINTF(fmt) \ argument
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp561 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/
DNdkImage.cpp243 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/
DTypedLogger.h88 #define LOGT(fmt, ...) do { NBLog::Writer *x = tlNBLogWriter; if (x != nullptr) \ argument
/frameworks/ex/framesequence/jni/utils/
Dlog.h258 #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/
DPowerUtil.java220 DateFormat fmt = DateFormat.getInstanceForSkeleton(skeleton); in getDateTimeStringFromMs() local
234 DateFormat fmt = DateFormat.getInstanceForSkeleton(skeleton); in getRegularTimeRemainingShortString() local
/frameworks/av/services/camera/libcameraservice/utils/
DLatencyHistogram.cpp72 void CameraLatencyHistogram::log(const char* fmt, ...) { in log()
/frameworks/base/core/tests/coretests/src/android/text/format/
DDateIntervalFormatTest.java628 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/
Dinstalld.cpp174 static int log_callback(int type, const char *fmt, ...) { // NOLINT in log_callback()
/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp67 ios::fmtflags fmt(text.flags()); in write_field() local
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_tool.cpp43 #define printf_verbose(fmt, ... /*args*/) \ argument

123