Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 29) sorted by relevance

12

/cts/tests/tests/content/BinderPermissionTestService/
DREADME.txt2 check if their caller has certain permissions. This service is used by
6 This service has to be in a separate package so the permissions of the
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale12 The Dhrystone benchmark program [1] has become a popular benchmark for
22 evaluation, it has been made for two reasons:
24 o Dhrystone has been published in Ada [1], and Versions in Ada, Pascal
26 However, the version that was used most often for benchmarking has
28 the Ada version into the C programming language, this has been the
45 statements. It has turned out in the past that optimizing compilers
47 removal" or "dead variable elimination"). This has lead to the
52 The overall policiy for version 2 has been that the distribution of
59 benchmark into something different from what has become known as
82 their impact on execution time in all likelihood has been negligible.)
[all …]
DDrystone-2.1.sh28 XThe Dhrystone benchmark program [1] has become a popular benchmark for
75 Xbenchmark into something different from what has become known as
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/
DAndroid.bp45 // The 'arm' apk has both arm and arm64 so's. Same for x86/x86_64.
60 // This apk has compressed JNI libraries when it shouldn't if it's presigned
93 // This apk has compressed JNI libraries when it shouldn't if it's presigned
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralActivity.java119 private void recordUSBAudioStatus(boolean has) { in recordUSBAudioStatus() argument
122 has, in recordUSBAudioStatus()
127 protected void setUsbAudioStatus(boolean has) { in setUsbAudioStatus() argument
129 recordUSBAudioStatus(has); in setUsbAudioStatus()
DAudioFrequencyActivity.java105 private void recordRefMicStatus(boolean has) { in recordRefMicStatus() argument
108 has ? 1.0 : 0, in recordRefMicStatus()
/cts/tests/JobSchedulerSharedUid/jobperm/
DREADME.txt1 This APK uses the same shared UID as CtsJobSchedulerSharedUidTestCases. It has no code but exists f…
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DREADME.md8 4. Go to `/sys/kernel/debug/hid/<identifier>`, where the identifier has the form
23 There, print all of the event data that has changed. For MotionEvents, ensure to look at the
/cts/tests/tests/icu/resources/android/icu/cts/expectations/
Dicu-known-failures.txt16 description: "ICU4J has a bug when using ISO8601 calendar type.",
/cts/hostsidetests/hdmicec/
DREADME.md3 NOTE: CTS has two meanings here. HDMI defines a set of tests in the
22 It is recommended that the source device has an HDMI physical address of `1.0.0.0` while running
/cts/hostsidetests/devicepolicy/app/common/
DAndroid.bp31 "testng", // TODO: remove once Android migrates to JUnit 4.13, which has assertThrows
/cts/hostsidetests/theme/
DAndroid.bp26 // Special handling for pre-release builds where the SDK version has not been
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/
DAndroid.bp71 // be updated and function as expected after the signing key has been rotated.
115 // expected after the signing key has been rotated in the v3.1 block.
/cts/tests/tests/neuralnetworks/tflite_delegate/
DAndroid.bp20 // The "CtsTfliteNnapiDelegateTests_static" has been moved to
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_fast_f32.rscript15 // value interval that has no blur.
59 // blended with the input image (which has been updated in the first pass) to
75 // The kernel has a center at
77 // And the kernel has a size of
94 // Copies an input (unpadded) RGBD image into g_sharp_image, which has been
242 // This pixel has not been completely covered by layers in front of the
455 // Tests whether this pixel has a valid depth behind the focal depth.
Dluts_for_speedup_f32.rsh43 // is, a depth value x that has a larger value (closer to the camera)
Dlayered_filter_fast_d1new.rscript15 // value interval that has no blur.
60 // blended with the input image (which has been updated in the first pass) to
86 // Copies an input (unpadded) RGBD image into g_sharp_image, which has been
Dlayered_filter_d1new_helper.rsh6 // This allocation has three float values of red, green, blue
/cts/tests/tests/mediaediting/
DREADME.md46 It has paths for the input clips required for TranscodeQualityTest. Test now uses MediaPreparer to …
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_DirectoryTest.java149 if (result.has(CtsGalProvider.ERROR_MESSAGE_KEY)) { in testQueryParameters()
/cts/libs/webkit-shared/
DREADME.md27 that a test suite has a configurable environment.
45 have all the references your test has to an activity. This will be overridden later on by the
/cts/tests/tests/media/
DREADME.md31 Each of the sub-folders has a copy_media.sh that will download and install the assets
/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java234 if (entry.has("keycode")) { in parseInputEvent()
236 } else if (entry.has("axes")) { in parseInputEvent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java660 if (cmdObj.has("overrideToPortrait")) { in openCameraDevice()
1486 if (params.has("overrideToPortrait")) {
1630 if (params.has(SETTINGS_KEY)) {
2061 if (params.has(PHYSICAL_ID_KEY)) {
2148 if (params.has(REGION_KEY)) {
2150 if (regions.has(REGION_AE_KEY)) {
2154 if (regions.has(REGION_AF_KEY)) {
2158 if (regions.has(REGION_AWB_KEY)) {
2183 if (params.has(TRIGGER_KEY)) {
2185 if (triggers.has(TRIGGER_AE_KEY)) {
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DPersistence.java212 if (object.has(LaunchFromIntent.LAUNCH_FROM_KEY)) { in fromJson()

12