HomeSort by relevance Sort by last modified time
    Searched defs:Age (Results 26 - 50 of 62) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 66 uint32_t Age;
InfoStreamBuilder.h 56 uint32_t Age;
DbiStreamBuilder.h 97 uint32_t Age;
RawTypes.h 114 /// How "old" is this DBI Stream. Should match the age of the PDB InfoStream.
115 support::ulittle32_t Age;
305 support::ulittle32_t Age;
  /external/testng/src/test/java/test/mustache/
MustacheTest.java 26 public static class Age {
27 public int age; field in class:MustacheTest.Age
28 public Age(int a) {
29 this.age = a;
36 private static final List<Age> AGES = new ArrayList<>(
37 Arrays.asList(new Age(42), new Age(43)));
81 ":@{{#people}}{{name}}{{#ages}}{{age}}{{/ages}}@{{/people}}!_",
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 97 uint32_t Age;
RawTypes.h 114 /// How "old" is this DBI Stream. Should match the age of the PDB InfoStream.
115 support::ulittle32_t Age;
305 support::ulittle32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 97 uint32_t Age;
RawTypes.h 114 /// How "old" is this DBI Stream. Should match the age of the PDB InfoStream.
115 support::ulittle32_t Age;
305 support::ulittle32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 97 uint32_t Age;
RawTypes.h 114 /// How "old" is this DBI Stream. Should match the age of the PDB InfoStream.
115 support::ulittle32_t Age;
305 support::ulittle32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 97 uint32_t Age;
RawTypes.h 114 /// How "old" is this DBI Stream. Should match the age of the PDB InfoStream.
115 support::ulittle32_t Age;
305 support::ulittle32_t Age;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 97 uint32_t Age;
RawTypes.h 114 /// How "old" is this DBI Stream. Should match the age of the PDB InfoStream.
115 support::ulittle32_t Age;
305 support::ulittle32_t Age;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 97 uint32_t Age;
RawTypes.h 114 /// How "old" is this DBI Stream. Should match the age of the PDB InfoStream.
115 support::ulittle32_t Age;
305 support::ulittle32_t Age;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 97 uint32_t Age;
RawTypes.h 114 /// How "old" is this DBI Stream. Should match the age of the PDB InfoStream.
115 support::ulittle32_t Age;
305 support::ulittle32_t Age;
  /external/llvm/tools/llvm-pdbdump/
PdbYaml.h 44 uint32_t Age;
50 uint32_t Age;
  /external/v8/src/
compilation-cache.cc 55 void CompilationSubCache::Age() {
56 // Don't directly age single-generation caches.
59 CompilationCacheTable::cast(tables_[0])->Age();
64 // Age the generations implicitly killing off the oldest.
377 subcaches_[i]->Age();
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
DbiStream.h 42 support::ulittle32_t Age; // Should match InfoStream.
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 656 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
657 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
669 uint32_t getAge() const { return Age; }
676 ulittle32_t Age;
681 uint32_t Age;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 527 TypeServer2Record(StringRef Guid, uint32_t Age, StringRef Name)
528 : TypeRecord(TypeRecordKind::TypeServer2), Guid(Guid), Age(Age),
533 uint32_t getAge() const { return Age; }
538 uint32_t Age;

Completed in 2278 milliseconds

12 3