Home
last modified time | relevance | path

Searched full:path (Results 37451 - 37475 of 40523) sorted by relevance

1...<<1491149214931494149514961497149814991500>>...1621

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dqca-vendor.h128 * Data Path (NDP) related operations, attributes defined in
858 * phase of the strongest CIR path for each antenna in the measured
861 * values, phase and amplitude of the strongest CIR path for each
2561 * CIR (channel impulse response) path for each antenna.
2563 * of the strongest CIR path for each antenna.
5330 /* Command to create a NAN data path interface */
5332 /* Command to delete a NAN data path interface */
5334 /* Command to initiate a NAN data path session */
5336 /* Command to notify if the NAN data path session was sent */
5338 /* Command to respond to NAN data path sessio
[all...]
/third_party/node/doc/changelogs/
H A DCHANGELOG_V16.md258 * \[[`8218bab51d`](https://github.com/nodejs/node/commit/8218bab51d)] - **util**: remove unused fast path in internal debuglog (Rich Trott) [#41605](https://github.com/nodejs/node/pull/41605)
581 * \[[`ae30b391c2`](https://github.com/nodejs/node/commit/ae30b391c2)] - **stream**: fix error-path function call (Rich Trott) [#41433](https://github.com/nodejs/node/pull/41433)
626 * \[[`2c84c3eee8`](https://github.com/nodejs/node/commit/2c84c3eee8)] - **test**: do not load absolute path crypto engines twice (Richard Lau) [#41175](https://github.com/nodejs/node/pull/41175)
850 * \[[`bc0eb0a3ea`](https://github.com/nodejs/node/commit/bc0eb0a3ea)] - **src**: make LoadEnvironment with string work with builtin modules path (Michaël Zasso) [#40607](https://github.com/nodejs/node/pull/40607)
864 * \[[`63b44fc429`](https://github.com/nodejs/node/commit/63b44fc429)] - **test**: skip macos sandbox test with builtin modules path (Michaël Zasso) [#40607](https://github.com/nodejs/node/pull/40607)
979 * \[[`641b1bb052`](https://github.com/nodejs/node/commit/641b1bb052)] - **test**: add test for readStream.path when fd is specified (Qingyu Deng) [#40359](https://github.com/nodejs/node/pull/40359)
1158 * \[[`9793e7ff08`](https://github.com/nodejs/node/commit/9793e7ff08)] - **build**: add .mailmap/AUTHORS to path-ignore for test-asan (Rich Trott) [#40109](https://github.com/nodejs/node/pull/40109)
1538 * \[[`eb741253fd`](https://github.com/nodejs/node/commit/eb741253fd)] - **tools**: update path-parse in markdown linter package-lock file (Rich Trott) [#39729](https://github.com/nodejs/node/pull/39729)
1589 * \[[`6c769ccedf`](https://github.com/nodejs/node/commit/6c769ccedf)] - **build**: override python executable path on configure (legendecas) [#39465](https://github.com/nodejs/node/pull/39465)
1748 * \[[`68fd6d5282`](https://github.com/nodejs/node/commit/68fd6d5282)] - **url**: prevent pathname setter from erasing path o
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3213 TLOGI(WmsLogTag::WMS_MAIN, "userId : %{public}d, path : %{public}s", userId, fileDir.c_str()); in InitUserInfo()
3381 std::string& path, uint32_t& bgColor) in GetStartupPageFromResource()
3394 if (resourceMgr->GetMediaById(abilityInfo.startWindowIconId, path) != Global::Resource::RState::SUCCESS) { in GetStartupPageFromResource()
3400 auto pos = path.find_last_of('.'); in GetStartupPageFromResource()
3402 WLOGFE("Format error, path %{private}s.", path.c_str()); in GetStartupPageFromResource()
3405 path = "resource:///" + std::to_string(abilityInfo.startWindowIconId) + path.substr(pos); in GetStartupPageFromResource()
3410 void SceneSessionManager::GetStartupPage(const SessionInfo& sessionInfo, std::string& path, uint32_t& bgColor) in GetStartupPage() argument
3417 if (GetStartingWindowInfoFromCache(sessionInfo, path, bgColo in GetStartupPage()
3380 GetStartupPageFromResource(const AppExecFwk::AbilityInfo& abilityInfo, std::string& path, uint32_t& bgColor) GetStartupPageFromResource() argument
3437 GetStartingWindowInfoFromCache( const SessionInfo& sessionInfo, std::string& path, uint32_t& bgColor) GetStartingWindowInfoFromCache() argument
3457 CacheStartingWindowInfo( const AppExecFwk::AbilityInfo& abilityInfo, const std::string& path, const uint32_t& bgColor) CacheStartingWindowInfo() argument
[all...]
/third_party/skia/third_party/externals/icu/source/data/unidata/
H A Dchanges.txt109 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile
165 - update the hardcoded version number there in the DIRECTORY path
425 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile
439 - update the hardcoded version number there in the DIRECTORY path
699 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile
752 - update the hardcoded version number there in the DIRECTORY path
1011 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile
1144 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile
1239 - update the hardcoded version number there in the DIRECTORY path
1537 py/preparseucd.py $UNICODE_DATA --only_ppucd path/t
[all...]
/test/xts/acts/communication/dsoftbus/rpc_request/entry/src/ohosTest/js/test/
H A DActsRpcRequestJsTest.test.js1947 await context.getFilesDir().then(async function(path) {
1948 expect(path != null).assertTrue();
1949 let basePath = path;
1976 await context.getFilesDir().then(async function(path) {
1977 expect(path != null).assertTrue();
1978 let basePath = path;
/test/xts/dcts/communication/dsoftbus_request/rpc/src/main/js/test/
H A DRpcRequestJsUnit.test.js1915 await context.getFilesDir().then(async function(path) {
1916 expect(path != null).assertTrue();
1917 let basePath = path;
1944 await context.getFilesDir().then(async function(path) {
1945 expect(path != null).assertTrue();
1946 let basePath = path;
/third_party/curl/lib/vtls/
H A Dopenssl.c317 char *CAfile; /* CAfile path used to generate X509 store */
1035 /* generates a default path for the random seed file */ in ossl_seed()
3180 CURL_TRC_CF(data, cf, "populate_x509_store, path=%s, blob=%d", in populate_x509_store()
3241 failf(data, "error setting certificate path: %s", ssl_capath); in populate_x509_store()
3245 infof(data, "error setting certificate path, continuing anyway"); in populate_x509_store()
4044 /* if a path wasn't specified, don't pin */ in ossl_pkp_pin_peer_pubkey()
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2396 // a true path, and a false path. The two paths are in the
2404 // Don't prune the false path for compile-time constants; it's needed in addSelection()
2443 // a true path, and a false path. The two paths are specified
3288 // HLSL uses this path for initial function signature finding for built-ins in promoteUnary()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c450 /* This path uses a shader blit which doesn't support linear images. Return in copy_image_to_buffer_blit()
974 * path. The idea is that we create uncompressed "image views" of both the
1976 /* This is a copy path, so we don't handle format conversions. The only in texel_buffer_shader_copy()
2306 perf_debug("Falling back to blit path for buffer to image copy.\n"); in copy_buffer_to_image_blit()
2806 * The TFU blit path doesn't handle scaling so the blit filter parameter can
2904 /* Since the TFU path doesn't handle scaling, Z mirroring for 3D images in blit_tfu()
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs2702 path: *const ::std::os::raw::c_char, in __itt_module_load()
2709 path: *const ::std::os::raw::c_char,
2838 #[doc = "< Unique module name or path to module in UTF8"]
2840 #[doc = " Contains module path when module_bufer and module_size absent"]
2848 #[doc = " The module_name parameter contains the path to the module."]
2964 #[doc = " If module buffer content and size are unavailable, the module name contains the path to the existing binary module."]
/third_party/node/doc/api/
H A Dvm.json210 "textRaw": "`contextOrigin` {string} [Origin][origin] corresponding to the newly created context for display purposes. The origin should be formatted like a URL, but with only the scheme, host, and port (if necessary), like the value of the [`url.origin`][] property of a [`URL`][] object. Most notably, this string should omit the trailing slash, as that denotes a path. **Default:** `''`.",
214 "desc": "[Origin][origin] corresponding to the newly created context for display purposes. The origin should be formatted like a URL, but with only the scheme, host, and port (if necessary), like the value of the [`url.origin`][] property of a [`URL`][] object. Most notably, this string should omit the trailing slash, as that denotes a path."
985 "textRaw": "`origin` {string} [Origin][origin] corresponding to the newly created context for display purposes. The origin should be formatted like a URL, but with only the scheme, host, and port (if necessary), like the value of the [`url.origin`][] property of a [`URL`][] object. Most notably, this string should omit the trailing slash, as that denotes a path. **Default:** `''`.",
989 "desc": "[Origin][origin] corresponding to the newly created context for display purposes. The origin should be formatted like a URL, but with only the scheme, host, and port (if necessary), like the value of the [`url.origin`][] property of a [`URL`][] object. Most notably, this string should omit the trailing slash, as that denotes a path."
1316 "textRaw": "`contextOrigin` {string} [Origin][origin] corresponding to the newly created context for display purposes. The origin should be formatted like a URL, but with only the scheme, host, and port (if necessary), like the value of the [`url.origin`][] property of a [`URL`][] object. Most notably, this string should omit the trailing slash, as that denotes a path. **Default:** `''`.",
1320 "desc": "[Origin][origin] corresponding to the newly created context for display purposes. The origin should be formatted like a URL, but with only the scheme, host, and port (if necessary), like the value of the [`url.origin`][] property of a [`URL`][] object. Most notably, this string should omit the trailing slash, as that denotes a path."
/third_party/mksh/
H A Dedit.c73 #define XCF_FULLPATH BIT(2) /* command completion: store full path */
504 glob_path(flags, pat, &w, path); in x_command_glob()
517 /* Sort by basename, then path order */ in x_command_glob()
601 * If command has a /, path, etc. is not searched; in x_locate_word()
5468 /* If more than one possible match, use full path */ in complete_word()
5502 * to be used (ie, complete the next portion of the path). in complete_word()
/third_party/python/Doc/whatsnew/
H A D3.2.rst650 non-ASCII characters in the path name. This solved an aggravating problem
2018 directory path.
2227 path='/foo/',
2260 path=b'/about/', params=b'', query=b'', fragment=b'')
2303 lively displays. Being on :attr:`sys.path`, it can now be run directly
2567 to set :attr:`sys.argv` without also modifying :attr:`sys.path`
H A D2.5.rst167 def open_item(self, path):
352 :mod:`zipimport` module. This means you can add a .zip archive's path to
353 ``sys.path`` and then use the :option:`-m` switch to execute code from the
1513 default ``sys.path``, so unless your programs explicitly added the directory to
1514 ``sys.path``, this removal shouldn't affect your code.
1525 :attr:`rpc_paths` to ``None`` or an empty tuple disables this path checking.
1688 :class:`CDLL` class and provide the name or path of the shared library or DLL.
2264 Setting :attr:`rpc_paths` to ``None`` or an empty tuple disables this path
/third_party/python/Doc/faq/
H A Dprogramming.rst88 forms) and looking for the modules in the standard Python path as well as in the
1054 It is also possible to use :func:`os.path.join` to append a backslash on Windows::
1056 >>> os.path.join(r'C:\this\will\work', '')
1673 search path from ``c.__class__`` back to ``C``.
1943 "Convert str to name suitable for a URL path"
2092 ``compileall.py`` and providing the path of a directory containing Python files
/third_party/python/Lib/test/
H A Dpickletester.py1401 sys.path.insert(0, TESTFN)
1402 self.addCleanup(sys.path.remove, TESTFN)
1403 with open(os.path.join(TESTFN, "locker.py"), "wb") as f:
1405 with open(os.path.join(TESTFN, "locking_import.py"), "wb") as f:
2888 # Same without a __module__ attribute (exercises a different path
2894 # Yet a different path.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp1536 // Note: one possible path here is when an image level is being redefined to a different in ensureImageAllocated()
1912 // the missing mipmaps with the slow path. For each layer, use the copied data to generate all in generateMipmapsWithCPU()
2050 // This path is only called when switching from !owned to owned, in which case if any level was in copyAndStageImageData()
2127 // If layerCount or levelCount is bigger than 1, we go for the slow path for now. The problem in reinitImageAsRenderable()
2128 // with draw path is that in the multiple level/layer case, we have to do copy in a loop. in reinitImageAsRenderable()
2566 // If the compute path is to be used to generate mipmaps, add the STORAGE usage. in prepareForGenerateMipmap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp1250 // RTV is created, we just have to pass a boolean to select which code path is to be
1371 // If prseent path fast is active then we need invert the front face state.
1481 // When present path fast is active and we're rendering to framebuffer 0, we must invert
3079 // path. Emulated indexed pointsprite rendering requires that the vertex buffers match
3191 // non-indexed rendering path in ANGLE (DrawArrays). This means that applyIndexBuffer()
3193 // rendering path will contain the correct index buffers.
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts16 /// <reference path='./import.ts' />
2010 let path: string;
2014 if (isString(this.value.path)) {
2015 path = this.value.path;
2024 getUINativeModule().common.setMotionPath(node, path, from, to, rotatable);
2028 return !(this.value.path === this.stageValue.path &&
/third_party/libinput/src/
H A Dlibinput.h3495 * open_restricted() and close_restricted() are called for each path that
3503 * Open the device at the given path with the flags provided and
3506 * @param path The device path to open
3513 int (*open_restricted)(const char *path, int flags, void *user_data);
3604 * @param path Path to an input device
3612 const char *path);
/third_party/libinput/export_include/
H A Dlibinput.h3495 * open_restricted() and close_restricted() are called for each path that
3503 * Open the device at the given path with the flags provided and
3506 * @param path The device path to open
3513 int (*open_restricted)(const char *path, int flags, void *user_data);
3604 * @param path Path to an input device
3612 const char *path);
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs9 use std::path::Path;
668 let argv0 = Path::new(&argv0); in try_get_matches_from_mut()
693 // the full path when displaying help messages and such in try_get_matches_from_mut()
696 let p = Path::new(name); in try_get_matches_from_mut()
3013 /// which is conventionally the path of the executable.
3015 /// This does not allow the subcommand to be passed as the first non-path argument.
4272 // Slow code path to recursively clone all other subcommand subtrees under help
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp887 if (R.path < sizeof(MachO::rpath_command)) in checkRpathCommand()
889 " LC_RPATH path.offset field too small, not past " in checkRpathCommand()
891 if (R.path >= R.cmdsize) in checkRpathCommand()
893 " LC_RPATH path.offset field extends past the end " in checkRpathCommand()
895 // Make sure there is a null between the starting offset of the path and in checkRpathCommand()
899 for (i = R.path; i < R.cmdsize; i++) in checkRpathCommand()
986 // Make sure there is a null between the starting offset of the path and in checkSubCommand()
3057 // down a sibling path until a childless node is reached.
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp260 HILOG_ERROR(LOG_CORE, "Error: trace path not found."); in WriteStrToFileInner()
285 HILOG_ERROR(LOG_CORE, "Error: trace path not found."); in CleanTrace()
291 HILOG_ERROR(LOG_CORE, "Error: opening trace path failed."); in CleanTrace()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp125 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
149 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
2005 // wrong lib path in HWTEST_F()

Completed in 237 milliseconds

1...<<1491149214931494149514961497149814991500>>...1621