Home
last modified time | relevance | path

Searched refs:Age (Results 1 – 25 of 99) sorted by relevance

1234

/external/llvm/lib/DebugInfo/PDB/Raw/
DInfoStream.cpp50 Age = H->Age; in reload()
74 uint32_t InfoStream::getAge() const { return Age; } in getAge()
82 H.Age = Age; in commit()
DInfoStreamBuilder.cpp27 void InfoStreamBuilder::setAge(uint32_t A) { Age = A; } in setAge()
38 if (!Age.hasValue()) in build()
51 Info->Age = *Age; in build()
DDbiStreamBuilder.cpp22 : File(File), Age(1), BuildNumber(0), PdbDllVersion(0), PdbDllRbld(0), in DbiStreamBuilder()
27 void DbiStreamBuilder::setAge(uint32_t A) { Age = A; } in setAge()
54 H->Age = Age; in build()
/external/testng/src/test/java/test/mustache/
DMustacheTest.java26 public static class Age { class in MustacheTest
28 public Age(int a) { in Age() method in MustacheTest.Age
36 private static final List<Age> AGES = new ArrayList<>(
37 Arrays.asList(new Age(42), new Age(43)));
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DPdbStream.rst20 ulittle32_t Age;
53 - **Age** - The number of times the PDB file has been written. This can be used
68 re-uses the existing guid if it is linking incrementally) and increments the Age
78 that it includes the same ``Guid`` and ``Age`` fields. At runtime, a
80 a debug directory of the correct type and verify that the Guid and Age match.
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D1431aa6ea2d0e0f44ef99c421769947a.000000ae.honggfuzz.cov10 User-Age�ufsts: 1
13 User-Age�ufsts:�
Dcfdca0308c0bcc4926f72fa36f5b1427.0000007a.honggfuzz.cov2 User-Age.t:cXgUpgrade:8080
D653f6748970c20f9d40a5058392c3db8.00000093.honggfuzz.cov2 User-Age:80
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D1431aa6ea2d0e0f44ef99c421769947a.000000ae.honggfuzz.cov10 User-Age�ufsts: 1
13 User-Age�ufsts:�
D653f6748970c20f9d40a5058392c3db8.00000093.honggfuzz.cov2 User-Age:80
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCVDebugRecord.h34 support::ulittle32_t Age; member
42 support::ulittle32_t Age; member
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DInfoStream.h33 support::ulittle32_t Age; member
65 uint32_t Age; variable
DInfoStreamBuilder.h43 Optional<uint32_t> Age; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStreamBuilder.h43 uint32_t getAge() const { return Age; } in getAge()
59 uint32_t Age; variable
DRawTypes.h125 support::ulittle32_t Age; member
308 support::ulittle32_t Age; member
326 support::ulittle32_t Age; // Age member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStreamBuilder.cpp28 : Msf(Msf), Ver(PdbRaw_ImplVer::PdbImplVC70), Age(0), in InfoStreamBuilder()
35 void InfoStreamBuilder::setAge(uint32_t A) { Age = A; } in setAge()
DDbiStreamBuilder.cpp28 : Msf(Msf), Allocator(Msf.getAllocator()), Age(1), BuildNumber(0), in DbiStreamBuilder()
36 void DbiStreamBuilder::setAge(uint32_t A) { Age = A; } in setAge()
251 H->Age = Age; in finalize()
/external/llvm/tools/llvm-pdbdump/
DPdbYaml.h44 uint32_t Age; member
50 uint32_t Age; member
DYAMLOutputStyle.cpp105 Obj.PdbStream->Age = InfoS.getAge(); in dumpPDBStream()
123 Obj.DbiStream->Age = DS.getAge(); in dumpDbiStream()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPdbYaml.h59 uint32_t Age = 1; member
80 uint32_t Age = 1; member
DExplainOutputStyle.cpp308 else if (Offset < endof(DbiStreamHeader, Age)) in explainDbiHeaderOffset()
309 printStructField(P, "the age of the DBI Stream", uint32_t(Header->Age)); in explainDbiHeaderOffset()
446 else if (Offset < endof(InfoStreamHeader, Age)) in explainPdbStreamHeaderOffset()
447 printStructField(P, "the age of the PDB", uint32_t(Header->Age)); in explainPdbStreamHeaderOffset()
/external/curl/tests/data/
Dtest32917 Set-Cookie: test=yes; path=/we/want/; domain=.host.foo.com; Max-Age=0;
40 HTTP cookie with Max-Age=0
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dcontents.rst18 class Age(Integer):
22 Age ::= INTEGER (0..120)
/external/v8/src/
Dcompilation-cache.cc53 void CompilationSubCache::Age() { in Age() function in v8::internal::CompilationSubCache
57 CompilationCacheTable::cast(tables_[0])->Age(); in Age()
366 subcaches_[i]->Age(); in MarkCompactPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Native/
Dpdb-native-summary.test10 ; EMPTY: Age: 1

1234