/third_party/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 61 unsigned int updated : 1; /* Set to 1 during update for one shot ciphers */ member
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | when-global-file-is-added,-the-signatures-are-updated.js | 211 No shapes updated in the builder::
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 5541 // Node16+ is an amalgam of commonjs (albeit updated) and es2022+, and represents a distinct module system from es2020/esnext 6970 // and watches being updated correctly we are calling back with fileName.ext as well as fileName.ext~ [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | 5560 // Node16+ is an amalgam of commonjs (albeit updated) and es2022+, and represents a distinct module system from es2020/esnext 6989 // and watches being updated correctly we are calling back with fileName.ext as well as fileName.ext~ [all...] |
H A D | tsserver.js | 5561 // Node16+ is an amalgam of commonjs (albeit updated) and es2022+, and represents a distinct module system from es2020/esnext 6990 // and watches being updated correctly we are calling back with fileName.ext as well as fileName.ext~ [all...] |
H A D | typescript.js | 5551 // Node16+ is an amalgam of commonjs (albeit updated) and es2022+, and represents a distinct module system from es2020/esnext 6980 // and watches being updated correctly we are calling back with fileName.ext as well as fileName.ext~ [all...] |
H A D | typescriptServices.js | 5551 // Node16+ is an amalgam of commonjs (albeit updated) and es2022+, and represents a distinct module system from es2020/esnext 6980 // and watches being updated correctly we are calling back with fileName.ext as well as fileName.ext~ [all...] |
/third_party/elfutils/src/ |
H A D | strip.c | 713 int updated; in remove_debug_relocations() local 715 updated = gelf_update_rela (reldata, next, rel_p); in remove_debug_relocations() 717 updated = gelf_update_rel (reldata, next, rel_p); in remove_debug_relocations() 718 if (updated == 0) in remove_debug_relocations() 1942 have to be updated. */ in handle_elf()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 2228 for (size_t updated = 0; updated < m_bufferSize; updated += blockSize) 2233 if (m_bufferSize - updated > blockSize) 2234 vkd.cmdUpdateBuffer(cmd, buffer, updated, blockSize, (const deUint32*)(&data[0])); 2236 vkd.cmdUpdateBuffer(cmd, buffer, updated, m_bufferSize - updated, (const deUint32*)(&data[0])); 2247 for (size_t updated = 0; updated < m_bufferSize; updated [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 2228 for (size_t updated = 0; updated < m_bufferSize; updated += blockSize) 2233 if (m_bufferSize - updated > blockSize) 2234 vkd.cmdUpdateBuffer(cmd, buffer, updated, blockSize, (const deUint32*)(&data[0])); 2236 vkd.cmdUpdateBuffer(cmd, buffer, updated, m_bufferSize - updated, (const deUint32*)(&data[0])); 2247 for (size_t updated = 0; updated < m_bufferSize; updated [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon.c | 195 ctx->updated = 0; in cipher_generic_init_internal()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon.c | 192 ctx->updated = 0; in cipher_generic_init_internal()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qsvenc.c | 153 updated = 1; \ 1627 int updated = 0, qp = 0, new_qp; in update_qp() local 1657 return updated; in update_qp()
|
/third_party/curl/src/ |
H A D | tool_operate.c | 1238 char *updated = NULL; in single_transfer() local 1241 uerr = curl_url_get(uh, CURLUPART_URL, &updated, in single_transfer() 1247 per->this_url = updated; /* use our new URL instead! */ in single_transfer()
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 27 \date{Last updated 2017-01-20} 850 updated. The defined \tag{group}s therefore do not cover many API 852 defined \tag{group}s have not been updated to add new enumerants from
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 694 // This cache is updated immediately because we use the cache in the validation layer. in setActiveTextureDirty() 880 bool updated = false; in setClipControl() local 884 updated = true; in setClipControl() 890 updated = true; in setClipControl() 893 if (updated) in setClipControl()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | profile.js | 50 updated: '2020-08-12T16:19:35.326Z',
|
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/ |
H A D | on-sample-project.js | 387 No shapes updated in the builder::
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 5532 // Node16+ is an amalgam of commonjs (albeit updated) and es2022+, and represents a distinct module system from es2020/esnext [all...] |
/third_party/openGLES/xml/ |
H A D | readme.tex | 27 \date{Last updated 2020-10-27} 927 updated. The defined \tag{group}s therefore do not cover many API 929 defined \tag{group}s have not been updated to add new enumerants from
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 3494 split_conflicting(range, active, [this](LiveRange* updated) { in UpdateDeferredFixedRanges() 3496 std::min(updated->End(), next_active_ranges_change_); in UpdateDeferredFixedRanges() 3506 split_conflicting(range, inactive, [this](LiveRange* updated) { in UpdateDeferredFixedRanges() 3508 std::min(updated->End(), next_inactive_ranges_change_); in UpdateDeferredFixedRanges()
|
/third_party/pcre2/pcre2/ |
H A D | RunTest.bat | 27 @rem Tidied and updated for new tests 21, 22, 23 by PH, October 2015.
|
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_test.cpp | 2071 changeinfo_.updated = keyinfo_2;
in SUB_DDM_RDB_4300() 2085 NAPI_ASSERT(env, changeinfo_.updated.count == 1 , "keyinfo_2 1 is fail.");
in SUB_DDM_RDB_4300()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant.c | 4855 int updated; in wpas_p2p_peer_go() local 4861 wpa_printf(MSG_DEBUG, "P2P: Peer BSS entry not updated in the " in wpas_p2p_peer_go() 4866 updated = os_reltime_before(&wpa_s->p2p_auto_started, in wpas_p2p_peer_go() 4868 wpa_printf(MSG_DEBUG, "P2P: Current BSS entry for peer updated at " in wpas_p2p_peer_go() 4871 updated ? "": "not "); in wpas_p2p_peer_go() 4873 return updated; in wpas_p2p_peer_go()
|