Home
last modified time | relevance | path

Searched defs:ran (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java612 final int ran = signalThresholdInfo.getRadioAccessNetworkType(); in consolidatedAndSetReportingCriteria() local
655 public int getMinimumHysteresisDb(boolean isEnabledForAppRequest, int ran, int measurementType, in getMinimumHysteresisDb()
682 private int getHysteresisDbFromSignalThresholdInfoRequests( in getHysteresisDbFromSignalThresholdInfoRequests()
698 private int getHysteresisDbFromCarrierConfig(int ran, int measurement) { in getHysteresisDbFromCarrierConfig()
873 public int[] getConsolidatedSignalThresholds(int ran, int measurement, in getConsolidatedSignalThresholds()
947 public boolean shouldEnableSignalThresholdForAppRequest( in shouldEnableSignalThresholdForAppRequest()
966 private static boolean isRanAndSignalMeasurementTypeMatch( in isRanAndSignalMeasurementTypeMatch()
1186 int measurementType, @NonNull int[] thresholds, int ran, boolean isEnabled) { in createSignalThresholdsInfo()
1201 int ran, boolean isEnabled) { in validateAndCreateSignalThresholdInfo()
DRadioNetworkProxy.java495 int hysteresisUlKbps, int[] thresholdsDlKbps, int[] thresholdsUlKbps, int ran) in setLinkCapacityReportingCriteria()
557 public void setNetworkSelectionModeManual(int serial, String operatorNumeric, int ran) in setNetworkSelectionModeManual()
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dasync_await_macros.rs47 let mut ran = false; in select() localVariable
77 let mut ran = false; in select_biased() localVariable
96 let mut ran = false; in select_streams() localVariable
139 let mut ran = false; in select_can_move_uncompleted_futures() localVariable
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DSignalThresholdInfoTest.java161 final int ran = params[0]; in testConstructor_validParams() local
233 final int ran = params[0]; in testParcel() local
318 int ran, int signalMeasurementType, int[] thresholds, int hysteresisDb) { in buildWithInvalidParameterThrowException()
H A DRadioAccessSpecifierTest.java30 int ran = 1; in testConstructorAndGetters() local
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/work_queue/
H A Dbasic_work_queue_test.cc42 bool ran = false; in TEST() local
55 bool ran = false; in TEST() local
67 bool ran = false; in TEST() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dwinnmtst.cpp67 int64_t ran = 0; in randomInt64() local
88 double ran = 0; in randomDouble() local
121 int32_t ran = 0; in randomInt32() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp67 int64_t ran = 0; in randomInt64() local
88 double ran = 0; in randomDouble() local
121 int32_t ran = 0; in randomInt32() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DCompletableFutureTest.java1023 final AtomicInteger ran = new AtomicInteger(0); in testExceptionally_exceptionalCompletionActionFailed() local
1052 final AtomicInteger ran = new AtomicInteger(0); in testWhenComplete_normalCompletion() local
1079 final AtomicInteger ran = new AtomicInteger(0); in testWhenComplete_exceptionalCompletion() local
1108 final AtomicInteger ran = new AtomicInteger(0); in testWhenComplete_sourceCancelled() local
1136 final AtomicInteger ran = new AtomicInteger(0); in testWhenComplete_sourceCompletedNormallyActionFailed() local
1166 final AtomicInteger ran = new AtomicInteger(0); in testWhenComplete_sourceFailedActionFailed() local
1203 final AtomicInteger ran = new AtomicInteger(0); in testHandle_normalCompletion() local
1232 final AtomicInteger ran = new AtomicInteger(0); in testHandle_exceptionalCompletion() local
1263 final AtomicInteger ran = new AtomicInteger(0); in testHandle_sourceCancelled() local
1292 final AtomicInteger ran = new AtomicInteger(0); in testHandle_sourceCompletedNormallyActionFailed() local
[all …]
H A DScheduledExecutorSubclassTest.java91 volatile boolean ran; field in ScheduledExecutorSubclassTest.CustomTask
789 final AtomicInteger ran = new AtomicInteger(0); in testShutdownNow() local
885 final AtomicInteger ran = new AtomicInteger(0); in testShutdown_cancellation() local
/aosp_15_r20/external/webrtc/test/
H A Drun_loop_unittest.cc36 bool ran = false; in TEST() local
51 bool ran = false; in TEST() local
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/
H A DTearDownStackTest.java134 boolean ran = false; field in TearDownStackTest.ThrowingTearDown
149 boolean ran = false; field in TearDownStackTest.SimpleTearDown
/aosp_15_r20/external/guava/android/guava-testlib/test/com/google/common/testing/
H A DTearDownStackTest.java134 boolean ran = false; field in TearDownStackTest.ThrowingTearDown
149 boolean ran = false; field in TearDownStackTest.SimpleTearDown
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/wakelock/
H A DClientTrackingWakeLockTest.kt96 val ran = BooleanArray(1) in wakeLock_wrap() constant
/aosp_15_r20/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java95 int ran) { in OperatorInfo()
112 int ran) { in OperatorInfo()
/aosp_15_r20/external/skia/tests/
H A DPathOpsTightBoundsTest.cpp24 SkRandom ran; in testTightBoundsLines() local
59 SkRandom ran; in testTightBoundsQuads() local
/aosp_15_r20/external/webrtc/api/task_queue/
H A Dtask_queue_test.cc58 rtc::Event ran; in TEST_P() local
63 explicit CustomTask(rtc::Event* ran) : ran_(ran) {} in TEST_P()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/functional/
H A Dfunction_ref_test.cc32 bool ran = false; in TEST() local
76 bool ran = false; in TEST() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc32 bool ran = false; in TEST() local
76 bool ran = false; in TEST() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/functional/
H A Dfunction_ref_test.cc31 bool ran = false; in TEST() local
75 bool ran = false; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/
Dfunction_ref_test.cc32 bool ran = false; in TEST() local
76 bool ran = false; in TEST() local
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DScheduledExecutorSubclassTest.java54 volatile boolean ran; field in ScheduledExecutorSubclassTest.CustomTask
722 final AtomicInteger ran = new AtomicInteger(0); in testShutdownNow() local
815 final AtomicInteger ran = new AtomicInteger(0); in testShutdown_cancellation() local
/aosp_15_r20/external/pigweed/pw_async2/
H A Denqueue_heap_func_test.cc28 int ran = 0; in TEST() local
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.async/
H A Dasync_race.pass.cpp38 bool ran = false; variable
/aosp_15_r20/external/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc33 bool ran = false; in TEST() local
82 bool ran = false; in TEST() local

12345678910>>...12