Home
last modified time | relevance | path

Searched refs:kSecond (Results 1 - 12 of 12) sorted by relevance

/third_party/node/lib/internal/console/
H A Dconstructor.js75 const kSecond = 1000;
76 const kMinute = 60 * kSecond;
645 if (ms >= kSecond) {
654 seconds = ms / kSecond;
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory.h254 // OffsetOf<Pair>::kSecond are equivalent to offsetof(Pair, first) and
262 static constexpr size_t kSecond = static_cast<size_t>(-1); member
268 static constexpr size_t kSecond = offsetof(Pair, second); member
286 memory_internal::OffsetOf<P>::kSecond == in LayoutCompatible()
287 memory_internal::OffsetOf<Pair>::kSecond; in LayoutCompatible()
/third_party/benchmark/bindings/python/google_benchmark/
H A D__init__.py38 kSecond,
59 "kSecond",
H A Dbenchmark.cc50 .value("kSecond", TimeUnit::kSecond) in NB_MODULE()
/third_party/benchmark/test/
H A Doptions_test.cc29 BENCHMARK(BM_basic_slow)->Arg(1000)->Unit(benchmark::kSecond);
H A Dreporter_output_test.cc259 BENCHMARK(BM_time_label_second)->Unit(benchmark::kSecond); variable
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-date-gen.cc116 Generate_DatePrototype_GetField(context, receiver, JSDate::kSecond); in TF_BUILTIN()
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h364 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator
1943 case kSecond: in GetTimeUnitString()
1957 case kSecond: in GetTimeUnitMultiplier()
/third_party/benchmark/src/
H A Dbenchmark.cc659 return SetDefaultTimeUnit(kSecond); in SetDefaultTimeUnitFromFlag()
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc48 kSecond, member in v8::internal::__anon14871::Unit
3433 if (u1 == Unit::kSecond || u2 == Unit::kSecond) return Unit::kSecond; in LargerOfTwoTemporalUnits()
3458 case Unit::kSecond: in UnitToString()
3724 case Unit::kSecond: in BalanceDuration()
H A Djs-objects.h1135 kSecond, enumerator
H A Djs-objects.cc5470 case kSecond: in DoGetField()

Completed in 31 milliseconds