HomeSort by relevance Sort by last modified time
    Searched full:fmt_str (Results 1 - 25 of 29) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
trace_conf.h 7 #define LOGD(fmt_str, ...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "[%s:%d] "fmt_str, __FUNCTION__, __LINE__, ##__VA_ARGS__)
  /external/libnfc-nci/halimpl/bcm2079x/include/
android_logmsg.h 35 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 p4);
42 void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4, UINT32 p5);
43 void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 92 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...)
97 va_start (ap, fmt_str);
98 vsnprintf (buffer, BTE_LOG_MAX_SIZE, fmt_str, ap);
306 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...)
313 va_start (ap, fmt_str);
314 vsnprintf (buffer, BTE_LOG_MAX_SIZE, fmt_str, ap);
328 void LogMsg_1 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1)
330 LogMsg (maskTraceSet, fmt_str, p1);
334 void LogMsg_2 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1, UINT32 p2)
336 LogMsg (maskTraceSet, fmt_str, p1, p2)
    [all...]
  /external/toybox/toys/lsb/
seq.c 14 usage: seq [-w|-f fmt_str] [-s sep_str] [first] [increment] last
20 -f Use fmt_str as a printf-style floating point format string
48 char *sep_str = "\n", *fmt_str = "%g"; local
77 sprintf(fmt_str = toybuf, "%%0%d.%df", left+right+!!right, right);
79 if (toys.optflags & FLAG_f) insanitize(fmt_str = TT.fmt);
88 printf(fmt_str, dd);
  /hardware/qcom/camera/QCamera2/util/
QCameraTrace.h 73 #define ATRACE_BEGIN_SNPRINTF(fmt_str, ...) \
76 snprintf(trace_tag, CAMERA_TRACE_BUF, fmt_str, ##__VA_ARGS__); \
  /hardware/qcom/camera/msmcobalt/QCamera2/util/
QCameraTrace.h 73 #define ATRACE_BEGIN_SNPRINTF(fmt_str, ...) \
76 snprintf(trace_tag, CAMERA_TRACE_BUF, fmt_str, ##__VA_ARGS__); \
  /external/mesa3d/src/gbm/main/
common.h 40 _gbm_log(const char *fmt_str, ...);
common.c 86 _gbm_log(const char *fmt_str, ...)
  /system/bt/main/
bte_logmsg.c 166 void LogMsg(uint32_t trace_set_mask, const char *fmt_str, ...) {
173 va_start(ap, fmt_str);
174 vsnprintf(&buffer[MSG_BUFFER_OFFSET], BTE_LOG_MAX_SIZE, fmt_str, ap);
  /external/autotest/client/cros/
touch_playback_test_base.py 95 def _find_test_files_from_directions(self, input_type, fmt_str, directions):
99 @param fmt_str: format string for filename, e.g. 'scroll-%s'
107 gestures = [fmt_str % d for d in directions]
112 filepaths = {d: temp_filepaths[fmt_str % d] for d in directions}
  /external/libnfc-nci/src/include/
buildcfg.h 81 extern void ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...);
trace_api.h 101 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
gki_target.h 421 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
bt_types.h 707 typedef void (BT_LOG_FUNC) (int trace_type, const char *fmt_str, ...);
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 92 const char * fmt_str; member in struct:__anon29889
109 if (!strcmp(va_fourcc_map[i].fmt_str, str)) {
123 return va_fourcc_map[i].fmt_str;
  /system/core/adf/libadf/tests/
adf_test.cpp 55 void get8888Format(uint32_t &fmt, char fmt_str[ADF_FORMAT_STR_SIZE]) {
65 adf_format_str(fmt, fmt_str);
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 283 extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_builtin.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_builtin.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py     [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 1126 const char *fmt_str; local
1176 fmt_str = "(%s %s)";
1180 fmt_str = "(%s %s %s)";
1205 rlen = snprintf(new_val, len, fmt_str, op, val1, val2);
1630 const char *fmt_str; local
    [all...]
  /system/bt/include/
bt_trace.h 416 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
  /external/sonivox/jet_tools/JetCreator/
midifile.py 645 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))
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 4770 const HChar* fmt_str = NULL; local
4893 const HChar* fmt_str = NULL; local
5332 const HChar* fmt_str = NULL; local
    [all...]

Completed in 5674 milliseconds

1 2