/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
iapps_finder_impl.cc | 17 const std::string& unique_id) { 21 if (!unique_id.empty()) 22 device_id = StorageInfo::MakeDeviceId(type, unique_id);
|
/external/chromium_org/media/audio/ |
audio_manager_unittest.cc | 83 EXPECT_EQ(std::string(AudioManagerBase::kDefaultDeviceId), it->unique_id); 90 EXPECT_FALSE(it->unique_id.empty()); 91 VLOG(2) << "Device ID(" << it->unique_id 96 it->unique_id); 223 EXPECT_EQ(i->unique_id, 224 GetDeviceIdFromPCMWaveInAudioInputStream(i->unique_id)); 245 GetDeviceIdFromPCMWaveInAudioInputStream(i->unique_id); 249 EXPECT_EQ(i->unique_id, converted_id); 253 EXPECT_NE(i->unique_id, converted_id); 343 EXPECT_FALSE(it->unique_id.empty()) [all...] |
/bionic/libc/kernel/common/linux/ |
init.h | 66 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early } 67 #define __setup_null_param(str, unique_id) __setup_param(str, unique_id, NULL, 0) 90 #define __setup_param(str, unique_id, fn) 91 #define __setup_null_param(str, unique_id)
|
/external/chromium_org/chrome/browser/storage_monitor/ |
media_storage_util.cc | 63 std::string unique_id; local 64 if (!StorageInfo::CrackDeviceId(*it, &type, &unique_id)) { 73 if (!base::PathExists(base::FilePath::FromUTF8Unsafe(unique_id))) 187 std::string unique_id; local 188 if (!StorageInfo::CrackDeviceId(device_id, &type, &unique_id)) 195 // For this type, the unique_id is the path. 196 return base::FilePath::FromUTF8Unsafe(unique_id);
|
storage_info.h | 44 // |type| is added so |unique_id| need only be unique within the given type. 46 static std::string MakeDeviceId(Type type, const std::string& unique_id); 48 // Extracts the device |type| and |unique_id| from |device_id|. Returns false 51 Type* type, std::string* unique_id);
|
media_transfer_protocol_device_observer_linux_unittest.cc | 32 // Returns the mtp device id given the |unique_id|. 33 std::string GetMtpDeviceId(const std::string& unique_id) { 34 return StorageInfo::MakeDeviceId(StorageInfo::MTP_OR_PTP, unique_id);
|
test_portable_device_watcher_win.cc | 85 std::string* unique_id, 92 if (unique_id) 93 *unique_id = storage_unique_id;
|
/external/chromium/chrome/browser/tab_contents/ |
infobar_delegate.cc | 24 return (contents_unique_id_ != details.entry->unique_id()) || 77 contents_unique_id_ = active_entry ? active_entry->unique_id() : 0;
|
/external/chromium_org/components/test/data/web_database/ |
version_25.sql | 13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,middle_name VARCHAR, last_name VARCHAR, email VARCHAR,company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR,city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR,phone VARCHAR, fax VARCHAR); 14 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY,name_on_card VARCHAR, type VARCHAR, card_number VARCHAR,expiration_month INTEGER, expiration_year INTEGER,verification_code VARCHAR, billing_address VARCHAR,shipping_address VARCHAR, card_number_encrypted BLOB,verification_code_encrypted BLOB);
|
version_26.sql | 13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,middle_name VARCHAR, last_name VARCHAR, email VARCHAR,company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR,city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR,phone VARCHAR, fax VARCHAR); 14 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY,name_on_card VARCHAR, type VARCHAR, card_number VARCHAR,expiration_month INTEGER, expiration_year INTEGER,verification_code VARCHAR, billing_address VARCHAR,shipping_address VARCHAR, card_number_encrypted BLOB,verification_code_encrypted BLOB);
|
version_27.sql | 15 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR); 16 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, type VARCHAR, card_number VARCHAR, expiration_month INTEGER, expiration_year INTEGER, verification_code VARCHAR, billing_address VARCHAR, shipping_address VARCHAR, card_number_encrypted BLOB, verification_code_encrypted BLOB);
|
/external/chromium_org/media/audio/win/ |
device_enumeration_win.h | 19 // - unique_id: "{0.0.1.00000000}.{8db6020f-18e3-4f25-b6f5-7726c9122574}" 29 // - unique_id: "Microphone (Realtek High Defini" (same as friendly name).
|
/external/kernel-headers/original/linux/ |
init.h | 125 #define __setup_param(str, unique_id, fn, early) \ 126 static char __setup_str_##unique_id[] __initdata = str; \ 127 static struct obs_kernel_param __setup_##unique_id \ 131 = { __setup_str_##unique_id, fn, early } 133 #define __setup_null_param(str, unique_id) \ 134 __setup_param(str, unique_id, NULL, 0) 204 #define __setup_param(str, unique_id, fn) /* nothing */ 205 #define __setup_null_param(str, unique_id) /* nothing */
|
/external/chromium_org/third_party/re2/patches/ |
re2-memory-optimization.patch | 45 Entry* entry = &entries_[prefilter->unique_id()]; 63 int child_id = canonical->unique_id(); 69 - if (!child_entry->parents->has_index(prefilter->unique_id())) 70 - child_entry->parents->set_new(prefilter->unique_id(), 1); 71 + if (child_entry->parents->find(prefilter->unique_id()) == 73 + (*child_entry->parents)[prefilter->unique_id()] = 1;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
socket.rb | 197 transmit "%s\t%i", :flat_node, adaptor.unique_id( tree ) 201 transmit "%s\t%i\t%i\t%p", :error_node, adaptor.unique_id( tree ), 207 transmit "%s\t%i\t%i", :create_node, adaptor.unique_id( node ), 210 transmit "%s\t%i\t%i\t%p", :create_node, adaptor.unique_id( node ), 216 transmit "%s\t%i\t%i", :become_root, adaptor.unique_id( new_root ), 217 adaptor.unique_id( old_root ) 221 transmit "%s\t%i\t%i", :add_child, adaptor.unique_id( root ), 222 adaptor.unique_id( child ) 226 transmit "%s\t%i\t%i\t%i", :set_token_boundaries, adaptor.unique_id( t ), 240 id = adaptor.unique_id( node [all...] |
/external/chromium_org/chrome/browser/google/ |
google_url_tracker_unittest.cc | 227 void SetNavigationPending(intptr_t unique_id, bool is_search); 228 void CommitNonSearch(intptr_t unique_id); 229 void CommitSearch(intptr_t unique_id, const GURL& search_url); 230 void CloseTab(intptr_t unique_id); 231 GoogleURLTrackerMapEntry* GetMapEntry(intptr_t unique_id); 232 GoogleURLTrackerInfoBarDelegate* GetInfoBarDelegate(intptr_t unique_id); 234 void ExpectListeningForCommit(intptr_t unique_id, bool listening); 361 void GoogleURLTrackerTest::SetNavigationPending(intptr_t unique_id, 368 unique_ids_seen_.insert(unique_id); 371 reinterpret_cast<content::NavigationController*>(unique_id), 372 reinterpret_cast<InfoBarService*>(unique_id), unique_id); local [all...] |
google_url_tracker_infobar_delegate.cc | 122 int unique_id = details.entry->GetUniqueID(); local 123 return (unique_id != contents_unique_id()) && (unique_id != pending_id_);
|
/external/chromium_org/third_party/re2/re2/ |
prefilter_tree.cc | 159 s += Itoa((*node->subs())[i]->unique_id()); 196 int unique_id = 0; local 209 atom_index_to_id_.push_back(unique_id); 211 node->set_unique_id(unique_id++); 213 node->set_unique_id(canonical->unique_id()); 227 Entry* entry = &entries_[prefilter->unique_id()]; 240 Entry* entry = &entries_[prefilter->unique_id()]; 262 int child_id = canonical->unique_id(); 266 if (child_entry->parents->find(prefilter->unique_id()) == 268 (*child_entry->parents)[prefilter->unique_id()] = 1 [all...] |
/external/regex-re2/re2/ |
prefilter_tree.cc | 152 s += Itoa((*node->subs())[i]->unique_id()); 189 int unique_id = 0; local 202 atom_index_to_id_.push_back(unique_id); 204 node->set_unique_id(unique_id++); 206 node->set_unique_id(canonical->unique_id()); 220 Entry* entry = &entries_[prefilter->unique_id()]; 233 Entry* entry = &entries_[prefilter->unique_id()]; 255 int child_id = canonical->unique_id(); 260 if (!child_entry->parents->has_index(prefilter->unique_id())) 261 child_entry->parents->set_new(prefilter->unique_id(), 1) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 33 unique_id = 1; 39 "/* " + unique_id + "*/\n" + 46 unique_id++;
|
/external/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 33 unique_id = 1; 39 "/* " + unique_id + "*/\n" + 46 unique_id++;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
taskrunner.cc | 103 task->unique_id() == next_timeout_task_->unique_id()) { 174 task->unique_id() == next_timeout_task_->unique_id(); 219 exclude_task->unique_id() != task->unique_id())
|
/external/chromium_org/content/browser/frame_host/ |
navigation_entry_screenshot_manager.cc | 133 void NavigationEntryScreenshotManager::OnScreenshotTaken(int unique_id, 140 if (iter->GetUniqueID() == unique_id) { 147 LOG(ERROR) << "Invalid entry with unique id: " << unique_id; 162 unique_id, 179 int unique_id, 185 if (iter->GetUniqueID() == unique_id) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
taskrunner.cc | 103 task->unique_id() == next_timeout_task_->unique_id()) { 174 task->unique_id() == next_timeout_task_->unique_id(); 219 exclude_task->unique_id() != task->unique_id())
|
/external/chromium_org/chrome/browser/usb/ |
usb_device.h | 32 uint32 unique_id() const { return unique_id_; } function in class:UsbDevice 67 uint32 unique_id);
|