Searched refs:kSecond (Results 1 - 12 of 12) sorted by relevance
/third_party/node/lib/internal/console/ |
H A D | constructor.js | 75 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 D | container_memory.h | 254 // 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__.py | 38 kSecond, 59 "kSecond",
|
H A D | benchmark.cc | 50 .value("kSecond", TimeUnit::kSecond) in NB_MODULE()
|
/third_party/benchmark/test/ |
H A D | options_test.cc | 29 BENCHMARK(BM_basic_slow)->Arg(1000)->Unit(benchmark::kSecond);
|
H A D | reporter_output_test.cc | 259 BENCHMARK(BM_time_label_second)->Unit(benchmark::kSecond); variable
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-date-gen.cc | 116 Generate_DatePrototype_GetField(context, receiver, JSDate::kSecond); in TF_BUILTIN()
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 364 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator 1943 case kSecond: in GetTimeUnitString() 1957 case kSecond: in GetTimeUnitMultiplier()
|
/third_party/benchmark/src/ |
H A D | benchmark.cc | 659 return SetDefaultTimeUnit(kSecond); in SetDefaultTimeUnitFromFlag()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 48 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 D | js-objects.h | 1135 kSecond, enumerator
|
H A D | js-objects.cc | 5470 case kSecond: in DoGetField()
|
Completed in 30 milliseconds