Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 172) sorted by relevance

1234567

/device/google/dragon/recovery/updater/
Dupdate_log.h23 #define ALOGD(format, args...) printf("D %s: " format, LOG_TAG, ## args) argument
24 #define ALOGI(format, args...) printf("I %s: " format, LOG_TAG, ## args) argument
25 #define ALOGW(format, args...) printf("W %s: " format, LOG_TAG, ## args) argument
26 #define ALOGE(format, args...) printf("E %s: " format, LOG_TAG, ## args) argument
/device/google/contexthub/util/nanotool/
Dlog.cpp43 #define LOG_EX_VARARGS(level, format) \ argument
51 void Log::Error(const char *format, ...) { in Error()
55 void Log::Warn(const char *format, ...) { in Warn()
59 void Log::Info(const char *format, ...) { in Info()
63 void Log::Debug(const char *format, ...) { in Debug()
122 void Log::LogEx(LogLevel level, const char *format, va_list arg_list) { in LogEx()
144 void PrintfLogger::Output(const char *format, va_list arg_list) { in Output()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenOutput.py57 def Output(format = "", *args): argument
60 def VaOutput(format, args): argument
96 def OutIndent(format = "", *args): argument
104 def OutDedent(format = "", *args): argument
112 def OutLbrace(format = "", *args): argument
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp17 static int computePixelSize(GLenum format, GLenum type) { in computePixelSize()
19 #define FORMAT_ERROR(format, type) \ in computePixelSize() argument
197 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch()
202 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int alig… in computePackingOffset()
211 GLenum format, GLenum type, in computeTextureStartEnd()
239 GLenum format, GLenum type, in computeTotalImageSize()
264 GLenum format, GLenum type, in computeNeededBufferSize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_strptime.py240 def pattern(self, format): argument
263 def compile(self, format): argument
295 def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): argument
453 def _strptime_time(data_string, format="%a %b %d %H:%M:%S %Y"): argument
Dcgitb.py263 format="html"): argument
311 def enable(display=1, logdir=None, context=5, format="html"): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dmodsupport.c110 countformat(const char *format, int endchar) in countformat()
480 Py_BuildValue(const char *format, ...) in Py_BuildValue()
491 _Py_BuildValue_SizeT(const char *format, ...) in _Py_BuildValue_SizeT()
502 Py_VaBuildValue(const char *format, va_list va) in Py_VaBuildValue()
508 _Py_VaBuildValue_SizeT(const char *format, va_list va) in _Py_VaBuildValue_SizeT()
514 va_build_value(const char *format, va_list va, int flags) in va_build_value()
543 PyEval_CallFunction(PyObject *obj, const char *format, ...) in PyEval_CallFunction()
565 PyEval_CallMethod(PyObject *obj, const char *methodname, const char *format, ...) in PyEval_CallMethod()
Dmysnprintf.c42 PyOS_snprintf(char *str, size_t size, const char *format, ...) in PyOS_snprintf()
54 PyOS_vsnprintf(char *str, size_t size, const char *format, va_list va) in PyOS_vsnprintf()
Dgetargs.c54 PyArg_Parse(PyObject *args, const char *format, ...) in PyArg_Parse()
66 _PyArg_Parse_SizeT(PyObject *args, char *format, ...) in _PyArg_Parse_SizeT()
79 PyArg_ParseTuple(PyObject *args, const char *format, ...) in PyArg_ParseTuple()
91 _PyArg_ParseTuple_SizeT(PyObject *args, char *format, ...) in _PyArg_ParseTuple_SizeT()
104 PyArg_VaParse(PyObject *args, const char *format, va_list va) in PyArg_VaParse()
122 _PyArg_VaParse_SizeT(PyObject *args, char *format, va_list va) in _PyArg_VaParse_SizeT()
213 vgetargs1(PyObject *args, const char *format, va_list *p_va, int flags) in vgetargs1()
430 const char *format = *p_format; in converttuple() local
504 const char *format = *p_format; in convertitem() local
601 const char *format = *p_format; in convertsimple() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmodsupport.c110 countformat(const char *format, int endchar) in countformat()
480 Py_BuildValue(const char *format, ...) in Py_BuildValue()
491 _Py_BuildValue_SizeT(const char *format, ...) in _Py_BuildValue_SizeT()
502 Py_VaBuildValue(const char *format, va_list va) in Py_VaBuildValue()
508 _Py_VaBuildValue_SizeT(const char *format, va_list va) in _Py_VaBuildValue_SizeT()
514 va_build_value(const char *format, va_list va, int flags) in va_build_value()
543 PyEval_CallFunction(PyObject *obj, const char *format, ...) in PyEval_CallFunction()
565 PyEval_CallMethod(PyObject *obj, const char *methodname, const char *format, ...) in PyEval_CallMethod()
Dmysnprintf.c42 PyOS_snprintf(char *str, size_t size, const char *format, ...) in PyOS_snprintf()
54 PyOS_vsnprintf(char *str, size_t size, const char *format, va_list va) in PyOS_vsnprintf()
Dgetargs.c54 PyArg_Parse(PyObject *args, const char *format, ...) in PyArg_Parse()
66 _PyArg_Parse_SizeT(PyObject *args, char *format, ...) in _PyArg_Parse_SizeT()
79 PyArg_ParseTuple(PyObject *args, const char *format, ...) in PyArg_ParseTuple()
91 _PyArg_ParseTuple_SizeT(PyObject *args, char *format, ...) in _PyArg_ParseTuple_SizeT()
104 PyArg_VaParse(PyObject *args, const char *format, va_list va) in PyArg_VaParse()
122 _PyArg_VaParse_SizeT(PyObject *args, char *format, va_list va) in _PyArg_VaParse_SizeT()
213 vgetargs1(PyObject *args, const char *format, va_list *p_va, int flags) in vgetargs1()
430 const char *format = *p_format; in converttuple() local
504 const char *format = *p_format; in convertitem() local
601 const char *format = *p_format; in convertsimple() local
[all …]
/device/generic/goldfish/camera/fake-pipeline2/
DBase.h38 uint32_t format; member
49 int32_t format; member
56 int32_t format; member
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dstrftime.c95 const char * __restrict format, in strftime()
131 const char * format, in _fmt()
577 const char * const format, in _conv()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp227 bool readPixelsFormat(GLenum format) { in readPixelsFormat()
245 bool readPixelsType(GLenum format) { in readPixelsType()
292 bool readPixelsFboFormatMatch(GLenum format, GLenum type, GLenum fboTexType) { in readPixelsFboFormatMatch()
488 bool unsizedFormat(GLenum format) { in unsizedFormat()
697 bool pixelFormat(GL2Encoder* ctx, GLenum format) { in pixelFormat()
718 #define GLES3_FORMAT_CASE(format) \ in pixelFormat() argument
796 #define VALID_INTERNAL_FORMAT(format) \ in pixelInternalFormat() argument
DGL2EncoderUtils.cpp25 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize()
32 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLe… in pixelDataSize3D()
/device/asus/fugu/libaudio/
Dalsa_utils.cpp293 HDMIAudioCaps::AudFormat HDMIAudioCaps::alsaFormatFromAndroidFormat(audio_format_t format) in alsaFormatFromAndroidFormat()
310 const HDMIAudioCaps::Mode *HDMIAudioCaps::getModeForFormat(HDMIAudioCaps::AudFormat format) in getModeForFormat()
320 void HDMIAudioCaps::getRatesForAF(String8& rates, audio_format_t format) { in getRatesForAF()
355 void HDMIAudioCaps::getChannelMasksForAF(String8& masks, audio_format_t format) { in getChannelMasksForAF()
420 bool HDMIAudioCaps::supportsFormat(audio_format_t format, in supportsFormat()
DAudioOutput.cpp168 const audio_format_t format = AUDIO_FORMAT_PCM_8_24_BIT; in pushSilence() local
385 bool hasActiveOutputs, audio_format_t format) { in processOneChunk()
415 void AudioOutput::doPCMWrite(const uint8_t* data, size_t len, audio_format_t format) { in doPCMWrite()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dformatter.h173 InternalFormatSpec *format, in parse_internal_render_format_spec()
442 const InternalFormatSpec *format) in calc_number_widths()
673 format_string_internal(PyObject *value, const InternalFormatSpec *format) in format_string_internal()
740 format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format, in format_int_or_long_internal()
925 const InternalFormatSpec *format) in format_float_internal()
1067 const InternalFormatSpec *format) in format_complex_internal()
1294 InternalFormatSpec format; in FORMAT_STRING() local
1334 InternalFormatSpec format; in format_int_or_long() local
1445 InternalFormatSpec format; in FORMAT_FLOAT() local
1493 InternalFormatSpec format; in FORMAT_COMPLEX() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dformatter.h171 InternalFormatSpec *format, in parse_internal_render_format_spec()
442 const InternalFormatSpec *format) in calc_number_widths()
673 format_string_internal(PyObject *value, const InternalFormatSpec *format) in format_string_internal()
739 format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format, in format_int_or_long_internal()
923 const InternalFormatSpec *format) in format_float_internal()
1070 const InternalFormatSpec *format) in format_complex_internal()
1302 InternalFormatSpec format; in FORMAT_STRING() local
1342 InternalFormatSpec format; in format_int_or_long() local
1453 InternalFormatSpec format; in FORMAT_FLOAT() local
1501 InternalFormatSpec format; in FORMAT_COMPLEX() local
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoderUtils.cpp22 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dunbirthday.py78 def format((year, month, day)): function
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dwcsftime.c59 const wchar_t *format, const struct tm *timeptr) in wcsftime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzwrite.c310 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) in gzvprintf()
372 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf()
386 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() argument
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DCrtWrapper.c140 int sscanf (const char *buffer, const char *format, ...) in sscanf()
281 int vfprintf (FILE *stream, const char *format, VA_LIST arg) in vfprintf()
296 int BIO_printf (void *bio, const char *format, ...) in BIO_printf()
301 int BIO_snprintf(char *buf, size_t n, const char *format, ...) in BIO_snprintf()

1234567