Searched refs:test (Results 1 – 25 of 134) sorted by relevance
123456
69 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('Winscope2')).toBeTrue();70 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('win_scope')).toBeTrue();71 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('win-scope')).toBeTrue();72 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('win.scope')).toBeTrue();73 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('win.sc.ope')).toBeTrue();77 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('w?n$cope')).toBeFalse();78 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('winscope.')).toBeFalse();79 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('w..scope')).toBeFalse();80 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('wins--pe')).toBeFalse();81 expect(FileUtils.DOWNLOAD_FILENAME_REGEX.test('wi##cope')).toBeFalse();
33 return TimestampUtils.NS_TIME_REGEX.test(timestampHuman);37 return TimestampUtils.ELAPSED_TIME_REGEX.test(timestampHuman);41 return TimestampUtils.REAL_TIME_ONLY_REGEX.test(timestampHuman);45 return TimestampUtils.REAL_DATE_TIME_REGEX.test(timestampHuman);49 return TimestampUtils.ISO_TIMESTAMP_REGEX.test(timestampHuman);
39 test: /^((?!test).)*\.ts$/, property46 test: /\.ts$/, property50 test: /\.html$/, property54 test: /\.css$/, property58 test: /\.s[ac]ss$/i, property
3 import android.test.ActivityInstrumentationTestCase2;6 * This is a simple framework for a test of an Application. See7 * {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on10 * To run this test, you can type:13 * PACKAGE.tests/android.test.InstrumentationTestRunner
95 "test": true172 "test": true182 "test"184 "name": "test",185 …ogle/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs",186 "test": true200 "test": false353 "test": true363 "test"365 "name": "test",[all …]
7 for test in test_dir:8 if test.startswith('test') and test.endswith('.py'):9 modules_to_test.append(test.rstrip('.py'))
33 test: /\.ts$/, property37 test: /\.html$/, property41 test: /\.css$/, property45 test: /\.s[ac]ss$/i, property
46 for test in test_case:47 yield TestCase(test)52 lambda test: not test.passed,59 lambda test: test.name,
20 add_subdirectory(nn/runtime/test/NeuralNetworksTest_shared_partial-arm-android)21 add_subdirectory(nn/runtime/test/NeuralNetworksTest_static-arm-android)22 add_subdirectory(nn/runtime/test/NeuralNetworksTest_static_fuzzing-arm-android)23 add_subdirectory(nn/runtime/test/NeuralNetworksTest_mt_static-arm-android)24 add_subdirectory(nn/runtime/test/NeuralNetworksTest_static_asan-arm-android)25 add_subdirectory(nn/runtime/test/NeuralNetworksTest_static_ubsan-arm-android)26 add_subdirectory(nn/runtime/test/NeuralNetworksTest_mt_static_asan-arm-android)
13 from test import INPUT_DIR14 from test import EXPECTED_DIR15 from test import EXPORTED_HEADER_DIRS16 from test import REF_DUMP_DIR17 from test import make_and_copy_dump
160 "test": true170 "test"172 "name": "test",173 …c_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait/tests/test.rs",174 "test": true184 "test"188 "test": true202 "test": false251 "test": true265 "test": false[all …]
9 "android.test.runner.stubs",10 "android.test.base.stubs",14 static_libs: ["androidx.test.rules"],
19 import android.test.ApplicationTestCase;21 import androidx.test.filters.MediumTest;22 import androidx.test.filters.SmallTest;
11 "android.test.runner.stubs",12 "android.test.base.stubs",16 "androidx.test.rules",18 // Include all test java files.
19 import android.platform.test.annotations.RequiresFlagsDisabled;20 import android.platform.test.annotations.RequiresFlagsEnabled;21 import android.platform.test.flag.junit.CheckFlagsRule;22 import android.platform.test.flag.junit.DeviceFlagsValueProvider;
3 # How to build the KMI ABI test kernel module, kmi_sym.ko31 A few prebuilt test kernel modules, kmi_sym-*.ko, for arm64 GKI 5.1035 # How to use/run KMI test kernel module, kmi_sym.ko, on GKI38 1. Copy the test kernel module to the Android device40 2. "Root" the Android device we'd like to run the test45 4. Load the test kernel module49 5. Verify the test kernel module is loaded successfully54 6. Unload the test kernel module
17 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"61 androidTestImplementation 'androidx.test.ext:junit:1.1.5'62 androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'63 androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"65 debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
21 import android.test.ServiceTestCase;23 import androidx.test.filters.MediumTest;24 import androidx.test.filters.SmallTest;
5 void Test3::test() {} in test() function in Test36 void Test4::test() {} in test() function in Test4
6 void test();11 void test();
204 def test_to_test_mapping(self, env, path, test): argument208 if "\""+ test + "\"" in fd.read():336 for test in tests:337 if test in TEST_EXCLUDE:340 if test in config['postsubmit_tests'] and 'postsubmit' not in test_group:342 if test not in config['postsubmit_tests'] and 'postsubmit' in test_group:350 if test in TEST_OPTIONS:351 test_mapping[test_group].append({"name": test, "options": TEST_OPTIONS[test]})353 test_mapping[test_group].append({"name": test})
43 test('Initialize a map parser instance.', () => {47 test('Establish a map of system file.', async () => {52 test('Query the map of system file.', async () => {
18 // This test does not need to run on device. It's a regular Java unit test. But it needs to32 "androidx.test.runner",
16 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"43 androidTestImplementation 'androidx.test.ext:junit:1.1.3'44 androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'