/aosp_15_r20/external/libchrome/base/time/ |
H A D | time.h | 173 constexpr bool is_max() const { in is_max() function 357 bool is_max() const { return us_ == std::numeric_limits<int64_t>::max(); } in is_max() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/time/ |
D | time.h | 176 constexpr bool is_max() const { in is_max() function 360 bool is_max() const { return us_ == std::numeric_limits<int64_t>::max(); } in is_max() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/time/ |
D | time.h | 176 constexpr bool is_max() const { in is_max() function 360 bool is_max() const { return us_ == std::numeric_limits<int64_t>::max(); } in is_max() function
|
/aosp_15_r20/external/cronet/base/time/ |
H A D | time.h | 209 constexpr bool is_max() const { return *this == Max(); } in is_max() function 427 constexpr bool is_max() const { return *this == Max(); } in is_max() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/ |
H A D | time.h | 423 constexpr bool is_max() const { return *this == Max(); } in is_max() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/ |
D | lib.rs | 846 pub const fn is_max(&self) -> bool { in is_max() method
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_loop_analyze.c | 614 bool is_max; in is_minmax_compatible() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 618 let is_max = |t: c::FILETIME| t.dwLowDateTime == u32::MAX && t.dwHighDateTime == u32::MAX; in set_times() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 618 let is_max = |t: c::FILETIME| t.dwLowDateTime == u32::MAX && t.dwHighDateTime == u32::MAX; in set_times() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 618 let is_max = |t: c::FILETIME| t.dwLowDateTime == u32::MAX && t.dwHighDateTime == u32::MAX; in set_times() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 612 let is_max = in set_times() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | fs.rs | 612 let is_max = in set_times() localVariable
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | instruction_simplifier.cc | 1090 bool is_max = (cmp == kCondLT || cmp == kCondLE); in AllowInMinMax() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | algebraic_simplifier.cc | 5163 static bool MatchArgMinMax(const HloInstruction* hlo, bool is_max) { in MatchArgMinMax()
|