/external/chromium_org/third_party/leveldatabase/src/db/ |
log_reader.cc | 76 const unsigned int record_type = ReadPhysicalRecord(&fragment); local 77 switch (record_type) { 151 snprintf(buf, sizeof(buf), "unknown record type %u", record_type);
|
/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 | 57 public static final String RECORD_TYPE = "UriRecord";
|
VCardRecord.java | 75 public static final String RECORD_TYPE = "vcard";
|
/external/linux-tools-perf/ |
design.txt | 47 __u32 record_type; 176 has irq_period > 0. The record_type controls what data is recorded on each 180 * Bits that can be set in hw_event.record_type to request information
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree.def | 105 could point to a RECORD_TYPE, UNION_TYPE or QUAL_UNION_TYPE node 112 ENUMERAL_TYPE, RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE nodes; 135 RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE forward refs are 194 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE. 216 DEFTREECODE (RECORD_TYPE, "record_type", tcc_type, 0) 294 FIELD_DECLs, this is the RECORD_TYPE, UNION_TYPE, or 298 RECORD_TYPE or UNION_TYPE for the containing type, or NULL_TREE or 447 For RECORD_TYPE, UNION_TYPE, or QUAL_UNION_TYPE: 584 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 | 585 RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE 971 TREE_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE) 973 TREE_NOT_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE) [all...] |
langhooks.h | 73 /* Return what kind of RECORD_TYPE this is, mainly for purposes of
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree.def | 105 could point to a RECORD_TYPE, UNION_TYPE or QUAL_UNION_TYPE node 112 ENUMERAL_TYPE, RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE nodes; 135 RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE forward refs are 194 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE. 216 DEFTREECODE (RECORD_TYPE, "record_type", tcc_type, 0) 294 FIELD_DECLs, this is the RECORD_TYPE, UNION_TYPE, or 298 RECORD_TYPE or UNION_TYPE for the containing type, or NULL_TREE or 447 For RECORD_TYPE, UNION_TYPE, or QUAL_UNION_TYPE: 584 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 | 585 RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE 971 TREE_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE) 973 TREE_NOT_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree.def | 105 could point to a RECORD_TYPE, UNION_TYPE or QUAL_UNION_TYPE node 112 ENUMERAL_TYPE, RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE nodes; 135 RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE forward refs are 194 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE. 216 DEFTREECODE (RECORD_TYPE, "record_type", tcc_type, 0) 294 FIELD_DECLs, this is the RECORD_TYPE, UNION_TYPE, or 298 RECORD_TYPE or UNION_TYPE for the containing type, or NULL_TREE or 447 For RECORD_TYPE, UNION_TYPE, or QUAL_UNION_TYPE: 584 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 | 585 RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE 971 TREE_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE) 973 TREE_NOT_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree.def | 105 could point to a RECORD_TYPE, UNION_TYPE or QUAL_UNION_TYPE node 112 ENUMERAL_TYPE, RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE nodes; 135 RECORD_TYPE, UNION_TYPE, and QUAL_UNION_TYPE forward refs are 194 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE. 216 DEFTREECODE (RECORD_TYPE, "record_type", tcc_type, 0) 294 FIELD_DECLs, this is the RECORD_TYPE, UNION_TYPE, or 298 RECORD_TYPE or UNION_TYPE for the containing type, or NULL_TREE or 447 For RECORD_TYPE, UNION_TYPE, or QUAL_UNION_TYPE: 584 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 | 585 RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE 971 TREE_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE) 973 TREE_NOT_CHECK3 (T, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE) [all...] |
/external/chromium_org/tools/clang/plugins/ |
FindBadConstructs.cpp | 355 CXXRecordDecl* record_type = local 358 if (record_type) { 359 if (InTestingNamespace(record_type)) {
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 118 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE) 495 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 3852 record_type, \/* "struct" types. *\/ enumerator in enum:tag_types [all...] |
cp-tree.def | 46 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 118 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE) 495 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 3852 record_type, \/* "struct" types. *\/ enumerator in enum:tag_types [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 118 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE) 495 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 3852 record_type, \/* "struct" types. *\/ enumerator in enum:tag_types [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 118 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE) 495 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 3852 record_type, \/* "struct" types. *\/ enumerator in enum:tag_types [all...] |