Home
last modified time | relevance | path

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

/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
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/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.cc161 FilePath observed = input.DirName(); in TEST_F() local
248 FilePath observed = input.BaseName(); in TEST_F() local
405 FilePath observed = input.StripTrailingSeparators(); in TEST_F() local
531 FilePath::StringType observed; in TEST_F() local
1253 bool observed = input.ReferencesParent(); in TEST_F() local
1384 FilePath observed = input.NormalizePathSeparators(); in TEST_F() local
1441 bool observed = input.IsContentUri(); in TEST_F() local
1474 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/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/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java82 private Context observed; field in ContextTest
274 private final AtomicReference<Context> observed; in notifyListenersOnCancel() field in ContextTest.SetContextCancellationListener
276 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
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Dset.rs460 let observed = AtomicUsize::new(0); in test_iterate() localVariable
Dmap.rs647 let observed = AtomicUsize::new(0); in test_iterate() localVariable
/external/tensorflow/tensorflow/core/framework/
Dop_kernel_test.cc157 const DataTypeVector& observed) { in ExpectEqual()
/external/cronet/base/test/launcher/
Dtest_launcher.cc255 zx_signals_t observed = 0; in WaitForJobExit() local
/external/rust/crates/hashbrown/src/
Dset.rs2425 let mut observed: u32 = 0; in test_iterate() localVariable
Dmap.rs7052 let mut observed: u32 = 0; in test_iterate() localVariable