HomeSort by relevance Sort by last modified time
    Searched full:keyvalue (Results 1 - 23 of 23) sorted by null

  /frameworks/base/awt/java/awt/
RenderingHints.java 49 public static final Object VALUE_ALPHA_INTERPOLATION_DEFAULT = new KeyValue(
56 public static final Object VALUE_ALPHA_INTERPOLATION_SPEED = new KeyValue(
63 public static final Object VALUE_ALPHA_INTERPOLATION_QUALITY = new KeyValue(
74 public static final Object VALUE_ANTIALIAS_DEFAULT = new KeyValue(KEY_ANTIALIASING);
79 public static final Object VALUE_ANTIALIAS_ON = new KeyValue(KEY_ANTIALIASING);
84 public static final Object VALUE_ANTIALIAS_OFF = new KeyValue(KEY_ANTIALIASING);
94 public static final Object VALUE_COLOR_RENDER_DEFAULT = new KeyValue(KEY_COLOR_RENDERING);
99 public static final Object VALUE_COLOR_RENDER_SPEED = new KeyValue(KEY_COLOR_RENDERING);
104 public static final Object VALUE_COLOR_RENDER_QUALITY = new KeyValue(KEY_COLOR_RENDERING);
114 public static final Object VALUE_DITHER_DEFAULT = new KeyValue(KEY_DITHERING)
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
ISO9797Alg3Mac.java 140 byte[] keyvalue = kp.getKey();
142 if (keyvalue.length == 16)
144 key1 = new KeyParameter(keyvalue, 0, 8);
145 this.lastKey2 = new KeyParameter(keyvalue, 8, 8);
148 else if (keyvalue.length == 24)
150 key1 = new KeyParameter(keyvalue, 0, 8);
151 this.lastKey2 = new KeyParameter(keyvalue, 8, 8);
152 this.lastKey3 = new KeyParameter(keyvalue, 16, 8);
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_rights_manager.h 120 * \param KeyValue The buffer to save the CEK.
126 int32_t drm_getKey(uint8_t* uid, uint8_t* KeyValue);
155 * \param keyValue The CEK of the DRM content.
162 int32_t drm_updateDcfDataLen(uint8_t* pDcfLastData, uint8_t* keyValue, int32_t* moreBytes);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-82306.js 51 URI += '<keyvalue key="name" value="xxx"/>';
52 URI += '<keyvalue key="phone" value="6509309000"/>';
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 231 int ret, keyvalue; local
243 keyvalue = (*value > current) ? BT_CONTROL_KEY_VOL_UP :
246 ret = bluetooth_send_ctl(data, key, keyvalue, rsp);
250 current = keyvalue;
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 532 int32_t drm_getKey(uint8_t* uid, uint8_t* KeyValue)
537 if (NULL == uid || NULL == KeyValue)
554 memcpy(KeyValue, ro.KeyValue, DRM_KEY_LEN);
670 int32_t drm_updateDcfDataLen(uint8_t* pDcfLastData, uint8_t* keyValue, int32_t* moreBytes)
675 if (NULL == pDcfLastData || NULL == keyValue)
678 AES_set_decrypt_key(keyValue, DRM_KEY_LEN * 8, &key);
drm_api.c     [all...]
  /external/openssl/crypto/krb5/
krb5_asn.h 167 ** keyvalue[1] OCTET STRING
173 ASN1_OCTET_STRING *keyvalue; member in struct:krb5_encryptionkey_st
krb5_asn.c 130 ASN1_EXP(KRB5_ENCKEY, keyvalue, ASN1_OCTET_STRING,1)
  /external/openssl/include/openssl/
krb5_asn.h 167 ** keyvalue[1] OCTET STRING
173 ASN1_OCTET_STRING *keyvalue; member in struct:krb5_encryptionkey_st
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
ListResourceBundleTest.java 103 String keyValue = null;
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 70 uint8_t KeyValue[16]; /**< Decode base64 */
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 545 (uint8_t *)"o-ex:rights\\o-ex:agreement\\o-ex:asset\\ds:KeyInfo\\ds:KeyValue",
548 if (pBuf) { /* Get keyvalue */
558 if (DRM_KEY_LEN != drm_decodeBase64(pRights->KeyValue, keyLen, pValue, &valueLen))
622 memcpy(pRights->KeyValue, pValue, DRM_KEY_LEN);
623 memset(pValue, 0, DRM_KEY_LEN); /* Clean the KeyValue */
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 209 Object keyValue = referenceKey.getValue();
210 if (keyValue != null) {
211 unreferencedKeys.add(keyValue);
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrApi.h 127 TI_INT8** RoamStateDescription; /* Roaming states index-name keyValue */
128 TI_INT8** RoamEventDescription; /* Roaming Events index-name keyValue */
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrApi.h 127 TI_INT8** RoamStateDescription; /* Roaming states index-name keyValue */
128 TI_INT8** RoamEventDescription; /* Roaming Events index-name keyValue */
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 80 * KeyValue is a simple class that stores a pair of strings representing
83 private class KeyValue {
87 public KeyValue(String key, String value) {
150 KeyValue[] pairs;
152 public Update(String eventName, KeyValue[] pairs) {
164 for (KeyValue pair : pairs) {
746 new Update("cancel0", new KeyValue[] {
747 new KeyValue(Calendar.EventsColumns.STATUS,
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Properties.java 746 String keyValue = (String) entry.getKey();
749 printStream.print(substitutePredefinedEntries(keyValue));
  /external/openssl/ssl/
kssl.c     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 499 String currentText, int keyCode, int keyValue, boolean down,
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /frameworks/base/libs/audioflinger/
AudioFlinger.cpp 578 LOGV("setParameters(): io %d, keyvalue %s, tid %d, calling tid %d",
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 

Completed in 2599 milliseconds