Home
last modified time | relevance | path

Searched defs:inRange (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/aosp_15_r20/libcore/ojluni/src/test/java/math/BigInteger/
H A DTestValueExact.java42 BigInteger[] inRange = { in testLongValueExact() local
70 BigInteger[] inRange = { in testIntValueExact() local
100 BigInteger[] inRange = { in testShortValueExact() local
134 BigInteger[] inRange = { in testByteValueExact() local
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/media/audio/include/system/audio_effects/
Daidl_effects_utils.h43 bool inRange(const T& target, const R& ranges) { in inRange() function
55 bool inRange(const T& target, const Capability& cap) { in inRange() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/media/audio/include/system/audio_effects/
Daidl_effects_utils.h43 bool inRange(const T& target, const R& ranges) { in inRange() function
55 bool inRange(const T& target, const Capability& cap) { in inRange() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/media/audio/include/system/audio_effects/
Daidl_effects_utils.h43 bool inRange(const T& target, const R& ranges) { in inRange() function
55 bool inRange(const T& target, const Capability& cap) { in inRange() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/media/audio/include/system/audio_effects/
Daidl_effects_utils.h43 bool inRange(const T& target, const R& ranges) { in inRange() function
55 bool inRange(const T& target, const Capability& cap) { in inRange() function
/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h180 bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
187 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h188 bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
195 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
/aosp_15_r20/system/media/audio/include/system/audio_effects/
H A Daidl_effects_utils.h76 static inline bool inRange(const T& target, const R& ranges) { in inRange() function
88 static inline bool inRange(const T& target, const Capability& cap) { in inRange() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h204 bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
211 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Integer/
H A DUnsigned.java287 long[] inRange = { in testParseUnsignedInt() local
349 long[] inRange = { in testDivideAndRemainder() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DAssert.java134 public static void inRange( in inRange() method in Assert
142 public static void inRange( in inRange() method in Assert
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Long/
H A DUnsigned.java272 BigInteger[] inRange = { in testParseUnsignedLong() local
392 BigInteger[] inRange = { in testDivideAndRemainder() local
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/
H A DFloatingPointMutatorTest.java159 float inRange = FloatMutator.forceInRange(value, minValue, maxValue, allowNaN); in testFloatForceInRange() local
181 double inRange = DoubleMutator.forceInRange(value, minValue, maxValue, allowNaN); in testDoubleForceInRange() local
H A DIntegralMutatorTest.java54 long inRange = forceInRange(value, minValue, maxValue); in testForceInRange() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dplugin.go130 func inRange(r0, r1, v0, v1 uintptr) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/gen/
DcmpConstGen.go51 func inRange(typ string, val *big.Int) bool { func
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorTopK.cu109 bool inRange = (i < inputSliceSize); in gatherTopK() local
148 bool inRange = (i < inputSliceSize); in gatherTopK() local
H A DSorting.cu72 bool inRange = (i < inputSliceSize); in gatherKthValue() local
H A DSortingRadixSelect.cuh273 bool inRange = (i < sliceSize); in findPattern() local
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java343 public static CharMatcher inRange(final char startInclusive, final char endInclusive) { in inRange() method in CharMatcher
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DCharMatcher.java343 public static CharMatcher inRange(final char startInclusive, final char endInclusive) { in inRange() method in CharMatcher
/aosp_15_r20/frameworks/av/media/psh_utils/tests/
H A Dpowerstats_collector_tests.cpp24 void inRange(const T& a, const T& b, const T& c) { in inRange() function
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFMakeToUnicodeCmap.cpp233 bool inRange = in SkPDFAppendCmapSections() local
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeDefs.hpp77 inline bool inRange(T x, T a, T b) in inRange() function
/aosp_15_r20/cts/tests/ServiceKillTest/app/src/com/android/cts/servicekilltestapp/
H A DServiceKillTestService.java423 public boolean inRange(long timestamp) { in inRange() method in ServiceKillTestService.Range

12345678910>>...18