Searched refs:format (Results 1 - 25 of 52) sorted by relevance

123

/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
H A DSdioDrvDbg.h36 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args)
37 #define PDEBUG(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_DEBUG) printk(format , ##args)
38 #define PINFO(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_INFO) printk( format , ##__VA_ARGS__)
39 #define PNOTICE(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_NOTICE) printk( format , ##__VA_ARGS__)
40 #define PWARNING(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_WARNING) printk(format , ##__VA_ARGS_
[all...]
/system/core/include/android/
H A Dlog.h101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/
H A Dtracebuf_api.h54 int tb_sprintf(const char *format ,...);
68 #define tb_sprintf(format ,...)
/system/core/adb/
H A Dutils.h56 char* buff_add (char* buff, char* buffEnd, const char* format, ... );
H A Dutils.c72 buff_add (char* buff, char* buffEnd, const char* format, ... ) argument
82 va_start(args, format);
83 nn = vsnprintf( buff, avail, format, args);
88 * but they will also do that if the format spec is
H A Dusb_vendors.c149 int build_path(char* buff, size_t len, const char* format, const char* home) argument
151 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= len) {
/system/vold/
H A DFat.h28 static int format(const char *fsPath, unsigned int numSectors);
/system/core/include/cutils/
H A Dtztime.h46 size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale *locale);
H A Dlogprint.h59 AndroidLogPrintFormat format);
103 * Splits a wire-format buffer into an AndroidLogEntry
106 * Returns 0 on success and -1 on invalid wire format (entry will be
/system/core/libpixelflinger/
H A Dformat.cpp1 /* libs/pixelflinger/format.cpp
19 #include <pixelflinger/format.h>
H A Dbuffer.h34 uint32_t ggl_pack_color(context_t* c, int32_t format,
H A Dclear.cpp53 const uint32_t size = c->formats[s.format].size;
108 if (c->state.buffers.color.format == 0)
111 if (c->state.buffers.depth.format == 0)
114 if (c->state.buffers.stencil.format == 0)
122 c->state.buffers.color.format,
H A Dbuffer.cpp64 dst->format = src->format;
67 const GGLFormat& pixelFormat(c->formats[dst->format]);
76 switch (s->format) {
116 const GGLFormat* f = &(c->formats[s->format]);
173 const GGLFormat* f = &(c->formats[s->format]);
257 uint32_t ggl_pack_color(context_t* c, int32_t format, argument
260 const GGLFormat* f = &(c->formats[format]);
H A Dpicker.cpp44 new_needs.n |= GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
50 uint32_t n = GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ];
138 t |= GGL_BUILD_NEEDS(tx.surface.format, T_FORMAT);
/system/core/run-as/
H A Drun-as.c90 panic(const char* format, ...) argument
95 va_start(args, format);
96 vfprintf(stderr, format, args);
/system/bluetooth/data/
H A Dblacklist.conf1 // Do NOT change this file format without updating the parsing logic in
H A Dauto_pairing.conf1 // Do NOT change this file format without updating the parsing logic in
/system/core/libcutils/
H A Dtzstrftime.c95 strftime_tz(s, maxsize, format, t, Locale)
98 const char * const format;
106 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, Locale);
110 if (format == NULL)
111 (void) fprintf(stderr, "NULL strftime format ");
112 else (void) fprintf(stderr, "strftime format \"%s\" ",
113 format);
146 _fmt(format, t, pt, ptlim, warnp, Locale)
147 const char * format;
[all...]
/system/extras/tests/bionic/libc/bionic/
H A Dtest_mutex.c35 static void panic( const char* format, ... ) argument
38 va_start(args, format);
39 vfprintf(stderr, format, args);
/system/core/liblog/
H A Dlogprint.c41 AndroidLogPrintFormat format; member in struct:AndroidLogFormat_t
176 p_ret->format = FORMAT_BRIEF;
200 AndroidLogPrintFormat format)
202 p_format->format=format;
210 static AndroidLogPrintFormat format; local
212 if (strcmp(formatString, "brief") == 0) format = FORMAT_BRIEF;
213 else if (strcmp(formatString, "process") == 0) format = FORMAT_PROCESS;
214 else if (strcmp(formatString, "tag") == 0) format = FORMAT_TAG;
215 else if (strcmp(formatString, "thread") == 0) format
199 android_log_setPrintFormat(AndroidLogFormat *p_format, AndroidLogPrintFormat format) argument
[all...]
H A Dfake_log_device.c74 /* output format */
273 LogFormat format; local
275 format = FORMAT_BRIEF;
278 format = FORMAT_BRIEF;
280 format = FORMAT_PROCESS;
282 format = FORMAT_PROCESS;
284 format = FORMAT_PROCESS;
286 format = FORMAT_PROCESS;
288 format = FORMAT_PROCESS;
290 format
[all...]
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp135 comment("load initial iterated color (dest format packed)");
146 const int h = parts.iterated.format.c[i].h;
147 const int l = parts.iterated.format.c[i].l;
278 tmu.format = c->formats[tmu.format_idx];
279 tmu.bits = tmu.format.size*8;
285 && tmu.format.size!=3; // XXX: only 8, 16 and 32 modes for now
296 if (tmu.format.c[0].h) tmu.mask |= 0x1;
297 if (tmu.format.c[1].h) tmu.mask |= 0x2;
298 if (tmu.format.c[2].h) tmu.mask |= 0x4;
299 if (tmu.format
[all...]
H A DGGLAssembler.h224 memset(&format, 0, sizeof(GGLFormat));
227 : reg_t(r, f), format(*fmt) {
230 reg_t::setTo(r, f); format = *fmt;
232 GGLFormat format; member in struct:android::GGLAssembler::pixel_t
233 inline int hi(int c) const { return format.c[c].h; }
234 inline int low(int c) const { return format.c[c].l; }
236 inline int size() const { return format.size*8; }
255 rhs.format.c[component].l,
256 rhs.format.c[component].h,
305 GGLFormat format; member in struct:android::GGLAssembler::texture_unit_t
[all...]
H A Dload_store.cpp142 s.format.c[component].h,
143 s.format.c[component].l,
151 s.format.c[component].h,
152 s.format.c[component].l,
237 int dh = d.format.c[component].h;
238 int dl = d.format.c[component].l;
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_mutex.c47 panic(const char* func, const char* format, ...) argument
51 va_start(args, format);
52 vfprintf(stderr, format, args);
61 error(int errcode, const char* func, const char* format, ...) argument
65 va_start(args, format);
66 vfprintf(stderr, format, args);

Completed in 231 milliseconds

123