/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). 291 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);
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoderCommon.h | 130 * Opcode types, which determine which decode table to use, both in the Intel 263 #define TYPES \ 342 TYPES
|
/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());
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
AbstractSyncAdapter.java | 172 final String[] TYPES = new String[] {"???", "Ins", "Upd", "Del", "Assert"}; 201 sb.append(TYPES[type]);
|
/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 | 785 * 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/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...] |
/external/llvm/utils/TableGen/ |
X86DisassemblerTables.cpp | 156 TYPES
|
/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 | |
/prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/ |
kxml2-2.3.0.jar | |
/external/quake/quake/src/QW/server/ |
qwsv.mak | 1340 {$(INCLUDE)}"\sys\TYPES.H"\
1378 {$(INCLUDE)}"\sys\TYPES.H"\
[all...] |