HomeSort by relevance Sort by last modified time
    Searched refs:printf (Results 151 - 175 of 10163) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/none/tests/s390x/
stfle.c 18 printf("the value of cc is %d and #double words is %llu\n", cc, __nr + 1);
24 printf("code needs to be updated\n");
36 printf("The z/Architecture architectural mode is installed and active\n");
38 printf("The z/Architecture architectural mode is not installed\n");
42 printf("STFLE facility is installed\n");
44 printf("STFLE facility is not installed\n");
51 printf("The z/Architecture architectural mode is installed and active\n");
53 printf("The z/Architecture architectural mode is not installed\n");
57 printf("MSA facility is present\n");
59 printf("No MSA facility available\n")
    [all...]
mvst.c 40 printf("CC:%d\n", mvst(target, buffer));
41 printf("%s\n", target);
42 printf("CC:%d\n",mvst_full(target, bigbuf));
43 printf("%s\n", target);
46 printf("%s\n", (char *) &t);
47 printf("CC:%d\n",mvst(&t,&s));
48 printf("%s\n", (char *) &t);
  /external/vulkan-validation-layers/tests/
vkvalidatelayerdoc.sh 13 printf "$GREEN[ RUN ]$NC $0\n"
25 printf "$GREEN[ PASSED ]$NC 1 test\n"
28 printf "$RED[ FAILED ]$NC Validation of vk_validation_layer_details.md failed\n"
29 printf "$RED[ FAILED ]$NC 1 test\n"
30 printf "1 TEST FAILED\n"
  /toolchain/binutils/binutils-2.25/gprof/
gen-c-prog.awk 4 printf " from %s using the gen-c-prog.awk script. <== */\n\n", FILE
18 printf "%s (file)\n", FUNCTION
22 printf " fputs (\"";
24 printf "%s\\\"", $i;
25 printf "%s\\n\", file);\n", $NF;
  /external/ImageMagick/MagickWand/tests/
loop_over_lists.c 37 printf("Read in a list of 6 images...\n");
51 printf("I actually read in %u images\n",
53 printf("\n");
55 printf("After reading current image is #%d \"%s\"\n",
58 printf("\n");
63 printf("Standard 'Reset while Next' loop through images\n");
67 printf("image #%u \"%s\"\n",
70 printf("\n");
72 printf("At this point, any image 'added' to wand will be appended!\n");
73 printf("This special condition can be set by using either\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
1-1.c 50 printf("rd_thread: attempt read lock\n");
53 printf
58 printf("rd_thread: acquired read lock\n");
62 printf("rd_thread: unlock read lock\n");
64 printf("rd_thread: Error at pthread_rwlock_unlock()\n");
78 printf("main: Error at pthread_rwlock_init()\n");
82 printf("main: attempt read lock\n");
86 printf
90 printf("main: acquired read lock\n");
94 printf("main: create rd_thread1\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
1-1.c 56 printf("thread: attempt 1st read lock\n");
58 printf("thread: cannot get read lock\n");
61 printf("thread: acquired read lock\n");
62 printf("thread: unlock read lock\n");
65 printf
72 printf("thread: attempt 2nd read lock\n");
74 printf("thread: cannot get read lock\n");
77 printf("thread: acquired read lock\n");
78 printf("thread: unlock read lock\n");
81 printf
    [all...]
  /external/ltp/testcases/kernel/device-drivers/drm/user_space/
user_tdrm.c 61 printf
89 printf
114 printf("ERROR: Open of device %s failed %d errno = %d\n",
118 printf("Device opened successfully \n");
140 printf("Test DRM Driver may not be loaded\n");
144 printf("\tBegin drm read system ioctl\n");
148 printf("Failed on drm ioctl DRM(get_magic) test\n");
150 printf("Success on drm ioctl DRM(get_magic) test\n");
155 printf("Failed on drm ioctl DRM(get_status) test\n");
157 printf("Success on drm ioctl DRM(get_status) test\n")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
version.c 45 printf ("\nFailure in mpfr_set_str! Probably an unmatched ABI!\n");
55 printf ("A C++ compiler is used.\n");
58 printf ("GMP ..... Library: %-12s Header: %d.%d.%d\n",
62 printf ("MPFR .... Library: %-12s Header: %s (based on %d.%d.%d)\n",
67 printf ("MPFR features: TLS = %s, decimal = %s",
71 printf (", GMP internals = %s\nMPFR tuning: %s",
75 printf ("\n");
78 printf ("MPFR patches: %s\n\n", mpfr_get_patches ());
81 printf ("__GMP_CC = \"%s\"\n", __GMP_CC);
84 printf ("__GMP_CFLAGS = \"%s\"\n", __GMP_CFLAGS)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
gen-aout.c 62 printf ("#define N_HEADER_IN_TEXT(x) 1\n");
64 printf ("#define N_HEADER_IN_TEXT(x) 0\n");
67 printf("#define BYTES_IN_WORD %d\n", sizeof (int));
70 printf ("#define ENTRY_CAN_BE_ZERO\n");
71 printf ("#define N_SHARED_LIB(x) 0 /* Avoids warning */\n");
75 printf ("/*#define ENTRY_CAN_BE_ZERO*/\n");
76 printf ("/*#define N_SHARED_LIB(x) 0*/\n");
79 printf ("#define TEXT_START_ADDR %d\n", my_exec.a_entry);
87 printf ("#define TARGET_PAGE_SIZE %d\n", page_size);
89 printf ("/* #define TARGET_PAGE_SIZE ??? */\n")
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
subunit.h 11 printf("test: %s\n", name);
16 printf("failure: %s [%s]\n", name, detail);
21 printf("failure: %s\n", name);
26 printf("error: %s\n", name);
31 printf("skip: %s\n", name);
36 printf("success: %s\n", name);
49 printf("tags: git_version:%s\n", value);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/
1-1.c 51 printf("thread: attempt pthread_rwlock_trywrlock()\n");
54 printf("Test FAILED: thread: Expected EBUSY, got %d\n", rc);
58 printf("thread: correctly got EBUSY\n");
73 printf("main: Error at pthread_rwlock_init()\n");
77 printf("main: attempt read lock\n");
80 printf("main: Error at pthread_rwlock_rdlock()\n");
84 printf("main: acquired read lock\n");
86 printf("main: create thread1\n");
88 printf("Error creating thread1\n");
102 printf
    [all...]
  /external/syslinux/gpxe/src/util/
disrom.pl 38 printf "ROM header:\n\n";
39 printf " %-16s 0x%02x (%d)\n", "Length:", $rom->{length}, ( $rom->{length} * 512 );
40 printf " %-16s 0x%02x (%s0x%02x)\n", "Checksum:", $rom->{checksum},
42 printf " %-16s 0x%04x\n", "Init:", $rom->{init};
43 printf " %-16s 0x%04x\n", "UNDI header:", $rom->{undi_header};
44 printf " %-16s 0x%04x\n", "PCI header:", $rom->{pci_header};
45 printf " %-16s 0x%04x\n", "PnP header:", $rom->{pnp_header};
46 printf "\n";
50 printf "PCI header:\n\n";
51 printf " %-16s %s\n", "Signature:", $pci->{signature}
    [all...]
  /device/google/marlin/dataservices/datatop/src/
datatop_opt.c 77 printf("Internal Error: Null Pointer\n");
95 printf("Argument for -n is not valid. ");
96 printf("Must be between -20 and 19.\n");
104 printf("Argument for -i is not valid. ");
105 printf("Must be positive integer.\n");
114 printf("Argument for -t is not valid. ");
115 printf("Must be positive integer.\n");
154 printf("See datatop -h for help\n");
163 printf("The following datatop commands are:\n");
164 printf("\t-p\t\t\tPrint output to terminal\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
2-1.c 67 printf("thread: attempt timed write-lock\n");
71 printf("thread: timer expired\n");
74 printf("thread: acquired write lock\n");
76 printf("thread: unlock write lock\n");
78 printf("thread: failed to release lock\n");
82 printf
99 printf("Error at pthread_rwlock_init()\n");
103 printf("main: attempt write lock\n");
106 printf("Error at pthread_rwlock_wrlock()\n");
109 printf("main: acquired write lock\n")
    [all...]
  /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...]
  /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...]
  /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/strace/tests/
uname.c 15 printf("uname({sysname=\"");
17 printf("\", nodename=\"");
20 printf("\", ...");
22 printf("\", release=\"");
24 printf("\", version=\"");
26 printf("\", machine=\"");
29 printf("\", domainname=\"");
32 printf("\"");
34 printf("}) = %d\n", rc);
  /external/strace/tests-m32/
uname.c 15 printf("uname({sysname=\"");
17 printf("\", nodename=\"");
20 printf("\", ...");
22 printf("\", release=\"");
24 printf("\", version=\"");
26 printf("\", machine=\"");
29 printf("\", domainname=\"");
32 printf("\"");
34 printf("}) = %d\n", rc);
  /external/strace/tests-mx32/
uname.c 15 printf("uname({sysname=\"");
17 printf("\", nodename=\"");
20 printf("\", ...");
22 printf("\", release=\"");
24 printf("\", version=\"");
26 printf("\", machine=\"");
29 printf("\", domainname=\"");
32 printf("\"");
34 printf("}) = %d\n", rc);

Completed in 1960 milliseconds

1 2 3 4 5 67 8 91011>>