Home
last modified time | relevance | path

Searched full:path (Results 36851 - 36875 of 37931) sorted by relevance

1...<<1471147214731474147514761477147814791480>>...1518

/third_party/node/deps/v8/src/heap/
H A Dheap.cc850 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 Daesni-x86_64.pl4359 # 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 Daesni-x86_64.pl4359 # 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 Dphp-upb.c2368 /* 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 DCHANGELOG_V13.md292 * \[[`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 Dstring.json2132 "value": "Path animation"
5252 "value": "Path"
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp1355 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 Dscrollable_pattern.cpp2673 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 Dcommon_func.cpp899 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 Drs_node.cpp1785 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 Dexternal_file_access_test_operations.cpp767 * @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 Dexternal_file_access_test_info.cpp602 * @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 Dimage_pixel_map_test.cpp1938 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 Dmedialibrary_album_operations.cpp99 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 Dmedialibrary_rdb_utils.cpp388 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 Dkey_command_handler.cpp918 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 Dpasteboard_service.cpp1483 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 DBorderPage.ets1958 if (this.targetView == 'Path') {
1959 Path()
/test/xts/acts/request/RequestTest_Stage/entry/src/ohosTest/ets/test/
H A DrequestDownload.test.ets78 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 Dhdf_ril_hdiService_test_7th.cpp1185 msg.path = "3F00"; in HWTEST_F()
1211 msg.path = "3F00"; in HWTEST_F()
/third_party/curl/lib/
H A Dsetopt.c2126 * 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 Dtool_getparam.c499 {"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 DChangeLog-1.0.321103 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 DMakefile.am108 install-data-hook: install-becfg install-firmware-path $(INSTALL_LOCKPATH)
131 install-firmware-path:
/third_party/backends/tools/
H A Dsane-desc.c3412 "# 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()

Completed in 143 milliseconds

1...<<1471147214731474147514761477147814791480>>...1518