Searched refs:what (Results 1 – 12 of 12) sorted by relevance
/system/media/camera/docs/ |
D | metadata_helpers.py | 169 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())
|
D | metadata_model.py | 138 def _sort_by_name(self, what): argument 139 what.sort(key=lambda x: x.name)
|
/system/core/libzipfile/ |
D | test_zipfile.c | 18 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/ |
D | miscbltin.c | 347 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()
|
D | TOUR | 322 signal figures out what action should be taken when a signal is
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | TypeHelpers.h | 161 void splat_type(TYPE* where, const TYPE* what, size_t n) { 164 new(where) TYPE(*what); 169 *where++ = *what;
|
/system/core/libpixelflinger/ |
D | pixelflinger.cpp | 402 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/ |
D | window.h | 443 int what, int* value);
|
/system/core/debuggerd/ |
D | tombstone.c | 360 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/ |
D | OVERVIEW.TXT | 12 DDMS). These commands are what is called a 'service' in ADB.
|
D | SERVICES.TXT | 3 to understand what's going on here.
|
/system/core/init/ |
D | readme.txt | 249 what it's doing:
|