Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 84) sorted by relevance

1234

/aosp12/build/soong/cuj/
H A Dcuj.go35 type Test struct { struct
36 name string
37 args []string
38 before func() error
40 results TestResults
/aosp12/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DProtoLogCallProcessorTest.kt60 class Test { regex
89 class Test { regex
108 class Test { regex
126 class Test { regex
143 class Test { regex
159 class Test { regex
173 class Test { regex
187 class Test { regex
201 class Test { regex
216 class Test { regex
H A DSourceTransformerTest.kt36 class Test { regex
46 class Test { regex
58 class Test { regex
69 class Test { regex
79 class Test { regex
89 class Test { regex
101 class Test { regex
112 class Test { regex
122 class Test { regex
132 class Test { regex
[all …]
/aosp12/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp30 struct Test { struct
37 Test TESTS[] = { argument
/aosp12/system/core/cli-test/
H A Dcli-test.cpp47 struct Test { struct
48 std::string test_filename;
49 std::string name;
50 std::string command;
51 std::vector<std::string> befores;
52 std::vector<std::string> afters;
53 std::string expected_stdout;
54 std::string expected_stderr;
55 int exit_status = 0;
/aosp12/frameworks/compile/mclinker/templates/
H A DimplTest.cpp17 ${class_name}Test::${class_name}Test() in Test() function
22 ${class_name}Test::~${class_name}Test() in Test() function
/aosp12/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DTest.java8 public class Test extends ActivityInstrumentationTestCase2<AutomaticActivity> { class
12 public Test() { in Test() method in Test
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTest.java25 public class Test extends ActivityInstrumentationTestCase2<MainActivity> { class
26 public Test() { in Test() method in Test
/aosp12/packages/modules/SdkExtensions/testing/impl-src/android/os/ext/test/
H A DTest.java23 public class Test { class
25 public Test() {} in Test() method in Test
/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DTestActivity.java43 abstract class Test { class in TestActivity
45 Test(String n) { in Test() method in TestActivity.Test
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DTest.java35 public class Test extends Dicttool.Command { class
59 public Test() { in Test() method in Test
/aosp12/art/test/807-method-handle-and-mr/src/
H A DMain.java30 class Test { class
31 Test() throws Throwable { in Test() method in Test
/aosp12/art/test/626-const-class-linking/src-multidex/
H A DTest.java17 public class Test { class
/aosp12/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java176 abstract class Test { class in BackupTestActivity
178 Test(String n) { in Test() method in BackupTestActivity.Test
/aosp12/art/test/727-checker-unresolved-class/src-ex/
H A DTest.java24 public class Test { class
/aosp12/art/test/661-oat-writer-layout/src/
H A DTest.java18 public class Test { class
/aosp12/build/soong/android/
H A Dneverallow.go270 func (m *equalMatcher) Test(value string) bool { func
281 func (m *anyMatcher) Test(value string) bool { func
295 func (m *startsWithMatcher) Test(value string) bool { func
307 func (m *regexMatcher) Test(value string) bool { func
319 func (m *notInListMatcher) Test(value string) bool { func
329 func (m *isSetMatcher) Test(value string) bool { func
/aosp12/art/test/656-annotation-lookup-generic-jni/src-ex/
H A DTest.java17 public class Test { class
/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTest.java8 public interface Test { interface
/aosp12/art/test/127-checker-secondarydex/src/
H A DTest.java17 public class Test extends Super { class
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dif_no_value.mod.py32 def Test(): function
H A Dif_constant.mod.py36 def Test(value, name): function
H A Dif_same_branch_model.mod.py31 def Test(x, y, z, name): function
H A Dwhile_fib.mod.py80 def Test(n_data, fib_data, add_unused_output=False): function
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGenerated.cpp467 TEST_P(GeneratedTests, Test) { in TEST_P() argument
472 TEST_P(DynamicOutputShapeTest, Test) { in TEST_P() argument
476 TEST_P(GeneratedValidationTests, Test) { in TEST_P() argument
480 TEST_P(QuantizationCouplingTest, Test) { in TEST_P() argument
484 TEST_P(DeviceMemoryTest, Test) { in TEST_P() argument
488 TEST_P(FencedComputeTest, Test) { in TEST_P() argument

1234