/cts/suite/audio_quality/lib/src/ |
D | Report.cpp | 66 void Report::printf(const char* fmt, ...) in printf() function in Report 96 printf(" <test title=\"%s\" result=\"pass\" >", it->first.string()); in writeResult() 98 printf(" <test title=\"%s\" result=\"fail\" >", it->first.string()); in writeResult() 100 printf(" <details>\n%s", it->second.string()); in writeResult() 101 printf(" </details>"); in writeResult() 102 printf(" </test>"); in writeResult() 108 printf("<?xml version='1.0' encoding='utf-8' standalone='yes' ?>"); in writeReport() 109 printf("<audio-test-results-report report-version=\"1\" creation-time=\"%s\">", in writeReport() 111 printf(" <verifier-info version-name=\"1\" version-code=\"1\" />"); in writeReport() 112 printf(" <device-info>"); in writeReport() [all …]
|
D | Log.cpp | 41 void Log::printf(LogLevel level, const char* fmt, ...) in printf() function in Log
|
/cts/suite/audio_quality/lib/include/ |
D | Log.h | 40 void printf(LogLevel level, const char* fmt, ...); 55 #define LOGE(x...) do { Log::Instance()->printf(Log::ELogE, x); \ 56 Log::Instance()->printf(Log::ELogE, " file %s line %d", __FILE__, __LINE__); } while(0) 57 #define LOGW(x...) do { Log::Instance()->printf(Log::ELogW, x); } while(0) 58 #define LOGI(x...) do { Log::Instance()->printf(Log::ELogI, x); } while(0) 59 #define LOGD(x...) do { Log::Instance()->printf(Log::ELogD, x); } while(0) 60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0) 62 #define MSG(x...) do { Log::Instance()->printf(Log::ELogE, x); } while(0) 64 #define ASSERT(cond) if(!(cond)) { Log::Instance()->printf(Log::ELogE, \
|
D | Report.h | 50 void printf(const char* fmt, ...);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | float16_gen.c | 214 printf("static short[] %s = {\n", INPUT_ARRAY); in printInput() 217 printf("(short) 0x%04x, // %s\n", input[x].value, input[x].description); in printInput() 219 printf("};\n\n"); in printInput() 230 printf("static short[][][] %s = {\n", fieldName); in printReferenceOutput() 233 printf("{"); in printReferenceOutput() 239 printf("{ (short) 0x%04x, (short) 0x%04x},", resultBounds[0], in printReferenceOutput() 242 printf("},\n"); in printReferenceOutput() 245 printf("};\n\n"); in printReferenceOutput() 272 printf("%s", preamble); in main() 280 printf("}"); in main()
|
/cts/apps/cts-usb-accessory/ |
D | cts-usb-accessory.c | 47 printf("[RECV] "); in message_thread() 49 printf("\n"); in message_thread() 53 printf("[SENT] %s\n", message); in message_thread() 101 printf("Found Android device in accessory mode (%x:%x)...\n", in usb_device_added() 141 printf("Found possible Android device (%x:%x) " in usb_device_added() 148 printf("Device supports protocol version %d\n", protocol); in usb_device_added() 183 printf("CTS USB Accessory Tester\n"); in main()
|
/cts/suite/audio_quality/test/ |
D | LogTest.cpp | 38 printf("printf %d %d %d %d %d %d\n", 0, 1, 2, 3, 4, 5); in TEST_F() 51 printf("printf %lld %lld %lld %lld %lld %lld\n", a, b, c, d, e, f); in TEST_F()
|
/cts/tests/tests/jni/libjnitest/ |
D | helper.h | 50 char *failure(const char *format, ...) __attribute__((format(printf, 1, 2)));
|
/cts/tests/tests/os/jni/seccomp-tests/tests/ |
D | test_harness.h | 449 printf("[ RUN ] %s\n", t->name); in __run_test() 452 printf("ERROR SPAWNING TEST CHILD\n"); in __run_test() 489 printf("[ %4s ] %s\n", (t->passed ? "OK" : "FAIL"), t->name); in __run_test() 500 printf("[==========] Running %u tests from %u test cases.\n", in test_harness_run() 511 printf("[==========] %u / %u tests passed.\n", pass_count, count); in test_harness_run() 512 printf("[ %s ]\n", (ret ? "FAILED" : "PASSED")); in test_harness_run()
|
D | resumption.c | 213 printf("The time is %ld\n", vsyscall_time(NULL)); in TEST_F()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 13126 public transient java.io.PrintStream printf( 13130 public transient java.io.PrintStream printf( 13300 public transient java.io.PrintWriter printf( 13304 public transient java.io.PrintWriter printf(
|