Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/rop/code/
DAccessFlags.java329 private static String humanHelper(int flags, int mask, int what) { in humanHelper() argument
351 if (what == CONV_CLASS) { in humanHelper()
358 if (what == CONV_METHOD) { in humanHelper()
365 if (what == CONV_METHOD) { in humanHelper()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DAccessFlags.java297 private static String humanHelper(int flags, int mask, int what) { in humanHelper() argument
319 if (what == CONV_CLASS) { in humanHelper()
326 if (what == CONV_METHOD) { in humanHelper()
333 if (what == CONV_METHOD) { in humanHelper()
/dalvik/dx/tests/111-use-null-as-array/
Dinfo.txt9 aget-byte for what was a boolean[] in the source code. In these cases,
/dalvik/docs/
Dporting-proto.c.txt20 * Compile this and examine the output to see what your compiler generates.