Home
last modified time | relevance | path

Searched refs:what (Results 1 – 12 of 12) sorted by relevance

/system/media/camera/docs/
Dmetadata_helpers.py169 def inner(what): argument
170 newstr = what.ljust(size)
172 return what + "\n" + "".ljust(indent + size)
213 def inner(what): argument
217 if len(what) > wut - current_col:
218 return what + "\n".ljust(col)
220 return what.ljust(wut - current_col)
224 def ctype_enum(what): argument
243 return 'TYPE_%s' %(what.upper())
Dmetadata_model.py138 def _sort_by_name(self, what): argument
139 what.sort(key=lambda x: x.name)
/system/core/libzipfile/
Dtest_zipfile.c18 enum { HUH, LIST, UNZIP } what = HUH; in main() local
21 what = LIST; in main()
24 what = UNZIP; in main()
56 switch (what) in main()
/system/core/sh/
Dmiscbltin.c347 int optc, what; in ulimitcmd() local
350 what = 'f'; in ulimitcmd()
363 what = optc; in ulimitcmd()
366 for (l = limits; l->name && l->option != what; l++) in ulimitcmd()
369 error("internal error (%c)", what); in ulimitcmd()
DTOUR322 signal figures out what action should be taken when a signal is
/system/core/libpixelflinger/codeflinger/tinyutils/
DTypeHelpers.h161 void splat_type(TYPE* where, const TYPE* what, size_t n) {
164 new(where) TYPE(*what);
169 *where++ = *what;
/system/core/libpixelflinger/
Dpixelflinger.cpp402 uint16_t* what = 0; in ggl_texParameteri() local
407 what = &c->activeTMU->s_wrap; in ggl_texParameteri()
413 what = &c->activeTMU->t_wrap; in ggl_texParameteri()
420 what = &c->activeTMU->min_filter; in ggl_texParameteri()
426 what = &c->activeTMU->min_filter; in ggl_texParameteri()
433 what = &c->activeTMU->mag_filter; in ggl_texParameteri()
438 if (!what) { in ggl_texParameteri()
443 if (*what != param) { in ggl_texParameteri()
444 *what = param; in ggl_texParameteri()
/system/core/include/system/
Dwindow.h443 int what, int* value);
/system/core/debuggerd/
Dtombstone.c360 static void dump_map(log_t* log, map_info_t* m, const char* what, int scopeFlags) { in dump_map() argument
368 _LOG(log, scopeFlags, " (no %s)\n", what); in dump_map()
/system/core/adb/
DOVERVIEW.TXT12 DDMS). These commands are what is called a 'service' in ADB.
DSERVICES.TXT3 to understand what's going on here.
/system/core/init/
Dreadme.txt249 what it's doing: