Home
last modified time | relevance | path

Searched defs:is_max (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libchrome/base/time/
H A Dtime.h173 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/
Dtime.h176 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/
Dtime.h176 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 Dtime.h209 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 Dtime.h423 constexpr bool is_max() const { return *this == Max(); } in is_max() function
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/
Dlib.rs846 pub const fn is_max(&self) -> bool { in is_max() method
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c614 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 Dfs.rs618 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 Dfs.rs618 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 Dfs.rs618 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 Dfs.rs612 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 Dfs.rs612 let is_max = in set_times() localVariable
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1090 bool is_max = (cmp == kCondLT || cmp == kCondLE); in AllowInMinMax() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier.cc5163 static bool MatchArgMinMax(const HloInstruction* hlo, bool is_max) { in MatchArgMinMax()