Home
last modified time | relevance | path

Searched refs:PRINTF (Results 1 – 17 of 17) sorted by relevance

/external/toybox/tests/
Dprintf.test11 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\' "" ""
21 testing "not octal" "$PRINTF '\9'" '\9' "" ""
22 testing "hex" "$PRINTF 'A\x1b\x2B\x3Q\xa' | od -An -tx1" \
24 testing "%x" "$PRINTF '%x\n' 0x2a" "2a\n" "" ""
26 testing "%d 42" "$PRINTF %d 42" "42" "" ""
[all …]
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c36 PRINTF( in PRINTF() function
139 PRINTF(stream, "T_DIFFUSE"); in print_reg_type_nr()
142 PRINTF(stream, "T_SPECULAR"); in print_reg_type_nr()
145 PRINTF(stream, "T_FOG_W"); in print_reg_type_nr()
148 PRINTF(stream, "T_TEX%d", nr); in print_reg_type_nr()
153 PRINTF(stream, "oC"); in print_reg_type_nr()
159 PRINTF(stream, "oD"); in print_reg_type_nr()
167 PRINTF(stream, "%s[%d]", regname[type], nr); in print_reg_type_nr()
188 PRINTF(stream, "."); in print_reg_neg_swizzle()
192 PRINTF(stream, "-"); in print_reg_neg_swizzle()
[all …]
Di915_debug.c70 PRINTF( in PRINTF() function
89 PRINTF(stream, "Error - zero length packet (0x%08x)\n", stream->ptr[0]); in debug()
95 PRINTF(stream, "%08x: ", stream->offset); in debug()
98 PRINTF(stream, "%s (%d dwords):\n", name, len); in debug()
100 PRINTF(stream, "\t0x%08x\n", ptr[i]); in debug()
101 PRINTF(stream, "\n"); in debug()
138 PRINTF(stream, "%s %s (%d dwords):\n", name, prim, len); in debug_prim()
139 PRINTF(stream, "\t0x%08x\n", ptr[0]); in debug_prim()
142 PRINTF(stream, "\t0x%08x // %f\n", ptr[i], *(float *)&ptr[i]); in debug_prim()
144 PRINTF(stream, "\t0x%08x\n", ptr[i]); in debug_prim()
[all …]
/external/ltp/testcases/kernel/syscalls/utils/
Dinclude_j_h.h49 #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("\n"); \
98 PRINTF("\n"); \
[all …]
/external/vboot_reference/
DMakefile81 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} " AR $(subst ${BUILD}/,,$@)\n"
[all …]
/external/clang/test/CodeGen/
Dfunc-in-block.c4 extern void PRINTF(const char *);
9 PRINTF(__func__); in main()
12 PRINTF(__func__); in main()
/external/dtc/
Dutil.h29 #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, ...) in die()
71 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
Dsrcpos.h110 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,
Dchecks.c75 static inline void PRINTF(3, 4) check_msg(struct check *c, struct dt_info *dti, in check_msg()
/external/skia/tools/bookmaker/
DselfCheck.cpp21 #define PRINTF(...) \ macro
30 #define PRINTF(...) \ macro
104 PRINTF("No #In: %s\n", csChild->fName.c_str()); in checkMethod()
125 PRINTF("No #Subtopic: %s\n", fullname.c_str()); in checkRelatedFunctions()
/external/opencv/cv/src/
Dcvcalibinit.cpp67 static int PRINTF( const char* fmt, ... ) in PRINTF() function
75 static int PRINTF( const char*, ... ) in PRINTF() function
288 PRINTF("EX quad count: %d/%d\n", quad_count, expected_corners_num); in cvFindChessboardCorners()
333 PRINTF("Quad count: %d/%d\n", quad_count, expected_corners_num); in cvFindChessboardCorners()
384 PRINTF("Starting ordering of inner quads\n"); in cvFindChessboardCorners()
387 PRINTF("Orig count: %d After ordering: %d\n", icount, count); in cvFindChessboardCorners()
423PRINTF("Connected group: %d orig count: %d cleaned: %d\n", group_idx, icount, count); in cvFindChessboardCorners()
426 PRINTF("Connected group: %d count: %d cleaned: %d\n", group_idx, icount, count); in cvFindChessboardCorners()
613 PRINTF("col: %d row: %d\n", col, row); in icvOrderFoundConnectedQuads()
626 PRINTF("HIST[%d] = %d\n", i, col_hist[i+HSIZE]); in icvOrderFoundConnectedQuads()
[all …]
/external/ltp/testcases/kernel/controllers/cgroup/
Dgetdelays.c64 #define PRINTF(fmt, arg...) { \ macro
365 PRINTF("family id %d\n", id); in main()
371 PRINTF("Sent register cpumask, retval %d\n", rc); in main()
386 PRINTF("Sent pid/tgid, retval %d\n", rc); in main()
420 PRINTF("received %d bytes\n", rep_len); in main()
435 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", in main()
/external/syslinux/gpxe/src/
DMakefile.housekeeping10 TAB := $(shell $(PRINTF) '\t')
37 @$(PRINTF) '%24s : x%sx\n' 'tab' '$(TAB)'
38 @$(PRINTF) '%24s : x%sx\n' '"$(ECHO_E_ECHO) \t"' \
40 @$(PRINTF) '%24s : x%sx\n' '"$(ECHO_E_ECHO_E) \t"' \
42 @$(PRINTF) '%24s : x%sx\n' '"$(ECHO_E_BIN_ECHO) \t"' \
44 @$(PRINTF) '%24s : x%sx\n' '"$(ECHO_E_BIN_ECHO_E) \t"' \
DMakefile22 PRINTF := printf macro
/external/one-true-awk/
Dawkgram.y59 %token <i> PRINT PRINTF SPRINTF
84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
269 PRINT | PRINTF
Dmaketab.c77 { PRINTF, "awkprintf", "printf" },
Dlex.c76 { "printf", PRINTF, PRINTF },