Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 157) sorted by relevance

1234567

/cts/tools/release-parser/tests/
Dgenerate_golden_sample_files.sh17 …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/
DAndroid.bp33 ":frameworks-base-api-current.txt",
44 ":frameworks-base-api-system-current.txt",
55 ":frameworks-base-api-system-removed.txt",
66 ":android-test-base-current.txt",
77 ":android-test-mock-current.txt",
88 ":android-test-runner-current.txt",
99 ":apache-http-legacy-current.txt",
110 ":car-api-system-current.txt",
121 ":car-api-system-removed.txt",
DAndroid.mk38 $(if $(wildcard prebuilts/sdk/$(ver)/system/api/android.txt),\
39 … $(eval $(call build_xml_api_file,system-$(ver).api,prebuilts/sdk/$(ver)/system/api/android.txt))\
47 …$(basename $(notdir $(wildcard $(HISTORICAL_SDK_VERSIONS_ROOT)/$(ver)/$(api_level)/api/*.txt))))))…
48 …ld_xml_api_file,$(lib)-$(ver)-$(api_level).api,prebuilts/sdk/$(ver)/$(api_level)/api/$(lib).txt)) \
/cts/tests/tests/resourcesloader/resources/
DAndroid.bp26 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/
Dverify.rscript24 #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/tests/tests/renderscript/src/android/renderscript/cts/
Dverify.rscript206 #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/tools/incremental-cts/
DREADME.md7 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/common/device-side/util-axt/src/com/android/compatibility/common/util/
DUiDumpUtils.java255 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/tests/tests/os/
DAndroid.mk30 cts_platform_version_path := cts/tests/tests/os/assets/platform_versions.txt
32 cts_platform_release_path := cts/tests/tests/os/assets/platform_releases.txt
/cts/apps/CtsVerifier/
DAndroid.mk115 $(verifier-dir)/NOTICE.txt: cts/apps/CtsVerifier/NOTICE.txt | $(ACP)
116 $(hide) $(ACP) -fp cts/apps/CtsVerifier/NOTICE.txt $@
121 $(verifier-zip) : $(verifier-dir)/NOTICE.txt
/cts/tests/tests/rscpp/src/android/cts/rscpp/
Dverify.rscript219 #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/hostsidetests/securitybulletin/res/
Dcve_2021_0481.txt1 This is cve_2021-0481.txt
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/
Dgenerate-client-cert-chain.sh22 touch index.txt
38 touch intermediate/index.txt
Dca.conf13 database = $dir/index.txt
42 database = $dir/index.txt
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DAccessibilityDumper.java191 final CharSequence txt = node.getText(); in appendNodeText() local
197 } else if (!TextUtils.isEmpty(txt)) { in appendNodeText()
198 out.append('"').append(escape(txt)).append('"'); in appendNodeText()
/cts/common/device-side/bedstead/metricsrecorder/
DAndroid.bp29 jarjar_rules: "jarjar-rules.txt",
/cts/tests/tests/wrap/nowrap/
DAndroid.mk38 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
/cts/tests/tests/wrap/wrap_nodebug/
DAndroid.mk45 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
/cts/tests/tests/wrap/wrap_debug/
DAndroid.mk45 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
/cts/tests/tests/wrap/wrap_debug_malloc_debug/
DAndroid.mk45 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
/cts/hostsidetests/jvmti/run-tests/test-1976/
DAndroid.bp22 jarjar_rules: "jarjar-rules.txt",
/cts/hostsidetests/jvmti/run-tests/test-1991/
DAndroid.bp22 jarjar_rules: "jarjar-rules.txt",
/cts/hostsidetests/jvmti/run-tests/test-1994/
DAndroid.bp22 jarjar_rules: "jarjar-rules.txt",
/cts/hostsidetests/jvmti/run-tests/test-986/
DAndroid.bp22 jarjar_rules: "jarjar-rules.txt",
/cts/hostsidetests/jvmti/run-tests/test-1953/
DAndroid.bp22 jarjar_rules: "jarjar-rules.txt",

1234567