HomeSort by relevance Sort by last modified time
    Searched refs:RECORD_TYPE (Results 1 - 9 of 9) sorted by null

  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 38 public static final String RECORD_TYPE = "ImageRecord";
TextRecord.java 42 public static final String RECORD_TYPE = "TextRecord";
UriRecord.java 62 public static final String RECORD_TYPE = "UriRecord";
VCardRecord.java 75 public static final String RECORD_TYPE = "vcard";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.def 104 could point to a RECORD_TYPE, UNION_TYPE or QUAL_UNION_TYPE node
111 ENUMERAL_TYPE, RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE nodes;
134 RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE forward refs are
193 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE.
215 DEFTREECODE (RECORD_TYPE, "record_type", tcc_type, 0)
293 FIELD_DECLs, this is the RECORD_TYPE, UNION_TYPE, or
297 RECORD_TYPE or UNION_TYPE for the containing type, or NULL_TREE or
458 For RECORD_TYPE, UNION_TYPE, or QUAL_UNION_TYPE:
609 For example, if your type FOO is a RECORD_TYPE with a field BAR
    [all...]
tree-check.h 23 #define RECORD_TYPE_CHECK(t) TREE_CHECK (t, RECORD_TYPE)
tree.h 648 RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE
930 TREE_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE)
932 TREE_NOT_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE)
1050 (TREE_CODE (TYPE) == RECORD_TYPE \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 124 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE)
527 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */
4092 record_type, \/* "struct" types. *\/ enumerator in enum:tag_types
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 536 milliseconds