Home
last modified time | relevance | path

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

/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.c349 int optc, what; in ulimitcmd() local
352 what = 'f'; in ulimitcmd()
365 what = optc; in ulimitcmd()
368 for (l = limits; l->name && l->option != what; l++) in ulimitcmd()
371 error("internal error (%c)", what); in ulimitcmd()
DTOUR322 signal figures out what action should be taken when a signal is
/system/core/libpixelflinger/tinyutils/
DTypeHelpers.h151 void splat_type(TYPE* where, const TYPE* what, size_t n) {
154 new(where) TYPE(*what);
159 *where++ = *what;
/system/core/libpixelflinger/
Dpixelflinger.cpp401 uint16_t* what = 0; in ggl_texParameteri() local
406 what = &c->activeTMU->s_wrap; in ggl_texParameteri()
412 what = &c->activeTMU->t_wrap; in ggl_texParameteri()
419 what = &c->activeTMU->min_filter; in ggl_texParameteri()
425 what = &c->activeTMU->min_filter; in ggl_texParameteri()
432 what = &c->activeTMU->mag_filter; in ggl_texParameteri()
437 if (!what) { in ggl_texParameteri()
442 if (*what != param) { in ggl_texParameteri()
443 *what = param; in ggl_texParameteri()
/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.txt212 what it's doing: