/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | SuggestionCursorUtil.java | 44 SuggestionCursor expected, SuggestionCursor observed) { in assertSameSuggestion() 50 SuggestionCursor observed, int positionObserved) { in assertSameSuggestion() 58 public static void assertSameSuggestions(SuggestionCursor expected, SuggestionCursor observed) { in assertSameSuggestions() 63 String message, SuggestionCursor expected, SuggestionCursor observed) { in assertSameSuggestions() 75 SuggestionCursor observed) { in assertSameSuggestionsNoOrder() 80 SuggestionCursor expected, SuggestionCursor observed) { in assertSameSuggestionsNoOrder() 89 public static void assertContainsSuggestion(Suggestion expected, SuggestionCursor observed) { in assertContainsSuggestion()
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | ColorUtils.java | 30 public static void verifyColor(int expected, int observed) { in verifyColor() 34 public static void verifyColor(int expected, int observed, int tolerance) { in verifyColor() 46 public static void verifyColor(@NonNull String s, int expected, int observed, int tolerance) { in verifyColor() 71 private static String verifyChannel(String channelName, int expected, int observed, in verifyChannel() 90 public static void verifyColor(@NonNull String msg, Color expected, Color observed, in verifyColor() 106 private static String verifyChannel(String channelName, Color expected, Color observed, in verifyChannel()
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ColorUtils.java | 28 public static void verifyColor(int expected, int observed) { in verifyColor() 32 public static void verifyColor(int expected, int observed, int tolerance) { in verifyColor() 44 public static void verifyColor(@NonNull String s, int expected, int observed, int tolerance) { in verifyColor() 69 @NonNull String msg, Color expected, Color observed, float tolerance) { in verifyColor() 114 String channelName, int expected, int observed, int tolerance, IntUnaryOperator f) { in verifyChannel() 132 Color observed, in verifyChannel()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/inference/ |
H A D | TestUtils.java | 142 public static double t(final double mu, final double[] observed) in t() 252 public static double chiSquare(final double[] expected, final long[] observed) in chiSquare() 270 public static boolean chiSquareTest(final double[] expected, final long[] observed, in chiSquareTest() 280 public static double chiSquareTest(final double[] expected, final long[] observed) in chiSquareTest() 377 public static double g(final double[] expected, final long[] observed) in g() 387 public static double gTest(final double[] expected, final long[] observed) in gTest() 397 public static double gTestIntrinsic(final double[] expected, final long[] observed) in gTestIntrinsic() 407 public static boolean gTest(final double[] expected, final long[] observed, in gTest()
|
H A D | GTest.java | 76 public double g(final double[] expected, final long[] observed) in g() 151 public double gTest(final double[] expected, final long[] observed) in gTest() 182 public double gTestIntrinsic(final double[] expected, final long[] observed) in gTestIntrinsic() 236 public boolean gTest(final double[] expected, final long[] observed, in gTest()
|
H A D | ChiSquareTest.java | 80 public double chiSquare(final double[] expected, final long[] observed) in chiSquare() 154 public double chiSquareTest(final double[] expected, final long[] observed) in chiSquareTest() 203 public boolean chiSquareTest(final double[] expected, final long[] observed, in chiSquareTest()
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_path_unittest.cc | 147 FilePath observed = input.DirName(); in TEST_F() local 234 FilePath observed = input.BaseName(); in TEST_F() local 391 FilePath observed = input.StripTrailingSeparators(); in TEST_F() local 459 bool observed = input.IsAbsolute(); in TEST_F() local 508 FilePath::StringType observed; in TEST_F() local 1123 bool observed = input.ReferencesParent(); in TEST_F() local 1228 FilePath observed = input.NormalizePathSeparators(); in TEST_F() local 1285 bool observed = input.IsContentUri(); in TEST_F() local 1312 FilePath::StringType observed = FilePath::GetHFSDecomposedForm( in TEST_F() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/leastsquares/ |
H A D | LeastSquaresFactory.java | 66 final RealVector observed, in create() 102 final RealVector observed, in create() 132 final RealVector observed, in create() 168 final double[] observed, in create()
|
/aosp_15_r20/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | AppTimeLimitController.java | 131 final String observed = group.mObserved[i]; in removeUsageGroup() local 264 UsageGroup(UserData user, ObserverAppData observerApp, int observerId, String[] observed, in UsageGroup() 420 String[] observed, long timeLimitMs, PendingIntent limitReachedCallback) { in AppUsageGroup() 448 String[] observed, long timeLimitMs, PendingIntent limitReachedCallback, in SessionUsageGroup() 526 String[] observed, long timeLimitMs, long timeUsedMs, in AppUsageLimitGroup() 751 public void addAppUsageObserver(int requestingUid, int observerId, String[] observed, in addAppUsageObserver() 806 public void addUsageSessionObserver(int requestingUid, int observerId, String[] observed, in addUsageSessionObserver() 859 public void addAppUsageLimitObserver(int requestingUid, int observerId, String[] observed, in addAppUsageLimitObserver()
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path_unittest.cc | 162 FilePath observed = input.DirName(); in TEST_F() local 249 FilePath observed = input.BaseName(); in TEST_F() local 406 FilePath observed = input.StripTrailingSeparators(); in TEST_F() local 532 FilePath::StringType observed; in TEST_F() local 1254 bool observed = input.ReferencesParent(); in TEST_F() local 1385 FilePath observed = input.NormalizePathSeparators(); in TEST_F() local 1442 bool observed = input.IsContentUri(); in TEST_F() local 1475 FilePath::StringType observed = FilePath::GetHFSDecomposedForm( in TEST_F() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
H A D | ChiSquareTest.java | 54 double chiSquare(double[] expected, long[] observed) in chiSquare() 86 double chiSquareTest(double[] expected, long[] observed) in chiSquareTest() 121 boolean chiSquareTest(double[] expected, long[] observed, double alpha) in chiSquareTest()
|
H A D | TestUtils.java | 226 public static double t(double mu, double[] observed) in t() 326 public static double chiSquare(double[] expected, long[] observed) in chiSquare() 342 public static boolean chiSquareTest(double[] expected, long[] observed, in chiSquareTest() 351 public static double chiSquareTest(double[] expected, long[] observed) in chiSquareTest()
|
H A D | ChiSquareTestImpl.java | 66 public double chiSquare(double[] expected, long[] observed) in chiSquare() 115 public double chiSquareTest(double[] expected, long[] observed) in chiSquareTest() 136 public boolean chiSquareTest(double[] expected, long[] observed, in chiSquareTest()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkSemaphoreExternalFuchsia.hpp | 80 zx_signals_t observed = 0; in wait() local 104 zx_signals_t observed = 0; in tryWait() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | gatt2_server_server_test.cc | 792 zx_signals_t observed; in TEST_F() local 873 zx_signals_t observed; in TEST_F() local 925 zx_signals_t observed; in TEST_F() local 966 zx_signals_t observed; in TEST_F() local 1017 zx_signals_t observed; in TEST_F() local 1073 zx_signals_t observed; in TEST_F() local 1124 zx_signals_t observed; in TEST_F() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | ObservableTest.java | 32 public void update(Observable observed, Object arg) { in update() 52 public void update(Observable observed, Object arg) { in update()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/ |
H A D | CoroutineSchedulerStressTest.kt | 49 val observed = observedThreads.size in testInternalTasksSubmissionProgress() constant
|
/aosp_15_r20/external/grpc-grpc-java/context/src/test/java/io/grpc/ |
H A D | ContextTest.java | 87 private Context observed; field in ContextTest 279 private final AtomicReference<Context> observed; in notifyListenersOnCancel() field in ContextTest.SetContextCancellationListener 281 public SetContextCancellationListener(AtomicReference<Context> observed) { in notifyListenersOnCancel()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/ |
H A D | KeyguardQuickAffordanceRepositoryTest.kt | 300 val observed = collectLastValue(underTest.selections) in <lambda>() constant
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StackWalker/ |
H A D | LocalsAndOperands.java | 176 Object observed = locals[i]; in checkFrameLocals() local 194 expected + " but got " + observed); in checkFrameLocals() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 292 unsigned int expected, unsigned int observed) in log_anamoly() 364 unsigned int observed; in verify_chunk() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | OldObserverTest.java | 28 public void update(Observable observed, Object arg) { in update()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/ |
H A D | WeightedObservedPoints.java | 74 public void add(WeightedObservedPoint observed) { in add()
|
/aosp_15_r20/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/ |
H A D | HpackDecodeTestBase.java | 85 String message, List<Header> expected, List<Header> observed) { in assertSetEquals()
|
/aosp_15_r20/external/cronet/third_party/metrics_proto/ukm/ |
H A D | report.proto | 71 optional int32 observed = 1; field
|