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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stdio_s.h 20 int __cdecl fprintf_s(FILE *_File,const char *_Format,...);
22 _CRTIMP int __cdecl _fscanf_s_l(FILE *_File,const char *_Format,_locale_t _Locale,...);
23 int __cdecl printf_s(const char *_Format,...);
24 _CRTIMP int __cdecl _scanf_l(const char *_Format,_locale_t _Locale,...);
25 _CRTIMP int __cdecl _scanf_s_l(const char *_Format,_locale_t _Locale,...);
26 _CRTIMP int __cdecl _snprintf_c(char *_DstBuf,size_t _MaxCount,const char *_Format,...);
27 _CRTIMP int __cdecl _vsnprintf_c(char *_DstBuf,size_t _MaxCount,const char *_Format,va_list _ArgList);
29 _CRTIMP int __cdecl _fscanf_l(FILE *_File,const char *_Format,_locale_t _Locale,...);
30 _CRTIMP int __cdecl _sscanf_l(const char *_Src,const char *_Format,_locale_t _Locale,...);
31 _CRTIMP int __cdecl _sscanf_s_l(const char *_Src,const char *_Format,_locale_t _Locale,...)
    [all...]
conio_s.h 21 _CRTIMP int __cdecl _cprintf_s (const char *_Format,...);
22 _CRTIMP int __cdecl _cscanf_s(const char *_Format,...);
23 _CRTIMP int __cdecl _cscanf_s_l(const char *_Format,_locale_t _Locale,...);
24 _CRTIMP int __cdecl _vcprintf_s (const char *_Format,va_list _ArgList);
25 _CRTIMP int __cdecl _cprintf_s_l (const char *_Format,_locale_t _Locale,...);
26 _CRTIMP int __cdecl _vcprintf_s_l (const char *_Format,_locale_t _Locale,va_list _ArgList);
33 _CRTIMP int __cdecl _cwprintf_s (const wchar_t *_Format,...);
34 _CRTIMP int __cdecl _cwscanf_s(const wchar_t *_Format,...);
35 _CRTIMP int __cdecl _cwscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
36 _CRTIMP int __cdecl _vcwprintf_s (const wchar_t *_Format,va_list _ArgList)
    [all...]
wchar_s.h 26 int __cdecl _cwprintf_s (const wchar_t *_Format,...);
27 _CRTIMP int __cdecl _cwscanf_s(const wchar_t *_Format,...);
28 _CRTIMP int __cdecl _cwscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
29 int __cdecl _vcwprintf_s (const wchar_t *_Format,va_list _ArgList);
30 int __cdecl _cwprintf_s_l (const wchar_t *_Format,_locale_t _Locale,...);
31 int __cdecl _vcwprintf_s_l (const wchar_t *_Format,_locale_t _Locale,va_list _ArgList);
37 int __cdecl fwprintf_s(FILE *_File,const wchar_t *_Format,...);
38 int __cdecl wprintf_s(const wchar_t *_Format,...);
39 int __cdecl vfwprintf_s(FILE *_File,const wchar_t *_Format,va_list _ArgList);
40 int __cdecl vwprintf_s(const wchar_t *_Format,va_list _ArgList)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
conio.h 16 _CRTIMP int __cdecl _cprintf(const char * __restrict__ _Format,...);
18 _CRTIMP int __cdecl _cscanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
19 _CRTIMP int __cdecl _cscanf_l(const char * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
22 _CRTIMP int __cdecl _vcprintf(const char * __restrict__ _Format,va_list _ArgList);
23 _CRTIMP int __cdecl _cprintf_p(const char * __restrict__ _Format,...);
24 _CRTIMP int __cdecl _vcprintf_p(const char * __restrict__ _Format,va_list _ArgList);
25 _CRTIMP int __cdecl _cprintf_l(const char * __restrict__ _Format,_locale_t _Locale,...);
26 _CRTIMP int __cdecl _vcprintf_l(const char * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
27 _CRTIMP int __cdecl _cprintf_p_l(const char * __restrict__ _Format,_locale_t _Locale,...);
28 _CRTIMP int __cdecl _vcprintf_p_l(const char * __restrict__ _Format,_locale_t _Locale,va_list _ArgList)
    [all...]
wchar.h 409 _CRTIMP int __cdecl _cwprintf(const wchar_t * __restrict__ _Format,...);
410 _CRTIMP int __cdecl _cwscanf(const wchar_t * __restrict__ _Format,...);
411 _CRTIMP int __cdecl _cwscanf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...);
412 _CRTIMP int __cdecl _vcwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
413 _CRTIMP int __cdecl _cwprintf_p(const wchar_t * __restrict__ _Format,...);
414 _CRTIMP int __cdecl _vcwprintf_p(const wchar_t * __restrict__ _Format,va_list _ArgList);
416 _CRTIMP int __cdecl _cwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...);
417 _CRTIMP int __cdecl _vcwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
418 _CRTIMP int __cdecl _cwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...);
419 _CRTIMP int __cdecl _vcwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList)
    [all...]
stdio.h 141 int __cdecl __mingw_sscanf(const char * __restrict__ _Src,const char * __restrict__ _Format,...);
147 int __cdecl __mingw_scanf(const char * __restrict__ _Format,...);
153 int __cdecl __mingw_fscanf(FILE * __restrict__ _File,const char * __restrict__ _Format,...);
160 int __cdecl __mingw_vsnprintf(char * __restrict__ _DstBuf,size_t _MaxCount,const char * __restrict__ _Format,
378 int __cdecl fprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,...);
380 int __cdecl printf(const char * __restrict__ _Format,...);
382 int __cdecl sprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
385 int __cdecl vfprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,va_list _ArgList);
387 int __cdecl vprintf(const char * __restrict__ _Format,va_list _ArgList);
389 int __cdecl vsprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN
    [all...]
time.h 122 size_t __cdecl strftime(char * __restrict__ _Buf,size_t _SizeInBytes,const char * __restrict__ _Format,const struct tm * __restrict__ _Tm);
123 _CRTIMP size_t __cdecl _strftime_l(char * __restrict__ _Buf,size_t _Max_size,const char * __restrict__ _Format,const struct tm * __restrict__ _Tm,_locale_t _Locale);
157 size_t __cdecl wcsftime(wchar_t * __restrict__ _Buf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,const struct tm * __restrict__ _Tm);
158 _CRTIMP size_t __cdecl _wcsftime_l(wchar_t * __restrict__ _Buf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,const struct tm * __restrict__ _Tm,_locale_t _Locale);
  /external/capstone/contrib/cs_driver/cs_driver/
cs_driver.c 91 _Use_decl_annotations_ int __cdecl printf(const char *_Format, ...) {
95 va_start(args, _Format);
96 status = vDbgPrintEx(DPFLTR_DEFAULT_ID, DPFLTR_ERROR_LEVEL, _Format, args);
  /kernel/tests/net/test/
cstruct.py 117 # Parse fmt into _format, converting any S format characters to "XXs",
119 _format = "" variable in class:Struct.CStruct
127 _format += "%ds" % len(_nested[index])
132 _format += "s"
135 _format += fmt[i]
137 _length = CalcSize(_format)
141 for i in xrange(len(_format)):
142 offset = CalcSize(_format[:i])
151 numfields = len(struct.unpack(_format, "\x00" * _length))
163 values = list(struct.unpack(self._format, data)
    [all...]
  /external/libxcam/xcore/
v4l2_device.h 75 width = _format.fmt.pix.width;
76 height = _format.fmt.pix.height;
79 return _format.fmt.pix.pixelformat;
134 struct v4l2_format _format; member in class:XCam::V4l2Device
v4l2_buffer_proxy.h 67 return _format;
80 struct v4l2_format _format; member in class:XCam::V4l2Buffer
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pprint.py 114 self._format(object, self._stream, 0, 0, {}, 0)
119 self._format(object, sio, 0, 0, {}, 0)
129 def _format(self, object, stream, indent, allowance, context, level): member in class:PrettyPrinter
160 self._format(ent, stream, indent + _len(rep) + 2,
169 self._format(ent, stream, indent + _len(rep) + 2,
209 self._format(object[0], stream, indent, allowance + 1,
217 self._format(ent, stream, indent,
ast.py 92 def _format(node): function in function:dump
94 fields = [(a, _format(b)) for a, b in iter_fields(node)]
102 rv += ', '.join('%s=%s' % (a, _format(getattr(node, a)))
106 return '[%s]' % ', '.join(_format(x) for x in node)
110 return _format(node)
  /external/python/cpython2/Lib/
pprint.py 117 self._format(object, self._stream, 0, 0, {}, 0)
122 self._format(object, sio, 0, 0, {}, 0)
132 def _format(self, object, stream, indent, allowance, context, level): member in class:PrettyPrinter
163 self._format(ent, stream, indent + _len(rep) + 2,
172 self._format(ent, stream, indent + _len(rep) + 2,
205 self._format(object[0], stream, indent, allowance + 1,
213 self._format(ent, stream, indent,
ast.py 92 def _format(node): function in function:dump
94 fields = [(a, _format(b)) for a, b in iter_fields(node)]
102 rv += ', '.join('%s=%s' % (a, _format(getattr(node, a)))
106 return '[%s]' % ', '.join(_format(x) for x in node)
110 return _format(node)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pprint.py 117 self._format(object, self._stream, 0, 0, {}, 0)
122 self._format(object, sio, 0, 0, {}, 0)
132 def _format(self, object, stream, indent, allowance, context, level): member in class:PrettyPrinter
163 self._format(ent, stream, indent + _len(rep) + 2,
172 self._format(ent, stream, indent + _len(rep) + 2,
212 self._format(object[0], stream, indent, allowance + 1,
220 self._format(ent, stream, indent,
  /prebuilts/gdb/linux-x86/lib/python2.7/
pprint.py 117 self._format(object, self._stream, 0, 0, {}, 0)
122 self._format(object, sio, 0, 0, {}, 0)
132 def _format(self, object, stream, indent, allowance, context, level): member in class:PrettyPrinter
163 self._format(ent, stream, indent + _len(rep) + 2,
172 self._format(ent, stream, indent + _len(rep) + 2,
212 self._format(object[0], stream, indent, allowance + 1,
220 self._format(ent, stream, indent,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 117 self._format(object, self._stream, 0, 0, {}, 0)
122 self._format(object, sio, 0, 0, {}, 0)
132 def _format(self, object, stream, indent, allowance, context, level): member in class:PrettyPrinter
163 self._format(ent, stream, indent + _len(rep) + 2,
172 self._format(ent, stream, indent + _len(rep) + 2,
212 self._format(object[0], stream, indent, allowance + 1,
220 self._format(ent, stream, indent,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 117 self._format(object, self._stream, 0, 0, {}, 0)
122 self._format(object, sio, 0, 0, {}, 0)
132 def _format(self, object, stream, indent, allowance, context, level): member in class:PrettyPrinter
163 self._format(ent, stream, indent + _len(rep) + 2,
172 self._format(ent, stream, indent + _len(rep) + 2,
212 self._format(object[0], stream, indent, allowance + 1,
220 self._format(ent, stream, indent,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
support.py 42 def _format(msg, args): function in function:LoggingSilencer.get_logs
46 return [_format(msg, args) for level, msg, args
  /system/core/logd/
CommandListener.cpp 301 static const char _format[] = "format="; local
302 if (!strncmp(argv[i], _format, strlen(_format))) {
303 format = argv[i] + strlen(_format);
  /external/libxcam/tests/
test-poll-thread.cpp 43 , _format(format)
52 _format(format)
85 struct v4l2_format _format; member in class:PollCB
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.cpp 132 _format(*format), _width(width), _height(height), _depth(depth),
155 return _format;
175 return util_format_get_blocksize(translate_format(_format));
  /external/python/cpython3/Lib/
pprint.py 139 self._format(object, self._stream, 0, 0, {}, 0)
144 self._format(object, sio, 0, 0, {}, 0)
154 def _format(self, object, stream, indent, allowance, context, level): member in class:PrettyPrinter
200 self._format(list(object.items()), stream,
327 self._format(object.copy(), stream, indent + 13, allowance + 1,
344 self._format(ent, stream, indent + len(rep) + 2,
387 self._format(ent, stream, indent,
445 self._format(m, stream, indent, allowance + 1, context, level)
448 self._format(m, stream, indent, 1, context, level)
474 self._format(object.data, stream, indent, allowance, context, level - 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
ast.py 92 def _format(node): function in function:dump
94 fields = [(a, _format(b)) for a, b in iter_fields(node)]
102 rv += ', '.join('%s=%s' % (a, _format(getattr(node, a)))
106 return '[%s]' % ', '.join(_format(x) for x in node)
110 return _format(node)

Completed in 459 milliseconds

1 2 3 4