/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_validate.py | 73 resolver = jsonschema.RefResolver.from_schema(baseSchema, store=schemaRefStore)
|
/third_party/skia/src/core/ |
H A D | SkFixed15.h | 28 uint16_t store() const { return fVal; } in store() function in SkFixed15
|
/third_party/skia/src/gpu/ |
H A D | GrColor.h | 84 SkFloatToHalf_finite_ftz(Sk4f::Load(color.vec())).store(&halfColor); in SkPMColor4f_toFP16()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | MutexLock.hpp | 153 mutex.store(false, std::memory_order_release);
|
/third_party/openssl/crypto/ts/ |
H A D | ts_local.h | 135 X509_STORE *store; member
|
/third_party/openssl/crypto/store/ |
H A D | store_local.h | 18 #include <openssl/store.h>
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | LatencyTuner.cpp | 44 mLatencyTriggerResponses.store(numRequests); in tune()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | AudioStreamOpenSLES.h | 112 mState.store(state); in setState()
|
/third_party/skia/src/opts/ |
H A D | SkUtils_opts.h | 24 SkNx<N,T>(value).store(buffer); in memsetT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Statistic.h | 66 Value.store(Val, std::memory_order_relaxed); in operator =()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceFixups.cpp | 84 Asm->store(position(), offset()); in emitOffset()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | stacktrace.cc | 115 custom.store(w, std::memory_order_release); in SetStackUnwinder()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | thread_identity.cc | 44 pthread_key_initialized.store(true, std::memory_order_release); in AllocateThreadIdentityKey()
|
/third_party/rust/crates/once_cell/src/ |
H A D | imp_cs.rs | 51 self.initialized.store(true, Ordering::Release);
|
/third_party/rust/crates/nix/test/ |
H A D | test_timer.rs | 18 ALARM_CALLED.store(true, Ordering::Release); in handle_sigalarm()
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
H A D | decoder_demo.cpp | 125 isRunning_.store(true); in Start() 137 isRunning_.store(false); in Stop()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreQuery.test.js | 102 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => {
103 kvStore = store;
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | avf_showcqt.asm | 154 jz .store 167 .store:
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
H A D | afuc_test.asm | 112 store $07, [$04 + 0x004], 0x4 123 (rep)store $memdata, [$02 + 0x004], 0x4
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_eu_compact.cpp | 224 EXPECT_TRUE(test_compact_instruction(p, p->store[0])); in TearDown() 225 EXPECT_TRUE(test_fuzz_compact_instruction(p, p->store[0])); in TearDown()
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | member-storage.h | 94 reinterpret_cast<std::atomic<IntegralType>&>(value_).store( in StoreAtomic() 200 reinterpret_cast<std::atomic<const void*>&>(ptr_).store( in StoreAtomic()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-object-header.h | 151 // If cage is enabled, to save on space required by sweeper metadata, we store 194 ->store(GCInfoIndexField::encode(gc_info_index), in HeapObjectHeader() 364 atomic_encoded->store(value, memory_order); in StoreEncoded()
|
/third_party/node/deps/v8/src/execution/ |
H A D | v8threads.cc | 155 mutex_owner_.store(ThreadId::Current(), std::memory_order_relaxed); in Lock() 160 mutex_owner_.store(ThreadId::Invalid(), std::memory_order_relaxed); in Unlock()
|
/third_party/skia/src/shaders/gradients/ |
H A D | Sk4fGradientBase.cpp | 136 bias.store(fCb.vec()); in Sk4fGradientInterval() 137 dc.store(fCg.vec()); in Sk4fGradientInterval()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | find_opt_references.cc | 243 Fn store = std::bind(StoreReference, _1, _2, _3, _4, _5, _6, _7, _8, entries); in main() local 246 FLAGS_advanced ? store : print); in main()
|