/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 int __cdecl sprintf_s(char *_DstBuf,size_t _DstSize,const char *_Format,...); 30 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1_ARGLIST(int,sprintf_s,vsprintf_s,char,_DstBuf,const char*,_Format) 32 _CRTIMP int __cdecl _fscanf_l(FILE *_File,const char *_Format,_locale_t _Locale,...) [all...] |
conio_s.h | 21 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 int __cdecl _vcprintf_s (const char *_Format,va_list _ArgList); 25 int __cdecl _cprintf_s_l (const char *_Format,_locale_t _Locale,...); 26 int __cdecl _vcprintf_s_l (const char *_Format,_locale_t _Locale,va_list _ArgList); 33 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 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/ |
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, 377 int __cdecl fprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,...); 378 int __cdecl printf(const char * __restrict__ _Format,...); 379 int __cdecl sprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 381 int __cdecl vfprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,va_list _ArgList); 382 int __cdecl vprintf(const char * __restrict__ _Format,va_list _ArgList); 383 int __cdecl vsprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN [all...] |
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 | 405 _CRTIMP int __cdecl _cwprintf(const wchar_t * __restrict__ _Format,...); 406 _CRTIMP int __cdecl _cwscanf(const wchar_t * __restrict__ _Format,...); 407 _CRTIMP int __cdecl _cwscanf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...); 408 _CRTIMP int __cdecl _vcwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList); 409 _CRTIMP int __cdecl _cwprintf_p(const wchar_t * __restrict__ _Format,...); 410 _CRTIMP int __cdecl _vcwprintf_p(const wchar_t * __restrict__ _Format,va_list _ArgList); 412 _CRTIMP int __cdecl _cwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...); 413 _CRTIMP int __cdecl _vcwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList); 414 _CRTIMP int __cdecl _cwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...); 415 _CRTIMP int __cdecl _vcwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) [all...] |
time.h | 118 size_t __cdecl strftime(char * __restrict__ _Buf,size_t _SizeInBytes,const char * __restrict__ _Format,const struct tm * __restrict__ _Tm); 119 _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); 145 size_t __cdecl wcsftime(wchar_t * __restrict__ _Buf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,const struct tm * __restrict__ _Tm); 146 _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);
|
wspiapi.h | 20 #define _WSPIAPI_SPRINTF_S_1(_Dst,_Size,_Format,_Arg1) sprintf((_Dst),(_Format),(_Arg1))
|
/external/jetty/src/java/org/eclipse/jetty/util/ajax/ |
JSONDateConvertor.java | 46 private final SimpleDateFormat _format; field in class:JSONDateConvertor 63 _format=new SimpleDateFormat(format); 64 _format.setTimeZone(zone); 72 _format = new SimpleDateFormat(format, new DateFormatSymbols(locale)); 73 _format.setTimeZone(zone); 82 synchronized(_format) 84 return _format.parseObject((String)map.get("value"));
|
/system/extras/tests/net_test/ |
cstruct.py | 87 # Parse fmt into _format, converting any S format characters to "XXs", 89 _format = "" variable in class:Struct.CStruct 97 _format += "%ds" % len(_nested[index]) 100 _format += fmt[i] 102 _length = struct.calcsize(_format) 109 values = list(struct.unpack(self._format, data)) 164 return struct.pack(self._format, *values)
|
/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,
|
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/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,
|
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/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,
|
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/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,
|
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/clang/test/CodeGen/ |
stack-protector.c | 14 int printf(const char * _Format, ...);
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawCreateInfoUtil.cpp | 60 vk::VkFormat _format, 70 format = _format; 81 vk::VkFormat _format, 90 format = _format; 97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); 120 vk::VkFormat _format, 129 format = _format; 211 vk::VkFormat _format, 233 format = _format; 408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, [all...] |
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateCreateInfoUtil.cpp | 60 vk::VkFormat _format, 70 format = _format; 81 vk::VkFormat _format, 90 format = _format; 97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); 120 vk::VkFormat _format, 129 format = _format; 211 vk::VkFormat _format, 233 format = _format; 408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, [all...] |
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
vktQueryPoolCreateInfoUtil.cpp | 60 vk::VkFormat _format, 70 format = _format; 81 vk::VkFormat _format, 90 format = _format; 97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); 120 vk::VkFormat _format, 129 format = _format; 211 vk::VkFormat _format, 233 format = _format; 411 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, [all...] |
/external/libunwind/doc/ |
unw_get_proc_info.tex | 54 \Var{format} is equal to \Const{UNW\_INFO\_FORMAT\_DYNAMIC}. If the 56 equal to to \Const{UNW\_INFO\_FORMAT\_TABLE}. All other values are
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfPizCompressor.cpp | 177 _format (XDR), 227 _format = NATIVE; 249 return _format; 364 if (_format == XDR) 606 if (_format == XDR)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/ |
oauth2l.py | 120 def _Format(fmt, credentials): 214 print _Format(FLAGS.credentials_format.lower(), credentials) 225 print _Format('header', FetchCredentials(scopes))
|