Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 134) sorted by relevance

123456

/development/tools/winscope/src/common/
Dfile_utils_test.ts69 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();
Dtimestamp_utils.ts33 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);
/development/tools/winscope/
Dwebpack.config.common.js39 test: /^((?!test).)*\.ts$/, property
46 test: /\.ts$/, property
50 test: /\.html$/, property
54 test: /\.css$/, property
58 test: /\.s[ac]ss$/i, property
/development/tools/templates/
Djava_tests_file.template3 import android.test.ActivityInstrumentationTestCase2;
6 * This is a simple framework for a test of an Application. See
7 * {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on
10 * To run this test, you can type:
13 * PACKAGE.tests/android.test.InstrumentationTestRunner
/development/tools/cargo_embargo/testdata/either/
Dcargo.metadata95 "test": true
172 "test": true
182 "test"
184 "name": "test",
185 …ogle/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs",
186 "test": true
200 "test": false
353 "test": true
363 "test"
365 "name": "test",
[all …]
/development/tools/otagui/
Dtest_suite.py7 for test in test_dir:
8 if test.startswith('test') and test.endswith('.py'):
9 modules_to_test.append(test.rstrip('.py'))
/development/tools/winscope/src/test/remote_tool_mock/
Dwebpack.config.js33 test: /\.ts$/, property
37 test: /\.html$/, property
41 test: /\.css$/, property
45 test: /\.s[ac]ss$/i, property
/development/tools/ops/
Dandroid_test_parser.py46 for test in test_case:
47 yield TestCase(test)
52 lambda test: not test.passed,
59 lambda test: test.name,
/development/ide/clion/frameworks/ml/
DCMakeLists.txt20 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)
/development/vndk/tools/header-checker/tests/
Dgen_all.py13 from test import INPUT_DIR
14 from test import EXPECTED_DIR
15 from test import EXPORTED_HEADER_DIRS
16 from test import REF_DUMP_DIR
17 from test import make_and_copy_dump
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata160 "test": true
170 "test"
172 "name": "test",
173 …c_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait/tests/test.rs",
174 "test": true
184 "test"
188 "test": true
202 "test": false
251 "test": true
265 "test": false
[all …]
/development/samples/Vault/tests/
DAndroid.bp9 "android.test.runner.stubs",
10 "android.test.base.stubs",
14 static_libs: ["androidx.test.rules"],
/development/samples/ApiDemos/tests/src/com/example/android/apis/
DApiDemosApplicationTests.java19 import android.test.ApplicationTestCase;
21 import androidx.test.filters.MediumTest;
22 import androidx.test.filters.SmallTest;
/development/samples/ApiDemos/tests/
DAndroid.bp11 "android.test.runner.stubs",
12 "android.test.base.stubs",
16 "androidx.test.rules",
18 // Include all test java files.
/development/samples/AconfigDemo/tests/src/com/example/android/aconfig/demo/
DFlagStateComboTests.java19 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;
/development/gki/kmi_abi_chk/
DREADME3 # How to build the KMI ABI test kernel module, kmi_sym.ko
31 A few prebuilt test kernel modules, kmi_sym-*.ko, for arm64 GKI 5.10
35 # How to use/run KMI test kernel module, kmi_sym.ko, on GKI
38 1. Copy the test kernel module to the Android device
40 2. "Root" the Android device we'd like to run the test
45 4. Load the test kernel module
49 5. Verify the test kernel module is loaded successfully
54 6. Unload the test kernel module
/development/samples/PictureInPicture/ComposePip/app/
Dbuild.gradle17 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"
/development/samples/ApiDemos/tests/src/com/example/android/apis/app/
DLocalServiceTest.java21 import android.test.ServiceTestCase;
23 import androidx.test.filters.MediumTest;
24 import androidx.test.filters.SmallTest;
/development/vndk/tools/header-checker/tests/integration/version_script_example/
Dexample.cpp5 void Test3::test() {} in test() function in Test3
6 void Test4::test() {} in test() function in Test4
Dexample.h6 void test();
11 void test();
/development/scripts/
Dupdate_crate_tests.py204 def test_to_test_mapping(self, env, path, test): argument
208 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})
/development/tools/ota_analysis/src/__tests__/
Dmap_parser.test.js43 test('Initialize a map parser instance.', () => {
47 test('Establish a map of system file.', async () => {
52 test('Query the map of system file.', async () => {
/development/cmds/monkey/
DAndroid.bp18 // This test does not need to run on device. It's a regular Java unit test. But it needs to
32 "androidx.test.runner",
/development/samples/NsdManagerSample/testadvertiseservice/
Dbuild.gradle16 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
43 androidTestImplementation 'androidx.test.ext:junit:1.1.3'
44 androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
/development/samples/NsdManagerSample/testdiscoverservice/
Dbuild.gradle16 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
43 androidTestImplementation 'androidx.test.ext:junit:1.1.3'
44 androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

123456