Home
last modified time | relevance | path

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

12345

/development/tools/winscope/src/utils/
Dnames.js49 if (new RegExp("^" + hashCode.source + " ").test(layerName)) {
54 if (/^ActivityRecord\{.*\}?(\#[0-9]+)?$/.test(layerName)) {
58 if (/^WindowToken\{.*\}(\#[0-9]*)?$/.test(layerName)) {
62 if (/^WallpaperWindowToken\{.*\}(\#[0-9]*)?$/.test(layerName)) {
66 if (surfaceRegex.test(layerName)) {
70 if (moduleName.test(layerName)) {
/development/tools/winscope/
Dwebpack.config.common.js72 test: /\.vue$/, property
78 test: /\.tsx?$/, property
84 test: /\.js$/, property
90 test: /\.css$/, property
99 test: /\.proto$/, property
109 test: /\.(png|jpg|gif|svg)$/, property
116 test: /\.(ttf|otf|eot|woff|woff2)$/, property
Dwebpack.spec.config.js46 test: /\.js$/, property
51 test: /\.tsx?$/, property
57 test: /\.proto$/, property
67 test: /\.(pb|winscope)/, property
Dwebpack.config.prod.js54 test: /[\\/]node_modules[\\/]/, property
62 test: /\.css$/, property
79 test: new RegExp('\\.(js|css)$'), 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/testrunner/test_defs/
Dtest_defs.py90 def _AddTest(self, test): argument
98 if self.GetTest(test.GetName()) is not None:
99 logger.SilentLog("Overriding test definition %s" % test.GetName())
100 self._testname_map[test.GetName()] = test
107 for test in self.GetTests():
108 if test.IsContinuous():
109 con_tests.append(test)
/development/scripts/
Ddisassemble_test.py6 for test in disassemble_test_input.tests:
7 print test
8 …for line in disassemble_tombstone.Disassemble(iter(disassemble_test_input.tests[test].splitlines(T…
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/
Dmain.c16 void (*test)(void) = dlsym(handle, "test"); in main() local
17 if (!test) { in main()
20 test(); in main()
Dtest.c1 extern void test();
5 void test() { in test() function
/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/samples/Vault/tests/
DAndroid.bp8 "android.test.runner.stubs",
9 "android.test.base.stubs",
13 static_libs: ["androidx.test.rules"],
/development/vndk/tools/header-checker/tests/abi_dumps/
Dopaque_ptr_types.lsdump5 "name" : "test"
11 "linker_set_key" : "test",
12 "name" : "test",
/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/samples/ApiDemos/tests/src/com/example/android/apis/
DApiDemosApplicationTests.java19 import android.test.ApplicationTestCase;
20 import android.test.suitebuilder.annotation.MediumTest;
21 import android.test.suitebuilder.annotation.SmallTest;
/development/samples/ApiDemos/tests/src/com/example/android/apis/app/
DLocalServiceTest.java25 import android.test.MoreAsserts;
26 import android.test.ServiceTestCase;
27 import android.test.suitebuilder.annotation.MediumTest;
28 import android.test.suitebuilder.annotation.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/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 make_and_copy_reference_dumps
/development/samples/SkeletonApp/tests/
DAndroid.bp9 "android.test.runner.stubs",
10 "android.test.base.stubs",
/development/samples/BrokenKeyDerivation/tests/
DAndroid.bp9 "android.test.runner.stubs",
10 "android.test.base.stubs",
/development/samples/LunarLander/tests/
DAndroid.bp9 "android.test.runner.stubs",
10 "android.test.base.stubs",
/development/samples/Snake/tests/
DAndroid.bp9 "android.test.runner.stubs",
10 "android.test.base.stubs",
/development/samples/HelloActivity/tests/
DAndroid.bp9 "android.test.runner.stubs",
10 "android.test.base.stubs",
/development/samples/Vault/
DAndroid.bp10 "android.test.runner.stubs",
11 "android.test.base.stubs",
/development/tools/winscope/spec/utils/
Dtree.js40 function isPrimitive(test) { argument
41 return test !== Object(test);

12345