/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
|
/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] +
|
/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...] |
/development/build/tools/ |
mk_sdk_repo_xml.sh | 9 TYPES="tool platform-tool build-tool platform sample doc add-on system-image source support" 29 - type is one of ${TYPES// /, } (or their plural). 296 TYPE=$(check_enum "${1%%s}" $TYPES)
|
/external/checkpolicy/ |
policy_scan.l | 23 #include <sys/types.h> 87 TYPES | 88 types { return(TYPES); }
|
policy_parse.y | 32 #include <sys/types.h> 100 %token TYPES 468 role_type_def : ROLE identifier TYPES names ';'
|
/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);
|
/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]);
|
/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;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
BasePullParser.java | 242 throw new XmlPullParserException("expected " + TYPES[type] + getPositionDescription());
|
/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
|
/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
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeXmlBlockParser.java | 356 throw new XmlPullParserException("expected " + TYPES[type]
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 788 * Types are one of the built-in types (CDATA, ID, IDREF, IDREFS, ENTITY, [all...] |
/frameworks/base/core/java/android/content/res/ |
XmlBlock.java | 271 throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription()); 377 // Note: don't attempt to convert any other types, because 387 // Note: don't attempt to convert any other types, because 396 // Note: don't attempt to convert any other types, because 406 // Note: don't attempt to convert any other types, because 416 // Note: don't attempt to convert any other types, because
|
/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/plat-linux2/ |
IN.py | 174 # Included from bits/types.h 358 from TYPES import *
|
/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...] |
/prebuilts/tools/common/asm-tools/ |
asm-xml-4.0.jar | |
asm-util-4.0.jar | |
/external/elfutils/src/ |
readelf.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.objectweb.asm_3.2.0.v200909071300.jar | |
/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 | |