/external/toybox/tests/ |
D | printf.test | 11 PRINTF="$(which printf)" 13 testing "text" "$PRINTF TEXT" "TEXT" "" "" 18 testing "escapes" "$PRINTF 'one\ntwo\n\v\t\r\f\e\b\athree'" \ 20 testing "%b escapes" "$PRINTF %b 'one\ntwo\n\v\t\r\f\e\b\athree'" \ 23 testing "null" "$PRINTF 'x\0y' | od -An -tx1" ' 78 00 79\n' "" "" 24 testing "trailing slash" "$PRINTF 'abc\'" 'abc\' "" "" 26 testing "not octal" "$PRINTF '\9'" '\9' "" "" 27 testing "hex" "$PRINTF 'A\x1b\x2B\x3Q\xa' | od -An -tx1" \ 29 testing "%x" "$PRINTF '%x\n' 0x2a" "2a\n" "" "" 31 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/libhevc/encoder/ |
D | ihevce_error_check.c | 184 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*******************************************… in ihevce_hle_validate_static_params() 185 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*********** STATIC PARAMS CONFIG **********… in ihevce_hle_validate_static_params() 186 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*******************************************… in ihevce_hle_validate_static_params() 188 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : ps_static_cfg_prms->s_src_prms \n"… in ihevce_hle_validate_static_params() 189 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_width %d \n"… in ihevce_hle_validate_static_params() 190 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_height %d \n"… in ihevce_hle_validate_static_params() 191 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_frm_rate_num %d \n"… in ihevce_hle_validate_static_params() 192 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_frm_rate_denom %d \n"… in ihevce_hle_validate_static_params() 193 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_field_pic %d \n"… in ihevce_hle_validate_static_params() 194 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_chr_format %d \n"… in ihevce_hle_validate_static_params() [all …]
|
D | ihevce_profile.c | 63 #define PRINTF(x, y, ...) printf(__VA_ARGS__) macro
|
D | ihevce_hle_interface.h | 53 #define PRINTF(v, x, y, ...) ps_sys_api->ihevce_printf(v, __VA_ARGS__) macro
|
/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/dtc/ |
D | util.h | 16 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 18 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro 22 #define PRINTF(i, j) macro 31 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() 64 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...); 65 extern int PRINTF(2, 3) xasprintf_append(char **strp, const char *fmt, ...);
|
D | srcpos.h | 96 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix, 98 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
|
D | checks.c | 61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
|
/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/llvm-project/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/skqp/tools/bookmaker/ |
D | selfCheck.cpp | 22 #define PRINTF(...) \ macro 31 #define PRINTF(...) \ macro 105 PRINTF("No #In: %s\n", csChild->fName.c_str()); in checkMethod() 126 PRINTF("No #Subtopic: %s\n", fullname.c_str()); in checkRelatedFunctions()
|
/external/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_getdelays.c | 61 #define PRINTF(fmt, arg...) { \ macro 362 PRINTF("family id %d\n", id); in main() 368 PRINTF("Sent register cpumask, retval %d\n", rc); in main() 383 PRINTF("Sent pid/tgid, retval %d\n", rc); in main() 415 PRINTF("received %d bytes\n", rep_len); in main() 430 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", in main()
|
/external/OpenCL-CTS/test_conformance/printf/ |
D | CMakeLists.txt | 1 set(MODULE_NAME PRINTF)
|
/external/one-true-awk/ |
D | awkgram.y | 59 %token <i> PRINT PRINTF SPRINTF 85 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 270 PRINT | PRINTF
|
D | maketab.c | 78 { PRINTF, "awkprintf", "printf" },
|
D | lex.c | 76 { "printf", PRINTF, PRINTF },
|