Home
last modified time | relevance | path

Searched defs:observed (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DSuggestionCursorUtil.java44 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 DColorUtils.java30 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 DColorUtils.java28 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 DTestUtils.java142 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 DGTest.java76 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 DChiSquareTest.java80 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 Dfile_path_unittest.cc147 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 DLeastSquaresFactory.java66 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 DAppTimeLimitController.java131 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 Dfile_path_unittest.cc162 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 DChiSquareTest.java54 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 DTestUtils.java226 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 DChiSquareTestImpl.java66 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 DVkSemaphoreExternalFuchsia.hpp80 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 Dgatt2_server_server_test.cc792 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 DObservableTest.java32 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 DCoroutineSchedulerStressTest.kt49 val observed = observedThreads.size in testInternalTasksSubmissionProgress() constant
/aosp_15_r20/external/grpc-grpc-java/context/src/test/java/io/grpc/
H A DContextTest.java87 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 DKeyguardQuickAffordanceRepositoryTest.kt300 val observed = collectLastValue(underTest.selections) in <lambda>() constant
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StackWalker/
H A DLocalsAndOperands.java176 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 Dtlbie_test.c292 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 DOldObserverTest.java28 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 DWeightedObservedPoints.java74 public void add(WeightedObservedPoint observed) { in add()
/aosp_15_r20/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHpackDecodeTestBase.java85 String message, List<Header> expected, List<Header> observed) { in assertSetEquals()
/aosp_15_r20/external/cronet/third_party/metrics_proto/ukm/
H A Dreport.proto71 optional int32 observed = 1; field

12345678910>>...22