Home
last modified time | relevance | path

Searched refs:KEY (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h103 template<class KEY>
113 bool getFieldType(KEY key, JSONValue::FieldType *type) const { in getFieldType()
119 bool getInt32(KEY key, int32_t *out) const { in getInt32()
124 bool getFloat(KEY key, float *out) const { in getFloat()
129 bool getString(KEY key, AString *out) const { in getString()
134 bool getBoolean(KEY key, bool *out) const { in getBoolean()
139 bool getObject(KEY key, sp<JSONObject> *obj) const { in getObject()
144 bool getArray(KEY key, sp<JSONArray> *obj) const { in getArray()
154 virtual bool getValue(KEY key, JSONValue *value) const = 0;
/device/generic/goldfish/
Dinit.ranchu.adb.setup.sh7 KEY=`getprop ro.boot.qemu.adb.pubkey`
8 echo "$KEY" > "$ADB_KEYS_FILE"
/device/google/cuttlefish/host/frontend/webrtc_operator/certs/
Dserver.key1 -----BEGIN RSA PRIVATE KEY-----
27 -----END RSA PRIVATE KEY-----
/device/google/cuttlefish/apex/keys/
Dcom.google.cf.apex.pem1 -----BEGIN RSA PRIVATE KEY-----
51 -----END RSA PRIVATE KEY-----
/device/google/sunfish/vibrator/apex/
Dkey.pem1 -----BEGIN PRIVATE KEY-----
52 -----END PRIVATE KEY-----
Dcom.android.vibrator.sunfish.pem1 -----BEGIN RSA PRIVATE KEY-----
51 -----END RSA PRIVATE KEY-----
/device/google/cuttlefish/guest/hals/vehicle/apex/
Dcom.android.hardware.automotive.vehicle.test.pem1 -----BEGIN PRIVATE KEY-----
52 -----END PRIVATE KEY-----
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java351 map.put(Settings.KEY, Settings.KEY); in map.put() argument
433 Settings.KEY + " TEXT PRIMARY KEY," + in onCreate()
1276 String key = values.getAsString(Settings.KEY); in insertSettingsInTransaction()
1283 cursor = db.query(TABLE_SETTINGS, new String[] { Settings.KEY }, in insertSettingsInTransaction()
1284 Settings.KEY + "=?", keyArray, null, null, null); in insertSettingsInTransaction()
1287 db.update(TABLE_SETTINGS, values, Settings.KEY + "=?", keyArray); in insertSettingsInTransaction()