Home
last modified time | relevance | path

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

12

/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DEpochTracker.h37 uint64_t Epoch; variable
40 DebugEpochBase() : Epoch(0) {} in DebugEpochBase()
44 void incrementEpoch() { ++Epoch; } in incrementEpoch()
66 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {} in HandleBase()
DDenseMap.h430 DebugEpochBase &Epoch,
434 return iterator(B, E, Epoch, NoAdvance);
436 return iterator(P, E, Epoch, NoAdvance);
440 const DebugEpochBase &Epoch,
444 return const_iterator(B, E, Epoch, NoAdvance);
446 return const_iterator(P, E, Epoch, NoAdvance);
1129 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch,
1131 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
DSmallPtrSet.h279 const DebugEpochBase &Epoch) in SmallPtrSetIterator() argument
280 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()
/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/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/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_freebsd_arm.go384 Epoch int64 member
Dztypes_freebsd_amd64.go383 Epoch int64 member
Dztypes_freebsd_386.go381 Epoch int32 member
/external/protobuf/src/google/protobuf/
Dtimestamp.proto46 // nanosecond resolution in UTC Epoch time. It is encoded using the
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/timestamp/
Dtimestamp.proto45 // nanosecond resolution in UTC Epoch time. It is encoded using the
/external/golang-protobuf/ptypes/timestamp/
Dtimestamp.proto45 // 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
/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_event.proto42 // Epoch is configurable by writing into trace_clock.
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1268 TimePoint<> Epoch(std::chrono::milliseconds(0)); in TEST_F() local
1269 ASSERT_NO_ERROR(fs::setLastModificationAndAccessTime(FileDescriptor, Epoch)); in TEST_F()
1280 ASSERT_NE(Epoch, FileAccessTime); in TEST_F()
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td230 "'-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-session-file=<file>'">;
/external/python/cpython3/Doc/library/
Demail.utils.rst141 timestamp (seconds since the Epoch). If the timezone item in the
/external/tensorflow/tensorflow/contrib/eager/python/examples/nmt_with_attention/
Dnmt_with_attention.ipynb633 " print('Epoch {} Batch {} Loss {:.4f}'.format(epoch + 1,\n",
640 " print('Epoch {} Loss {:.4f}'.format(epoch + 1,\n",
/external/icu/icu4c/source/data/locales/
Dlb.txt812 dn{"Epoch"}

12