Home
last modified time | relevance | path

Searched refs:SEPARATOR (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
Dassembly.h20 #define SEPARATOR @ macro
22 #define SEPARATOR ; macro
35 .globl SYMBOL_NAME(name) SEPARATOR \
36 .private_extern SYMBOL_NAME(name) SEPARATOR \
40 .globl SYMBOL_NAME(name) SEPARATOR \
45 .globl SYMBOL_NAME(name) SEPARATOR \
46 .private_extern SYMBOL_NAME(name) SEPARATOR \
50 .globl name SEPARATOR \
51 .private_extern name SEPARATOR \
/frameworks/base/core/java/android/content/pm/
DVerifierDeviceIdentity.java101 private static final char SEPARATOR = '-'; field in VerifierDeviceIdentity
121 encoded[--index] = SEPARATOR; in encodeBase32()
154 } else if (group == SEPARATOR) { in decodeBase32()