Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 57) sorted by relevance

123

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java344 Key<Float> key = CameraCharacteristics.LENS_INFO_MINIMUM_FOCUS_DISTANCE; in getMinimumFocusDistanceChecked() local
377 Key<Integer> key = CameraCharacteristics.LENS_INFO_FOCUS_DISTANCE_CALIBRATION; in getFocusDistanceCalibrationChecked() local
435 Key<int[]> key = CameraCharacteristics.CONTROL_AE_AVAILABLE_ANTIBANDING_MODES; in getAeAvailableAntiBandingModesChecked() local
467 Key<Boolean> key = CameraCharacteristics.FLASH_INFO_AVAILABLE; in getFlashInfoChecked() local
479 Key<int[]> key = in getAvailableTestPatternModesChecked() local
501 Key<Size[]> key = CameraCharacteristics.JPEG_AVAILABLE_THUMBNAIL_SIZES; in getAvailableThumbnailSizesChecked() local
529 Key<float[]> key = CameraCharacteristics.LENS_INFO_AVAILABLE_FOCAL_LENGTHS; in getAvailableFocalLengthsChecked() local
550 Key<float[]> key = CameraCharacteristics.LENS_INFO_AVAILABLE_APERTURES; in getAvailableAperturesChecked() local
571 Key<int[]> key = CameraCharacteristics.HOT_PIXEL_AVAILABLE_HOT_PIXEL_MODES; in getAvailableHotPixelModesChecked() local
596 Key<int[]> key = CameraCharacteristics.STATISTICS_INFO_AVAILABLE_FACE_DETECT_MODES; in getAvailableFaceDetectModesChecked() local
[all …]
DCameraErrorCollector.java605 CameraCharacteristics.Key<T> key) { in expectKeyValueNotNull()
624 CaptureRequest.Key<T> key) { in expectKeyValueNotNull()
641 public <T> T expectKeyValueNotNull(Builder request, CaptureRequest.Key<T> key) { in expectKeyValueNotNull()
658 public <T> T expectKeyValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull()
670 public <T> T expectKeyValueNotNull(String msg, CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull()
688 Builder request, CaptureRequest.Key<T> key, T expected) { in expectKeyValueNotEquals()
710 CaptureResult result, CaptureResult.Key<T> key, T expected) { in expectKeyValueNotEquals()
731 public <T> void expectKeyValueEquals(CaptureResult result, CaptureResult.Key<T> key, in expectKeyValueEquals()
756 public <T> void expectKeyValueEquals(Builder request, CaptureRequest.Key<T> key, T expected) { in expectKeyValueEquals()
779 CaptureResult result, CaptureResult.Key<T> key, T expected) { in expectKeyValueGreaterOrEqual()
[all …]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dsplay.js160 SplayTree.prototype.insert = function(key, value) { argument
193 SplayTree.prototype.remove = function(key) { argument
224 SplayTree.prototype.find = function(key) { argument
252 SplayTree.prototype.findGreatestLessThan = function(key) { argument
293 SplayTree.prototype.splay_ = function(key) { argument
361 SplayTree.Node = function(key, value) { argument
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DAbstractSensorOperation.java32 protected void addSensorStats(String key, SensorStats stats) { in addSensorStats()
42 protected void addSensorStats(String key, int index, SensorStats stats) { in addSensorStats()
/cts/tests/sample/src/android/sample/
DSampleDeviceActivity.java47 public void savePreference(String key, String value) { in savePreference()
62 public String getPreference(String key) { in getPreference()
/cts/tests/tests/preference2/src/android/preference2/cts/
DPreferenceTest.java111 String key = mPreference.getKey(); in testGetKey() local
117 final String key = "key1"; in testSetKey() local
184 String key = "" + Math.random(); in testPersistInt() local
201 String key = "" + Math.random(); in testPersistBoolean() local
219 String key = "" + Math.random(); in testPersistString() local
237 String key = "" + Math.random(); in testPersistFloat() local
255 String key = "" + Math.random(); in testPersistLong() local
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DSensorStats.java66 public synchronized void addValue(String key, Object value) { in addValue()
80 public synchronized void addSensorStats(String key, SensorStats stats) { in addSensorStats()
99 public synchronized Object getValue(String key) { in getValue()
115 String key = statsEntry.getKey() + DELIMITER + valueEntry.getKey(); in flatten() local
/cts/tests/tests/drm/src/android/drm/cts/
DDrmInfoRequestTest.java73 final String key = (String) keys.next(); in testPutAndGetKeys() local
80 final String key = (String) keys.next(); in testPutAndGetKeys() local
86 final String key = (String) infoKeys.next(); in testPutAndGetKeys() local
DDrmInfoTest.java83 final String key = (String) keys.next(); in testPutAndGetKeys() local
90 final String key = (String) keys.next(); in testPutAndGetKeys() local
96 final String key = (String) infoKeys.next(); in testPutAndGetKeys() local
/cts/common/util/src/com/android/compatibility/common/util/
DKeyValueArgsParser.java32 String key = null; in parse() local
/cts/tools/signature-tools/src/signature/converter/dex/
DFieldPool.java66 FieldKey key = new FieldKey(qualifiedClassName, fieldName); in getField() local
77 FieldKey key = new FieldKey(qualifiedName, fieldName); in getEnumConstant() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerHardwareScanFilterActivity.java148 public void addItem(String key) { in addItem()
164 String key = mKeys.get(pos); in getView() local
/cts/tools/signature-tools/src/signature/model/util/
DTypePool.java56 String key = packageName + "<>" + className; in getClass() local
116 TypeVariableKey key = new TypeVariableKey(name, genericDeclaration); in containsTypeVariableDefinition() local
125 TypeVariableKey key = new TypeVariableKey(name, genericDeclaration); in getTypeVariable() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DAllocationCache.java82 AllocationKey key = new AllocationKey(type, usage); in getOrCreateTyped() local
123 AllocationKey key = new AllocationKey(allocation.getType(), usage); in returnToCache() local
/cts/suite/audio_quality/lib/src/task/
DTaskGeneric.cpp125 bool TaskGeneric::addStringAttribute(const android::String8& key, const android::String8& value) in addStringAttribute()
135 bool TaskGeneric::findStringAttribute(const android::String8& key, android::String8& value) const in findStringAttribute() argument
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DEditorInfoTest.java47 String key = "bundleKey"; in testEditorInfo() local
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
DTestListParser.java52 final String key = parts[0]; in parse() local
/cts/suite/audio_quality/test/
DTaskTest.cpp57 bool addStringAttributePublic(const android::String8& key, android::String8& value){ in addStringAttributePublic()
60 bool findStringAttributePublic(const android::String8& key, android::String8& value){ in findStringAttributePublic()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java161 static void addResult(final String key, final String value){ in addResult()
171 static void addResult(final String key, final int value){ in addResult()
181 static void addResult(final String key, final float value){ in addResult()
/cts/tests/tests/database/src/android/database/cts/
DDatabaseUtilsTest.java165 String key = "key"; in testCursorDoubleToContentValues() local
203 String key = "key"; in testCursorIntToContentValues() local
232 String key = "key"; in testcursorLongToContentValues() local
277 String key = "key"; in testCursorStringToContentValues() local
/cts/tests/tests/util/src/android/util/cts/
DArrayMapTest.java165 Object key = array.keyAt(i); in compareMaps() local
274 String key = iterator1.next(); in compareBundles() local
287 String key = iterator2.next(); in compareBundles() local
/cts/suite/cts/utils/
Dget_csv_report.py119 def addKV(self, key, value): argument
135 def getInfoV(self, key): argument
/cts/tests/tests/net/src/android/net/http/cts/
DSslCertificateTest.java160 public void verify(PublicKey key) throws CertificateException, NoSuchAlgorithmException, in verify()
165 public void verify(PublicKey key, String sigProvider) throws CertificateException, in verify()
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/
DCtsJankTestBase.java38 protected String getPropertyString(Bundle params, String key) in getPropertyString()
/cts/tests/tests/content/src/android/content/cts/
DSharedPreferencesTest.java79 String key = "not-set"; in testDefaults() local
247 String key = new Integer(rand.nextInt(25)).toString(); in testTorture() local
288 String key = new Integer(rand.nextInt(25)).toString(); in testTorture2() local

123