/aosp_15_r20/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CbSendMessageCalculatorTest.java | 79 float threshold = 100; in testSingleSquareOutside() local 86 void testSquareOutside(LatLng coor, float accuracy, float threshold) { in testSquareOutside() 95 float threshold = 100; in testSingleSquareInside() local 100 void testSquareInside(LatLng coor, float accuracy, float threshold) { in testSquareInside() 109 float threshold = 100; in testSingleSquareInsideAndOutsideThreshold() local 160 private void testSquareAmbiguous(LatLng coor, float accuracy, float threshold) { in testSquareAmbiguous() 167 void testSquareInsideThreshold(LatLng coor, float accuracy, float threshold) { in testSquareInsideThreshold() 187 float threshold = 100; in testMultipleAddsWithOnceSendAlwaysSend() local 195 calculator.addCoordinate(addSouth(addEast(mGooglePlex, -2000), -500), threshold + 10); in testMultipleAddsWithOnceSendAlwaysSend() local 199 calculator.addCoordinate(addSouth(addEast(mGooglePlex, 1040), 1040), threshold + 50); in testMultipleAddsWithOnceSendAlwaysSend() local [all …]
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/output/ |
H A D | DeferredFileOutputStream.java | 67 private int threshold; field in DeferredFileOutputStream.Builder 168 public Builder setThreshold(final int threshold) { in setThreshold() 244 public DeferredFileOutputStream(final int threshold, final File outputFile) { in DeferredFileOutputStream() 259 …private DeferredFileOutputStream(final int threshold, final File outputFile, final String prefix, … in DeferredFileOutputStream() 280 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final File outpu… in DeferredFileOutputStream() 296 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final String pre… in DeferredFileOutputStream() 311 …private DeferredFileOutputStream(final int threshold, final Path outputFile, final String prefix, … in DeferredFileOutputStream() 334 …public DeferredFileOutputStream(final int threshold, final String prefix, final String suffix, fin… in DeferredFileOutputStream()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/ |
H A D | SmallAreaDetectionController.java | 41 private static native void nativeSetSmallAreaDetectionThreshold(int appId, float threshold); in nativeSetSmallAreaDetectionThreshold() 99 final float threshold = Float.valueOf(items[1]); in putToAllowlist() local 110 final float threshold = allowPkgMap.get(pkg); in updateSmallAreaDetection() local 113 appIdThresholdList.put(stage.getAppId(), threshold); in updateSmallAreaDetection() local 131 void setSmallAreaDetectionThreshold(int appId, float threshold) { in setSmallAreaDetectionThreshold() 158 float threshold = 0.0f; in onPackageAdded() local 165 setSmallAreaDetectionThreshold(UserHandle.getAppId(uid), threshold); in onPackageAdded() local
|
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/ |
H A D | shamir_secret_sharing_test.cc | 37 for (int threshold = 2; threshold <= num_shares; ++threshold) { in TEST() local 66 int threshold = 4; in TEST() local 78 int threshold = 4; in TEST() local 93 int threshold = 4; in TEST() local 109 int threshold = 4; in TEST() local 121 int threshold = 4; in TEST() local 171 int threshold = 3; in TEST() local
|
/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ |
D | MediaQualityAnalyzerTest.cpp | 576 MediaQualityThreshold threshold; in TEST_F() local 596 MediaQualityThreshold threshold; in TEST_F() local 620 MediaQualityThreshold threshold; in TEST_F() local 642 MediaQualityThreshold threshold; in TEST_F() local 673 MediaQualityThreshold threshold; in TEST_F() local 703 MediaQualityThreshold threshold; in TEST_F() local 788 MediaQualityThreshold threshold; in TEST_F() local 867 MediaQualityThreshold threshold; in TEST_F() local 917 MediaQualityThreshold threshold; in TEST_F() local 966 MediaQualityThreshold threshold; in TEST_F() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuImageCompare.cpp | 94 … const ConstPixelBufferAccess &result, const UVec4 &threshold, in findNumPositionDeviationFailingPixels() 230 … const ConstPixelBufferAccess &reference, const ConstPixelBufferAccess &result, float threshold, in fuzzyCompare() 402 const Surface &result, float threshold, CompareLogMode logMode) in fuzzyCompare() 616 const UVec4 &threshold, CompareLogMode logMode) in floatUlpThresholdCompare() 704 const Vec4 &threshold, CompareLogMode logMode) in floatThresholdCompare() 796 const Vec4 &ignorekey, const Vec4 &threshold, CompareLogMode logMode) in floatThresholdCompare() 888 … const ConstPixelBufferAccess &result, const Vec4 &threshold, CompareLogMode logMode) in floatThresholdCompare() 976 const UVec4 &threshold, CompareLogMode logMode, bool use64Bits) in intThresholdCompare() 1094 const float threshold, CompareLogMode logMode) in dsThresholdCompare() 1261 … const UVec4 &threshold, const tcu::IVec3 &maxPositionDeviation, in intThresholdPositionDeviationCompare() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | ArrayPrefixHelpers.java | 115 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.CumulateTask 132 T[] array, int origin, int fence, int threshold, in CumulateTask() 269 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.LongCumulateTask 286 long[] array, int origin, int fence, int threshold, in LongCumulateTask() 421 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.DoubleCumulateTask 438 double[] array, int origin, int fence, int threshold, in DoubleCumulateTask() 573 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.IntCumulateTask 590 int[] array, int origin, int fence, int threshold, in IntCumulateTask()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | ArrayPrefixHelpers.java | 115 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.CumulateTask 132 T[] array, int origin, int fence, int threshold, in CumulateTask() 269 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.LongCumulateTask 286 long[] array, int origin, int fence, int threshold, in LongCumulateTask() 421 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.DoubleCumulateTask 438 double[] array, int origin, int fence, int threshold, in DoubleCumulateTask() 573 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.IntCumulateTask 590 int[] array, int origin, int fence, int threshold, in IntCumulateTask()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | ArrayPrefixHelpers.java | 115 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.CumulateTask 132 T[] array, int origin, int fence, int threshold, in CumulateTask() 269 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.LongCumulateTask 286 long[] array, int origin, int fence, int threshold, in LongCumulateTask() 421 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.DoubleCumulateTask 438 double[] array, int origin, int fence, int threshold, in DoubleCumulateTask() 573 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.IntCumulateTask 590 int[] array, int origin, int fence, int threshold, in IntCumulateTask()
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/ |
D | Anomaly_count_e2e_test.cpp | 32 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold, int refractory_period_sec) { in CreateStatsdConfig() 58 const int threshold = 3; in TEST() local 175 const int threshold = 3; in TEST() local 245 const int threshold = 0; in TEST() local 270 const int threshold = 0; in TEST() local 333 const int threshold = 0; in TEST() local
|
/aosp_15_r20/external/executorch/backends/vulkan/tools/gpuinfo/ |
H A D | config.json | 4 "threshold": 3, number 9 "threshold": 10, number 34 "threshold": 3, number 45 "threshold": 3, number
|
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | QnsCarrierConfigManagerTest.java | 1171 QnsCarrierConfigManager.QnsConfigArray threshold = in loadAndValidateArrayForNull() local 1181 QnsCarrierConfigManager.QnsConfigArray threshold = in loadAndValidateForThresholds() local 1242 QnsCarrierConfigManager.QnsConfigArray threshold = in loadAndValidateArrayForInvalidValueWithPref() local 1417 int[] threshold; in testInvalidThresholdConfig() local 1452 QnsCarrierConfigManager.QnsConfigArray threshold = in loadAndValidateForThresholdsByPref() local 1461 QnsCarrierConfigManager.QnsConfigArray threshold, in validateForThreshold() 1517 QnsCarrierConfigManager.QnsConfigArray threshold; in testGetWifiRssiThresholdWithoutCellularWithDefaultValues() local 1549 QnsCarrierConfigManager.QnsConfigArray threshold = in testGetWifiRssiThresholdWithoutCellularWithTestBundle() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_flow_controller_test.cc | 218 QuicByteCount threshold = in TEST_F() local 272 QuicByteCount threshold = in TEST_F() local 324 QuicByteCount threshold = in TEST_F() local 381 QuicByteCount threshold = in TEST_F() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | VSyncPredictor.cpp | 320 const auto threshold = model.slope / 2; in nextAnticipatedVSyncTimeFrom() local 469 const auto threshold = currentPeriod / 2; in ensureMinFrameDurationIsKept() local 515 const auto threshold = currentPeriod / 2; in onFrameBegin() local 684 const auto threshold = model.slope / 2; in nextAnticipatedVSyncTimeFrom() local 801 const auto threshold = mIdealPeriod.ns() / 2; in shiftVsyncSequence() local 814 const auto threshold = mIdealPeriod.ns() / 2; in isWithin() local
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
H A D | AlmostPerfectMatcher.kt | 62 val threshold = in <lambda>() constant 114 val threshold = in <lambda>() constant
|
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/ |
H A D | train_regression.py | 230 threshold=0.99, argument 292 def evaluate_model(self, model, df, feature_columns, choice_columns, threshold): argument 375 threshold, argument 438 self, heuristic_name, opt_name, threshold, shared_memory, device_capa, classes argument
|
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
H A D | StandardDeviationVerificationTest.java | 49 float[] threshold = {2, 2, 4}; in testVerify() local 62 private void runVerification(float[] threshold, float[][] values, boolean pass, in runVerification() 86 float[] threshold, in getVerification()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 275 threshold=PATTERN_MATCHING_THRESHOLD): argument 326 threshold=PATTERN_MATCHING_THRESHOLD, argument 401 def _moving_pattern_matching(golden_signal, test_signal, threshold): argument 629 threshold=PATTERN_MATCHING_THRESHOLD, argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | inline_autodiff_subgraphs.cpp | 42 graph_node_list::iterator scanNode(Node* node, size_t threshold) { in scanNode() 75 void InlineAutodiffSubgraphs(Block* block, size_t threshold) { in InlineAutodiffSubgraphs() 83 void InlineAutodiffSubgraphs(std::shared_ptr<Graph>& graph, size_t threshold) { in InlineAutodiffSubgraphs()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/ |
H A D | QRDecomposition.java | 77 private final double threshold; field in QRDecomposition 96 public QRDecomposition(RealMatrix matrix, double threshold) { in QRDecomposition() 336 private final double threshold; field in QRDecomposition.Solver 345 private Solver(final double[][] qrt, final double[] rDiag, final double threshold) { in Solver()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face.virtualhal-java-source/gen/android/hardware/biometrics/face/virtualhal/ |
D | IVirtualHal.java | 234 @Override public void setLockoutTimedThreshold(int threshold) throws android.os.RemoteException in setLockoutTimedThreshold() 259 …@Override public void setLockoutPermanentThreshold(int threshold) throws android.os.RemoteException in setLockoutPermanentThreshold() 1086 … @Override public void setLockoutTimedThreshold(int threshold) throws android.os.RemoteException in setLockoutTimedThreshold() 1135 …@Override public void setLockoutPermanentThreshold(int threshold) throws android.os.RemoteException in setLockoutPermanentThreshold() 1458 public void setLockoutTimedThreshold(int threshold) throws android.os.RemoteException; in setLockoutTimedThreshold() 1479 public void setLockoutPermanentThreshold(int threshold) throws android.os.RemoteException; in setLockoutPermanentThreshold()
|
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/ |
H A D | GnssTtffTests.java | 81 private void checkTtffColdWithWifiOn(long threshold) throws Exception { in checkTtffColdWithWifiOn() 96 private void checkTtffHotWithWifiOn(long threshold) throws Exception { in checkTtffHotWithWifiOn() 135 long threshold, SoftAssert softAssert) throws Exception { in checkTtffByThreshold()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
H A D | object_detection_average_precision_stage.cc | 100 float threshold = 0.5; in LatestMetrics() local 105 for (auto& threshold : ap_params.iou_thresholds()) { in LatestMetrics() local 115 for (float threshold : iou_thresholds) { in LatestMetrics() local
|
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/ |
H A D | SensorCalibratedUncalibratedVerifier.java | 45 float threshold) { in SensorCalibratedUncalibratedVerifier() 74 float threshold) { in verifyMeasurements() 111 float threshold) { in verifyCalibratedUncalibratedPair()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | WeakHashMapTest.java | 187 int threshold = threshold(map); in test_putAll() local 211 private int threshold(WeakHashMap map) throws Exception { in threshold() method in WeakHashMapTest 212 Field threshold = map.getClass().getDeclaredField("threshold"); in threshold() local
|