Searched refs:module (Results 1 – 12 of 12) sorted by relevance
/cts/hostsidetests/api/src/com/android/cts/api/ |
D | UnofficialApisUsageTest.java | 103 .filter(module -> module.type == JavaModule.Type.JAR); // only jars in getLibraries() 168 .filter(module -> getRealPath(module.path).startsWith("/vendor")) in testNonApiReferences() 169 .map(module -> filePuller.pullFromDevice(module.path, module.name)) in testNonApiReferences() 214 .filter(module -> getRealPath(module.path).startsWith("/vendor")) in testTargetSdk() 215 .forEach(module -> { in testTargetSdk() 227 "dumpsys package " + module.name + " | grep targetSdk= | tail -1"); in testTargetSdk() 233 output.append("Vendor package " + module.name in testTargetSdk() 238 "Failed to get targetSDK for vendor package " + module.name in testTargetSdk() 242 output.append("Failed to get info for vendor package " + module.name in testTargetSdk()
|
/cts/apps/CameraITS/build/ |
D | envsetup.sh | 42 IFS=' ' read module submodule <<< "$N" 43 python -c "from $module import $submodule" >/dev/null 2>&1 || \ 44 echo ">> Require Python $module module $submodule submodule" >&2
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/ |
D | run-test | 12 cts-tradefed run commandAndExit cts-dev --module $1 --test $2 --disable-reboot --skip-device-info -…
|
/cts/tests/framework/base/activitymanager/util/ |
D | run-test | 12 cts-tradefed run commandAndExit cts-dev --module $1 --test $2 --disable-reboot --skip-device-info -…
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 76 # Put messages in a separate file for each module / package specified on the 81 # String to print as the module footer. 82 #module-footer-template= 84 # Template for the module header. %(filename)s will be replaced with the name 86 #module-header-template= 122 # Regular expression which should only match correct module level names 144 # Regular expression which should only match correct module names 145 module-rgx=^(_?[a-z][a-z0-9_]*)|__init__|PRESUBMIT|PRESUBMIT_unittest$ 155 # Required attributes for module, separated by a comma 231 # Maximum number of lines in a module [all …]
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ComparisonReport.java | 109 for (CtsReport.TestPackage.TestSuite module : tPkg.getTestSuiteList()) { in writeComparsionReport() 110 for (CtsReport.TestPackage.TestSuite.TestCase testCase : module.getTestCaseList()) { in writeComparsionReport() 126 i++, module.getName(), testCaseName, tPkg.getAbi()); in writeComparsionReport()
|
D | TestSuiteContentReport.java | 345 String module = ""; in printTestSuiteContent() local 360 module = module + opt.getValue() + " "; in printTestSuiteContent() 365 jar.trim(), module.trim(), ntdPath.trim()); in printTestSuiteContent()
|
/cts/apps/CtsVerifier/assets/report/ |
D | compatibility_result.css | 99 table.testdetails td.module {
|
/cts/tests/tests/graphics/jni/ |
D | VulkanPreTransformTestHelpers.cpp | 567 .module = mVertexShader, in createGraphicsPipeline() 576 .module = mFragmentShader, in createGraphicsPipeline()
|
D | VulkanTestHelpers.cpp | 870 .module = mVertModule, in renderImageAndReadback() 879 .module = mPixelModule, in renderImageAndReadback()
|
/cts/hostsidetests/theme/ |
D | README | 128 cts-tradefed run singleCommand cts-dev --module CtsThemeHostTestCases \
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 248 is intended, as is the distribution of inter-module and intra-module
|