Searched refs:Epoch (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Fuzzer/ |
D | FuzzerIO.cpp | 31 long *Epoch) { in ListFilesInDir() argument 33 if (Epoch) { in ListFilesInDir() 35 if (*Epoch >= E) return V; in ListFilesInDir() 36 *Epoch = E; in ListFilesInDir() 80 long *Epoch) { in ReadDirToVectorOfUnits() argument 81 long E = Epoch ? *Epoch : 0; in ReadDirToVectorOfUnits() 82 for (auto &X : ListFilesInDir(Path, Epoch)) { in ReadDirToVectorOfUnits() 84 if (Epoch && GetEpoch(FilePath) < E) continue; in ReadDirToVectorOfUnits()
|
D | FuzzerInternal.h | 32 long *Epoch); 110 void ReadDir(const std::string &Path, long *Epoch) { in ReadDir() argument 112 ReadDirToVectorOfUnits(Path.c_str(), &Corpus, Epoch); in ReadDir()
|
/external/llvm/include/llvm/ADT/ |
D | EpochTracker.h | 52 uint64_t Epoch; 55 DebugEpochBase() : Epoch(0) {} 59 void incrementEpoch() { ++Epoch; } 81 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {}
|
D | DenseMap.h | 1004 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch, 1006 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
|
/external/valgrind/ |
D | valgrind.spec.in | 5 Epoch: 1
|
/external/libogg/ |
D | libogg.spec | 15 Epoch: 2
|
D | libogg.spec.in | 15 Epoch: 2
|
/external/libvorbis/ |
D | libvorbis.spec | 15 Epoch: 2
|
D | libvorbis.spec.in | 15 Epoch: 2
|
/external/clang/test/Driver/ |
D | modules.m | 28 …nce-per-build-session' requires '-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-sess…
|
/external/clang/include/clang/Basic/ |
D | DiagnosticDriverKinds.td | 194 "'-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-session-file=<file>'">;
|
/external/icu/icu4c/source/data/locales/ |
D | lb.txt | 813 dn{"Epoch"}
|
/external/clang/include/clang/Driver/ |
D | Options.td | 747 Group<i_Group>, Flags<[CC1Option]>, MetaVarName<"<time since Epoch in seconds>">,
|