Searched refs:store (Results 251 - 275 of 835) sorted by relevance

<<11121314151617181920>>

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl2Test.java137 keyS.store(new ByteArrayOutputStream(), null);
142 keyS.store(null, new char[0]);
149 keyS.store(ba, new char[0]);
157 keyS.store(null);
167 keyS.store(lParam);
185 String eMsg = "IllegalStateException must be thrown because key store was not initialized";
277 keyS.store(ba, new char[0]);
284 keyS.store(lParam);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Duniform_query.cpp488 struct gl_uniform_driver_storage *const store = &uni->driver_storage[i]; local
489 uint8_t *dst = (uint8_t *) store->data;
491 store->element_stride - (vectors * store->vector_stride);
499 vectors, count, store->vector_stride, extra_stride);
502 dst += array_index * store->element_stride;
504 switch (store->format) {
514 dst += store->vector_stride;
536 dst += store->vector_stride;
557 dst += store
[all...]
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp488 struct gl_uniform_driver_storage *const store = &uni->driver_storage[i]; local
489 uint8_t *dst = (uint8_t *) store->data;
491 store->element_stride - (vectors * store->vector_stride);
499 vectors, count, store->vector_stride, extra_stride);
502 dst += array_index * store->element_stride;
504 switch (store->format) {
514 dst += store->vector_stride;
536 dst += store->vector_stride;
557 dst += store
[all...]
/external/libhevc/common/arm/
H A Dihevc_intra_pred_luma_dc.s155 vmov d6, r4, r5 @store nt to accumulate
248 vst1.8 d19, [r2], r3 @store row 0 (prol)
260 vst1.8 d20, [r2], r3 @store row 1 (prol)
269 vst1.8 d21, [r2], r3 @store row 2 (prol)
277 vst1.8 d20, [r2], r3 @store row 3 (prol)
285 vst1.8 d21, [r2], r3 @store row 4 (prol)
293 vst1.8 d20, [r2], r3 @store row 5 (prol)
304 vst1.8 d21, [r2], r3 @store row 6 (prol)
310 vst1.8 d20, [r2], r12 @store row 7 (prol)
323 vst1.8 d4, [r2], r3 @store
[all...]
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_browsertest.cc94 return policy_manager->core()->store();
642 virtual void OnStoreLoaded(policy::CloudPolicyStore* store) OVERRIDE {
647 virtual void OnStoreError(policy::CloudPolicyStore* store) OVERRIDE {
692 policy::CloudPolicyStore* store = GetStoreForUser(user); local
693 ASSERT_TRUE(store);
703 store->Load();
728 store->AddObserver(this);
729 store->Load();
731 store->RemoveObserver(this);
780 policy::CloudPolicyStore* store local
843 policy::CloudPolicyStore* store = GetStoreForUser(user); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c55 p->store = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE);
75 if (p->store != NULL) {
76 rtasm_exec_free(p->store);
78 p->store = NULL;
93 if (DISASSEM && p->store)
94 debug_printf("disassemble %p %p\n", p->store, p->csr);
96 if (p->store == p->error_overflow)
100 return (void (*)(void)) pointer_to_func(p->store);
109 debug_printf("%3u: 0x%08x\n", i, p->store[i]);
264 if (!p->store)
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c55 p->store = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE);
75 if (p->store != NULL) {
76 rtasm_exec_free(p->store);
78 p->store = NULL;
93 if (DISASSEM && p->store)
94 debug_printf("disassemble %p %p\n", p->store, p->csr);
96 if (p->store == p->error_overflow)
100 return (void (*)(void)) pointer_to_func(p->store);
109 debug_printf("%3u: 0x%08x\n", i, p->store[i]);
264 if (!p->store)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_add_neon.asm257 ; store the data
625 vst1.64 {d12}, [r9], r8 ; store the data
626 vst1.64 {d13}, [r9], r8 ; store the data
639 vst1.64 {d12}, [r9], r8 ; store the data
640 vst1.64 {d13}, [r9], r8 ; store the data
657 vst1.64 {d12}, [r9], r8 ; store the data
658 vst1.64 {d13}, [r9], r8 ; store the data
671 vst1.64 {d12}, [r9], r8 ; store the data
672 vst1.64 {d13}, [r9], r8 ; store the data
678 ; store th
[all...]
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_add_neon.asm257 ; store the data
625 vst1.64 {d12}, [r9], r8 ; store the data
626 vst1.64 {d13}, [r9], r8 ; store the data
639 vst1.64 {d12}, [r9], r8 ; store the data
640 vst1.64 {d13}, [r9], r8 ; store the data
657 vst1.64 {d12}, [r9], r8 ; store the data
658 vst1.64 {d13}, [r9], r8 ; store the data
671 vst1.64 {d12}, [r9], r8 ; store the data
672 vst1.64 {d13}, [r9], r8 ; store the data
678 ; store th
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_manager.js51 * @param {Object} store The object.
53 cvox.NavigationManager.prototype.storeOn = function(store) {
54 store['reversed'] = this.isReversed();
55 store['keepReading'] = this.keepReading_;
56 store['findNext'] = this.predicate_;
57 this.shifter_.storeOn(store);
63 * @param {Object} store The object.
65 cvox.NavigationManager.prototype.readFrom = function(store) {
66 this.curSel_.setReversed(store['reversed']);
67 this.shifter_.readFrom(store);
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc72 FieldAccess store = {kUntaggedBase, 0, Handle<Name>(), Type::Signed32(), local
74 t.StoreField(store, t.PointerConstant(&result), convert);
100 FieldAccess store = {kUntaggedBase, 0, Handle<Name>(), Type::Unsigned32(), local
102 t.StoreField(store, t.PointerConstant(&result), convert);
1331 Node* store = t.graph()->NewNode(t.simplified()->StoreField(access), t.p0, local
1333 t.Effect(store);
1335 CHECK_EQ(IrOpcode::kStore, store->opcode());
1336 CHECK_EQ(val, store->InputAt(2));
1337 CheckFieldAccessArithmetic(access, store);
1339 StoreRepresentation rep = OpParameter<StoreRepresentation>(store);
1379 Node* store = t.graph()->NewNode(t.simplified()->StoreElement(access), t.p0, local
1423 Node* store = local
1474 Node* store = t.graph()->NewNode(t.simplified()->StoreElement(access), t.p0, local
1492 Node* store = t.graph()->NewNode(t.simplified()->StoreField(access), t.p0, local
1552 Node* store = t.graph()->NewNode(t.simplified()->StoreField(access), t.p0, local
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc43 DeviceCloudPolicyStoreChromeOS* store,
56 : store_(store),
183 void EnrollmentHandlerChromeOS::OnStoreLoaded(CloudPolicyStore* store) { argument
184 DCHECK_EQ(store_, store);
189 // again after the store finishes loading.
196 void EnrollmentHandlerChromeOS::OnStoreError(CloudPolicyStore* store) { argument
197 DCHECK_EQ(store_, store);
402 // Get the token service so we can store our robot refresh token.
414 LOG(ERROR) << "Failed to store API refresh token.";
421 // For consumer management enrollment, we don't store th
42 EnrollmentHandlerChromeOS( DeviceCloudPolicyStoreChromeOS* store, EnterpriseInstallAttributes* install_attributes, ServerBackedStateKeysBroker* state_keys_broker, chromeos::DeviceSettingsService* device_settings_service, scoped_ptr<CloudPolicyClient> client, scoped_refptr<base::SequencedTaskRunner> background_task_runner, const std::string& auth_token, const std::string& client_id, bool is_auto_enrollment, const std::string& requisition, const AllowedDeviceModes& allowed_device_modes, em::PolicyData::ManagementMode management_mode, const EnrollmentCallback& completion_callback) argument
[all...]
H A Ddevice_local_account_policy_provider.cc145 store_initialized_ |= broker->core()->store()->is_initialized();
149 .CopyFrom(broker->core()->store()->policy_map());
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder_unittest.cc155 // Install a "web store" app.
156 scoped_refptr<extensions::Extension> store = local
161 service_->AddExtension(store.get());
163 // Install an "enterprise web store" app.
175 EXPECT_TRUE(model1.FindItem(store->id()));
182 EXPECT_FALSE(model1.FindItem(store->id()));
189 EXPECT_FALSE(model2.FindItem(store->id()));
196 EXPECT_TRUE(model2.FindItem(store->id()));
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.cpp374 void VariableManager::reserve (ReservedScalars& store, int numScalars) argument
376 DE_ASSERT(store.numScalars == 0);
377 store.numScalars = numScalars;
381 void VariableManager::release (ReservedScalars& store) argument
383 m_numAllocatedScalars -= store.numScalars;
384 store.numScalars = 0;
472 // Build new intersected value and store into current scope.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jar ... .eclipse.core.internal.indexing.ObjectStore store org.eclipse.core.internal.indexing. ...
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_constant_expression.cpp981 ir_constant *&store, int &offset) const
984 store = (ir_constant *)hash_table_find(variable_context, var);
987 store = NULL;
1021 ir_constant *&store, int &offset) const
1026 store = 0;
1039 store = 0;
1047 store = 0;
1054 store = substore->get_array_element(index);
1059 store = substore;
1064 store
980 constant_referenced(struct hash_table *variable_context, ir_constant *&store, int &offset) const argument
1020 constant_referenced(struct hash_table *variable_context, ir_constant *&store, int &offset) const argument
1129 constant_referenced(struct hash_table *variable_context, ir_constant *&store, int &offset) const argument
1210 ir_constant *store = NULL; local
[all...]
/external/mesa3d/src/glsl/
H A Dir_constant_expression.cpp981 ir_constant *&store, int &offset) const
984 store = (ir_constant *)hash_table_find(variable_context, var);
987 store = NULL;
1021 ir_constant *&store, int &offset) const
1026 store = 0;
1039 store = 0;
1047 store = 0;
1054 store = substore->get_array_element(index);
1059 store = substore;
1064 store
980 constant_referenced(struct hash_table *variable_context, ir_constant *&store, int &offset) const argument
1020 constant_referenced(struct hash_table *variable_context, ir_constant *&store, int &offset) const argument
1129 constant_referenced(struct hash_table *variable_context, ir_constant *&store, int &offset) const argument
1210 ir_constant *store = NULL; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm177 str r9, [sp] ; store qs0 temporarily
178 str r8, [sp, #4] ; store ps0 temporarily
179 str r10, [sp, #8] ; store qs1 temporarily
180 str r7, [sp, #12] ; store ps1 temporarily
241 str r11, [src], pstep ; store op1
243 str r9, [src], pstep ; store op0 result
245 str r8, [src], pstep ; store oq0 result
247 str r10, [src], pstep ; store oq1
389 str r7, [sp, #12] ; store ps1 temporarily
391 str r10, [sp, #8] ; store qs
[all...]
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm177 str r9, [sp] ; store qs0 temporarily
178 str r8, [sp, #4] ; store ps0 temporarily
179 str r10, [sp, #8] ; store qs1 temporarily
180 str r7, [sp, #12] ; store ps1 temporarily
241 str r11, [src], pstep ; store op1
243 str r9, [src], pstep ; store op0 result
245 str r8, [src], pstep ; store oq0 result
247 str r10, [src], pstep ; store oq1
389 str r7, [sp, #12] ; store ps1 temporarily
391 str r10, [sp, #8] ; store qs
[all...]
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A DMakefile.in33 OBJECTS = gensprep.o store.o
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu.c178 * Set the initial instruction store array size to 1024, if found that
179 * isn't enough, then it will double the store size at brw_next_insn()
183 p->store = rzalloc_array(mem_ctx, struct brw_instruction, p->store_size);
219 return (const GLuint *)p->store;
/external/chromium_org/tools/perf/page_sets/endure/
H A Dindexeddb_app_worker.js8 // data store. On a different timer, the chunks are drained from the
9 // temporary store and combined into larger records in a permanent store.
141 var store = transaction.objectStore('sync-chunks');
142 request = store.put(chunk);
/external/icu/icu4c/source/tools/gensprep/
H A DMakefile.in33 OBJECTS = gensprep.o store.o
/external/libcxx/test/atomics/atomics.types.generic/
H A Dintegral.pass.cpp17 // void store(integral desr, memory_order m = memory_order_seq_cst) volatile;
18 // void store(integral desr, memory_order m = memory_order_seq_cst);
102 obj.store(T(0));
104 obj.store(T(1), std::memory_order_release);

Completed in 5833 milliseconds

<<11121314151617181920>>