HomeSort by relevance Sort by last modified time
    Searched refs:TYPES (Results 1 - 25 of 37) sorted by null

1 2

  /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] +
  /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
433 role_type_def : ROLE identifier TYPES names ';'
  /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 platform sample doc add-on system-image source support"
29 - type is one of ${TYPES// /, } (or their plural).
205 TYPE=$(check_enum "${1%%s}" $TYPES)
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
ApnSettingTest.java 25 public static final String[] TYPES = {"default", "*"};
42 assertEquals(a1.types.length, a2.types.length);
44 for (i = 0; i < a1.types.length; i++) {
45 assertEquals(a1.types[i], a2.types[i]);
99 String[] types = {"default", "*"}; local
103 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
258 #define TYPES \
337 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 
  /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 
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /external/quake/quake/src/QW/server/
qwsv.mak 1340 {$(INCLUDE)}"\sys\TYPES.H"\
1378 {$(INCLUDE)}"\sys\TYPES.H"\
    [all...]
  /external/iproute2/doc/
ip-cref.tex 109 The object types currently understood by \verb|ip| are:
139 The arguments depend on the command and object. There are two types of arguments:
466 types may have their natural address format, f.e.\ addresses
517 link types.
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 1091 milliseconds

1 2