/external/toybox/tests/ |
H A D | printf.test | 11 PRINTF="$(which printf)" 13 testing "text" "$PRINTF TEXT" "TEXT" "" "" 14 testing "escapes" "$PRINTF 'one\ntwo\n\v\t\r\f\e\b\athree'" \ 16 testing "%b escapes" "$PRINTF %b 'one\ntwo\n\v\t\r\f\e\b\athree'" \ 18 testing "null" "$PRINTF 'x\0y' | od -An -tx1" ' 78 00 79\n' "" "" 19 testing "trailing slash" "$PRINTF 'abc\'" 'abc\' "" "" 20 testing "octal" "$PRINTF ' \1\002\429\045x'" ' \001\002"9%x' "" "" 21 testing "not octal" "$PRINTF '\9'" '\9' "" "" 22 testing "hex" "$PRINTF 'A\x1b\x2B\x3Q\xa' | od -An -tx1" \ 24 testing "%x" "$PRINTF ' [all...] |
/external/clang/test/CodeGen/ |
H A D | func-in-block.c | 4 extern void PRINTF(const char *); 9 PRINTF(__func__); 12 PRINTF(__func__); 19 // CHECK: call void @PRINTF({{.*}}@__func__.__main_block_invoke
|
/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_debug_fp.c | 36 PRINTF( function 139 PRINTF(stream, "T_DIFFUSE"); 142 PRINTF(stream, "T_SPECULAR"); 145 PRINTF(stream, "T_FOG_W"); 148 PRINTF(stream, "T_TEX%d", nr); 153 PRINTF(stream, "oC"); 159 PRINTF(stream, "oD"); 167 PRINTF(stream, "%s[%d]", regname[type], nr); 188 PRINTF(stream, "."); 192 PRINTF(strea [all...] |
H A D | i915_debug.c | 70 PRINTF( function 89 PRINTF(stream, "Error - zero length packet (0x%08x)\n", stream->ptr[0]); 95 PRINTF(stream, "%08x: ", stream->offset); 98 PRINTF(stream, "%s (%d dwords):\n", name, len); 100 PRINTF(stream, "\t0x%08x\n", ptr[i]); 101 PRINTF(stream, "\n"); 138 PRINTF(stream, "%s %s (%d dwords):\n", name, prim, len); 139 PRINTF(stream, "\t0x%08x\n", ptr[0]); 142 PRINTF(stream, "\t0x%08x // %f\n", ptr[i], *(float *)&ptr[i]); 144 PRINTF(strea [all...] |
/external/ltp/testcases/kernel/syscalls/utils/ |
H A D | include_j_h.h | 47 * PRINTF : macro to output detail log 49 #define PRINTF(...) \ macro 69 PRINTF("EXPECT: return value(ret)=%s", \ 72 PRINTF("EXPECT: return value(ret)=%d", rc); \ 73 PRINTF(" errno=%d (%s)", errno, strerror(errno)); \ 79 PRINTF("RESULT: return value(ret)=%8d", rc); \ 81 PRINTF("RESULT: return value(ret)=%d", rc); \ 82 PRINTF(" errno=%d (%s)", errno, strerror(errno)); \ 88 PRINTF("\n"); \ 90 PRINTF("\ [all...] |
/external/dtc/ |
H A D | util.h | 29 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 32 #define PRINTF(i, j) macro 38 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) 71 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
|
H A D | srcpos.h | 110 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix, 112 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
|
H A D | dtc-lexer.l | 65 static void PRINTF(1, 2) lexical_error(const char *fmt, ...);
|
H A D | checks.c | 75 static inline void PRINTF(3, 4) check_msg(struct check *c, struct dt_info *dti,
|
/external/vboot_reference/ |
H A D | Makefile | 81 PRINTF := printf macro 83 PRINTF := : macro 864 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n" 866 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n" 873 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n" 875 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n" 882 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n" 884 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n" 891 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n" 893 @${PRINTF} " A [all...] |
/external/ltp/testcases/kernel/controllers/cgroup/ |
H A D | getdelays.c | 64 #define PRINTF(fmt, arg...) { \ macro 365 PRINTF("family id %d\n", id); 371 PRINTF("Sent register cpumask, retval %d\n", rc); 386 PRINTF("Sent pid/tgid, retval %d\n", rc); 420 PRINTF("received %d bytes\n", rep_len); 435 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n",
|
/external/opencv/cv/src/ |
H A D | cvcalibinit.cpp | 67 static int PRINTF( const char* fmt, ... ) function 75 static int PRINTF( const char*, ... ) function 288 PRINTF("EX quad count: %d/%d\n", quad_count, expected_corners_num); 333 PRINTF("Quad count: %d/%d\n", quad_count, expected_corners_num); 384 PRINTF("Starting ordering of inner quads\n"); 387 PRINTF("Orig count: %d After ordering: %d\n", icount, count); 423 PRINTF("Connected group: %d orig count: %d cleaned: %d\n", group_idx, icount, count); 426 PRINTF("Connected group: %d count: %d cleaned: %d\n", group_idx, icount, count); 613 PRINTF("col: %d row: %d\n", col, row); 626 PRINTF("HIS [all...] |
/external/syslinux/gpxe/src/ |
H A D | Makefile | 22 PRINTF := printf macro
|