Searched refs:def (Results 1 - 9 of 9) sorted by relevance

/system/core/libacc/tests/
H A Daccarm10 def compile(args):
15 def runCmd(args):
20 def uname():
23 def unameM():
26 def which(item):
29 def adb(args):
32 def setupArm(file):
46 def compileArm(args):
63 def main():
/system/core/sh/
H A Dmkinit.sh80 def=${line#MKINIT}
81 comment="${def#*;}"
82 def="${def%;$comment}"
83 def="${def%%=*}"
84 def="${def% }"
85 decles="${decles}${decnl}extern${def};${comment}${nl}"
H A DAndroid.mk49 sh ./mkbuiltins shell.h builtins.def . -Wall -O2
/system/core/debuggerd/
H A Dutility.h51 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
H A Dutility.c58 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) argument
66 return def;
/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c45 int def(FILE *source, FILE *dest, int level) function
244 ret = def( f, out, compression_level );
/system/core/toolbox/
H A Ddd.c73 void def(void);
447 if (cfunc == def)
762 * def --
768 def(void) function
1174 cfunc = def;
1194 static long long strsuftoll(const char* name, const char* arg, int def, unsigned int max) argument
1199 result = def;
/system/core/libpixelflinger/
H A Dscanline.cpp376 static inline int blendfactor(uint32_t x, uint32_t size, uint32_t def = 0)
379 return def;
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c812 PUCHAR def,
831 val = def[i];
808 regReadRatesConfigArray( NDIS_HANDLE SubKeyHandle, PNDIS_STRING Str, PUCHAR target, PUCHAR def, PULONG size ) argument

Completed in 147 milliseconds