HomeSort by relevance Sort by last modified time
    Searched refs:printf (Results 376 - 400 of 10492) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
debug.h 16 * The format expected is the same as for printf(). For example:
30 # define NOTICE(...) printf("NOTICE: " __VA_ARGS__)
36 # define ERROR(...) printf("ERROR: " __VA_ARGS__)
42 # define WARN(...) printf("WARNING: " __VA_ARGS__)
48 # define INFO(...) printf("INFO: " __VA_ARGS__)
54 # define VERBOSE(...) printf("VERBOSE: " __VA_ARGS__)
  /external/compiler-rt/test/BlocksRuntime/
globalexpression.c 19 printf("%s: *** did not set global to 1\n", argv[0]);
24 printf("global copy %p not a no-op %p\n", (void *)gblockcopy, (void *)gblock);
30 printf("%s: *** did not set global to 3\n", argv[0]);
36 printf("%s: *** did not set global to 5\n", argv[0]);
39 printf("%s: Success!\n", argv[0]);
  /external/curl/tests/libtest/
lib576.c 43 printf("=============================================================\n");
44 printf("Remains: %d\n", remains);
45 printf("Filename: %s\n", finfo->filename);
47 printf("Permissions: %s", finfo->strings.perm);
49 printf(" (parsed => %o)", finfo->perm);
50 printf("\n");
52 printf("Size: %ldB\n", (long)finfo->size);
54 printf("User: %s\n", finfo->strings.user);
56 printf("Group: %s\n", finfo->strings.group);
58 printf("Time: %s\n", finfo->strings.time)
    [all...]
  /external/icu/icu4c/as_is/os400/
cxxfilt.cpp 12 printf("# '%s'\n", str);
13 if(*rest) printf("\trest: '%s'\n", rest);
18 printf("\t=> %s\n", ((MemberFunctionName *) name)->Text());
20 printf("\t(not MemberFunction)\n");
34 printf("Usage: %s <symbol> ...\n", argv[0]);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
1-2.c 27 printf("_POSIX_CPUTIME unsupported\n");
35 printf("_POSIX_CPUTIME unsupported\n");
41 printf("clock_getcpuclockid() failed: %s\n", strerror(error));
50 printf("clock_getcpuclockid() returned an invalid clockid_t: "
55 printf("Test PASSED\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
6-2.c 42 printf("clock_getres(%d, &res);\n", invalid_tests[i]);
45 printf("errno != EINVAL\n");
49 printf("clock_getres() != -1\n");
55 printf("At least one test FAILED -- see above\n");
59 printf("All tests PASSED\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
20-1.c 29 printf("Test must be run as superuser\n");
34 printf("Test PASSED\n");
37 printf("errno != EINVAL\n");
41 printf("clock_settime() did not fail with CLOCK_MONOTONIC\n");
47 printf("CLOCK_MONOTONIC not supported\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
3-2.c 46 printf("thread: interrupted by SIGUSR1\n");
68 printf("thread: call barrier wait\n");
71 printf
76 printf("thread: got PTHREAD_BARRIER_SERIAL_THREAD\n");
91 printf("Initialize barrier with count = 2\n");
93 printf("main: Error at pthread_barrier_init()\n");
97 printf("main: create child thread\n");
100 printf("main: Error at pthread_create()\n");
112 printf("Test FAILED: child thread did not block on "
116 printf("Unexpected thread state\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
3-1.c 30 printf("Error at pthread_rwlock_init()\n");
35 printf("Error at pthread_rwlock_rdlock()\n");
42 printf("Test PASSED\n");
45 printf
49 printf
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
6-1.c 36 printf
47 printf("Error at pthread_rwlock_destroy()\n");
52 printf("Test PASSED\n");
55 printf
59 printf
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/speculative/
3-1.c 35 printf("main: Error at pthread_rwlock_unlock()\n");
40 printf("Error at pthread_rwlock_destroy()\n");
46 printf("Test PASSED\n");
49 printf("Test FAILED: Incorrect return code %d\n", rc);
54 printf
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
1-1.c 27 printf("Caught signal being tested!\n");
28 printf("Test PASSED\n");
47 printf("Could not raise signal being tested\n");
51 printf("Should have exited from signal handler\n");
52 printf("Test FAILED\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigdelset/
1-1.c 32 printf("sigaddset did not successfully add signal\n");
37 printf("sigismember failed\n");
42 printf("sigdelset() failed\n");
47 printf("Test PASSED: sigdelset successfully removed signal\n");
50 printf("Signal is still in signal set.\n");
1-2.c 32 printf("sigaddset did not successfully add signal\n");
37 printf("sigismember failed\n");
42 printf("sigdelset() failed\n");
47 printf("Test PASSED: sigdelset successfully removed signal\n");
50 printf("Signal is still in signal set.\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
2-2.c 42 printf("ESRCH error received\n");
44 printf
49 printf("sigqueue() did not return -1 on ESRCH\n");
54 printf("At least one test FAILED -- see output for status\n");
57 printf("All tests PASSED\n");
  /external/valgrind/memcheck/tests/
malloc3.c 12 printf("malloc(0) = 0x%lx\n", (unsigned long)p);
16 printf("malloc(-1) = 0x%lx\n", (unsigned long)p);
20 printf("calloc(0,1) = 0x%lx\n", (unsigned long)p);
24 printf("calloc(0,-1) = 0x%lx\n", (unsigned long)p);
31 printf("calloc(-1,-1) = 0x%lx\n", (unsigned long)p);
sbfragment.c 19 printf("%s\n", msg);
22 printf("%10d int arena; /* non-mmapped space allocated from system */\n", mallinfo_result.arena);
23 printf("%10d int ordblks; /* number of free chunks */\n", mallinfo_result.ordblks);
24 printf("%10d int smblks; /* number of fastbin blocks */\n", mallinfo_result.smblks);
25 printf("%10d int hblks; /* number of mmapped regions */\n", mallinfo_result.hblks);
26 printf("%10d int hblkhd; /* space in mmapped regions */\n", mallinfo_result.hblkhd);
27 printf("%10d int usmblks; /* maximum total allocated space */\n", mallinfo_result.usmblks);
28 printf("%10d int fsmblks; /* space available in freed fastbin blocks */\n", mallinfo_result.fsmblks);
29 printf("%10d int uordblks; /* total allocated space */\n", mallinfo_result.uordblks);
30 printf("%10d int fordblks; /* total free space */\n", mallinfo_result.fordblks)
    [all...]
  /external/valgrind/none/tests/amd64/
looper.c 73 res = 0; arg = 10; loop_plain(); printf("res = %lld\n", res);
75 res = 0; arg = 10; loop_ne(); printf("res = %lld\n", res);
76 res = 0; arg = 500; loop_ne(); printf("res = %lld\n", res);
78 res = 0; arg = 10; loop_e(); printf("res = %lld\n", res);
79 res = 0; arg = 500; loop_e(); printf("res = %lld\n", res);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3MainTestContext.cpp 77 printf("\n Invalid Number Of Cameras");
83 printf("\n Unsupported Parameter");
135 printf(" Cant set IR/SVHDR mode in preview mode only");
138 printf("\n Switching IR/SVHDR mode to %s",(irmode ? "On" : "Off"));
149 printf(" Cant set IR/SVHDR mode in preview mode only");
152 printf("\n Switching IR/SVHDR mode to %s",(svhdrmode ? "On" : "Off"));
166 printf(" Toggling to Binning mode :%d",mCamHal3Base->binning_mode );
180 printf("\n Option not in Menu\n");
190 printf("\n");
191 printf("===========================================\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
1-1.c 67 printf("thread: attempt timed write lock, %d secs\n", TIMEOUT);
70 printf("thread: timer expired\n");
73 printf("thread: acquired write lock\n");
75 printf("thread: unlock write lock\n");
77 printf("thread: error release write lock\n");
81 printf("thread: Error in pthread_rwlock_timedrdlock().\n");
98 printf("Error at pthread_rwlock_init()\n");
102 printf("main: create thread0\n");
105 printf("Error creating thread0\n");
119 printf("Test FAILED: the timer expired\n")
    [all...]
3-1.c 77 printf("thread: attempt timed write lock, %d secs\n", TIMEOUT);
80 printf("thread: timer expired\n");
83 printf("thread: acquired write lock\n");
85 printf("thread: unlock write lock\n");
87 printf("thread: error release write lock\n");
91 printf("thread: Error in pthread_rwlock_timedrdlock().\n");
118 printf("Error at pthread_rwlock_init()\n");
122 printf("main: create thread0\n");
125 printf("Error creating thread0\n");
139 printf("Test FAILED: the timer expired\n")
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug_fp.c 124 printf("T_DIFFUSE");
127 printf("T_SPECULAR");
130 printf("T_FOG_W");
133 printf("T_TEX%d", nr);
138 printf("oC");
144 printf("oD");
152 printf("%s[%d]", regname[type], nr);
173 printf(".");
177 printf("-");
181 printf("x")
    [all...]
  /external/capstone/cstool/
cstool_arm.c 20 printf("\top_count: %u\n", arm->op_count);
28 printf("\t\toperands[%u].type: REG = %s\n", i, cs_reg_name(handle, op->reg));
31 printf("\t\toperands[%u].type: IMM = 0x%x\n", i, op->imm);
36 printf("\t\toperands[%u].type: FP = <float_point_unsupported>\n", i);
38 printf("\t\toperands[%u].type: FP = %f\n", i, op->fp);
42 printf("\t\toperands[%u].type: MEM\n", i);
44 printf("\t\t\toperands[%u].mem.base: REG = %s\n",
47 printf("\t\t\toperands[%u].mem.index: REG = %s\n",
50 printf("\t\t\toperands[%u].mem.scale: %u\n", i, op->mem.scale);
52 printf("\t\t\toperands[%u].mem.disp: 0x%x\n", i, op->mem.disp)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
4-1.c 50 printf("sig_handler: handled signal SIGUSR1\n");
53 printf("signal is not handled by sig_thread\n");
70 printf("sig_thread: attemp read lock\n");
73 printf
78 printf("sig_thread: acquired read lock\n");
80 printf("sig_thread: unlock read lock\n");
82 printf("sig_thread: Error release readlock\n");
96 printf("main: Error at pthread_rwlock_init()\n");
100 printf("main: attempt write lock\n");
102 printf("main: Error at pthread_rwlock_wrlock()\n")
    [all...]
  /hardware/intel/img/psb_video/fw/topazhp/
fwinfo.c 136 printf("\nSystem isn't Android or Meego\n\n");
137 printf("\nCan't open topaz_fw.bin\n");
141 printf("\nSystem is Meego\n\n");
143 printf("\nSystem is Android\n\n");
148 printf("topza:Try to read and print topaz_fw_table...\n\n\n\n");
157 printf("topaz: index : %s\n", codec_to_string(topaz_fw_table[iter].header.codec));
158 printf("topaz: ver : 0x%04x\n", topaz_fw_table[iter].header.ver);
159 printf("topaz: Codec : %s\n", codec_to_string(topaz_fw_table[iter].header.codec));
160 printf("topaz: text_size : %d\n", (topaz_fw_table[iter].header.text_size >> 2));
161 printf("topaz: data_size : %d\n", (topaz_fw_table[iter].header.data_size >> 2))
    [all...]

Completed in 1866 milliseconds

<<11121314151617181920>>