Home
last modified time | relevance | path

Searched defs:b (Results 1 – 18 of 18) sorted by relevance

/build/tools/lsd/
Dcommon.h10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */ argument
Ddebug.c7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) in dump_hex_buffer()
/build/libs/host/
Dlist.java29 int b = array[i]; in main() local
/build/tools/isprelinked/
Ddebug.c7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) { in dump_hex_buffer()
Dcommon.h10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */ argument
/build/tools/apriori/
Ddebug.c7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) { in dump_hex_buffer()
Dcommon.h10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */ argument
/build/tools/rgb2565/
Dto565.c22 #define to565(r,g,b) \ argument
62 int b = in[2] + error[i*3+2]; in to_565_raw_dither() local
/build/tools/droiddoc/test/generics/src/com/android/generics/
DFooBar.java41 public FooBar<V,K,L> b(Bar<? extends K> arg) { in b() method in FooBar
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/
DParent.java11 public int method(boolean b, char c, int i, long l, float f, double d) { throw new RuntimeExceptio… in method()
/build/tools/soslim/
Dcommon.h10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */ argument
/build/tools/droiddoc/test/stubs/src/com/android/stubs/
DParent.java46 public int method(boolean b, char c, int i, long l, float f, double d) { in method()
/build/tools/droiddoc/src/
DTypeInfo.java209 void setIsTypeVariable(boolean b) in setIsTypeVariable()
214 void setIsWildcard(boolean b) in setIsWildcard()
DTodoFile.java61 public static String percent(int a, int b) { in percent()
DDroidDoc.java309 StringBuffer b = null; in escape() local
/build/tools/signapk/
DSignApk.java230 public void write(int b) throws IOException { in write()
240 public void write(byte[] b, int off, int len) throws IOException { in write()
/build/tools/applypatch/
Dimgdiff.c161 static int fileentry_compare(const void* a, const void* b) { in fileentry_compare()
682 int AreChunksEqual(ImageChunk* a, ImageChunk* b) { in AreChunksEqual()
Dapplypatch.c80 static int compare_size_indices(const void* a, const void* b) { in compare_size_indices()