/aosp14/frameworks/base/cmds/idmap2/libidmap2/ |
H A 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()
|
H A D | RawPrintVisitor.cpp | 156 void RawPrintVisitor::print(uint8_t value, const char* fmt, ...) { in print() 169 void RawPrintVisitor::print(uint16_t value, const char* fmt, ...) { in print() 181 void RawPrintVisitor::print(uint32_t value, const char* fmt, ...) { in print() 193 void RawPrintVisitor::print(const std::string& value, bool print_value, const char* fmt, ...) { in print()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | IndentPrinter.h | 20 void print(const char* fmt, ...) { in print() 28 void println(const char* fmt, ...) { in println()
|
H A 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
|
/aosp14/system/core/fastboot/ |
H A D | util.cpp | 51 void die(const char* fmt, ...) { in die() 69 void verbose(const char* fmt, ...) { in verbose()
|
/aosp14/system/core/libsparse/ |
H A D | sparse_err.cpp | 23 void sparse_default_print(const char* fmt, ...) { in sparse_default_print()
|
H A D | sparse_defs.h | 46 #define error(fmt, args...) \ argument
|
/aosp14/frameworks/base/tools/validatekeymaps/ |
H A D | Main.cpp | 51 static void log(const char* fmt, ...) { in log() 61 static void error(const char* fmt, ...) { in error()
|
/aosp14/system/core/fastboot/device/ |
H A D | main.cpp | 25 static void LogSparseVerboseMessage(const char* fmt, ...) { in LogSparseVerboseMessage()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_utils_SurfaceUtils.cpp | 99 int32_t fmt = 0; in SurfaceUtils_nativeDetectSurfaceType() local 117 int32_t fmt = 0; in SurfaceUtils_nativeDetectSurfaceDataspace() local
|
/aosp14/system/core/cli-test/ |
H A D | cli-test.cpp | 66 static void Print(Color c, const char* lhs, const char* fmt, ...) { in Print() 76 static void Die(int error, const char* fmt, ...) { in Die() 87 static void V(const char* fmt, ...) { in V()
|
/aosp14/system/core/libcutils/ |
H A D | klog.cpp | 55 void klog_write(int level, const char* fmt, ...) { in klog_write()
|
/aosp14/system/core/libutils/ |
H A D | String8.cpp | 186 String8 String8::format(const char* fmt, ...) in format() 197 String8 String8::formatV(const char* fmt, va_list args) in formatV() 289 status_t String8::appendFormat(const char* fmt, ...) in appendFormat() 300 status_t String8::appendFormatV(const char* fmt, va_list args) in appendFormatV()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
H A D | PowerUtil.java | 222 DateFormat fmt = DateFormat.getInstanceForSkeleton(skeleton); in getDateTimeStringFromMs() local 236 DateFormat fmt = DateFormat.getInstanceForSkeleton(skeleton); in getRegularTimeRemainingShortString() local
|
/aosp14/system/core/debuggerd/libdebuggerd/ |
H A D | utility.cpp | 67 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG() 75 void _VLOG(log_t* log, enum logtype ltype, const char* fmt, va_list ap) { in _VLOG()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/ |
H A D | DateIntervalFormatTest.java | 637 BiFunction<Long, Long, String> fmt = (from, to) -> formatDateRange( in testEndAtMidnight_dateAndTime() local 665 BiFunction<Long, Long, String> fmt = (from, to) -> formatDateRange( in testEndAtMidnight_dateOnly() local
|
/aosp14/system/core/debuggerd/libdebuggerd/test/ |
H A D | log_fake.cpp | 57 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
|
/aosp14/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/ |
H A D | MyContentCaptureService.java | 172 private static void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await()
|
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
H A D | AutofillTestWatcher.java | 186 private void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await()
|
/aosp14/frameworks/base/tools/streaming_proto/cpp/ |
H A D | main.cpp | 67 ios::fmtflags fmt(text.flags()); in write_field() local
|
/aosp14/system/core/healthd/ |
H A D | charger_test.cpp | 41 #define LOG_THIS(fmt, ...) \ argument
|
/aosp14/system/core/debuggerd/handler/ |
H A D | debuggerd_handler.cpp | 145 static void __noreturn __printflike(1, 2) fatal(const char* fmt, ...) { in fatal() 152 static void __noreturn __printflike(1, 2) fatal_errno(const char* fmt, ...) { in fatal_errno()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | ProgramFragmentFixedFunction.java | 261 public Builder setTexture(EnvMode env, Format fmt, int slot) in setTexture()
|
/aosp14/frameworks/base/tools/streaming_proto/java/ |
H A D | main.cpp | 107 ios::fmtflags fmt(text.flags()); in write_field() local
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | RenderEffect.cpp | 131 static inline int ThrowIAEFmt(JNIEnv* env, const char* fmt, ...) { in ThrowIAEFmt()
|