Home
last modified time | relevance | path

Searched full:path (Results 38151 - 38175 of 40205) sorted by relevance

1...<<1521152215231524152515261527152815291530>>...1609

/third_party/curl/src/
H A Dtool_hugehelp.c323 " --abstract-unix-socket <path>\n" in hugehelp()
327 " of using the network. Note: netstat shows the path of an ab-\n" in hugehelp()
328 " stract socket prefixed with '@', however the <path> argument\n" in hugehelp()
487 " given path as a path to a CA cert bundle. This option overrides\n" in hugehelp()
493 " along your PATH.\n" in hugehelp()
621 " cate/private key in the system or user keychain, or the path to\n" in hugehelp()
628 " (Schannel only) Client certificates must be specified by a path\n" in hugehelp()
990 " tion combined with the path possibly set with --output-dir. If\n" in hugehelp()
1347 " tails on the default config file search path in hugehelp()
[all...]
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp1903 /* This simply uses AddOp; Add will take fast path after preparing A. */
2064 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */ in uprv_decNumberPower()
2115 /* integer path. Next handle the non-integer cases */ in uprv_decNumberPower()
2161 } /* integer path */ in uprv_decNumberPower()
2278 } /* rhs integer path */ in uprv_decNumberPower()
4854 /* path which handles all DECDPUN values, and a fastpath version */
4983 /* use the fast path if there are enough digits in the shorter */ in decMultiplyOp()
5148 /* common end-path */ in decMultiplyOp()
5321 /* e**x when 0 < x < 0.66 is < 1+3x/2, hence can fast-path */ in decExpOp()
6130 op=COMPNAN; /* use special path */
[all...]
/third_party/node/doc/api/
H A Dutil.html62 <li><a href="path.html" class="nav-path">Path</a></li>
102 <path fill="none" d="M0 0h24v24H0z" />
103 <path d="M11.1 12.08c-2.33-4.51-.5-8.48.53-10.07C6.27 2.2 1.98 6.59 1.98 12c0 .14.02.28.02.42.62-.27 1.29-.42 2-.42 1.66 0 3.18.83 4.1 2.15A4.01 4.01 0 0111 18c0 1.52-.87 2.83-2.12 3.51.98.32 2.03.5 3.11.5 3.5 0 6.58-1.8 8.37-4.52-2.36.23-6.98-.97-9.26-5.41z"/>
104 <path d="M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"/>
107 <path d="M0 0h24v24H0z" fill="none" />
108 <path d="M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z"/>
340 <li><a href="path.html" class="nav-path">Pat
[all...]
H A Dprocess.md897 of `argv[0]` is needed. The second element will be the path to the JavaScript
1284 const { join } = require('node:path');
1567 PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin',
3034 should be a relative path, that will be appended to the directory specified in
/third_party/node/doc/changelogs/
H A DCHANGELOG_V15.md112 * \[[`a94cc27cbe`](https://github.com/nodejs/node/commit/a94cc27cbe)] - **path**: refactor to use more primordials (Akhil Marsonya) [#37893](https://github.com/nodejs/node/pull/37893)
675 * \[[`0129a79d0a`](https://github.com/nodejs/node/commit/0129a79d0a)] - **fs**: add explicit note about undefined path when recursive (Sebastian Silbermann) [#37010](https://github.com/nodejs/node/pull/37010)
1304 * \[[`0e7f0c6d27`](https://github.com/nodejs/node/commit/0e7f0c6d27)] - **path**: refactor to use more primordials (Antoine du Hamel) [#36302](https://github.com/nodejs/node/pull/36302)
1370 * \[[`85c85d368a`](https://github.com/nodejs/node/commit/85c85d368a)] - **(SEMVER-MINOR)** **path**: add `path/posix` and `path/win32` alias modules (ExE Boss) [#34962](https://github.com/nodejs/node/pull/34962)
1442 * \[[`85c85d368a`](https://github.com/nodejs/node/commit/85c85d368a)] - **(SEMVER-MINOR)** **path**: add `path/posix` and `path/win32` alias modules (ExE Boss) [#34962](https://github.com/nodejs/node/pull/34962)
1987 * \[[`bb62f4ad9e`](https://github.com/nodejs/node/commit/bb62f4ad9e)] - **(SEMVER-MAJOR)** **url**: file URL path normalizatio
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp1903 /* This simply uses AddOp; Add will take fast path after preparing A. */
2064 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */ in uprv_decNumberPower()
2115 /* integer path. Next handle the non-integer cases */ in uprv_decNumberPower()
2161 } /* integer path */ in uprv_decNumberPower()
2278 } /* rhs integer path */ in uprv_decNumberPower()
4854 /* path which handles all DECDPUN values, and a fastpath version */
4983 /* use the fast path if there are enough digits in the shorter */ in decMultiplyOp()
5148 /* common end-path */ in decMultiplyOp()
5321 /* e**x when 0 < x < 0.66 is < 1+3x/2, hence can fast-path */ in decExpOp()
6130 op=COMPNAN; /* use special path */
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp1903 /* This simply uses AddOp; Add will take fast path after preparing A. */
2064 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */ in uprv_decNumberPower()
2115 /* integer path. Next handle the non-integer cases */ in uprv_decNumberPower()
2161 } /* integer path */ in uprv_decNumberPower()
2278 } /* rhs integer path */ in uprv_decNumberPower()
4854 /* path which handles all DECDPUN values, and a fastpath version */
4983 /* use the fast path if there are enough digits in the shorter */ in decMultiplyOp()
5148 /* common end-path */ in decMultiplyOp()
5321 /* e**x when 0 < x < 0.66 is < 1+3x/2, hence can fast-path */ in decExpOp()
6130 op=COMPNAN; /* use special path */
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c3770 "(", "filecon", "root", "path", "file", "con", ")", NULL}; in test_cil_resolve_filecon()
3796 "(", "filecon", "root", "path", "file", "conn", ")", NULL}; in test_cil_resolve_filecon_neg()
3821 "(", "filecon", "root", "path", "file", "(", "user_u", "role_r", "type_t", "(", "low", "high", ")", ")", ")", NULL}; in test_cil_resolve_filecon_anon_context()
3845 "(", "filecon", "root", "path", "file", "(", "user_u", "role_r", "type_t", "(", "low", "high", ")", ")", ")", NULL}; in test_cil_resolve_filecon_anon_context_neg()
3972 "(", "genfscon", "type", "path", "con", ")", NULL}; in test_cil_resolve_genfscon()
3998 "(", "genfscon", "type", "path", "conn", ")", NULL}; in test_cil_resolve_genfscon_neg()
4023 "(", "genfscon", "type", "path", "(", "user_u", "role_r", "type_t", "(", "low", "high", ")", ")", ")", NULL}; in test_cil_resolve_genfscon_anon_context()
4047 "(", "genfscon", "type", "path", "(", "user_u", "role_r", "type_t", "(", "low", "high", ")", ")", ")", NULL}; in test_cil_resolve_genfscon_anon_context_neg()
10285 "(", "filecon", "root", "path", "file", "con", ")", NULL}; in test_cil_resolve_ast_node_helper_filecon()
10314 "(", "filecon", "root", "path", "fil in test_cil_resolve_ast_node_helper_filecon_neg()
[all...]
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/
H A Dnapi_test.cpp2096 const char* path = "pages/index.ets"; in napiRunScriptPath() local
2097 napi_status status = napi_run_script_path(env, path, &value); in napiRunScriptPath()
2110 const char* path = "@ohos.hilog"; in napiLoadModule() local
2111 napi_status status = napi_load_module(env, path, &value); in napiLoadModule()
/third_party/grpc/
H A DBUILD.gn672 "${GRPC_DIR}/src/core/ext/upb-generated/envoy/type/matcher/v3/path.upb.c",
673 "${GRPC_DIR}/src/core/ext/upb-generated/envoy/type/matcher/v3/path.upb.h",
864 "${GRPC_DIR}/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/path.upbdefs.c",
865 "${GRPC_DIR}/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/path.upbdefs.h",
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c179 " ca_path=%%s The path containing the top-level CA(s) you fully trust\n" \
470 " context_file=%%s The file path to write a serialized connection\n" \
474 " option: a file path\n"
616 const char *ca_path; /* the path with the CA certificate(s) reside */
/third_party/mesa3d/src/compiler/nir/
H A Dnir.h462 * This answers whether the variable was assigned in any path of
2833 /** Last block for the then- or else-path that does not contain the break. */
2836 /** True when ::break_block is in the else-path of ::nif. */
5210 * instructions than the nv50 path and many of them are integer
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c2276 pvr_finishme("Unimplemented path!"); in pvr_perform_start_of_render_attachment_clear()
2467 pvr_finishme("Unimplemented path!"); in pvr_CmdBeginRenderPass2()
4150 pvr_finishme("Unimplemented path!!"); in pvr_emit_ppp_state()
4809 * twice in this path, one here and one from in pvr_CmdEndRenderPass2()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h1061 // Branches to {if_true} when --force-slow-path flag has been passed.
1062 // It's used for testing to ensure that slow path implementation behave
2807 // ES6 7.1.15 ToLength, but with inlined fast path.
4401 // verification), intended for use in fast path checks.
/third_party/python/Doc/data/
H A Drefcounts.dat700 PyErr_SetImportError:PyObject*:path:+1:
705 PyErr_SetImportErrorSubclass:PyObject*:path:+1:
1000 PyImport_GetImporter:PyObject*:path:0:
1569 PyOS_FSPath:PyObject*:path:0:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp118 STATISTIC(NumDAGIselRetries,"Number of times dag isel has to try another path");
345 /// may trap on it. In this case we have to split the edge so that the path
2120 /// findNonImmUse - Return true if "Def" is a predecessor of "Root" via a path
2175 // If Root use can somehow reach N through a path that that doesn't contain in IsLegalToFold()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp2034 // Note: this path requires the depthClamp Vulkan feature. in clearFramebuffer()
2135 // Note that the following check is not enough; if the image is AHB-imported, then the draw path in clearImage()
2768 // If image is flipped during copy, the shader uses the same code path as above, in copyImage()
2925 // This path should only be necessary for when RGBA is used as fallback for RGB. No other in copyImageBits()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dlibmicrohttpd.texi263 @item ``--with-gcrypt=PATH''
264 specifies path to libgcrypt installation
266 @item ``--with-gnutls=PATH''
267 specifies path to libgnutls installation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp217 "asan-always-slow-path",
218 cl::desc("use instrumentation with slow path for all accesses"), cl::Hidden,
1709 // We use branch weights for the slow path check, to indicate that the slow in instrumentAddress()
1710 // path is rarely taken. This seems to be the case for SPEC benchmarks. in instrumentAddress()
/third_party/typescript/tests/baselines/reference/
H A DcomplexRecursiveCollections.types87 export function fromJS(jsValue: any, reviver?: (key: string | number, sequence: Collection.Keyed<string, any> | Collection.Indexed<any>, path?: Array<string | number>) => any): any;
88 >fromJS : (jsValue: any, reviver?: (key: string | number, sequence: Collection.Keyed<string, any> | Collection.Indexed<any>, path?: Array<string | number>) => any) => any
90 >reviver : (key: string | number, sequence: Collection.Keyed<string, any> | Collection.Indexed<any>, path?: Array<string | number>) => any
95 >path : (string | number)[]
/third_party/typescript/src/compiler/
H A Dbinder.ts158 // The current node is the container of a control flow path. The current control flow should
254 tracing?.push(tracing.Phase.Bind, "bindSourceFile", { path: file.path }, /*separateBeginAndEnd*/ true);
2406 if (tracing) (node as TracingNode).tracingPath = file.path;
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
H A DChangeLog.201775 the include path).
1786 component needs to add its own directory to the include path at
2367 still use the `freetype2/freetype' installation path for now.
2565 invoked, the absolute path to the libtool convenience library
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c5140 static int match_lines_in_file(const char *path, const char **lines) in match_lines_in_file() argument
5152 f = fopen(path, "r"); in match_lines_in_file()
5181 static int is_tpm2_key(const char *path) in is_tpm2_key() argument
5190 return match_lines_in_file(path, tpm2_tags); in is_tpm2_key()
/third_party/typescript/src/loc/lcl/chs/diagnosticMessages/
H A DdiagnosticMessages.generated.json.lcl2036 <Val><![CDATA[An import path cannot end with a '{0}' extension. Consider importing '{1}' instead.]]></Val>
3128 <Val><![CDATA[Cannot find the common subdirectory path for the input files.]]></Val>
3692 <Val><![CDATA[Compile the project given the path to its configuration file, or to a folder with a 'tsconfig.json'.]]></Val>
3764 <Val><![CDATA[Compiles the TypeScript project located at the specified path.]]></Val>
3769 <Val><![CDATA[Compiles the TypeScript project located at the specified path]]></Val>
4463 <Val><![CDATA[Could not resolve the path '{0}' with the extensions: {1}.]]></Val>
5297 <Val><![CDATA[Do not resolve the real path of symlinks.]]></Val>
6215 <Val><![CDATA[Export specifier '{0}' does not exist in package.json scope at path '{1}'.]]></Val>
7526 <Val><![CDATA[Import specifier '{0}' does not exist in package.json scope at path '{1}'.]]></Val>
10964 <Val><![CDATA[Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path
[all...]
/third_party/typescript/src/loc/lcl/cht/diagnosticMessages/
H A DdiagnosticMessages.generated.json.lcl2036 <Val><![CDATA[An import path cannot end with a '{0}' extension. Consider importing '{1}' instead.]]></Val>
3128 <Val><![CDATA[Cannot find the common subdirectory path for the input files.]]></Val>
3692 <Val><![CDATA[Compile the project given the path to its configuration file, or to a folder with a 'tsconfig.json'.]]></Val>
3764 <Val><![CDATA[Compiles the TypeScript project located at the specified path.]]></Val>
3769 <Val><![CDATA[Compiles the TypeScript project located at the specified path]]></Val>
4463 <Val><![CDATA[Could not resolve the path '{0}' with the extensions: {1}.]]></Val>
5297 <Val><![CDATA[Do not resolve the real path of symlinks.]]></Val>
6215 <Val><![CDATA[Export specifier '{0}' does not exist in package.json scope at path '{1}'.]]></Val>
7526 <Val><![CDATA[Import specifier '{0}' does not exist in package.json scope at path '{1}'.]]></Val>
10964 <Val><![CDATA[Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path
[all...]

Completed in 272 milliseconds

1...<<1521152215231524152515261527152815291530>>...1609