HomeSort by relevance Sort by last modified time
    Searched defs:P_STR (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mach_override/libudis86/
decode.h 58 #define P_str ( 1 << 14 )
59 #define P_STR(n) ( ( n >> 14 ) & 1 )
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 61 private static final String P_STR =
69 private static final byte[] P = new BigInteger(P_STR,16).toByteArray();

Completed in 160 milliseconds