/external/toybox/tests/ |
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\' "" "" 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/ |
D | i915_debug_fp.c | 36 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 …]
|
D | i915_debug.c | 70 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/ |
D | include_j_h.h | 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("\n"); \ 98 PRINTF("\n"); \ [all …]
|
/external/vboot_reference/ |
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} " AR $(subst ${BUILD}/,,$@)\n" [all …]
|
/external/clang/test/CodeGen/ |
D | func-in-block.c | 4 extern void PRINTF(const char *); 9 PRINTF(__func__); in main() 12 PRINTF(__func__); in main()
|
/external/dtc/ |
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, ...) in die() 71 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
|
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,
|
D | checks.c | 75 static inline void PRINTF(3, 4) check_msg(struct check *c, struct dt_info *dti, in check_msg()
|
/external/skia/tools/bookmaker/ |
D | selfCheck.cpp | 21 #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/ltp/testcases/kernel/controllers/cgroup/ |
D | getdelays.c | 64 #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/ |
D | Makefile.housekeeping | 10 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"' \
|
D | Makefile | 22 PRINTF := printf macro
|
/external/one-true-awk/ |
D | awkgram.y | 59 %token <i> PRINT PRINTF SPRINTF 84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 269 PRINT | PRINTF
|
D | maketab.c | 77 { PRINTF, "awkprintf", "printf" },
|
D | lex.c | 76 { "printf", PRINTF, PRINTF },
|