Home
last modified time | relevance | path

Searched defs:testValues (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/
H A DFeatureListUnitTest.java48 TestValues testValues = new TestValues(); in test_getTestValueForFeature_override() local
62 TestValues testValues = new TestValues(); in test_getTestValueForFieldTrialParam_override() local
76 TestValues testValues = new TestValues(); in test_getTestValueForFeature_overrideOther_throwsException() local
149 TestValues testValues = new TestValues(); in test_setTestValues_replacesAnnotation() local
160 TestValues testValues = new TestValues(); in test_mergeTestValues_replace_overridesAnnotation() local
171 TestValues testValues = new TestValues(); in test_mergeTestValues_doNotReplace_doesNotOverrideAnnotation() local
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/
H A DFeatureList.java128 TestValues testValues = new TestValues(); in setTestFeatures() local
202 TestValues testValues = sTestFeatures; in hasTestFeature() local
212 TestValues testValues = sTestFeatures; in hasTestParam() local
229 TestValues testValues = sTestFeatures; in getTestValueForFeature() local
258 TestValues testValues = sTestFeatures; in getTestValueForFieldTrialParam() local
277 TestValues testValues = sTestFeatures; in getTestValuesForAllFieldTrialParamsForFeature() local
/aosp_15_r20/packages/modules/DnsResolver/
DExperimentsTest.cpp113 std::vector<int> testValues = {50, 3, 5, 0}; in TEST_F() local
122 std::vector<int> testValues = {5, 1, 6, 0}; in TEST_F() local
134 std::vector<int> testValues = {100, 50, 30, 5}; in TEST_F() local
141 std::vector<int> testValues = {100, 37, 0, 30}; in TEST_F() local
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DEnumSetContainsBenchmark.java38 @Override Object[] testValues() { in testValues() method
47 @Override Object[] testValues() { in testValues() method
54 abstract Object[] testValues(); in testValues() method in EnumSetContainsBenchmark.SetMaker
77 private Object[] testValues; field in EnumSetContainsBenchmark
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/MethodHandles/
H A DTestTableSwitch.java106 public static Object[] testArguments(int caseNum, List<Object> testValues) { in testArguments()
130 private static void check(List<Object> testValues, Object[] collectedValues) { in check()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A Dsegment_reduction_ops_test.py86 def testValues(self): member in SegmentReductionOpTest
314 def testValues(self): member in UnsortedSegmentTest
569 def testValues(self): member in SparseSegmentReductionOpTest
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/cached_flags/
H A DCachedFeatureFlagsSafeModeUnitTest.java438 FeatureList.TestValues testValues = new TestValues(); in testTwoCrashesInARow_engageSafeModeWithoutSafeValues() local
667 FeatureList.TestValues testValues = new TestValues(); in endCleanRun() local
H A DCachedFieldTrialParameterUnitTest.java106 TestValues testValues = new TestValues(); in setUp() local
162 TestValues testValues = new TestValues(); in testNativeNotInitializedPrefsCached_getsFromPrefs() local
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/tests/
H A DAdjustableMaxPriorityQueue_tests.cpp148 int testValues[] = {1, 2, 3}; in TEST() local
182 int testValues[] = {1, 2, 3}; in TEST() local
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2CaptureRequestTest.java328 long[] testValues = new long[DEFAULT_NUM_EXPOSURE_TIME_STEPS + 1]; in getExposureTimeTestValues() local
365 int[] testValues = new int[numSteps + 1]; in getSensitivityTestValues() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DInterpolator_ResultTest.java40 public void testValues() { in testValues() method in Interpolator_ResultTest
H A DShader_TileModeTest.java41 public void testValues() { in testValues() method in Shader_TileModeTest
H A DBitmap_ConfigTest.java45 public void testValues(){ in testValues() method in Bitmap_ConfigTest
H A DBlurMaskFilter_BlurTest.java42 public void testValues(){ in testValues() method in BlurMaskFilter_BlurTest
H A DPaint_JoinTest.java41 public void testValues() { in testValues() method in Paint_JoinTest
H A DPaint_AlignTest.java41 public void testValues() { in testValues() method in Paint_AlignTest
H A DMatrix_ScaleToFitTest.java33 public void testValues() { in testValues() method in Matrix_ScaleToFitTest
H A DPaint_CapTest.java41 public void testValues() { in testValues() method in Paint_CapTest
H A DPathDashPathEffect_StyleTest.java41 public void testValues() { in testValues() method in PathDashPathEffect_StyleTest
H A DRegion_OpTest.java46 public void testValues() { in testValues() method in Region_OpTest
H A DPaint_StyleTest.java41 public void testValues() { in testValues() method in Paint_StyleTest
H A DPath_FillTypeTest.java42 public void testValues() { in testValues() method in Path_FillTypeTest
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DLocalSocketAddress_NamespaceTest.java30 public void testValues() { in testValues() method in LocalSocketAddress_NamespaceTest
DNetworkInfo_StateTest.java33 public void testValues() { in testValues() method in NetworkInfo_StateTest
DNetworkInfo_DetailedStateTest.java38 public void testValues() { in testValues() method in NetworkInfo_DetailedStateTest

12345