/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstoreEncryptionJsunit.test.js | 107 data_rdb.getRdbStore(context, STORE_CONFIG_ENCRYPT, 1).then((store) => {
109 expect(store != null).assertTrue();
125 storePromise.then((store) => {
126 expect(store != null).assertTrue();
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | multi.cc | 31 auto store = store_.get(); in run() local 49 auto module = wasm::Module::make(store, binary); in run() 65 auto callback_func = wasm::Func::make(store, callback_type.get(), callback); in run() 70 auto instance = wasm::Instance::make(store, module.get(), imports); in run()
|
H A D | reflect.c | 89 wasm_store_t* store = wasm_store_new(engine); in main() local 111 own wasm_module_t* module = wasm_module_new(store, &binary); in main() 121 own wasm_instance_t* instance = wasm_instance_new(store, module, NULL, NULL); in main() 163 wasm_store_delete(store); in main()
|
H A D | finalize.cc | 22 void run_in_store(wasm::Store* store) { in run_in_store() argument 39 auto module = wasm::Module::make(store, binary); in run_in_store() 49 auto instance = wasm::Instance::make(store, module.get(), nullptr); in run_in_store() 69 std::cout << "Creating store 1..." << std::endl; in run() 72 std::cout << "Running in store 1..." << std::endl; in run() 77 std::cout << "Creating store 2..." << std::endl; in run() 80 std::cout << "Running in store 2..." << std::endl; in run() 84 std::cout << "Deleting store 2..." << std::endl; in run() 88 std::cout << "Running in store 1..." << std::endl; in run() 92 std::cout << "Deleting store in run() [all...] |
H A D | start.cc | 23 auto store = store_.get(); in run() local 41 auto module = wasm::Module::make(store, binary); in run() 50 auto instance = wasm::Instance::make(store, module.get(), nullptr, &trap); in run()
|
/third_party/node/deps/v8/src/heap/ |
H A D | object-start-bitmap.h | 68 inline void store(size_t cell_index, uint32_t value); 121 store(cell_index, in SetBit() 128 store(cell_index, in ClearBit() 138 void ObjectStartBitmap::store(size_t cell_index, uint32_t value) { in store() function in v8::internal::ObjectStartBitmap
|
/third_party/node/deps/v8/src/objects/ |
H A D | compressed-slots.h | 18 // The slot's contents can be read and written using operator* and store(). 46 inline void store(Object value) const; 63 // The slot's contents can be read and written using operator* and store(). 85 inline void store(MaybeObject value) const; 97 // The slot's contents can be read and written using operator* and store(). 113 inline void store(HeapObjectReference value) const; 125 // The slot's contents can be read and written using load() and store(). 140 inline void store(Object value) const;
|
H A D | slots-inl.h | 41 void FullObjectSlot::store(Object value) const { *location() = value.ptr(); } in store() function in v8::internal::FullObjectSlot 47 store(map); in store_map() 107 void FullMaybeObjectSlot::store(MaybeObject value) const { in store() function in v8::internal::FullMaybeObjectSlot 142 void FullHeapObjectSlot::store(HeapObjectReference value) const { in store() function in v8::internal::FullHeapObjectSlot
|
/third_party/skia/src/core/ |
H A D | SkColor.cpp | 112 swizzle_rb(Sk4f_fromL32(bgra)).store(rgba.vec()); in FromColor() 129 Sk4f_fromL32(c).store(&color); in FromBytes_RGBA() 136 swizzle_rb_if_bgra(Sk4f_fromL32(c)).store(&color); in FromPMColor() 148 Sk4f_fromL32(c).store(&color); in FromBytes_RGBA()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
H A D | mod.rs | 36 use crate::x509::store::X509StoreBuilder; 74 let mut store = X509StoreBuilder::new().unwrap(); in verify_trusted_with_set_cert() variables 76 store.add_cert(x509).unwrap(); in verify_trusted_with_set_cert() 80 client.ctx().set_verify_cert_store(store.build()).unwrap(); in verify_trusted_with_set_cert() 95 CALLED_BACK.store(true, Ordering::SeqCst); in verify_untrusted_callback_override_ok() 129 CALLED_BACK.store(true, Ordering::SeqCst); in verify_trusted_callback_override_ok() 163 CALLED_BACK.store(true, Ordering::SeqCst); in verify_callback_load_certs() 183 CALLED_BACK.store(true, Ordering::SeqCst); in verify_trusted_get_error_ok() 220 CALLED_BACK.store(true, Ordering::SeqCst); in verify_callback() 242 CALLED_BACK.store(tru in ssl_verify_callback() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir.cpp | 233 auto store = nir_store_output(b, clip_i, intr->src[1].ssa); variable 234 nir_intrinsic_set_write_mask(store, 0xf); 235 nir_intrinsic_set_base(store, clip_vertex_index); 241 nir_intrinsic_set_base(store, m_clipplane1); 242 nir_intrinsic_set_write_mask(store, 0xf); 243 nir_intrinsic_set_io_semantics(store, semantic); 470 auto store = nir_intrinsic_instr_create(b.shader, nir_intrinsic_store_local_shared_r600); in r600_lower_shared_io_impl() local 472 nir_intrinsic_set_write_mask(store, writemask); in r600_lower_shared_io_impl() 473 store->src[0] = nir_src_for_ssa(op->src[0].ssa); in r600_lower_shared_io_impl() 474 store in r600_lower_shared_io_impl() [all...] |
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 305 isRunning_.store(true); in StartVideoDecoder() 309 isRunning_.store(false); in StartVideoDecoder() 316 isRunning_.store(false); in StartVideoDecoder() 327 isRunning_.store(false); in StartVideoDecoder() 337 isRunning_.store(false); in StartVideoDecoder() 521 isRunning_.store(false); in SendData() 529 isRunning_.store(false); in SendData() 540 isRunning_.store(false); in SendData() 677 isRunning_.store(false); in Reset() 712 isRunning_.store(tru in Start() [all...] |
/third_party/openssl/test/ |
H A D | cmp_protect_test.c | 335 X509_STORE *store; in execute_cmp_build_cert_chain_test() local 348 if (TEST_ptr(store = X509_STORE_new()) in execute_cmp_build_cert_chain_test() 349 && TEST_true(X509_STORE_add_cert(store, root))) { in execute_cmp_build_cert_chain_test() 350 X509_VERIFY_PARAM_set_flags(X509_STORE_get0_param(store), in execute_cmp_build_cert_chain_test() 352 chain = X509_build_chain(fixture->cert, fixture->certs, store, in execute_cmp_build_cert_chain_test() 361 X509_STORE_free(store); in execute_cmp_build_cert_chain_test() 464 X509_STORE *store = X509_STORE_new(); in execute_X509_STORE_test() local 468 if (!TEST_true(ossl_cmp_X509_STORE_add1_certs(store, in execute_X509_STORE_test() 472 sk = X509_STORE_get1_all_certs(store); in execute_X509_STORE_test() 477 X509_STORE_free(store); in execute_X509_STORE_test() [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkcs7.rs | 12 use crate::x509::store::X509StoreRef; 217 /// certificate. `store` is a trusted certificate store (used for chain 224 store: &X509StoreRef, in verify() 241 store.as_ptr(), in verify() 291 use crate::x509::store::X509StoreBuilder; 337 let store = store_builder.build(); in sign_verify_test_detached() 353 &store, in sign_verify_test_detached() 381 let store = store_builder.build(); in sign_verify_test_normal() 395 .verify(&certs, &store, Non in sign_verify_test_normal() [all...] |
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 294 isRunning_.store(false); in StopInloop() 357 isRunning_.store(false); in OpenFile() 364 isRunning_.store(false); in OpenFile() 376 isRunning_.store(true); in StartVideoEncoder() 388 isRunning_.store(false); in StartVideoEncoder() 402 isRunning_.store(false); in StartVideoEncoder() 409 isRunning_.store(false); in StartVideoEncoder() 520 isRunning_.store(false); in InputFuncSurface() 529 isRunning_.store(false); in InputFuncSurface() 827 isRunning_.store(fals in CheckAttrFlag() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_intra_msa.c | 112 v16i8 store, src = { 0 }; in ff_dc_4x4_msa() local 124 store = __msa_splati_b((v16i8) sum_w, 0); in ff_dc_4x4_msa() 125 val0 = __msa_copy_u_w((v4i32) store, 0); in ff_dc_4x4_msa() 136 v16i8 store, data = { 0 }; \ 145 store = __msa_splati_b((v16i8) sum_w, 0); \ 146 val0 = __msa_copy_u_w((v4i32) store, 0); \ 157 v16i8 store; in ff_dc_8x8_msa() local 172 store = __msa_splati_b((v16i8) sum_w, 0); in ff_dc_8x8_msa() 173 val0 = __msa_copy_u_d((v2i64) store, 0); in ff_dc_8x8_msa() 186 v16i8 store; \ [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo.c | 105 const struct gl_pixelstore_attrib *store, in st_pbo_addresses_pixelstore() 109 struct pipe_resource *buf = store->BufferObj->buffer; in st_pbo_addresses_pixelstore() 122 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height; in st_pbo_addresses_pixelstore() 125 /* Compute the stride, taking store->Alignment into account */ in st_pbo_addresses_pixelstore() 127 unsigned pixels_per_row = store->RowLength > 0 ? in st_pbo_addresses_pixelstore() 128 store->RowLength : addr->width; in st_pbo_addresses_pixelstore() 130 unsigned remainder = bytes_per_row % store->Alignment; in st_pbo_addresses_pixelstore() 134 bytes_per_row += store->Alignment - remainder; in st_pbo_addresses_pixelstore() 141 offset_rows = store in st_pbo_addresses_pixelstore() 103 st_pbo_addresses_pixelstore(struct st_context *st, GLenum gl_target, bool skip_images, const struct gl_pixelstore_attrib *store, const void *pixels, struct st_pbo_addresses *addr) st_pbo_addresses_pixelstore() argument [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DumbTextComponent.java | 784 int store = 0; in fixHex() 792 store += places * value; in fixHex() 797 int bottom = store & 0xFFFF; in fixHex() 798 if (store >= 0xD8000000 && store < 0xDC000000 in fixHex() 800 add = "" + (char)(store >> 16) + (char)bottom; in fixHex() 801 } else if (store > 0xFFFF && store <= 0x10FFFF) { in fixHex() 802 store -= 0x10000; in fixHex() 803 add = "" + (char)(((store >> 1 in fixHex() [all...] |
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 435 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, i); in TEST_F() local 436 ASSERT_TRUE(store->src[1].is_ssa); in TEST_F() 437 EXPECT_EQ(store->src[1].ssa, stored_value); in TEST_F() 569 /* Our approach here is a bit scorched-earth. We expect the volatile store in TEST_F() 570 * in the middle to cause both that store and the one before it to be kept. in TEST_F() 571 * Technically, volatile only prevents combining the volatile store with in TEST_F() 572 * another store and one could argue that the store before the volatile and in TEST_F() 574 * treat a volatile store like an atomic and prevent any combining across in TEST_F() 851 nir_intrinsic_instr *store; in TEST_F() local 932 nir_intrinsic_instr *store; TEST_F() local 1071 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, i); TEST_F() local 1106 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 2); TEST_F() local 1166 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 1); TEST_F() local 1670 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 0); TEST_F() local 1688 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 0); TEST_F() local 1716 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 0); TEST_F() local 1738 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 0); TEST_F() local [all...] |
/third_party/node/benchmark/async_hooks/ |
H A D | async-local-storage-getstore-nested-run.js | 21 function runBenchmark(store, n) { 23 store.getStore();
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
H A D | image.hpp | 41 inline virtual void store(glm::ivec2 coord, const T &v) in store() function 59 image.store(coord, value); in imageStore()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | instanceMemberInitialization.js | 17 private readonly store = new this.Map_<K, V>(); 35 this.store = new this.Map_();
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | detection.rs | 19 WORKS.store(1, Ordering::Relaxed); 29 WORKS.store(available as usize + 1, Ordering::Relaxed); in initialize() 68 WORKS.store(works as usize + 1, Ordering::Relaxed); in initialize()
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_verify_ctx.c | 59 ctx->store = s; in TS_VERIFY_CTX_set_store() 60 return ctx->store; in TS_VERIFY_CTX_set_store() 84 X509_STORE_free(ctx->store); in TS_VERIFY_CTX_cleanup()
|
/third_party/openssl/crypto/ts/ |
H A D | ts_verify_ctx.c | 59 ctx->store = s; in TS_VERIFY_CTX_set_store() 60 return ctx->store; in TS_VERIFY_CTX_set_store() 84 X509_STORE_free(ctx->store); in TS_VERIFY_CTX_cleanup()
|