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

/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.mk50 sh ./mkbuiltins shell.h builtins.def . -Wall -O2
/system/core/debuggerd/
H A Dutility.c59 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) argument
67 return def;
H A Dutility.h55 const char *map_to_name(mapinfo *mi, unsigned pc, const char* 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.cpp489 static inline int blendfactor(uint32_t x, uint32_t size, uint32_t def = 0)
492 return def;

Completed in 141 milliseconds