HomeSort by relevance Sort by last modified time
    Searched refs:PASSWORD (Results 26 - 50 of 50) sorted by null

12

  /system/security/keystore/
IKeystoreService.cpp 199 virtual int32_t password(const String16& password) function in class:android::BpKeystoreService
203 data.writeString16(password);
204 status_t status = remote()->transact(BnKeystoreService::PASSWORD, data, &reply);
206 ALOGD("password() could not contact remote: %d\n", status);
212 ALOGD("password() caught exception %d\n", err);
236 virtual int32_t unlock(const String16& password)
240 data.writeString16(password);
647 case PASSWORD: {
650 int32_t ret = password(pass)
    [all...]
  /external/chromium/googleurl/src/
url_parse.cc 71 Component* password) {
73 // password.
79 // Found separator: <username>:<password>
81 *password = MakeRange(user.begin + colon_offset + 1,
86 *password = Component();
144 Component* password,
150 password->reset();
165 username, password);
171 password->reset();
291 // First split into two main parts, the authority (username, password, host
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 603 PASSWORD = 2,
    [all...]