HomeSort by relevance Sort by last modified time
    Searched full:record_type (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.cc 76 const unsigned int record_type = ReadPhysicalRecord(&fragment); local
77 switch (record_type) {
153 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/perf-3.12.0/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/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 31 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */
34 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is volatile. */
37 /* In a RECORD_TYPE or UNION_TYPE or ENUMERAL_TYPE
41 /* In an incomplete RECORD_TYPE or UNION_TYPE, a list of variable
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...]
langhooks.h 65 /* Return what kind of RECORD_TYPE this is, mainly for purposes of
target.def     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 696 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr()); local
697 const RecordDecl *record_decl = record_type->getDecl();
1398 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr()); local
2047 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr()); local
2371 const RecordType *record_type = dyn_cast<RecordType>(qual_type.getTypePtr()); local
2663 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr()); local
2941 const RecordType *record_type = cast<RecordType>(parent_qual_type.getTypePtr()); local
3495 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr()); local
3749 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr()); local
4288 const RecordType *record_type = dyn_cast<RecordType>(GetCanonicalQualType()); local
5530 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr()); local
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 347 CXXRecordDecl* record_type = it->getTypeSourceInfo() local
351 if (record_type) {
352 if (InTestingNamespace(record_type)) {
  /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...]
cp-tree.def 44 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 440 /* In a RECORD_TYPE, a sorted array of the fields of the type, not a
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
final-url-en     [all...]

Completed in 863 milliseconds