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

1 2 3 4 5 6 78 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
1-1.c 47 printf("thread: attempt trylock\n");
50 printf("Test FAILED: thread failed to get spin lock,"
54 printf("thread: acquired spin lock\n");
56 printf("thread: unlock spin lock\n");
58 printf("thread: Error at pthread_spin_unlock()\n");
74 printf("main: Error at pthread_spin_init()\n");
78 printf("main: attempt spin lock\n");
82 printf
86 printf("main: acquired spin lock\n");
88 printf("main: unlock spin lock\n")
    [all...]
1-2.c 49 printf("thread: attempt spin lock\n");
52 printf
57 printf("thread: acquired spin lock\n");
61 printf("thread: unlock spin lock\n");
63 printf("Test FAILED: Error at pthread_spin_unlock()\n");
79 printf("main: Error at pthread_spin_init()\n");
83 printf("main: attempt spin lock\n");
87 printf
91 printf("main: acquired spin lock\n");
94 printf("main: create thread\n")
    [all...]
  /external/google-breakpad/src/processor/
dump_context.cc 278 printf("MDRawContextX86\n");
279 printf(" context_flags = 0x%x\n",
281 printf(" dr0 = 0x%x\n", context_x86->dr0);
282 printf(" dr1 = 0x%x\n", context_x86->dr1);
283 printf(" dr2 = 0x%x\n", context_x86->dr2);
284 printf(" dr3 = 0x%x\n", context_x86->dr3);
285 printf(" dr6 = 0x%x\n", context_x86->dr6);
286 printf(" dr7 = 0x%x\n", context_x86->dr7);
287 printf(" float_save.control_word = 0x%x\n",
289 printf(" float_save.status_word = 0x%x\n"
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
recursive-test.c 22 if (verbose) printf("recursive_local_block is a local recursive block\n");
24 if (verbose) printf("%d\n", i);
30 if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local_block);
33 if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n");
36 if (verbose) printf("other_local_block running\n");
40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block);
45 if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive_local_block\n");
48 if (verbose) printf("other_copied_block running\n");
52 if (verbose) printf("other_copied_block's address is %p, running it:\n", (void*)other_copied_block);
59 if (verbose) printf("Creating recursive_copy_block: a Block_copy of a block that will call recursive_copy_block recurs (…)
    [all...]
hasdescriptor.c 16 void (^inner)(void) = ^ { printf("argc was %d\n", argc); };
21 //printf("size of inner is %ld\n", Block_size(inner));
22 //printf("size of outer is %ld\n", Block_size(outer));
24 printf("not the same size, using old compiler??\n");
27 printf("%s: Success\n", argv[0]);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
1-1.c 33 printf("Error getting the attribute 'type'\n");
38 printf
44 printf("Test FAILED: Error setting the attribute 'type'\n");
49 printf("Error getting the attribute 'type'\n");
54 printf("Test FAILED: Type not correct get/set \n");
59 printf("Test FAILED: Error setting the attribute 'type'\n");
63 printf("Error getting the attribute 'type'\n");
68 printf("Test FAILED: Type not correct get/set \n");
73 printf("Test FAILED: Error setting the attribute 'type'\n");
78 printf("Error getting the attribute 'type'\n")
    [all...]
  /external/e2fsprogs/lib/blkid/
tst_types.c 22 printf("Sizeof(__u8) is %d should be 1\n",
27 printf("Sizeof(_s8) is %d should be 1\n",
32 printf("Sizeof(__u16) is %d should be 2\n",
37 printf("Sizeof(__s16) is %d should be 2\n",
42 printf("Sizeof(__u32) is %d should be 4\n",
47 printf("Sizeof(__s32) is %d should be 4\n",
52 printf("Sizeof(__u64) is %d should be 8\n",
57 printf("Sizeof(__s64) is %d should be 8\n",
61 printf("The blkid_types.h types are correct.\n");
  /external/e2fsprogs/lib/ext2fs/
tst_types.c 22 printf("Sizeof(__u8) is %d should be 1\n",
27 printf("Sizeof(_s8) is %d should be 1\n",
32 printf("Sizeof(__u16) is %d should be 2\n",
37 printf("Sizeof(__s16) is %d should be 2\n",
42 printf("Sizeof(__u32) is %d should be 4\n",
47 printf("Sizeof(__s32) is %d should be 4\n",
52 printf("Sizeof(__u64) is %d should be 8\n",
57 printf("Sizeof(__s64) is %d should be 8\n",
61 printf("The ext2_types.h types are correct.\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
2-1.c 27 printf("Could not call sigemptyset()\n");
37 printf("Could not call sigprocmask()\n");
42 printf("Could not raise SIGUSR2\n");
48 printf("sigpending returned 0 when successful\n");
49 printf("Test PASSED\n");
52 printf("sigpending returned 0 when unsuccessful\n");
53 printf("Test FAILED\n");
57 printf("sigpending did not return 0\n");
58 printf("Test FAILED\n");
  /external/valgrind/none/tests/s390x/
srnmt.c 33 printf("initial rounding mode = %u\n", get_dfp_rounding_mode());
37 printf("rounding mode = %u\n", get_dfp_rounding_mode());
40 printf("rounding mode = %u\n", get_dfp_rounding_mode());
43 printf("rounding mode = %u\n", get_dfp_rounding_mode());
46 printf("rounding mode = %u\n", get_dfp_rounding_mode());
49 printf("rounding mode = %u\n", get_dfp_rounding_mode());
52 printf("rounding mode = %u\n", get_dfp_rounding_mode());
55 printf("rounding mode = %u\n", get_dfp_rounding_mode());
58 printf("rounding mode = %u\n", get_dfp_rounding_mode());
dfptest.c 62 printf("%d", TEST_128(".insn rxe, 0xed0000000058", +0.0DF, 1UL<<i));
63 printf("%d", TEST_128(".insn rxe, 0xed0000000058", -0.0DF, 1UL<<i));
64 printf("%d", TEST_128(".insn rxe, 0xed0000000058", +2.2DF, 1UL<<i));
65 printf("%d", TEST_128(".insn rxe, 0xed0000000058", -2.2DF, 1UL<<i));
66 printf("%d", TEST_128(".insn rxe, 0xed0000000058",+DEC_INFINITY,1UL<<i));
67 printf("%d", TEST_128(".insn rxe, 0xed0000000058",-DEC_INFINITY,1UL<<i));
68 printf("%d", TEST_128(".insn rxe, 0xed0000000058", +DEC_NAN, 1UL<<i));
69 printf("%d", TEST_128(".insn rxe, 0xed0000000058", -DEC_NAN, 1UL<<i));
72 printf("%d", TEST_128(".insn rxe, 0xed0000000059", +0.0DF, 1UL<<i));
73 printf("%d", TEST_128(".insn rxe, 0xed0000000059", -0.0DF, 1UL<<i))
    [all...]
  /external/clang/test/CodeGen/
constructor-attribute.c 7 int printf(const char *, ...);
13 printf("A\n");
17 printf("B\n");
29 printf("A: %d\n", foo());
33 printf("B\n");
mips-inline-asm-modifiers.c 6 int printf(const char*, ...);
27 printf("%d\n",i);
39 printf("%d\n",i);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
1-1.c 29 printf("Resolution is %d sec %d nsec\n",
32 printf("Test PASSED\n");
35 printf("clock_getres() success, but res not filled\n");
38 printf("clock_getres() failed\n");
41 printf("Test FAILED\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
2-1.c 61 printf("thread: attempt timed read-lock\n");
64 printf("thread: timed read-lock correctly expired\n");
67 printf("thread: acquired read-lock\n");
69 printf("thread: unlock read lock\n");
71 printf("thread: failed to release lock\n");
75 printf
96 printf("Error at pthread_rwlock_init()\n");
100 printf("main: attempt write lock\n");
102 printf("Error at pthread_rwlock_wrlock()\n");
105 printf("main: acquired write lock\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
1-1.c 29 printf("process-shared attribute is not available for testing\n");
35 printf("Error at pthread_rwlockattr_init()\n");
42 printf
49 printf("Test FAILED: Incorrect default pshared value: %d\n",
54 printf("Test PASSED\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
1-2.c 46 printf("thread: attempt spin lock\n");
49 printf
54 printf("thread: acquired spin lock\n");
60 printf("thread: unlock spin lock\n");
62 printf("child: Error at pthread_spin_unlock()\n");
79 printf("main: Error at pthread_spin_init()\n");
83 printf("main: attempt spin lock\n");
87 printf
91 printf("main: acquired spin lock\n");
97 printf("main: create thread\n")
    [all...]
  /external/syslinux/memdisk/
eltorito.c 27 printf("-- El Torito dump --\n", image);
32 printf("bvd.boot_rec_ind: 0x%02x\n", bvd->boot_rec_ind);
33 printf("bvd.iso9660_id: %c%c%c%c%c\n", bvd->iso9660_id[0],
36 printf("bvd.ver: 0x%02x\n", bvd->ver);
37 printf("bvd.eltorito: %s\n", bvd->eltorito);
38 printf("bvd.boot_cat: 0x%08x\n", bvd->boot_cat);
43 printf("boot_cat.validation_entry\n");
44 printf(" .header_id: 0x%02x\n", boot_cat->validation_entry.header_id);
45 printf(" .platform_id: 0x%02x\n", boot_cat->validation_entry.platform_id);
46 printf(" .id_string: %s\n", boot_cat->validation_entry.id_string)
    [all...]
  /external/vboot_reference/tests/tpm_lite/
startup.c 18 printf("tpm startup failed with 0x%x\n", result);
22 printf("tpm getflags failed with 0x%x\n", result);
24 printf("executing SelfTestFull\n");
28 printf("tpm getflags failed with 0x%x\n", result);
30 printf("TEST SUCCEEDED\n");
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 103 int printf(const char * _Format, ...);
108 printf("__func__ %s\n", __func__);
109 printf("__FUNCTION__ %s\n", __FUNCTION__);
110 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
119 printf("__func__ %s\n", __func__);
120 printf("__FUNCTION__ %s\n", __FUNCTION__);
121 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
133 printf("__func__ %s\n", __func__);
134 printf("__FUNCTION__ %s\n", __FUNCTION__);
135 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__)
    [all...]
  /frameworks/wilhelm/tests/sandbox/
dual.c 33 printf("xaCreateEngine\n");
35 printf("xaResult = %d\n", xaResult);
37 printf("xaEngineObject = %p\n", xaEngineObject);
39 printf("realize xaEngineObject\n");
41 printf("xaResult = %d\n", xaResult);
43 printf("GetInterface for XA_IID_ENGINE\n");
46 printf("xaResult = %d\n", xaResult);
47 printf("xaEngineEngine = %p\n", xaEngineEngine);
50 printf("slCreateEngine\n");
52 printf("slResult = %d\n", slResult)
    [all...]
  /prebuilts/go/darwin-x86/test/
cmplxdivide.c 65 printf("// skip\n");
66 printf("// # generated by cmplxdivide.c\n");
67 printf("\n");
68 printf("package main\n");
69 printf("\n");
70 printf("import \"math\"\n");
71 printf("\n");
72 printf("var (\n");
73 printf("\tnan = math.NaN()\n");
74 printf("\tinf = math.Inf(1)\n")
    [all...]
  /prebuilts/go/linux-x86/test/
cmplxdivide.c 65 printf("// skip\n");
66 printf("// # generated by cmplxdivide.c\n");
67 printf("\n");
68 printf("package main\n");
69 printf("\n");
70 printf("import \"math\"\n");
71 printf("\n");
72 printf("var (\n");
73 printf("\tnan = math.NaN()\n");
74 printf("\tinf = math.Inf(1)\n")
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
debug.c 46 printf ("\nSEGMENT %s %d\n", p, chp->frch_subseg);
57 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
61 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
64 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
65 printf ("%s", indent);
67 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
68 printf (" fixed length if # chars == 0)\n");
71 printf ("%srs_org(%d+sym @0x%x)\n", indent,
73 printf ("%sfill with ", indent);
75 printf ("\n")
    [all...]
  /external/compiler-rt/test/asan/TestCases/Helpers/
echo-env.cc 9 printf("Usage: %s ENVNAME\n", argv[0]);
14 printf("%s = %s\n", argv[1], value);
16 printf("%s not set.\n", argv[1]);

Completed in 395 milliseconds

1 2 3 4 5 6 78 91011>>