Searched refs:KEY (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/util/common/ |
D | JSONObject.h | 103 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/ |
D | init.ranchu.adb.setup.sh | 7 KEY=`getprop ro.boot.qemu.adb.pubkey` 8 echo "$KEY" > "$ADB_KEYS_FILE"
|
/device/google/cuttlefish/host/frontend/webrtc_operator/certs/ |
D | server.key | 1 -----BEGIN RSA PRIVATE KEY----- 27 -----END RSA PRIVATE KEY-----
|
/device/google/cuttlefish/apex/keys/ |
D | com.google.cf.apex.pem | 1 -----BEGIN RSA PRIVATE KEY----- 51 -----END RSA PRIVATE KEY-----
|
/device/google/sunfish/vibrator/apex/ |
D | key.pem | 1 -----BEGIN PRIVATE KEY----- 52 -----END PRIVATE KEY-----
|
D | com.android.vibrator.sunfish.pem | 1 -----BEGIN RSA PRIVATE KEY----- 51 -----END RSA PRIVATE KEY-----
|
/device/google/cuttlefish/guest/hals/vehicle/apex/ |
D | com.android.hardware.automotive.vehicle.test.pem | 1 -----BEGIN PRIVATE KEY----- 52 -----END PRIVATE KEY-----
|
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 351 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()
|