/cts/common/device-side/bedstead/remoteframeworkclasses/ |
D | update-apis.sh | 18 …/../packages/modules/Bluetooth/framework/api/current.txt $SCRIPT_DIR/java/apis/bluetooth-current.t… 19 …/../../../../packages/modules/Wifi/framework/api/current.txt $SCRIPT_DIR/java/apis/wifi-current.txt 20 cp $SCRIPT_DIR/../../../../../frameworks/base/core/api/current.txt $SCRIPT_DIR/java/apis/current.txt 21 …DIR/../../../../../frameworks/base/core/api/test-current.txt $SCRIPT_DIR/java/apis/test-current.txt 22 …../../../../../frameworks/base/core/api/system-current.txt $SCRIPT_DIR/java/apis/system-current.txt
|
/cts/tests/signature/api-check/shared-libs-api/ |
D | Android.bp | 42 ":cts-shared-libs-names.txt", 68 name: "cts-shared-libs-names.txt", 73 "shared-libs-names.txt", 82 ":android.net.ipsec.ike{.public.api.txt}", 83 ":android.net.ipsec.ike{.system.api.txt}", 84 ":android.test.base{.public.api.txt}", 85 ":android.test.base{.system.api.txt}", 86 ":android.test.runner{.public.api.txt}", 87 ":android.test.runner{.system.api.txt}", 88 ":android.test.mock{.public.api.txt}", [all …]
|
/cts/tools/release-parser/tests/ |
D | generate_golden_sample_files.sh | 17 …se-parser.jar com.android.cts.releaseparser.ApkParser -i resources/$file -of resources/$file.pb.txt 23 …parser.jar com.android.cts.releaseparser.SoParser -i resources/$file -pi -of resources/$file.pb.txt 29 …ase-parser.jar com.android.cts.releaseparser.SoParser -i resources/$file -of resources/$file.pb.txt 35 …e-parser.jar com.android.cts.releaseparser.VdexParser -i resources/$file -of resources/$file.pb.txt 41 …e-parser.jar com.android.cts.releaseparser.OdexParser -i resources/$file -of resources/$file.pb.txt 47 …se-parser.jar com.android.cts.releaseparser.OatParser -i resources/$file -of resources/$file.pb.txt 53 …se-parser.jar com.android.cts.releaseparser.ArtParser -i resources/$file -of resources/$file.pb.txt 59 …se-parser.jar com.android.cts.releaseparser.XmlParser -i resources/$file -of resources/$file.pb.txt 65 …ser.jar com.android.cts.releaseparser.BuildPropParser -i resources/$file -of resources/$file.pb.txt
|
/cts/tests/signature/api/ |
D | Android.bp | 34 ":frameworks-base-api-current.txt", 45 ":frameworks-base-api-system-current.txt", 56 ":frameworks-base-api-system-removed.txt", 67 ":android-test-base-current.txt", 78 ":android-test-mock-current.txt", 89 ":android-test-runner-current.txt", 100 ":apache-http-legacy-current.txt", 111 ":car-api-system-current.txt", 122 ":car-api-system-removed.txt",
|
/cts/tests/tests/resourcesloader/resources/ |
D | Android.bp | 26 aaptflags: ["-0 .txt"] 34 aaptflags: ["-0 .txt"] 42 aaptflags: ["-0 .txt"] 50 aaptflags: ["-0 .txt"] 94 aaptflags: ["-0 .txt"] 102 aaptflags: ["-0 .txt"] 110 aaptflags: ["-0 .txt"] 118 aaptflags: ["-0 .txt"]
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | verify.rscript | 24 #define printCell(txt, a, xy) \ 33 rsDebug(txt, rsGetElementAt_uchar4(a, xy.x, xy.y)); \ 36 rsDebug(txt, rsGetElementAt_uchar3(a, xy.x, xy.y)); \ 39 rsDebug(txt, rsGetElementAt_uchar2(a, xy.x, xy.y)); \ 42 rsDebug(txt, rsGetElementAt_uchar(a, xy.x, xy.y)); \ 48 rsDebug(txt, rsGetElementAt_float4(a, xy.x, xy.y)); \ 51 rsDebug(txt, rsGetElementAt_float3(a, xy.x, xy.y)); \ 54 rsDebug(txt, rsGetElementAt_float2(a, xy.x, xy.y)); \ 57 rsDebug(txt, rsGetElementAt_float(a, xy.x, xy.y)); \ 63 rsDebug(txt, rsGetElementAt_double4(a, xy.x, xy.y)); \ [all …]
|
/cts/hostsidetests/compilation/assets/ |
D | README.txt | 1 primary.prof.txt is generated from CtsCompilationApp and must be updated if 13 app_used_by_other_app_1.prof.txt and app_used_by_other_app_2.prof.txt are
|
/cts/tools/incremental-cts/ |
D | README.md | 7 This command will generate a dEQP dependency file named `dEQP-dependency.txt`: 15 Before running this command, please create `extra_deqp_dependency.txt` file and 16 copy it to test resources directory. `extra_deqp_dependency.txt` includes the
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | verify.rscript | 206 #define printCell(txt, a, xy) \ 215 rsDebug(txt, rsGetElementAt_uchar4(a, xy.x, xy.y)); \ 218 rsDebug(txt, rsGetElementAt_uchar3(a, xy.x, xy.y)); \ 221 rsDebug(txt, rsGetElementAt_uchar2(a, xy.x, xy.y)); \ 224 rsDebug(txt, rsGetElementAt_uchar(a, xy.x, xy.y)); \ 230 rsDebug(txt, rsGetElementAt_float4(a, xy.x, xy.y)); \ 233 rsDebug(txt, rsGetElementAt_float3(a, xy.x, xy.y)); \ 236 rsDebug(txt, rsGetElementAt_float2(a, xy.x, xy.y)); \ 239 rsDebug(txt, rsGetElementAt_float(a, xy.x, xy.y)); \ 245 rsDebug(txt, rsGetElementAt_double4(a, xy.x, xy.y)); \ [all …]
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | UiDumpUtils.java | 255 CharSequence txt = node.getText(); in appendNode() local 259 if (txt == null) txt = ""; in appendNode() 261 appendTextWithCursor(out, node, txt); in appendNode() 321 CharSequence txt) { in appendTextWithCursor() argument 322 out.append(txt); in appendTextWithCursor() 323 insertAtEnd(out, txt.length() - 1 - node.getTextSelectionStart(), "ꕯ"); in appendTextWithCursor() 325 insertAtEnd(out, txt.length() - 1 - node.getTextSelectionEnd(), "ꕯ"); in appendTextWithCursor() 331 CharSequence txt = node.getText(); in appendNodeText() local 351 if (!isEmpty(txt) && !node.isEditable()) { in appendNodeText() 354 appendTextWithCursor(out, node, txt); in appendNodeText() [all …]
|
/cts/hostsidetests/securitybulletin/res/ |
D | cve_2021_0921.txt | 1 This is cve_2021_0921.txt
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | verify.rscript | 219 #define printCell(txt, a, xy) \ 228 rsDebug(txt, rsGetElementAt_uchar4(a, xy.x, xy.y)); \ 231 rsDebug(txt, rsGetElementAt_uchar3(a, xy.x, xy.y)); \ 234 rsDebug(txt, rsGetElementAt_uchar2(a, xy.x, xy.y)); \ 237 rsDebug(txt, rsGetElementAt_uchar(a, xy.x, xy.y)); \ 243 rsDebug(txt, rsGetElementAt_float4(a, xy.x, xy.y)); \ 246 rsDebug(txt, rsGetElementAt_float3(a, xy.x, xy.y)); \ 249 rsDebug(txt, rsGetElementAt_float2(a, xy.x, xy.y)); \ 252 rsDebug(txt, rsGetElementAt_float(a, xy.x, xy.y)); \
|
/cts/tests/signature/api-check/scripts/ |
D | README.md | 17 "`cat /path/to/failures.txt`" 25 /path/to/failures.txt`" "missing_method|missing_annotation"
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/ |
D | generate-client-cert-chain.sh | 22 touch index.txt 38 touch intermediate/index.txt
|
D | ca.conf | 13 database = $dir/index.txt 42 database = $dir/index.txt
|
/cts/common/device-side/bedstead/metricsrecorder/ |
D | Android.bp | 30 jarjar_rules: "jarjar-rules.txt",
|
/cts/hostsidetests/compilation/ |
D | Android.bp | 108 "assets/primary.prof.txt", 127 "assets/app_used_by_other_app_1.prof.txt", 146 "assets/app_used_by_other_app_2.prof.txt",
|
/cts/hostsidetests/security/ |
D | Android.bp | 81 cmd: "echo $(locations :prebuilt_sepolicy_cts_data) > $(out).prebuilt_list.txt && " + 91 "-l $(out).prebuilt_list.txt",
|
/cts/tests/accessibility/common/src/android/accessibility/cts/common/ |
D | AccessibilityDumper.java | 199 final CharSequence txt = node.getText(); in appendNodeText() local 205 } else if (!TextUtils.isEmpty(txt)) { in appendNodeText() 206 out.append('"').append(escape(txt)).append('"'); in appendNodeText()
|
/cts/hostsidetests/jvmti/run-tests/test-1917/ |
D | Android.bp | 22 jarjar_rules: "jarjar-rules.txt",
|
/cts/hostsidetests/jvmti/run-tests/test-917/ |
D | Android.bp | 22 jarjar_rules: "jarjar-rules.txt",
|
/cts/hostsidetests/jvmti/run-tests/test-1922/ |
D | Android.bp | 22 jarjar_rules: "jarjar-rules.txt",
|
/cts/hostsidetests/jvmti/run-tests/test-942/ |
D | Android.bp | 22 jarjar_rules: "jarjar-rules.txt",
|
/cts/hostsidetests/jvmti/run-tests/test-915/ |
D | Android.bp | 22 jarjar_rules: "jarjar-rules.txt",
|
/cts/hostsidetests/jvmti/run-tests/test-904/ |
D | Android.bp | 22 jarjar_rules: "jarjar-rules.txt",
|