/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
H A D | entry.js | 15 // note: we will also store any request headers 26 // note: we must not store the real response's age header, or when we load 78 // we store the relevant request headers too 247 async store (status) { 465 return newEntry.store('updated')
|
/third_party/node/deps/v8/src/objects/ |
H A D | tagged-field-inl.h | 74 void TaggedField<T, kFieldOffset>::store(HeapObject host, T value) { in store() function in v8::internal::TaggedField 86 void TaggedField<T, kFieldOffset>::store(HeapObject host, int offset, T value) { in store() function in v8::internal::TaggedField
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | node.c | 462 ppir_store_node *store = ppir_node_to_store(parent); in ppir_node_replace_child() local 463 _ppir_node_replace_child(&store->src, old_child, new_child); in ppir_node_replace_child()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 183 /* Maybe lookup from store if by subject name */ in ocsp_find_signer() 386 X509_STORE *store, unsigned long flags) in OCSP_request_verify() 415 return ocsp_verify_signer(signer, 0, store, flags, in OCSP_request_verify() 385 OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags) OCSP_request_verify() argument
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 183 /* Maybe lookup from store if by subject name */ in ocsp_find_signer() 386 X509_STORE *store, unsigned long flags) in OCSP_request_verify() 415 return ocsp_verify_signer(signer, 0, store, flags, in OCSP_request_verify() 385 OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags) OCSP_request_verify() argument
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkArithmeticImageFilter.cpp | 152 SkNx_cast<uint8_t>(r).store(dst+i); in arith_span() 168 SkNx_cast<uint8_t>(r).store(dst+i); in arith_transparent()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | cms.h | 131 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 135 X509_STORE *store, unsigned int flags);
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | zero_init_workgroup_memory.cc | 288 auto* store = b.Call("atomicStore", b.AddressOf(expr.expr), zero_init); in BuildZeroingStatements() local 289 statements.emplace_back(Statement{b.CallStmt(store), expr.num_iterations, in BuildZeroingStatements() 407 /// @returns true if a variable with store type `ty` can be efficiently zeroed
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_field_inl.h | 271 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap() 272 this->MapFieldBase::state_.store(other_state, std::memory_order_relaxed); in Swap()
|
H A D | map_field_test.cc | 70 state_.store(STATE_MODIFIED_MAP, std::memory_order_relaxed); in SetMapDirty() 73 state_.store(STATE_MODIFIED_REPEATED, std::memory_order_relaxed); in SetRepeatedDirty()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | flag.cc | 163 OneWordValue().store(absl::bit_cast<int64_t>(buf), in Init() 241 OneWordValue().store(one_word_val, std::memory_order_release); in StoreValue()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getlocation.c | 138 /* For each DW_OP_implicit_value, we store a special entry in the cache. 623 int store = store_implicit_value (dbg, cache, &result[n]); in __libdw_intern_expression() local 624 if (unlikely (store != 0)) in __libdw_intern_expression() 626 if (store < 0) in __libdw_intern_expression()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 96 \item[\Const{UNW\_IA64\_BSP}:] Contains the register backing-store 174 the register-backing store write pointer. 176 the register-backing store NaT-collection register.
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compile_sf.c | 779 jmp = brw_JMPI(p, brw_imm_d(0), BRW_PREDICATE_NORMAL) - p->store; in brw_emit_anyprim_setup() 790 jmp = brw_JMPI(p, brw_imm_d(0), BRW_PREDICATE_NORMAL) - p->store; in brw_emit_anyprim_setup() 796 jmp = brw_JMPI(p, brw_imm_d(0), BRW_PREDICATE_NORMAL) - p->store; in brw_emit_anyprim_setup()
|
/third_party/node/src/ |
H A D | node.cc | 425 previous_sigsegv_action.store(handler); in RegisterSignalHandler() 433 previous_sigbus_action.store(handler); in RegisterSignalHandler() 491 init_process_flags.store(flags); in PlatformInit()
|
/third_party/node/deps/v8/src/heap/ |
H A D | new-spaces.cc | 540 original_limit_.store(limit(), std::memory_order_relaxed); in UpdateLinearAllocationArea() 541 original_top_.store(top(), std::memory_order_release); in UpdateLinearAllocationArea() 674 original_top_.store(allocation_info_->top(), std::memory_order_release); in MaybeFreeUnusedLab()
|
H A D | mark-compact.h | 293 chunk->young_generation_live_byte_count_.store(value, in SetLiveBytes() 321 chunk->live_byte_count_.store(value, std::memory_order_relaxed); in SetLiveBytes() 364 chunk->live_byte_count_.store(value, std::memory_order_relaxed); in SetLiveBytes()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | scalar_analysis.cpp | 39 Generated from the following GLSL + --eliminate-local-multi-store 109 const Instruction* store = nullptr; in TEST_F() local 113 store = &inst; in TEST_F() 121 EXPECT_NE(store, nullptr); in TEST_F() 159 Generated from the following GLSL + --eliminate-local-multi-store 283 Generated from the following GLSL + --eliminate-local-multi-store 383 Generated from the following GLSL + --eliminate-local-multi-store 648 Generated from the following GLSL + --eliminate-local-multi-store 801 Generated from the following GLSL + --eliminate-local-multi-store 930 Generated from the following GLSL + --eliminate-local-multi-store [all...] |
/third_party/skia/src/core/ |
H A D | SkScan_Hairline.cpp | 261 ((A * t + B) * t + C).store(&tmp[i]); 321 value.store(components); 396 p.store(&tmp[i]);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | scalar_analysis.cpp | 39 Generated from the following GLSL + --eliminate-local-multi-store 109 const Instruction* store = nullptr; in TEST_F() local 113 store = &inst; in TEST_F() 121 EXPECT_NE(store, nullptr); in TEST_F() 159 Generated from the following GLSL + --eliminate-local-multi-store 283 Generated from the following GLSL + --eliminate-local-multi-store 383 Generated from the following GLSL + --eliminate-local-multi-store 648 Generated from the following GLSL + --eliminate-local-multi-store 801 Generated from the following GLSL + --eliminate-local-multi-store 930 Generated from the following GLSL + --eliminate-local-multi-store [all...] |
/third_party/skia/tests/ |
H A D | SkNxTest.cpp | 20 v.store(vals); in test_Nf() 81 v.store(vals); in test_Ni() 324 u4_1.store(d16); in DEF_TEST()
|
H A D | SkVxTest.cpp | 102 float4{2,3,4,5}.store(buf); in DEF_TEST() 191 f.store(&p); 193 f.yx().store(&p);
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_accessor_expression_test.cc | 486 // var store : f32 = ident.inner.a in TEST_F() 496 auto* store = Var("store", ty.f32()); in TEST_F() local 499 auto* expr = Assign("store", rhs); in TEST_F() 500 WrapInFunction(var, store, expr); in TEST_F() 506 ASSERT_TRUE(b.GenerateFunctionVariable(store)) << b.error(); in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | scalar_analysis.cpp | 35 Generated from the following GLSL + --eliminate-local-multi-store 105 const Instruction* store = nullptr; in TEST_F() local 109 store = &inst; in TEST_F() 117 EXPECT_NE(store, nullptr); in TEST_F() 155 Generated from the following GLSL + --eliminate-local-multi-store 279 Generated from the following GLSL + --eliminate-local-multi-store 379 Generated from the following GLSL + --eliminate-local-multi-store 644 Generated from the following GLSL + --eliminate-local-multi-store 797 Generated from the following GLSL + --eliminate-local-multi-store 926 Generated from the following GLSL + --eliminate-local-multi-store [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 46 #include "src/deoptimizer/materialized-object-store.h" 79 #include "src/objects/backing-store.h" 268 current_embedded_blob_code_.store(nullptr, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob() 269 current_embedded_blob_code_size_.store(0, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob() 270 current_embedded_blob_data_.store(nullptr, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob() 271 current_embedded_blob_data_size_.store(0, std::memory_order_relaxed); in FreeCurrentEmbeddedBlob() 300 current_embedded_blob_code_.store(code, std::memory_order_relaxed); in SetEmbeddedBlob() 301 current_embedded_blob_code_size_.store(code_size, std::memory_order_relaxed); in SetEmbeddedBlob() 302 current_embedded_blob_data_.store(data, std::memory_order_relaxed); in SetEmbeddedBlob() 303 current_embedded_blob_data_size_.store(data_siz in SetEmbeddedBlob() [all...] |