/device/generic/goldfish/camera/ |
EmulatedCameraHotplugThread.cpp | 46 int id = cameraIdArray[i]; local 48 if (createFileIfNotExists(id)) { 49 mSubscribedCameraIds.push_back(id); 181 ALOGE("%s: Got bad camera ID from WD '%d",
|
/external/bluetooth/bluedroid/bta/sys/ |
bta_sys_int.h | 52 UINT8 id[MAX_COLLISION_REG]; member in struct:__anon596 63 UINT8 task_id; /* GKI task id */
|
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_ble.c | 507 UINT8 cmd_code, id; local 515 STREAM_TO_UINT8 (id, p); 534 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); 552 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_UNACCEPTABLE_PARAMS, id); 557 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_OK, id); 568 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); 577 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
KeyPurposeId.java | 12 * id-kp ::= OBJECT IDENTIFIER { iso(1) identified-organization(3) 34 * { id-kp 1 } 38 * { id-kp 2 } 42 * { id-kp 3 } 46 * { id-kp 4 } 50 * Usage deprecated by RFC4945 - was { id-kp 5 } 54 * Usage deprecated by RFC4945 - was { id-kp 6 } 62 * { id-kp 8 } 66 * { id-kp 9 } 70 * { id-kp 10 118 private ASN1ObjectIdentifier id; field in class:KeyPurposeId [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
BCDHPublicKey.java | 81 ASN1ObjectIdentifier id = info.getAlgorithm().getAlgorithm(); local 84 if (id.equals(PKCSObjectIdentifiers.dhKeyAgreement) || isPKCSParam(seq)) 97 else if (id.equals(X9ObjectIdentifiers.dhpublicnumber)) 105 throw new IllegalArgumentException("unknown algorithm type: " + id);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCEDHPrivateKey.java | 65 DERObjectIdentifier id = info.getAlgorithmId().getAlgorithm(); local 70 if (id.equals(PKCSObjectIdentifiers.dhKeyAgreement)) 83 else if (id.equals(X9ObjectIdentifiers.dhpublicnumber)) 91 throw new IllegalArgumentException("unknown algorithm type: " + id);
|
JCEDHPublicKey.java | 80 DERObjectIdentifier id = info.getAlgorithmId().getAlgorithm(); local 83 if (id.equals(PKCSObjectIdentifiers.dhKeyAgreement) || isPKCSParam(seq)) 96 else if (id.equals(X9ObjectIdentifiers.dhpublicnumber)) 104 throw new IllegalArgumentException("unknown algorithm type: " + id);
|
/external/chromium/base/ |
mach_ipc_mac.h | 59 // MachSendMessage message(57); // our message ID is 57 156 // The message ID may be used as a code identifying the type of message 158 GetDataPacket()->id = EndianU32_NtoL(message_id); 161 int32_t GetMessageID() { return EndianU32_LtoN(GetDataPacket()->id); } 196 int32_t id; // little-endian member in struct:base::MachMessage::MessageDataPacket
|
/external/chromium/chrome/browser/ |
background_application_list_model_unittest.cc | 144 service->UninstallExtension(ext1->id(), false, NULL); 148 service->UninstallExtension(bgapp1->id(), false, NULL); 152 service->UninstallExtension(ext2->id(), false, NULL); 156 service->UninstallExtension(bgapp2->id(), false, NULL); 160 service->UninstallExtension(ext3->id(), false, NULL); 229 std::string id = extension->id(); local 235 service->UninstallExtension(extension->id(), false, NULL);
|
background_page_tracker.cc | 32 // each background page: the parent application/extension ID, and a boolean 157 std::string id = UTF16ToUTF8( local 159 OnBackgroundPageLoaded(id); 166 OnBackgroundPageLoaded(extension->id()); 170 std::string id = Details<UnloadedExtensionInfo>(details)->extension->id(); local 171 OnExtensionUnloaded(id); 205 // If the extension is not loaded, add the id to our list of keys to delete 226 // If we have not seen this extension ID before, add it to our list. 227 if (!contents->HasKey((*iter)->id())) { [all...] |
/external/chromium/chrome/browser/chromeos/notifications/ |
desktop_notifications_unittest.cc | 193 for (int id = 1; id <= kLotsOfToasts; ++id) { 194 SCOPED_TRACE(base::StringPrintf("Creation loop: id=%d", id)); 196 params.notification_id = id; 213 int id; local 215 for (id = 1; 216 id <= cancelled; 217 ++id) { [all...] |
notification_browsertest.cc | 71 Notification NewMockNotification(const std::string& id) { 72 return NewMockNotification(new MockNotificationDelegate(id)); 76 std::string text = delegate->id(); 82 void MarkStale(const char* id) { 83 GetNotificationPanel()->GetTester()->MarkStale(NewMockNotification(id)); 253 collection->RemoveById(delegate->id()); 429 std::string id = base::StringPrintf("n%d", i); local 430 collection->Add(NewMockNotification(id), profile); 433 tester->GetBalloonView(collection, NewMockNotification(id)); 438 std::string id = base::StringPrintf("s%d", i) local [all...] |
/external/chromium/chrome/browser/chromeos/options/ |
wifi_config_model.cc | 131 std::string id = x509_certificate_model::GetPkcs11Id(cert_handle); local 132 if (id == pkcs11_id)
|
/external/chromium/chrome/browser/chromeos/ |
system_access.cc | 53 // Fallback time zone ID used in case of an unexpected error. 105 void SetTimezoneIDFromString(const std::string& id) { 112 FilePath timezone_file(kTimezoneFilesDir + id); 148 std::string id; local 149 UTF16ToUTF8(unicode.getBuffer(), unicode.length(), &id); 150 VLOG(1) << "Setting timezone to " << id; 151 chromeos::SetTimezoneIDFromString(id); 178 std::string id = GetTimezoneIDAsString(); local 179 if (id.empty()) { 180 id = kFallbackTimeZoneId [all...] |
/external/chromium/chrome/browser/download/ |
download_file_manager.cc | 117 DownloadFile* DownloadFileManager::GetDownloadFile(int id) { 118 DownloadFileMap::iterator it = downloads_.find(id); 139 int id = i->first; local 145 id, download_file->bytes_so_far())); 189 void DownloadFileManager::UpdateDownload(int id, DownloadBuffer* buffer) { 197 DownloadFile* download = GetDownloadFile(id); 208 int id, 212 VLOG(20) << __FUNCTION__ << "()" << " id = " << id 217 DownloadFile* download = GetDownloadFile(id); 246 VLOG(20) << __FUNCTION__ << "()" << " id = " << id; local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_management_browsertest.cc | 74 service->extensions()->at(size_before)->id(), 147 service->EnableExtension(service->disabled_extensions()->at(0)->id()); 159 UninstallExtension(service->disabled_extensions()->at(0)->id()); 237 const std::string* id = Details<const std::string>(details).ptr(); local 238 updates_.insert(*id); 255 // The set of extension id's we've seen via EXTENSION_UPDATE_FOUND. 282 extensions->at(size_before)->id()); 296 extensions->at(size_before)->id()); 322 extensions->at(size_before)->id()); 363 ASSERT_EQ(kExtensionId, extensions->at(size_before)->id()); [all...] |
/external/chromium/chrome/browser/importer/ |
profile_import_process_messages.h | 78 WriteParam(m, p.id()); 87 history::URLID id; local 93 if (!ReadParam(m, iter, &id) || 101 *p = history::URLRow(url, id); 111 LogParam(p.id(), l);
|
/external/chromium/chrome/browser/notifications/ |
notification_options_menu_model.cc | 172 const std::string& id = extension->id(); local 173 if (extension_prefs->GetExtensionState(id) == Extension::ENABLED) 230 const std::string& id = extension->id(); local 231 if (extension_prefs->GetExtensionState(id) == Extension::ENABLED) 232 ext_service->DisableExtension(id); 234 ext_service->EnableExtension(id);
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.cc | 47 std::string id() const { return "cloudprint.tokenexpired"; } function in class:CloudPrintProxyService::TokenExpiredNotificationDelegate 132 token_expired_delegate_->id());
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details.cc | 111 int id = resources_.size(); local 115 new_resource->set_id(id); 138 url_resource->set_parent_id(parent_resource->id()); 145 url_resource->add_child_ids(child_resource->id());
|
/external/chromium/chrome/browser/sync/engine/ |
conflict_resolver.cc | 23 using syncable::Id; 65 const Id& id) { 66 MutableEntry entry(trans, syncable::GET_BY_ID, id); 77 VLOG(1) << "Item conflicting because its parent not yet committed. Id: " 78 << id; 80 VLOG(1) << "No set for conflicting entry id " << id << ". There should " 125 entry.Get(syncable::ID), 137 // our present ID 277 Id id = parent_id; local 430 Id id = *conflicting_item_it; local [all...] |
/external/chromium/chrome/browser/themes/ |
browser_theme_pack.h | 64 // If this theme specifies data for the corresponding |id|, return true and 68 bool GetTint(int id, color_utils::HSL* hsl) const; 69 bool GetColor(int id, SkColor* color) const; 70 bool GetDisplayProperty(int id, int* result) const; 72 // Returns a bitmap if we have a custom image for |id|, otherwise NULL. Note 74 // image |id| was included in the unprocessed theme and is used as a proxy 76 SkBitmap* GetBitmapNamed(int id) const; 80 RefCountedMemory* GetRawData(int id) const; 82 // Whether this theme provides an image for |id|. 83 bool HasCustomImage(int id) const 194 int32 id; member in struct:BrowserThemePack::TintEntry 201 int32 id; member in struct:BrowserThemePack::ColorPair 206 int32 id; member in struct:BrowserThemePack::DisplayPropertyPair [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.cc | 31 bookmark_utils::ITEM_ID, node->id(), 53 int64 id = bookmark_utils::GetIdFromTreeIter(tree_model, &child_iter); local 57 if (id == 0) { 65 if (node->is_folder() && node->id() == id) { 150 if (selected_iter && node->id() == selected_id) { 184 int64 id = GetIdFromTreeIter(tree_model, &tree_root); local 188 if (node->is_folder() && node->id() == id) {
|
/external/chromium/chrome/browser/ui/webui/ |
downloads_dom_handler.cc | 98 // Get the id for the download. Our downloads are sorted latest to first, 99 // and the id is the index into that list. We should be careful of sync 101 // something other than 'id'). 107 const int id = static_cast<int>(it - download_items_.begin()); local 110 results_value.Append(download_util::CreateDownloadItemValue(download, id)); 232 DownloadItem* DownloadsDOMHandler::GetDownloadById(int id) { 235 if (static_cast<int>(it - download_items_.begin() == id)) { 244 int id; local 245 if (ExtractIntegerValue(args, &id)) { 246 return GetDownloadById(id); [all...] |
/external/chromium/chrome/common/extensions/ |
extension_action.h | 29 // Use this ID to indicate the default state for properties that take a tab_id 36 // extension id 42 // action id -- only used with legacy page actions API 43 std::string id() const { return id_; } function in class:ExtensionAction 44 void set_id(const std::string& id) { id_ = id; } 169 // The id for the extension this action belongs to (as defined in the 186 // The id for the ExtensionAction, for example: "RssPageAction". This is
|