/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/ |
D | sse2.rs | 86 let test = _mm_and_si128(_mm_castps_si128(v), _mm_castps_si128(PS_INV_SIGN_MASK)); in m128_floor() localVariable 87 let test = _mm_cmplt_epi32(test, _mm_castps_si128(PS_NO_FRACTION)); in m128_floor() localVariable 98 let test = _mm_andnot_si128(test, _mm_castps_si128(v)); in m128_floor() localVariable 106 let test = _mm_and_si128(_mm_castps_si128(v), _mm_castps_si128(PS_INV_SIGN_MASK)); in m128_ceil() localVariable 107 let test = _mm_cmplt_epi32(test, _mm_castps_si128(PS_NO_FRACTION)); in m128_ceil() localVariable 118 let test = _mm_andnot_si128(test, _mm_castps_si128(v)); in m128_ceil() localVariable
|
/aosp_15_r20/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/ |
H A D | move.pass.cpp | 228 } test; in test_move_ctor_basic() local 240 } test; in test_move_ctor_basic() local 252 } test; in test_move_ctor_basic() local 264 } test; in test_move_ctor_basic() local 276 } test; in test_move_ctor_basic() local 288 } test; in test_move_ctor_basic() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.variant/variant.ctor/ |
H A D | move.pass.cpp | 215 } test; in test_move_ctor_basic() local 227 } test; in test_move_ctor_basic() local 239 } test; in test_move_ctor_basic() local 251 } test; in test_move_ctor_basic() local 263 } test; in test_move_ctor_basic() local 275 } test; in test_move_ctor_basic() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/ |
H A D | substring.toml | 8 [[test]] arraytable 15 [[test]] arraytable 22 [[test]] arraytable 30 [[test]] arraytable
|
/aosp_15_r20/prebuilts/sdk/30/public/ |
HD | android.test.mock.jar | ... -INF/MANIFEST.MF
android/
android/test/
android/test/mock/
android/test ... |
/aosp_15_r20/prebuilts/sdk/29/public/ |
HD | android.test.mock.jar | ... -INF/MANIFEST.MF
android/
android/test/
android/test/mock/
android/test ... |
/aosp_15_r20/external/vogar/src/vogar/target/junit/junit3/ |
H A D | TestSuiteTransformer.java | 49 public T transform(Class<?> suiteClass, Test test) { in transform() 55 private T transformTest(Test test, String defaultName, Description suiteDescription) { in transformTest() 76 Test test = testSuite.testAt(i); in transformSuite() local 82 private static Description makeDescription(Test test) { in makeDescription()
|
/aosp_15_r20/development/tools/winscope/src/test/remote_tool_mock/ |
H A D | webpack.config.js | 33 test: /\.ts$/, property 37 test: /\.html$/, property 41 test: /\.css$/, property 45 test: /\.s[ac]ss$/i, property
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | parentheses.cpp | 72 void test(S *s, bool (S::*m_ptr)()) { in test() function 87 void test(int a, int b, int c) { in test() function 111 void test(BlockInputIter i) { in test() function 128 void test(X x) { in test() function
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/tests/ |
H A D | delay.c | 26 static const struct test { struct 29 } tests[] = { argument 167 const struct test *test = &tests[i]; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/ |
D | irange.cpp | 31 std::vector<Integer> test; in test_irange_impl() local 48 std::vector<Integer> test; in test_irange_impl() local 77 std::vector<Integer> test; in test_irange_impl() local 185 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | FakeTestTest.java | 324 final TestDescription test = new TestDescription(klass, name); in testPassExpectations() local 332 final TestDescription test = new TestDescription(klass, name); in testPassExpectations() local 341 final TestDescription test = new TestDescription(klass, name); in testFailExpectations() local 350 final TestDescription test = new TestDescription(klass, name); in testAssumptionExpectations() local 359 final TestDescription test = new TestDescription(klass, name); in testIgnoredExpectations() local
|
/aosp_15_r20/external/python/cpython2/Lib/unittest/ |
D | suite.py | 46 def addTest(self, test): argument 125 def _handleClassSetUp(self, test, result): argument 165 def _handleModuleFixture(self, test, result): argument 225 def _tearDownPreviousClass(self, test, result): argument 290 def _isnotsuite(test): argument
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StackWalker/ |
H A D | MultiThreadStackWalk.java | 289 public static Env runTest(Test test, int total, int markAt) { in runTest() 295 public static void checkTest(Env env, Test test) { in checkTest() 325 final Test test; field in MultiThreadStackWalk.WalkThread 326 public WalkThread(Test test) { in WalkThread() 349 Test test = new Test(Call.WalkType.values()[i%Call.WalkType.values().length]); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
H A D | substr.pass.cpp | 32 TEST_CONSTEXPR_CXX20 void test(S str, unsigned pos) { in test() function 59 TEST_CONSTEXPR_CXX20 void test(S str, unsigned pos, unsigned n) { in test() function 85 TEST_CONSTEXPR_CXX20 void test(S str, unsigned pos, unsigned n, const typename S::allocator_type& a… in test() function 165 TEST_CONSTEXPR_CXX20 bool test() { in test() function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-tautological-compare.cpp | 42 void test() { in test() function 78 void test() { in test() function 125 void test() { in test() function 146 void test() { in test() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/decode/ |
H A D | decode.rs | 757 let test = [ in test_mask_0() localVariable 776 let test = [ in test_mask_1() localVariable 795 let test = [ in test_mask_2() localVariable 814 let test = [ in test_mask_3() localVariable 833 let test = [ in test_mask_4() localVariable 852 let test = [ in test_mask_5() localVariable 871 let test = [ in test_mask_6() localVariable 890 let test = [ in test_mask_7() localVariable
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include_legacy/ |
D | TestHarness.h | 115 std::map<int, std::vector<T>>& test, in for_each() 126 const std::map<int, std::vector<T>>& golden, const std::map<int, std::vector<T>>& test, in for_each() 191 std::map<int, std::vector<T>>& test) { in resize_accordingly_() 204 inline void resize_accordingly(const MixedTyped& golden, MixedTyped& test) { in resize_accordingly() 249 const std::map<int, std::vector<T>>& test, std::function<void(T, T)> cmp) { in compare_() 387 inline void expectMultinomialDistributionWithinTolerance(const MixedTyped& test, in expectMultinomialDistributionWithinTolerance()
|
/aosp_15_r20/external/libxml2/xstc/ |
H A D | xstc.py | 115 def handleError(test, msg): argument 485 def addTest(self, test): argument 495 def updateCounters(self, test, counters): argument 585 def displayTestLog(self, test): argument 589 def reportTest(self, test): argument 615 def addToCombines(self, test): argument
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | BugreportCollector.java | 317 boolean check(Relation relation, Noun noun, TestDescription test) { in check() 436 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 445 public void testFailed(TestDescription test, String trace) { in testFailed() 454 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 501 public void testStarted(TestDescription test) { in testStarted() 556 public void testIgnored(TestDescription test) { in testIgnored()
|
D | TestDescriptionsFile.java | 102 public void add(TestDescription test) { in add() 108 public void addAll(List<TestDescription> test) { in addAll() 118 public void remove(TestDescription test) { in remove() 137 TestDescription test = TestDescription.fromString(line); in readTestsFromFile() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
H A D | VrListenerVerifierActivity.java | 302 abstract void test() throws Throwable; in test() method in VrListenerVerifierActivity.InteractiveTestCase 463 void test() { in test() method in VrListenerVerifierActivity.IsDefaultDisabledTest 483 void test() { in test() method in VrListenerVerifierActivity.UserEnableTest 510 void test() throws Throwable { in test() method in VrListenerVerifierActivity.VrModeSwitchTest 582 void test() throws Throwable { in test() method in VrListenerVerifierActivity.VrModeMultiSwitchTest 669 void test() { in test() method in VrListenerVerifierActivity.UserDisableTest
|
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/ |
D | TestHelper.java | 43 Description test, Class<T> annotationClass) { in getAnnotationFromAnywhere() 102 Description test, Function<Annotation, Boolean> filter) { in getAnnotationsFromEverywhere() 117 List<Annotation> annotations, Description test, Function<Annotation, Boolean> filter) { in addAnnotationsFromTestMethodOnly() 163 public static String getTestName(Description test) { in getTestName()
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | ivar-access-tests.m | 17 - (void) test { method 30 - (void) test { method 46 - (void) test { method 61 - (void) test { method
|
/aosp_15_r20/frameworks/base/tests/testables/src/android/testing/ |
H A D | AndroidTestingRunner.java | 54 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 74 protected Statement withPotentialTimeout(FrameworkMethod method, Object test, Statement next) { in withPotentialTimeout() 87 protected List<FrameworkMethod> looperWrap(FrameworkMethod method, Object test, in looperWrap() 101 protected FrameworkMethod looperWrap(FrameworkMethod method, Object test, in looperWrap()
|