Home
last modified time | relevance | path

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

12

/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
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()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
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()
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()
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()
DTTest.java157 double t(double mu, double[] observed) in t()
DTTestImpl.java188 public double t(double mu, double[] observed) in t()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/leastsquares/
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()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/inference/
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()
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()
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()
DTTest.java202 public double t(final double mu, final double[] observed) in t()
/external/swiftshader/src/Vulkan/
DVkSemaphoreExternalFuchsia.hpp80 zx_signals_t observed = 0; in wait() local
104 zx_signals_t observed = 0; in tryWait() local
/external/libchrome/base/files/
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
/external/cronet/base/files/
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
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerStressTest.kt52 val observed = observedThreads.size in testInternalTasksSubmissionProgress() constant
/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/
DWeightedObservedPoints.java74 public void add(WeightedObservedPoint observed) { in add()
DCurveFitter.java107 public void addObservedPoint(WeightedObservedPoint observed) { in addObservedPoint()
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
DHpackDecodeTestBase.java85 String message, List<Header> expected, List<Header> observed) { in assertSetEquals()
/external/cronet/third_party/metrics_proto/ukm/
Dreport.proto70 optional int32 observed = 1; field
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DCurveFitter.java92 public void addObservedPoint(WeightedObservedPoint observed) { in addObservedPoint()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_special_button_embeddertest.cpp73 ObservedPtr<CPDFSDK_Widget> observed(widget); in FormFillerAndWindowSetup() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/fitting/
DCurveFitter.java118 public void addObservedPoint(WeightedObservedPoint observed) { in addObservedPoint()
/external/grpc-grpc-java/context/src/test/java/io/grpc/
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()
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c292 unsigned int expected, unsigned int observed) in log_anamoly()
364 unsigned int observed; in verify_chunk() local
/external/rust/crates/hashlink/tests/
Dlinked_hash_set.rs142 let mut observed: u32 = 0; in test_iterate() localVariable

12