| /third_party/node/deps/v8/src/heap/ |
| H A D | heap.cc | 850 PrintF("Retaining path tracking requires --track-retaining-path\n"); in AddRetainingPathTarget() 882 PrintF("Retaining path for %p:\n", reinterpret_cast<void*>(target.ptr())); in PrintRetainingPath() 982 // Check if the retaining path was already printed in in AddRetainer() 997 // Check if the retaining path was already printed in AddRetainer(). in AddEphemeronRetainer()
|
| /third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
| H A D | aesni-x86_64.pl | 4359 # Aggressively optimized in respect to aeskeygenassist's critical path 4693 shufps \$0b11111111,%xmm1,%xmm1 # critical path 4710 pshufd \$0b01010101,%xmm1,%xmm1 # critical path 4736 shufps \$0b11111111,%xmm1,%xmm1 # critical path 4749 shufps \$0b10101010,%xmm1,%xmm1 # critical path
|
| /third_party/openssl/crypto/aes/asm/ |
| H A D | aesni-x86_64.pl | 4359 # Aggressively optimized in respect to aeskeygenassist's critical path 4693 shufps \$0b11111111,%xmm1,%xmm1 # critical path 4710 pshufd \$0b01010101,%xmm1,%xmm1 # critical path 4736 shufps \$0b11111111,%xmm1,%xmm1 # critical path 4749 shufps \$0b10101010,%xmm1,%xmm1 # critical path
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | php-upb.c | 2368 /* Path splitting keeps time complexity down, see: in arena_findroot() 3581 s, "invalid name: path components must start with a letter (%s)", in upb_isident() 7764 static void jsonenc_fieldpath(jsonenc *e, upb_strview path) { in jsonenc_fieldpath() argument 7765 const char *ptr = path.data; in jsonenc_fieldpath() 7766 const char *end = ptr + path.size; in jsonenc_fieldpath()
|
| /third_party/node/doc/changelogs/ |
| H A D | CHANGELOG_V13.md | 292 * \[[`e7e3aeec34`](https://github.com/nodejs/node/commit/e7e3aeec34)] - **doc**: use uppercase on windows path (himself65) [#32294](https://github.com/nodejs/node/pull/32294) 313 * \[[`bc7f819263`](https://github.com/nodejs/node/commit/bc7f819263)] - **module**: path-only CJS exports extension searching (Guy Bedford) [#32351](https://github.com/nodejs/node/pull/32351) 366 * \[[`ed89863c6d`](https://github.com/nodejs/node/commit/ed89863c6d)] - **test**: fix tool path in test-doctool-versions.js (Richard Lau) [#32645](https://github.com/nodejs/node/pull/32645) 649 * \[[`1428de8ee6`](https://github.com/nodejs/node/commit/1428de8ee6)] - **test**: add WASI test for path\_link() (Colin Ihrig) [#32132](https://github.com/nodejs/node/pull/32132) 917 * \[[`67d8967f98`](https://github.com/nodejs/node/commit/67d8967f98)] - **doc**: add explanatory to path.resolve description (Yakov Litvin) [#31430](https://github.com/nodejs/node/pull/31430) 926 * \[[`788ea36ce0`](https://github.com/nodejs/node/commit/788ea36ce0)] - **doc,net**: reword Unix domain path paragraph in net.md (Rich Trott) [#31684](https://github.com/nodejs/node/pull/31684) 930 * \[[`21fc81821f`](https://github.com/nodejs/node/commit/21fc81821f)] - **fs**: set path when mkdir recursive called on file (bcoe) [#31607](https://github.com/nodejs/node/pull/31607) 1314 * \[[`5921654eca`](https://github.com/nodejs/node/commit/5921654eca)] - **doc,path**: use code markup/markdown in headers (Rich Trott) [#31086](https://github.com/nodejs/node/pull/31086) 1990 * \[[`9248c8b960`](https://github.com/nodejs/node/commit/9248c8b960)] - **path**: replace var with let in lib/path [all...] |
| /applications/standard/app_samples/code/UI/ArkTsComponentCollection/ComponentCollection/entry/src/main/resources/en/element/ |
| H A D | string.json | 2132 "value": "Path animation" 5252 "value": "Path"
|
| /foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
| H A D | ability_record_test.cpp | 1355 abilityRecord->abilityInfo_.hapPath = "path"; in HWTEST_F() 1388 abilityRecord->abilityInfo_.hapPath = "path"; in HWTEST_F()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_pattern.cpp | 2673 std::string path("\\>"); in SuggestOpIncGroup() 2674 host->FindSuggestOpIncNode(path, host->GetGeometryNode()->GetFrameSize(), 0); in SuggestOpIncGroup()
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
| H A D | common_func.cpp | 899 NAPI_CALL_RETURN_VOID(env, napi_create_string_utf8(env, skillUri.path.c_str(), NAPI_AUTO_LENGTH, &nPath)); in ConvertAbilitySkillUri() 900 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "path", nPath)); in ConvertAbilitySkillUri()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
| H A D | rs_node.cpp | 1785 void RSNode::SetClipBounds(const std::shared_ptr<RSPath>& path) in SetClipBounds() argument 1787 SetProperty<RSClipBoundsModifier, RSProperty<std::shared_ptr<RSPath>>>(RSModifierType::CLIP_BOUNDS, path); in SetClipBounds()
|
| /foundation/filemanagement/user_file_service/test/unittest/ |
| H A D | external_file_access_test_operations.cpp | 767 * @tc.desc: Test function of Rename interface for ERROR which sourceFileUri is absolute path. 1134 * @tc.desc: Test function of ListFile interface for ERROR which sourceFileUri is absolute path.
|
| H A D | external_file_access_test_info.cpp | 602 * @tc.desc: Test function of Mkdir interface for ERROR which parentUri is absolute path. 1311 Uri uri("file://media/some/path"); in HWTEST_F()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
| H A D | image_pixel_map_test.cpp | 1938 std::string path = "/data/local/tmp/image/test_exif.jpg"; in HWTEST_F() local 1939 std::unique_ptr<ImageSource> imageSource = ImageSource::CreateImageSource(path, opts, errorCode); in HWTEST_F()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| H A D | medialibrary_album_operations.cpp | 99 MEDIA_ERR_LOG("Get path of id %{private}s from database file!", strId.c_str()); in ModifyAlbumOperation() 1202 MEDIA_INFO_LOG("Delete highlight video path is: %{public}s", highlightVideoPath.c_str()); in DealWithHighlightSdTable()
|
| H A D | medialibrary_rdb_utils.cpp | 388 static string GetExtraUri(const string &displayName, const string &path) in GetExtraUri() argument 390 string extraUri = "/" + GetTitleFromDisplayName(GetFileName(path)) + "/" + displayName; in GetExtraUri()
|
| /foundation/multimodalinput/input/service/key_command/src/ |
| H A D | key_command_handler.cpp | 918 MMI_HILOGD("The configuration file path:%{private}s", customConfig.c_str()); in ParseConfig() 941 MMI_HILOGD("The exclude_keys_config.json file path:%s", customConfig.c_str()); in ParseExcludeConfig()
|
| /foundation/distributeddatamgr/pasteboard/services/core/src/ |
| H A D | pasteboard_service.cpp | 1483 std::string path = uri->GetPath(); in SetWebViewPasteData() local 1484 std::string newUriStr = PasteData::FILE_SCHEME_PREFIX + bundleName + path; in SetWebViewPasteData()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_border/entry/src/ohosTest/ets/MainAbility/pages/border/ |
| H A D | BorderPage.ets | 1958 if (this.targetView == 'Path') { 1959 Path()
|
| /test/xts/acts/request/RequestTest_Stage/entry/src/ohosTest/ets/test/ |
| H A D | requestDownload.test.ets | 78 let deleteTask = async (task: request.DownloadTask, path: string): Promise<void> => {
82 fileio.unlinkSync(path);
|
| /test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
| H A D | hdf_ril_hdiService_test_7th.cpp | 1185 msg.path = "3F00";
in HWTEST_F() 1211 msg.path = "3F00";
in HWTEST_F()
|
| /third_party/curl/lib/ |
| H A D | setopt.c | 2126 * Set CA path info for SSL connection. Specify directory name of the CA in Curl_vsetopt() 2141 * Set CA path info for SSL connection proxy. Specify directory name of the in Curl_vsetopt()
|
| /third_party/curl/src/ |
| H A D | tool_getparam.c | 499 {"path-as-is", ARG_BOOL, ' ', C_PATH_AS_IS}, 1835 case C_PATH_AS_IS: /* --path-as-is */ in getparameter()
|
| /third_party/backends/ChangeLogs/ |
| H A D | ChangeLog-1.0.32 | 1103 In the case where we are unable to get a path for loading libs, and 1105 never update orig_src to point to src before tokenizing the path with
|
| /third_party/backends/backend/ |
| H A D | Makefile.am | 108 install-data-hook: install-becfg install-firmware-path $(INSTALL_LOCKPATH) 131 install-firmware-path:
|
| /third_party/backends/tools/ |
| H A D | sane-desc.c | 3412 "# path of an optional script to run (it can be omitted)\n" in print_db_header() 3472 "# To run a script when your device is plugged in, add RUN+=\"/path/to/script\"\n" in print_udev_header()
|