/external/chromium/testing/gmock/scripts/generator/cpp/ |
keywords.py | 36 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split()) 49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP 57 # These only apply to methods, they can't be types by themselves. 59 return token in TYPES or token in TYPE_MODIFIERS
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
ApnSettingTest.java | 27 public static final String[] TYPES = {"default", "*"}; 44 assertEquals(a1.types.length, a2.types.length); 46 for (i = 0; i < a1.types.length; i++) { 47 assertEquals(a1.types[i], a2.types[i]); 93 String[] types = {"default", "*"}; local 97 types, "IPV4V6", "IP", true, 14);
|
/external/proguard/src/proguard/optimize/ |
DuplicateInitializerFixer.java | 42 private static final char[] TYPES = new char[] 98 for (int typeIndex = 0; typeIndex < TYPES.length; typeIndex++) 102 TYPES[typeIndex] +
|
/external/elfutils/libdwfl/ |
relocate.c | 346 /* These are the types we can relocate. */ 347 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ 357 TYPES; 367 union { TYPES; } tmpbuf; 395 TYPES; 415 TYPES;
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoderCommon.h | 228 * Opcode types, which determine which decode table to use, both in the Intel 362 #define TYPES \ 444 TYPES
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParser.java | 45 * <p>Th following event types are seen by next()<dl> 147 // EVENT TYPES as reported by next() 322 * to a string. For example, the value of TYPES[START_TAG] is 330 String [] TYPES = { 700 * possible returned values for different types of events. [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
AbstractSyncAdapter.java | 136 final String[] TYPES = new String[] {"???", "Ins", "Upd", "Del", "Assert"}; 166 sb.append(TYPES[type]);
|
/packages/apps/Launcher3/util/com/android/launcher3/ |
DecoderRing.java | 73 private static Class[] TYPES = { 143 type = TYPES[key.type]; 235 MessageNano proto;// other types are wrapped in a checksum message
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
optparse.py | 76 import types namespace 519 # The set of known types for option parsers. Again, listed here for 521 TYPES = ("string", "int", "long", "float", "complex", "choice") 651 if ( type(self.type) is types.TypeType or 659 if self.type not in self.TYPES: 670 elif type(self.choices) not in (types.TupleType, types.ListType): 714 type(self.callback_args) is not types.TupleType): 719 type(self.callback_kwargs) is not types.DictType): 830 return isinstance(x, (types.StringType, types.UnicodeType) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | 76 import types namespace 519 # The set of known types for option parsers. Again, listed here for 521 TYPES = ("string", "int", "long", "float", "complex", "choice") 651 if ( type(self.type) is types.TypeType or 659 if self.type not in self.TYPES: 670 elif type(self.choices) not in (types.TupleType, types.ListType): 714 type(self.callback_args) is not types.TupleType): 719 type(self.callback_kwargs) is not types.DictType): 830 return isinstance(x, (types.StringType, types.UnicodeType) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 13 import types namespace 171 type(output) is types.StringType, 439 self.parser.add_option("-s", type=types.StringType) 441 self.parser.add_option("-x", type=types.IntType) 459 TYPES = Option.TYPES + ('duration',) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 13 import types namespace 171 type(output) is types.StringType, 439 self.parser.add_option("-s", type=types.StringType) 441 self.parser.add_option("-x", type=types.IntType) 459 TYPES = Option.TYPES + ('duration',) [all...] |
/external/chromium_org/v8/tools/ |
grokdump.py | 42 import types namespace 73 if isinstance(type_or_func, types.FunctionType): 85 if isinstance(type_or_func, types.FunctionType): 219 # Stream types. [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-xml-4.0.jar | |
asm-util-4.0.jar | |
asm-debug-all-4.0.jar | |
/external/elfutils/src/ |
readelf.c | [all...] |
/prebuilts/devtools/tools/lib/ |
kxml2-2.3.0.jar | |
/prebuilts/misc/common/kxml2/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/common/kxml2-tools/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/ |
kxml2-2.3.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.objectweb.asm_3.2.0.v200909071300.jar | |
/external/robolectric/lib/main/ |
xpp3-1.1.4c.jar | |
h2-1.2.147.jar | |
/external/smack/asmack-master/lib/ |
xpp3-1.1.4c.jar | |