/frameworks/base/tools/aapt/ |
ResourceIdCache.h | 19 static uint32_t store(const android::String16& package,
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.cc | 19 void AddSingleNodeToTreeStore(GtkTreeStore* store, const BookmarkNode* node, 21 gtk_tree_store_append(store, iter, parent); 27 gtk_tree_store_set(store, iter, 104 GtkTreeStore* store, GtkTreeIter* selected_iter) { 107 AddToTreeStoreAt(root_node->GetChild(i), selected_id, store, selected_iter, 112 GtkWidget* MakeTreeViewForStore(GtkTreeStore* store) { 121 store); 128 GtkWidget* tree_view = gtk_tree_view_new_with_model(GTK_TREE_MODEL(store)); 129 // Let |tree_view| own the store. 130 g_object_unref(store); [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
password_manager_handler.cc | 147 PasswordStore* store = GetPasswordStore(); local 149 store->RemoveLogin(*password_list_[i]); 154 PasswordStore* store = GetPasswordStore(); local 156 store->RemoveLogin(*password_exception_list_[i]); 202 PasswordStore* store = page_->GetPasswordStore(); local 203 if (store != NULL) { 205 store->CancelRequest(pending_login_query_); 207 pending_login_query_ = store->GetAutofillableLogins(this); 209 LOG(ERROR) << "No password store! Cannot display passwords."; 231 PasswordStore* store = page_->GetPasswordStore() local [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
cloud_policy_refresh_scheduler.h | 40 // |client|, |store| and |prefs| pointers must stay valid throughout the 44 CloudPolicyStore* store, 71 virtual void OnStoreLoaded(CloudPolicyStore* store) OVERRIDE; 72 virtual void OnStoreError(CloudPolicyStore* store) OVERRIDE;
|
cloud_policy_service.h | 22 // to the store, and setting up client registrations from cached data in the 23 // store. Also coordinates actions on policy refresh triggers. 40 // |client| and |store| must remain valid for the object life time. 43 CloudPolicyStore* store); 64 virtual void OnStoreLoaded(CloudPolicyStore* store) OVERRIDE; 65 virtual void OnStoreError(CloudPolicyStore* store) OVERRIDE; 93 // Policy store is pending.
|
cloud_policy_invalidator.cc | 32 CloudPolicyStore* store, 35 store_(store), 49 DCHECK(store); 98 void CloudPolicyInvalidator::OnStoreLoaded(CloudPolicyStore* store) { 107 if (!store->policy() || !store->policy()->has_timestamp() || 108 store->policy()->timestamp() != registered_timestamp_) { 117 if (invalid_ && store->invalidation_version() == invalidation_version_) 121 UpdateRegistration(store->policy()); 122 UpdateMaxFetchDelay(store->policy_map()) [all...] |
cloud_policy_invalidator.h | 47 // |store| is cloud policy store. It must remain valid until Shutdown is 53 CloudPolicyStore* store, 85 virtual void OnStoreLoaded(CloudPolicyStore* store) OVERRIDE; 86 virtual void OnStoreError(CloudPolicyStore* store) OVERRIDE; 137 // The cloud policy store.
|
component_cloud_policy_service.h | 59 // |store| is used to get the current DMToken and the username. 60 // |cache| is used to load and store local copies of the downloaded policies. 62 CloudPolicyStore* store, 100 virtual void OnStoreLoaded(CloudPolicyStore* store) OVERRIDE; 101 virtual void OnStoreError(CloudPolicyStore* store) OVERRIDE;
|
user_cloud_policy_manager_factory.cc | 58 scoped_ptr<UserCloudPolicyStore> store(UserCloudPolicyStore::Create(profile)); 60 store->LoadImmediately(); 62 new UserCloudPolicyManager(profile, store.Pass()));
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_tree_model.cc | 20 void AddSingleNodeToTreeStore(GtkTreeStore* store, const BookmarkNode* node, 22 gtk_tree_store_append(store, iter, parent); 28 gtk_tree_store_set(store, iter, 119 GtkTreeStore* store, GtkTreeIter* selected_iter) { 124 AddToTreeStoreAt(child, selected_id, store, selected_iter, NULL); 128 GtkWidget* MakeTreeViewForStore(GtkTreeStore* store) { 137 store); 144 GtkWidget* tree_view = gtk_tree_view_new_with_model(GTK_TREE_MODEL(store)); 145 // Let |tree_view| own the store. 146 g_object_unref(store); [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-polymorphic-store.js | 38 function store(o, v) { function 42 store(o2, 0); 43 store(o1, 0); 44 store(o2, 0); 45 %OptimizeFunctionOnNextCall(store); 46 store(o1, 10);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_policy_service.cc | 42 scoped_ptr<DeviceLocalAccountPolicyStore> store( 46 new DeviceLocalAccountPolicyBroker(user_id, store.Pass())); 47 broker->core()->store()->AddObserver(device_local_account_policy_service); 48 broker->core()->store()->Load(); 79 scoped_ptr<DeviceLocalAccountPolicyStore> store) 81 store_(store.Pass()), 150 broker->core()->store()->RemoveObserver(parent); 211 return broker && broker->core()->store()->is_managed(); 240 void DeviceLocalAccountPolicyService::OnStoreLoaded(CloudPolicyStore* store) { 241 DeviceLocalAccountPolicyBroker* broker = GetBrokerForStore(store); [all...] |
/external/proguard/src/proguard/evaluation/ |
TracedVariables.java | 35 * to the most recent variable that has been initialized by a store operation. 72 * Sets the Value that will be stored along with all store instructions. 117 producerVariables.store(index, value); 165 public void store(int index, Value value) method in class:TracedVariables 167 // Is this store operation an initialization of the variable? 175 // Store the value itself in the variable. 176 super.store(index, value); 178 // Store the producer value in its producer variable. 179 producerVariables.store(index, producerValue); 184 producerVariables.store(index+1, producerValue) [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapResponseTest.java | 17 package com.android.email.mail.store.imap; 19 import static com.android.email.mail.store.imap.ImapTestUtils.*; 21 import com.android.email.mail.store.imap.ImapConstants; 22 import com.android.email.mail.store.imap.ImapResponse; 23 import com.android.email.mail.store.imap.ImapSimpleString;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
PerformanceResultsPreferencePage.java | 427 * <code>PreferencePage</code> method returns preference store that belongs to 428 * the our plugin. This is important because we want to store our preferences 506 * store. 509 IPreferenceStore store = getPreferenceStore(); local 512 this.dbConnectionCheckBox.setSelection(store.getDefaultBoolean(PRE_DATABASE_CONNECTION)); 515 final boolean dbLocal = store.getDefaultBoolean(PRE_DATABASE_LOCAL); 522 this.databaseLocationCombo.setText(store.getDefaultString(PRE_DATABASE_LOCATION)); 526 int writeStatus = store.getDefaultInt(PRE_WRITE_STATUS); 532 int version = store.getDefaultInt(PRE_ECLIPSE_VERSION); 543 String milestone = store.getDefaultString(prefix + "0") 573 IPreferenceStore store = getPreferenceStore(); local 932 IPreferenceStore store = getPreferenceStore(); local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
certificate_viewer.cc | 69 // Indices and column count for the certificate chain hierarchy tree store. 77 // Indices and column count for the certificate fields tree store. 84 // Fill the tree store with the certificate hierarchy, and set |leaf| to the 89 // Fill the tree store with the details of the given certificate. 91 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert); 93 // Create a tree store filled with the details of the given certificate. 320 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert) { 322 gtk_tree_store_append(store, &top, NULL); 324 store, &top, 330 gtk_tree_store_append(store, &cert_iter, &top) [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
certificate_viewer_gtk.cc | 72 // Indices and column count for the certificate chain hierarchy tree store. 80 // Indices and column count for the certificate fields tree store. 87 // Fill the tree store with the certificate hierarchy, and set |leaf| to the 92 // Fill the tree store with the details of the given certificate. 94 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert); 96 // Create a tree store filled with the details of the given certificate. 334 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert) { 336 gtk_tree_store_append(store, &top, NULL); 338 store, &top, 344 gtk_tree_store_append(store, &cert_iter, &top) [all...] |
/external/skia/tests/ |
DeferredCanvasTest.cpp | 33 SkBitmap store; local 35 create(&store, SkBitmap::kARGB_8888_Config, 0xFFFFFFFF); 36 SkDevice device(store); 41 SkAutoLockPixels alp(store); 42 REPORTER_ASSERT(reporter, store.getColor(0,0) == 0xFFFFFFFF); //verify that clear was deferred 44 REPORTER_ASSERT(reporter, store.getColor(0,0) == 0x00000000); //verify that clear was executed 45 REPORTER_ASSERT(reporter, accessed.pixelRef() == store.pixelRef()); 259 SkBitmap store; local 261 create(&store, SkBitmap::kARGB_8888_Config, 0xFFFFFFFF); 262 SkDevice device(store); 274 SkBitmap store; local 452 SkBitmap store; local 502 SkBitmap store; local 585 SkBitmap store; local 606 SkBitmap store; local 644 SkBitmap store; local 807 SkBitmap store; local [all...] |
/external/chromium_org/net/ssl/ |
default_server_bound_cert_store.cc | 22 virtual void Run(DefaultServerBoundCertStore* store) = 0; 45 virtual void Run(DefaultServerBoundCertStore* store) OVERRIDE; 63 DefaultServerBoundCertStore* store) { 67 int err = store->GetServerBoundCert( 87 virtual void Run(DefaultServerBoundCertStore* store) OVERRIDE; 114 DefaultServerBoundCertStore* store) { 115 store->SyncSetServerBoundCert(server_identifier_, creation_time_, 127 virtual void Run(DefaultServerBoundCertStore* store) OVERRIDE; 147 DefaultServerBoundCertStore* store) { 148 store->SyncDeleteServerBoundCert(server_identifier_) [all...] |
/external/chromium_org/content/test/data/indexeddb/ |
callback_accounting.js | 13 request1.result.createObjectStore('store'); 20 var transaction = db1.transaction('store'); 28 transaction.objectStore('store').get(0).onsuccess = loop;
|
/external/chromium_org/net/disk_cache/flash/ |
log_store_entry.cc | 14 LogStoreEntry::LogStoreEntry(LogStore* store) 15 : store_(store), id_(-1), init_(false), closed_(false), deleted_(false) { 16 DCHECK(store); 19 LogStoreEntry::LogStoreEntry(LogStore* store, int32 id) 20 : store_(store), id_(id), init_(false), closed_(false), deleted_(false) { 21 DCHECK(store);
|
/external/chromium_org/v8/src/ |
hydrogen-uint32-analysis.cc | 42 HStoreKeyed* store = HStoreKeyed::cast(use); local 43 if (store->is_external()) { 46 if (store->value() == val) { 48 ASSERT(store->elements_kind() != EXTERNAL_PIXEL_ELEMENTS); 49 ASSERT(store->elements_kind() != EXTERNAL_FLOAT_ELEMENTS); 50 ASSERT(store->elements_kind() != EXTERNAL_DOUBLE_ELEMENTS);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizard.java | 54 * @param store preferences for usage statistics collection etc 58 public WelcomeWizard(DdmsPreferenceStore store, boolean showInstallSdkPage, 60 mStore = store; 89 DdmsPreferenceStore store = new DdmsPreferenceStore(); local 91 // Workaround: Store a new ping id if one doesn't exist, regardless of 103 if (!store.hasPingId()) { 104 store.generateNewPingId(); 107 store.setPingOptIn(isUsageCollectionApproved);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
CookieManagerTest.java | 92 private static CookieManager store(String[][] cookies, method in class:CookieManagerTest 141 CookieManager manager = store( 161 manager = store(new String[][] { cookies[2] }, responseHeaders, null); 169 manager = store(new String[][] { cookies[3] }, responseHeaders, null); 178 manager = store(new String[][] { cookies[4] }, responseHeaders, 186 manager = store(new String[][] { cookies[3] }, responseHeaders, 193 manager = store(new String[][] { cookies[5] }, responseHeaders, 226 return "A dummy store"; 253 CookieStore store = new DummyStore(); local 254 CookieManager cookieManager = new CookieManager(store, 302 CookieStore store = cookieManager.getCookieStore(); local [all...] |
/external/chromium/net/base/ |
network_config_watcher_mac.cc | 21 void DynamicStoreCallback(SCDynamicStoreRef /* store */, 90 // Add a run loop source for a dynamic store to the current run loop. 98 base::mac::ScopedCFTypeRef<SCDynamicStoreRef> store(SCDynamicStoreCreate( 101 NULL, store.get(), 0)); 106 delegate_->SetDynamicStoreNotificationKeys(store.get());
|