Home
last modified time | relevance | path

Searched refs:path (Results 10901 - 10925 of 10941) sorted by relevance

1...<<431432433434435436437438

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_id_test.cpp225 %1 = OpString "/path/to/source.file" in TEST_F()
/third_party/python/Lib/
H A Dturtle.py115 from os.path import isfile, split, join
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc264 : lexer_(std::make_unique<Lexer>(file->path, &file->content)) {} in ParserImpl()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp2613 ErrCode InnerDeleteAbc(const std::string &path) in InnerDeleteAbc() argument
2621 ErrCode ret = verifyManager->DeleteAbc(path); in InnerDeleteAbc()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1259 LOG_D(BMS_TAG_INSTALLER, "begin to copy hap to install path"); in ProcessBundleInstall()
1261 CHECK_RESULT_WITH_ROLLBACK(result, "copy hap to install path failed %{public}d", newInfos, oldInfo); in ProcessBundleInstall()
1263 // delete old native library path in ProcessBundleInstall()
1271 CHECK_RESULT_WITH_ROLLBACK(result, "move so file to install path failed %{public}d", newInfos, oldInfo); in ProcessBundleInstall()
1610 LOG_E(BMS_TAG_INSTALLER, "fail to remove asan log path, error is %{public}d", result); in ProcessBundleUninstall()
1793 LOG_E(BMS_TAG_INSTALLER, "fail to remove asan log path, error is %{public}d", result); in ProcessBundleUninstall()
2630 LOG_D(BMS_TAG_INSTALLER, "start to extract decoded so files to tmp path"); in ExtractEncryptedSoFiles()
2646 LOG_D(BMS_TAG_INSTALLER, "real path %{public}s tmpPath %{public}s", realSoFilesPath.c_str(), tmpSoPath.c_str()); in ExtractEncryptedSoFiles()
4755 LOG_E(BMS_TAG_INSTALLER, "fail to remove asan log path, error is %{public}d", result); in RemoveBundleUserData()
4782 LOG_D(BMS_TAG_INSTALLER, "PreInstallApp do not need to save hap path t in SaveHapPathToRecords()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1258 EXPECT_EQ(abilityInfos[0].skillUri[0].path, "path"); in HWTEST_F()
1914 skillUri.path = ""; in HWTEST_F()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py796 # The call path root is not used
4872 self.home_dir = os.path.expanduser("~")
4896 if short_name[0:7] == "[kernel" and os.path.basename(long_name) == "kcore":
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py797 # The call path root is not used
4785 self.home_dir = os.path.expanduser("~")
4809 if short_name[0:7] == "[kernel" and os.path.basename(long_name) == "kcore":
/kernel/linux/linux-6.6/mm/
H A Dvmscan.c5305 /* skip the aging path at the default priority */ in get_nr_to_scan()
5935 const char *path = memcg ? m->private : ""; in lru_gen_seq_show() local
5941 seq_printf(m, "memcg %5hu %s\n", mem_cgroup_id(memcg), path); in lru_gen_seq_show()
6693 * This is the direct reclaim path, for page-allocating processes. We only
7625 * entered the allocator slow path while kswapd was awake, order will in balance_pgdat()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c137 vtn_dump_shader(struct vtn_builder *b, const char *path, const char *prefix) in vtn_dump_shader() argument
143 path, prefix, idx++); in vtn_dump_shader()
2219 /* No SPIR-V opcodes handled through this path should set exact. in vtn_handle_constant()
/third_party/node/src/
H A Djs_native_api_v8.cc2736 // Use a fast path for this type of data property. in OH_JSVM_DefineProperties()
3533 // This is still a fast path very likely to be taken.
5267 std::string path(name ? name : "jsvm");
5271 env->inspector_agent()->Start(path, hostPort, true, false);
/third_party/python/Lib/test/
H A Dtest_decimal.py119 testdir = os.path.dirname(file) or os.curdir
122 skip_expected = not os.path.isdir(directory)
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.c5122 devicetreecon->path = parse_current->next->data; in cil_gen_devicetreecon()
6149 info->path = parse_current->next->next->next->data; in cil_gen_src_info()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_impl_bridge.cpp211 panda::StringRef::NewFromUtf8(vm, routerPageResult->path.c_str()), in GetPageInfoByUniqueId()
214 const char* routerPageKeys[] = { "context", "index", "name", "path", "state", "pageId" }; in GetPageInfoByUniqueId()
3824 auto path = panda::ObjectRef::New(vm); in RegisterPathAttributes() local
3825 path->Set(vm, panda::StringRef::NewFromUtf8(vm, "setPathCommands"), in RegisterPathAttributes()
3827 path->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetPathCommands"), in RegisterPathAttributes()
3829 object->Set(vm, panda::StringRef::NewFromUtf8(vm, "path"), path); in RegisterPathAttributes()
H A Darkts_native_common_bridge.cpp812 auto path = jsObj->GetPropertyValue<std::string>("path", ""); in ParseMotionPath() local
813 if (path.empty()) { in ParseMotionPath()
816 option.SetPath(path); in ParseMotionPath()
/third_party/json/single_include/nlohmann/
H A Djson.hpp3776 // special case for types like std::filesystem::path whose iterator's value_type are themselves
3811 // special case for types like std::filesystem::path whose iterator's value_type are themselves
5017 inline void from_json(const BasicJsonType& j, std_fs::path& p) in from_json()
5722 inline void to_json(BasicJsonType& j, const std_fs::path& p) in to_json()
24025 const auto path = get_value(op, "path", true).template get<std::string>();
24026 json_pointer ptr(path);
24044 // the "path" location must exist - use at()
24086 // check if "value" matches the one at "path"
24087 // the "path" locatio
[all...]
/third_party/sqlite/src/
H A Dshell.c4683 ** SELECT * FROM fsdir($path [, $dir]);
4685 ** Parameter $path is an absolute or relative pathname. If the file that it
4686 ** refers to does not exist, it is an error. If the path refers to a regular
4687 ** file or symbolic link, it returns a single row. Or, if the path refers
4689 ** file within the hierarchy rooted at $path.
4701 ** $path is a relative path, then $path is interpreted relative to $dir.
4736 # define mkdir(path,mode) _mkdir(path)
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp269 auto path = jsObj->GetPropertyValue<std::string>("path", ""); in ParseMotionPath() local
270 if (path.empty()) { in ParseMotionPath()
273 option.SetPath(path); in ParseMotionPath()
/third_party/python/
H A Dconfigure87 # Find who we are. Look in the path if we contain no directory separator.
107 # in which case we are not to be found in the path.
1763 installation path. see Mac/README.rst (default is
1791 path to build python binary for cross compiling
1836 Select the default time zone search path for zoneinfo.TZPATH
1894 PKG_CONFIG path to pkg-config utility
1896 directories to add to pkg-config's search path
1898 path overriding pkg-config's built-in search path
3621 as_fn_error $? "invalid --with-build-python option: expected path o
[all...]
/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/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp88 const std::string MSG_ERR_BUNDLEMANAGER_QUICK_FIX_REMOVE_PATCH_PATH_FAILED = "error: quick fix remove path failed.\n";
103 const std::string MSG_ERR_BUNDLEMANAGER_QUICK_FIX_CREATE_PATCH_PATH_FAILED = "error: quick fix create path failed.\n";
108 const std::string MSG_ERR_BUNDLEMANAGER_QUICK_FIX_INVALID_PATH = "error: input invalid path.\n";
167 " getGroupDir obtain the data group dir path by data group id\n"
387 " -p, --patch-path <patch-path> specify patch path of the patch\n"
603 const std::string HELP_MSG_NO_QUICK_FIX_PATH_OPTION = "need a quick fix patch path\n";
741 {"patch-path", required_argument, nullptr, 'p'},
3090 // 'bm deployQuickFix --patch-path' wit in RunAsDeployQuickFix()
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp702 std::filesystem::path abcFile { abcPath }; in GetAbcContent()
704 WLOGFE("abc file path is not valid"); in GetAbcContent()
H A Dwindow_session_impl.cpp1355 std::filesystem::path abcFile { abcPath }; in GetAbcContent()
1357 WLOGFE("abc file path is not valid"); in GetAbcContent()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.h3244 u8 path; member
/third_party/node/deps/llhttp/src/
H A Dllhttp.c7613 state->reason = "Invalid char in url path"; in llhttp__internal__run()
15547 state->reason = "Invalid char in url path"; in llhttp__internal__run()

Completed in 225 milliseconds

1...<<431432433434435436437438