Searched refs:Epoch (Results 1 – 18 of 18) sorted by relevance
/external/llvm/lib/Fuzzer/ |
D | FuzzerIO.cpp | 40 static void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive() argument 43 if (Epoch) in ListFilesInDirRecursive() 44 if (E && *Epoch >= E) return; in ListFilesInDirRecursive() 56 ListFilesInDirRecursive(Path, Epoch, V, false); in ListFilesInDirRecursive() 59 if (Epoch && TopDir) in ListFilesInDirRecursive() 60 *Epoch = E; in ListFilesInDirRecursive() 100 long *Epoch, size_t MaxSize) { in ReadDirToVectorOfUnits() argument 101 long E = Epoch ? *Epoch : 0; in ReadDirToVectorOfUnits() 103 ListFilesInDirRecursive(Path, Epoch, &Files, /*TopDir*/true); in ReadDirToVectorOfUnits() 107 if (Epoch && GetEpoch(X) < E) continue; in ReadDirToVectorOfUnits()
|
D | FuzzerInternal.h | 89 long *Epoch, size_t MaxSize); 382 void ReadDir(const std::string &Path, long *Epoch, size_t MaxSize) { in ReadDir() argument 384 ReadDirToVectorOfUnits(Path.c_str(), &Corpus, Epoch, MaxSize); 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 | 1050 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch, 1052 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | EpochTracker.h | 38 uint64_t Epoch; variable 41 DebugEpochBase() : Epoch(0) {} in DebugEpochBase() 45 void incrementEpoch() { ++Epoch; } in incrementEpoch() 67 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {} in HandleBase()
|
D | DenseMap.h | 1053 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch, 1055 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
|
/external/valgrind/ |
D | valgrind.spec | 5 Epoch: 1
|
D | valgrind.spec.in | 5 Epoch: 1
|
/external/libogg/ |
D | libogg.spec | 15 Epoch: 2
|
D | libogg.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/protobuf/src/google/protobuf/ |
D | timestamp.proto | 46 // nanosecond resolution in UTC Epoch time. It is encoded using the
|
/external/python/cpython2/Doc/library/ |
D | email.util.rst | 80 timestamp (seconds since the Epoch). If the timezone item in the
|
D | ssl.rst | 393 Return the time in seconds since the Epoch, given the ``cert_time``
|
/external/clang/include/clang/Basic/ |
D | DiagnosticDriverKinds.td | 230 "'-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-session-file=<file>'">;
|
/external/icu/icu4c/source/data/locales/ |
D | lb.txt | 811 dn{"Epoch"}
|
/external/openssh/ |
D | ssh-keygen.0 | 456 considered valid. By default, certificates are valid from UNIX Epoch to
|
/external/clang/include/clang/Driver/ |
D | Options.td | 849 Group<i_Group>, Flags<[CC1Option]>, MetaVarName<"<time since Epoch in seconds>">,
|