Home
last modified time | relevance | path

Searched refs:Max (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathutil.h101 static T Max(const T x, const T y) { in Max() function
154 T relative_margin = static_cast<T>(fraction * Max(Abs(x), Abs(y))); in WithinFractionOrMargin()
155 return AbsDiff(x, y) <= Max(margin, relative_margin); in WithinFractionOrMargin()
/frameworks/base/core/proto/android/service/
Dbattery.proto33 // Max current in microamperes. This may be 0 if the device's kernel drivers
36 // Max voltage. This may be 0 if the device's kernel drivers don't support
/frameworks/hardware/interfaces/schedulerservice/1.0/
DISchedulingPolicyService.hal39 * @return priority Max priority that can be set with
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs215 size = Math.Max(size, MinArraySize); in EnsureSize()
216 int newSize = Math.Max(array.Length * 2, size); in EnsureSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_single_nano.proto31 // Author: maxtroy@google.com (Max Cai)
Dunittest_multiple_nameclash_nano.proto31 // Author: maxtroy@google.com (Max Cai)
Dunittest_enum_class_multiple_nano.proto31 // Author: maxtroy@google.com (Max Cai)
Dunittest_enum_class_nano.proto31 // Author: maxtroy@google.com (Max Cai)
Dunittest_multiple_nano.proto31 // Author: maxtroy@google.com (Max Cai)
Dunittest_repeated_merge_nano.proto31 // Author: maxtroy@google.com (Max Cai)
Dunittest_repeated_packables_nano.proto31 // Author: maxtroy@google.com (Max Cai)
Dunittest_accessors_nano.proto31 // Author: maxtroy@google.com (Max Cai)
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh81 /* Max ULPs while still being considered "equal". Only used when this number
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dshared.rsh84 /* Max ULPs while still being considered "equal". Only used when this number
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dshared.rsh100 /* Max ULPs while still being considered "equal". Only used when this number
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dshared.rsh102 /* Max ULPs while still being considered "equal". Only used when this number
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCONTRIBUTORS.txt23 Max Cai <maxtroy@google.com>
/frameworks/base/core/proto/android/server/
Djobscheduler.proto302 // Max number of jobs, when screen is ON.
305 // Max number of jobs, when screen is OFF.
319 // Max number of BG (== owned by non-TOP apps) jobs to run simultaneously.
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp115 case AtomicRMWInst::Max: return bitc::RMW_MAX; in GetEncodedRMWOperation()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp115 case AtomicRMWInst::Max: return bitc::RMW_MAX; in GetEncodedRMWOperation()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto83 // Max time taken in millis.
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp787 case bitc::RMW_MAX: return AtomicRMWInst::Max; in GetDecodedRMWOperation()
/frameworks/base/cmds/statsd/src/
Datoms.proto4297 // Max recorded CPU usage of all processed messages.
4300 // Max recorded latency of all processed messages.
4318 // Max dispatching delay of all processed messages.