/aosp_15_r20/external/ltp/doc/old/ |
H A D | C-Test-Case-Tutorial.asciidoc | 78 2.1. Find an untested System call 684 5.1 Check statx returns the correct number of hard links 689 5.2 Git-branch 767 6.1 What is wrong with the switch statement? 772 6.2 Test a feature unique to statx
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/build/ |
D | DeviceFolderBuildInfoTest.java | 75 boolean hasFile(Collection<VersionedFile> files, String version) { in hasFile() 92 Collection<VersionedFile> files = mDeviceFolderBuildInfo.getFiles(); in testGetFiles_both() local 104 Collection<VersionedFile> files = mDeviceFolderBuildInfo.getFiles(); in testGetFiles_none() local 112 Collection<VersionedFile> files = mDeviceFolderBuildInfo.getFiles(); in testGetFiles_deviceImages() local 130 DeviceFolderBuildInfo test = (DeviceFolderBuildInfo) o; in testSerialization() local
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.ext.junit-nodeps/android_common/aar/ |
D | androidx.test.ext.junit-nodeps.jar | ... /ext_junit_java_androidx_test_ext_junit-junit_kt.kotlin_module
androidx/
androidx/test/
androidx/test/ext/
androidx/test ... |
D | classes.jar | ... /ext_junit_java_androidx_test_ext_junit-junit_kt.kotlin_module
androidx/
androidx/test/
androidx/test/ext/
androidx/test ... |
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ |
H A D | quiche_file_utils_test.cc | 12 namespace test { namespace 38 std::vector<std::string> files; in TEST() local 49 std::vector<std::string> files; in TEST() local 58 std::vector<std::string> files; in TEST() local 78 std::vector<std::string> files; in TEST() local
|
/aosp_15_r20/external/bc/scripts/ |
H A D | afl.py | 52 def check_crash(exebase, out, error, file, type, test): argument 76 def run_test(cmd, exebase, tout, indata, out, file, type, test, environ=None): argument 226 files = get_children(d + "/crashes/", True) variable 237 files = get_children(d + "/queue/", True) variable
|
/aosp_15_r20/external/cronet/build/android/pylib/local/device/ |
H A D | local_device_gtest_run.py | 228 def Run(self, test, device, flags=None, **kwargs): argument 313 def PullAppFiles(self, device, files, directory): argument 360 def Run(self, test, device, flags=None, **kwargs): argument 410 def PullAppFiles(self, device, files, directory): argument 733 def _ArchiveLogcat(self, device, test): argument 767 def _GetUniqueTestName(self, test): argument 771 def _RunTest(self, device, test): argument
|
/aosp_15_r20/external/angle/build/android/pylib/local/device/ |
H A D | local_device_gtest_run.py | 232 def Run(self, test, device, flags=None, **kwargs): argument 330 def PullAppFiles(self, device, files, directory): argument 377 def Run(self, test, device, flags=None, **kwargs): argument 421 def PullAppFiles(self, device, files, directory): argument 751 def _ArchiveLogcat(self, device, test): argument 785 def _GetUniqueTestName(self, test): argument 789 def _RunTest(self, device, test): argument
|
/aosp_15_r20/external/webrtc/api/test/ |
H A D | create_frame_generator.cc | 21 namespace test { namespace 39 std::vector<FILE*> files; in CreateFromYuvFileFrameGenerator() local 56 std::vector<FILE*> files; in CreateFromNV12FileFrameGenerator() local 83 std::vector<FILE*> files; in CreateScrollingInputFromYuvFilesFrameGenerator() local
|
/aosp_15_r20/external/vixl/tools/ |
H A D | clang_format.py | 88 def RunTest(test): argument 152 def ClangFormatFiles(files, clang_format, in_place = False, jobs = 1, argument 179 files = args.files or util.get_source_files() variable
|
H A D | clang_tidy.py | 98 def RunTest(test): argument 135 def ClangTidyFiles(files, clang_tidy, jobs = 1, progress_prefix = ''): argument 169 files = args.files or util.get_source_files() variable
|
/aosp_15_r20/external/kmod/testsuite/ |
H A D | testsuite.h | 82 struct test { struct 102 const struct keyval *files; member 104 /* comma-separated list of loaded modules at the end of the test */ argument 106 testfunc func; argument 118 int test_init(const struct test *start, const struct test *stop, argument
|
/aosp_15_r20/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
H A D | RmTypeDefsTest.java | 24 public void test() throws IOException { in test() method in RmTypeDefsTest 228 File[] files = file.listFiles(); in list() local 256 File[] files = root.listFiles(); in deleteDir() local
|
/aosp_15_r20/external/webrtc/test/ |
H A D | frame_generator_unittest.cc | 28 namespace test { namespace 160 std::vector<std::string> files; in TEST_F() local 187 std::vector<std::string> files; in TEST_F() local 222 std::vector<std::string> files; in TEST_F() local 249 std::vector<std::string> files; in TEST_F() local
|
H A D | frame_generator.cc | 27 namespace test { namespace 146 YuvFileGenerator::YuvFileGenerator(std::vector<FILE*> files, in YuvFileGenerator() 208 NV12FileGenerator::NV12FileGenerator(std::vector<FILE*> files, in NV12FileGenerator() 331 const std::vector<FILE*>& files, in ScrollingImageFrameGenerator()
|
/aosp_15_r20/external/stg/ |
H A D | abigail_reader_test.cc | 57 const auto test = GENERATE( variable 120 const auto test = GENERATE( variable 156 const std::vector<const char*> files; member 160 const auto test = GENERATE( variable
|
/aosp_15_r20/external/angle/build/android/pylib/results/flakiness_dashboard/ |
H A D | json_results_generator.py | 106 def __init__(self, test, failed=False, elapsed_time=0): argument 593 def _NormalizeResultsJSON(self, test, test_name, tests): argument 632 def UploadAsMultipartFormData(self, files, attrs): argument 663 def _EncodeMultipartFormData(fields, files): argument
|
/aosp_15_r20/external/cronet/build/android/pylib/results/flakiness_dashboard/ |
H A D | json_results_generator.py | 106 def __init__(self, test, failed=False, elapsed_time=0): argument 593 def _NormalizeResultsJSON(self, test, test_name, tests): argument 632 def UploadAsMultipartFormData(self, files, attrs): argument 663 def _EncodeMultipartFormData(fields, files): argument
|
/aosp_15_r20/external/flatbuffers/ |
H A D | package.json | 5 "files": [ array 16 "test": "tests" string 19 "test": "npm run compile && cd tests && python3 ./TypeScriptTest.py", string
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/internal/ |
H A D | TestDsl.kt | 12 internal fun BaseKotlinGradleTest.test(fn: BaseKotlinScope.() -> Unit): GradleRunner { in <lambda>() method 99 var files: MutableList<AppendableScope> = mutableListOf() in file() variable in kotlinx.atomicfu.plugin.gradle.internal.BaseKotlinScope 120 val files: MutableList<String> = mutableListOf() constant in kotlinx.atomicfu.plugin.gradle.internal.AppendableScope
|
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
H A D | CompatibilityConsole.java | 282 CompatibilityTestSuite test = new CompatibilityTestSuite(); in listModules() local 311 File[] files = null; in splitModules() local 472 File[] files = null; in listSubPlans() local
|
/aosp_15_r20/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
H A D | ApiFileTest.kt | 532 val files = testFiles.map { it.createFile(temporaryFolder.newFolder()) } in <lambda>() constant 568 class test.pkg.Foo in <lambda>() class 573 class test.pkg.Outer.Middle.Inner in <lambda>() class
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/testdir/ |
D | testdir_test.go | 277 type test struct { struct 278 testCommon 279 *testing.T anonMember 282 dir, goFile string 287 func (t test) expectFail() bool { 307 func (t test) goFileName() string { 311 func (t test) goDirName() string { 346 files []string member 455 func (test) goGcflags() string { 459 func (test) goGcflagsIsEmpty() bool { [all …]
|
/aosp_15_r20/external/clang/utils/ |
H A D | token-delta.py | 15 def test(self, changes): member in DeltaAlgorithm 162 def test(self, changes): member in TMBDDelta 215 def tokenBasedMultiDelta(program, files, log): argument
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
H A D | package.json | 7 "test": "tests" string 32 "test": "npm run lint && gulp && wct", string 35 "files": [ array
|