/external/chromium_org/chrome/browser/policy/cloud/ |
mock_cloud_policy_store.h | 18 MOCK_METHOD1(Store, void(const enterprise_management::PolicyFetchResponse&)); 39 MOCK_METHOD1(OnStoreLoaded, void(CloudPolicyStore* store)); 40 MOCK_METHOD1(OnStoreError, void(CloudPolicyStore* store));
|
cloud_external_data_store_unittest.cc | 56 // Write an entry to a store. 57 CloudExternalDataStore store(kKey1, resource_cache_.get()); 58 EXPECT_TRUE(store.Store(kPolicy1, kData1Hash, kData1)); 62 EXPECT_FALSE(store.Load(kPolicy1, kData2Hash, kMaxSize, &data)); 65 EXPECT_TRUE(store.Load(kPolicy1, kData1Hash, kMaxSize, &data)); 70 // Write an entry to a store. 71 CloudExternalDataStore store(kKey1, resource_cache_.get()); 72 EXPECT_TRUE(store.Store(kPolicy1, kData1Hash, kData2)) [all...] |
cloud_policy_manager.h | 82 CloudPolicyStore* store() { return core_.store(); } function in class:policy::CloudPolicyManager 83 const CloudPolicyStore* store() const { return core_.store(); } function in class:policy::CloudPolicyManager
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
passwords_helper.cc | 75 void AddLogin(PasswordStore* store, const PasswordForm& form) { 76 ASSERT_TRUE(store); 78 store->AddLogin(form); 79 store->ScheduleTask(base::Bind(&PasswordStoreCallback, &wait_event)); 83 void UpdateLogin(PasswordStore* store, const PasswordForm& form) { 84 ASSERT_TRUE(store); 86 store->UpdateLogin(form); 87 store->ScheduleTask(base::Bind(&PasswordStoreCallback, &wait_event)); 91 void GetLogins(PasswordStore* store, std::vector<PasswordForm>& matches) { 92 ASSERT_TRUE(store); [all...] |
/external/openssh/ |
gss-serv-krb5.c | 171 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache)); 172 client->store.envvar = "KRB5CCNAME"; 173 len = strlen(client->store.filename) + 6; 174 client->store.envval = xmalloc(len); 175 snprintf(client->store.envval, len, "FILE:%s", client->store.filename); 179 do_pam_putenv(client->store.envvar, client->store.envval);
|
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapElementTest.java | 17 package com.android.email.mail.store.imap; 19 import com.android.email.mail.store.imap.ImapElement;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/preferences/ |
NdkPreferenceInitializer.java | 29 IPreferenceStore store = Activator.getDefault().getPreferenceStore(); local 31 store.setDefault(NdkManager.NDK_LOCATION, ""); //$NON-NLS-1$
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_texgen.c | 58 struct texgen_stage_data *store, 252 struct texgen_stage_data *store, 257 GLvector4f *out = &store->texcoord[unit]; 274 struct texgen_stage_data *store, 279 GLvector4f *out = &store->texcoord[unit]; 302 struct texgen_stage_data *store, 307 GLvector4f *out = &store->texcoord[unit]; 311 GLfloat (*f)[3] = store->tmp_f; 312 GLfloat *m = store->tmp_m; 314 (build_m_tab[VB->EyePtr->size])( store->tmp_f 487 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); local 511 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); local 562 struct texgen_stage_data *store; local 583 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); local [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_texgen.c | 58 struct texgen_stage_data *store, 252 struct texgen_stage_data *store, 257 GLvector4f *out = &store->texcoord[unit]; 274 struct texgen_stage_data *store, 279 GLvector4f *out = &store->texcoord[unit]; 302 struct texgen_stage_data *store, 307 GLvector4f *out = &store->texcoord[unit]; 311 GLfloat (*f)[3] = store->tmp_f; 312 GLfloat *m = store->tmp_m; 314 (build_m_tab[VB->EyePtr->size])( store->tmp_f 487 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); local 511 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); local 562 struct texgen_stage_data *store; local 583 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); local [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_win_unittest.cc | 175 scoped_refptr<PasswordStore> store( 177 EXPECT_TRUE(store->Init()); 220 store->GetLogins(*form, &consumer); 225 store->Shutdown(); 234 scoped_refptr<PasswordStore> store( 236 EXPECT_TRUE(store->Init()); 253 store->GetLogins(*form, &consumer); 256 store->Shutdown(); 257 store = NULL; 284 scoped_refptr<PasswordStore> store( [all...] |
/bionic/libc/kernel/common/linux/ |
sysdev.h | 37 ssize_t (*store)(struct sysdev_class *, const char *, size_t); member in struct:sysdev_class_attribute 40 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, }; 61 ssize_t (*store)(struct sys_device *, const char *, size_t); member in struct:sysdev_attribute 64 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
|
/development/ndk/platforms/android-3/include/linux/ |
sysdev.h | 32 ssize_t (*store)(struct sysdev_class *, const char *, size_t); member in struct:sysdev_class_attribute 35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, }; 55 ssize_t (*store)(struct sys_device *, const char *, size_t); member in struct:sysdev_attribute 58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider.cc | 27 ConfigurationPolicyStoreInterface* store) { 33 store->Apply(i->policy_type, value->DeepCopy()); 42 ConfigurationPolicyStoreInterface* store) { 48 store->Apply(i->policy_type, value->DeepCopy());
|
dummy_configuration_policy_provider.h | 22 virtual bool Provide(ConfigurationPolicyStoreInterface* store);
|
/external/chromium/net/base/ |
network_config_watcher_mac.h | 30 // Called to register the notification keys on |store|. 33 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) = 0;
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_index_writer.h | 30 bool VerifyIndexKeys(IndexedDBBackingStore* store, 40 IndexedDBBackingStore* store, 48 bool AddingKeyAllowed(IndexedDBBackingStore* store, 63 IndexedDBBackingStore* store,
|
/external/chromium_org/net/base/ |
network_config_watcher_mac.h | 38 // Called to register the notification keys on |store|. 41 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) = 0;
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/ |
EmitterMeshFaceShape.java | 55 * @param store 56 * the variable to store with coordinates of randomly selected selected point on a random face 59 public void getRandomPoint(Vector3f store) { 65 store.set(Vector3f.ZERO); 66 store.addLocal(vertices.get(meshIndex).get(vertIndex)); 67 store.addLocal((vertices.get(meshIndex).get(vertIndex + 1).x - vertices.get(meshIndex).get(vertIndex).x) * moveFactor, (vertices.get(meshIndex).get(vertIndex + 1).y - vertices.get(meshIndex).get(vertIndex).y) * moveFactor, (vertices.get(meshIndex).get(vertIndex + 1).z - vertices.get(meshIndex).get(vertIndex).z) * moveFactor); 70 store.addLocal((vertices.get(meshIndex).get(vertIndex + 2).x - store.x) * moveFactor, (vertices.get(meshIndex).get(vertIndex + 2).y - store.y) * moveFactor, (vertices.get(meshIndex).get(vertIndex + 2).z - store.z) * moveFactor) [all...] |
EmitterPointShape.java | 63 public void getRandomPoint(Vector3f store) { 64 store.set(point); 70 * @param store the variable to store the point data 74 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { 75 store.set(point);
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
JmeFormatter.java | 53 private StringBuffer store = new StringBuffer(); field in class:JmeFormatter 66 store.setLength(0); 67 format.format(args, store, null); 77 sb.append(store.toString()).append(" ");
|
/external/kernel-headers/original/linux/ |
sysdev.h | 43 ssize_t (*store)(struct sysdev_class *, const char *, size_t); member in struct:sysdev_class_attribute 50 .store = _store, \ 97 ssize_t (*store)(struct sys_device *, const char *, size_t); member in struct:sysdev_attribute 105 .store = _store, \
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
sysdev.h | 32 ssize_t (*store)(struct sysdev_class *, const char *, size_t); member in struct:sysdev_class_attribute 35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, }; 55 ssize_t (*store)(struct sys_device *, const char *, size_t); member in struct:sysdev_attribute 58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
sysdev.h | 32 ssize_t (*store)(struct sysdev_class *, const char *, size_t); member in struct:sysdev_class_attribute 35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, }; 55 ssize_t (*store)(struct sys_device *, const char *, size_t); member in struct:sysdev_attribute 58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
sysdev.h | 32 ssize_t (*store)(struct sysdev_class *, const char *, size_t); member in struct:sysdev_class_attribute 35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, }; 55 ssize_t (*store)(struct sys_device *, const char *, size_t); member in struct:sysdev_attribute 58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
sysdev.h | 32 ssize_t (*store)(struct sysdev_class *, const char *, size_t); member in struct:sysdev_class_attribute 35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, }; 55 ssize_t (*store)(struct sys_device *, const char *, size_t); member in struct:sysdev_attribute 58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
|