Home
last modified time | relevance | path

Searched refs:Epoch (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp40 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()
DFuzzerInternal.h89 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/
DEpochTracker.h52 uint64_t Epoch;
55 DebugEpochBase() : Epoch(0) {}
59 void incrementEpoch() { ++Epoch; }
81 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {}
DDenseMap.h1050 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/
DEpochTracker.h38 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()
DDenseMap.h1053 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch,
1055 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
/external/valgrind/
Dvalgrind.spec5 Epoch: 1
Dvalgrind.spec.in5 Epoch: 1
/external/libogg/
Dlibogg.spec15 Epoch: 2
Dlibogg.spec.in15 Epoch: 2
/external/clang/test/Driver/
Dmodules.m28 …nce-per-build-session' requires '-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-sess…
/external/protobuf/src/google/protobuf/
Dtimestamp.proto46 // nanosecond resolution in UTC Epoch time. It is encoded using the
/external/python/cpython2/Doc/library/
Demail.util.rst80 timestamp (seconds since the Epoch). If the timezone item in the
Dssl.rst393 Return the time in seconds since the Epoch, given the ``cert_time``
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td230 "'-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-session-file=<file>'">;
/external/icu/icu4c/source/data/locales/
Dlb.txt811 dn{"Epoch"}
/external/openssh/
Dssh-keygen.0456 considered valid. By default, certificates are valid from UNIX Epoch to
/external/clang/include/clang/Driver/
DOptions.td849 Group<i_Group>, Flags<[CC1Option]>, MetaVarName<"<time since Epoch in seconds>">,