Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 34) sorted by relevance

12

/cts/tools/dasm/src/dasm/
DDasmCatchBuilder.java121 Enumeration<CstType> keys = unprocessed_catches.elementAt(i) in getCatchTypes() local
122 .type_branch.keys(); in getCatchTypes()
123 while (keys.hasMoreElements()) { in getCatchTypes()
124 result.add(keys.nextElement().getClassType()); in getCatchTypes()
191 Enumeration<CstType> keys = uc.type_branch.keys(); in build() local
194 while (keys.hasMoreElements()) { in build()
195 CstType type = keys.nextElement(); in build()
/cts/tests/tests/drm/src/android/drm/cts/
DDrmInfoRequestTest.java73 Iterator<String> keys = attributes.keySet().iterator(); in testPutAndGetKeys() local
74 while (keys.hasNext()) { in testPutAndGetKeys()
75 final String key = (String) keys.next(); in testPutAndGetKeys()
81 while (keys.hasNext()) { in testPutAndGetKeys()
82 final String key = (String) keys.next(); in testPutAndGetKeys()
DDrmInfoTest.java83 Iterator<String> keys = attributes.keySet().iterator(); in testPutAndGetKeys() local
84 while (keys.hasNext()) { in testPutAndGetKeys()
85 final String key = (String) keys.next(); in testPutAndGetKeys()
91 while (keys.hasNext()) { in testPutAndGetKeys()
92 final String key = (String) keys.next(); in testPutAndGetKeys()
/cts/tests/tests/os/src/android/os/cts/
DUsbDebuggingTest.java32 File keys = new File("/adb_keys"); in testUsbDebugging() local
33 assertFalse(keys.exists()); in testUsbDebugging()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java78 final int...keys) { in sendKeys() argument
79 final int count = keys.length; in sendKeys()
83 sendKeyDownUp(instrumentation, targetView, keys[i]); in sendKeys()
105 final String[] keys = keysSequence.split(" "); in sendKeys() local
106 final int count = keys.length; in sendKeys()
109 String key = keys[i]; in sendKeys()
/cts/suite/audio_quality/lib/src/task/
DTaskGeneric.cpp116 void TaskGeneric::registerSupportedStringAttributes(const android::String8* keys[]) in registerSupportedStringAttributes() argument
119 while (keys[i] != NULL) { in registerSupportedStringAttributes()
120 mAllowedStringAttributes.insert(*keys[i]); in registerSupportedStringAttributes()
/cts/tools/cts-test-metrics/
Dparse_test_metrics.py39 stream_names = json_data.keys()
44 for key in metrics.keys():
/cts/suite/cts/utils/
Dget_csv_report.py155 keys = ["device", "board", "serial", "build", "data size"]
157 for i in xrange(len(keys)):
160 values.append(str(deviceResults[j].getInfoV(keys[i])))
161 reportInfo[keys[i]] = values
166 for key in deviceResult.getResults().keys():
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DDynamicConfigHandler.java63 JSONArray keys = configObject.names(); in parseJsonToConfigMap() local
64 for (int i = 0; i < keys.length(); i++) { in parseJsonToConfigMap()
65 String key = keys.getString(i); in parseJsonToConfigMap()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorStats.java169 List<String> keys = new ArrayList<>(flattenedStats.keySet()); in getSortedKeys() local
170 Collections.sort(keys); in getSortedKeys()
171 return keys; in getSortedKeys()
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTestBase.java344 Set<String> keys = metrics.keySet(); in playLoadedVideo() local
346 if (keys == null) { in playLoadedVideo()
348 } else if (keys.size() != size) { in playLoadedVideo()
367 if (!keys.contains(MediaPlayer.MetricsConstants.PLAYING)) { in playLoadedVideo()
DClearKeySystemTest.java156 private String createJsonWebKeySet(Vector<String> keyIds, Vector<String> keys) { in createJsonWebKeySet() argument
160 String key = new String(keys.get(i).getBytes(Charset.forName("UTF-8"))); in createJsonWebKeySet()
201 Vector<String> keys = new Vector<String>(); in getKeys() local
205 keys.add(clearKey); in getKeys()
208 String jwkSet = createJsonWebKeySet(keyIds, keys); in getKeys()
DNdkMediaCodec.java223 String keys[] = new String[] { in setParameters() local
227 for (String key : keys) { in setParameters()
DMediaPlayerDrmTestBase.java941 private String createJsonWebKeySet(Vector<String> keyIds, Vector<String> keys) { in createJsonWebKeySet() argument
945 String key = new String(keys.get(i).getBytes(Charset.forName("UTF-8"))); in createJsonWebKeySet()
972 Vector<String> keys = new Vector<String>(); in createKeysResponse() local
976 keys.add(clearKey); in createKeysResponse()
979 String jwkSet = createJsonWebKeySet(keyIds, keys); in createKeysResponse()
DMediaRecorderTest.java260 Set<String> keys = metrics.keySet(); in testRecorderCamera() local
266 if (keys == null) { in testRecorderCamera()
268 } else if (keys.size() != size) { in testRecorderCamera()
335 Set<String> keys = metrics.keySet(); in testRecorderMPEG2TS() local
341 if (keys == null) { in testRecorderMPEG2TS()
343 } else if (keys.size() != size) { in testRecorderMPEG2TS()
DNativeDecoderTest.java611 Set<UUID> keys = map.keySet(); in testPssh() local
612 for (UUID uuid: keys) { in testPssh()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1900 Collection<CameraCharacteristics.Key<?>> keys) { in areCharacteristicsKeysAvailable() argument
1901 return mCharacteristics.getKeys().containsAll(keys); in areCharacteristicsKeysAvailable()
1917 public final boolean areResultKeysAvailable(Collection<CaptureResult.Key<?>> keys) { in areResultKeysAvailable() argument
1918 return mCharacteristics.getAvailableCaptureResultKeys().containsAll(keys); in areResultKeysAvailable()
1935 public final boolean areRequestKeysAvailable(Collection<CaptureRequest.Key<?>> keys) { in areRequestKeysAvailable() argument
1936 return mCharacteristics.getAvailableCaptureRequestKeys().containsAll(keys); in areRequestKeysAvailable()
1950 public final boolean areKeysAvailable(CameraCharacteristics.Key<?>... keys) { in areKeysAvailable() argument
1951 return areCharacteristicsKeysAvailable(Arrays.asList(keys)); in areKeysAvailable()
1968 public final boolean areKeysAvailable(CaptureResult.Key<?>... keys) { in areKeysAvailable() argument
1969 return areResultKeysAvailable(Arrays.asList(keys)); in areKeysAvailable()
[all …]
/cts/suite/audio_quality/lib/include/task/
DTaskGeneric.h100 void registerSupportedStringAttributes(const android::String8* keys[]);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java189 Iterator<String> keys = jsonResults.keys(); in onReceive() local
190 while (keys.hasNext()) { in onReceive()
191 scenes.add(keys.next()); in onReceive()
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java91 String[] keys = new String[] { in run() local
122 for (String key : keys) { in run()
/cts/tests/tests/view/src/android/view/cts/
DKeyCharacterMapTest.java360 boolean[] keys = KeyCharacterMap.deviceHasKeys(keyChar); in testGetKeyData()
361 assertEquals(keyChar.length, keys.length); in testGetKeyData()
/cts/tools/utils/
Dmonsoon.py155 for k in status.keys():
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java620 List<Key<?>> keys = mStaticInfo.getCharacteristics().getKeys(); in testCameraStabilizations() local
621 if (!(keys.contains( in testCameraStabilizations()
623 keys.contains( in testCameraStabilizations()
2088 List<Key<?>> keys = mStaticInfo.getCharacteristics().getKeys();
2090 Integer[] videoStabModes = (keys.contains(CameraCharacteristics.
2094 int[] opticalStabModes = (keys.contains(
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py270 for k in status.keys():
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp734 const char *keys[] = { in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure() local
746 AMediaFormat_setInt32(format, keys[i], values[i]); in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()

12