Home
last modified time | relevance | path

Searched refs:fmt_str (Results 1 – 15 of 15) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp92 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...) in ScrLog() argument
97 va_start (ap, fmt_str); in ScrLog()
98 vsnprintf (buffer, BTE_LOG_MAX_SIZE, fmt_str, ap); in ScrLog()
306 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) in LogMsg() argument
313 va_start (ap, fmt_str); in LogMsg()
314 vsnprintf (buffer, BTE_LOG_MAX_SIZE, fmt_str, ap); in LogMsg()
328 void LogMsg_1 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1) in LogMsg_1() argument
330 LogMsg (maskTraceSet, fmt_str, p1); in LogMsg_1()
334 void LogMsg_2 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1, UINT32 p2) in LogMsg_2() argument
336 LogMsg (maskTraceSet, fmt_str, p1, p2); in LogMsg_2()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/include/
Dandroid_logmsg.h35 void ScrLog (UINT32 trace_set_mask, const char* fmt_str, ...);
36 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
38 void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
39 void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
40 void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3);
41 void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 …
42 void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 …
43 void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 …
/external/toybox/toys/lsb/
Dseq.c48 char *sep_str = "\n", *fmt_str = "%g"; in seq_main() local
77 sprintf(fmt_str = toybuf, "%%0%d.%df", left+right+!!right, right); in seq_main()
79 if (toys.optflags & FLAG_f) insanitize(fmt_str = TT.fmt); in seq_main()
88 printf(fmt_str, dd); in seq_main()
/external/autotest/client/cros/
Dtouch_playback_test_base.py95 def _find_test_files_from_directions(self, input_type, fmt_str, directions): argument
107 gestures = [fmt_str % d for d in directions]
112 filepaths = {d: temp_filepaths[fmt_str % d] for d in directions}
/external/mesa3d/src/gbm/main/
Dcommon.h40 _gbm_log(const char *fmt_str, ...);
Dcommon.c86 _gbm_log(const char *fmt_str, ...) in _gbm_log() argument
/external/libnfc-nci/src/include/
Dbuildcfg.h81 extern void ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...);
Dgki_target.h421 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
Dtrace_api.h101 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
Dbt_types.h707 typedef void (BT_LOG_FUNC) (int trace_type, const char *fmt_str, ...);
Dbt_trace.h165 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
167 extern void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
168 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
169 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
171 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
173 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
175 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py645 fmt_str = '%s: f0' + ' %02x'*self.length
646 return fmt_str % ((self.name,) + tuple(self.msg))
677 fmt_str = '%s:' + ' %02x'*self.length
678 return fmt_str % ((self.name,) + tuple(self.msg))
713 fmt_str = '%s: %02x' + ' %02x'*self.length
714 return fmt_str % ((self.name, self.meta_type) + tuple(self.msg))
/external/libnfc-nci/src/hal/include/
Dgki_hal_target.h283 extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
/external/selinux/libsepol/src/
Dmodule_to_cil.c1126 const char *fmt_str; in cond_expr_to_cil() local
1176 fmt_str = "(%s %s)"; in cond_expr_to_cil()
1180 fmt_str = "(%s %s %s)"; in cond_expr_to_cil()
1205 rlen = snprintf(new_val, len, fmt_str, op, val1, val2); in cond_expr_to_cil()
1630 const char *fmt_str; in constraint_expr_to_string() local
1758 fmt_str = "(%s %s)"; in constraint_expr_to_string()
1762 fmt_str = "(%s %s %s)"; in constraint_expr_to_string()
1787 rlen = snprintf(new_val, len, fmt_str, op, val1, val2); in constraint_expr_to_string()
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c4770 const HChar* fmt_str = NULL; in dis_ARM64_load_store() local
4773 fmt_str = "%s %s, [%s], #%lld (at-Rn-then-Rn=EA)\n"; in dis_ARM64_load_store()
4776 fmt_str = "%s %s, [%s, #%lld]! (at-EA-then-Rn=EA)\n"; in dis_ARM64_load_store()
4779 fmt_str = "%s %s, [%s, #%lld] (at-Rn)\n"; in dis_ARM64_load_store()
4784 DIP(fmt_str, (isLoad ? ld_name : st_name)[szLg2], in dis_ARM64_load_store()
4893 const HChar* fmt_str = NULL; in dis_ARM64_load_store() local
4896 fmt_str = "%sp %s, %s, [%s], #%lld (at-Rn-then-Rn=EA)\n"; in dis_ARM64_load_store()
4899 fmt_str = "%sp %s, %s, [%s, #%lld]! (at-EA-then-Rn=EA)\n"; in dis_ARM64_load_store()
4902 fmt_str = "%sp %s, %s, [%s, #%lld] (at-Rn)\n"; in dis_ARM64_load_store()
4907 DIP(fmt_str, bL == 0 ? "st" : "ld", in dis_ARM64_load_store()
[all …]