Home
last modified time | relevance | path

Searched full:path (Results 28651 - 28675 of 37931) sorted by relevance

1...<<1141114211431144114511461147114811491150>>...1518

/third_party/typescript/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/
H A Dusage-file-changes.js203 Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main
244 Info 22 [00:01:25.000] Search path: /user/username/projects/myproject/main
310 Info 26 [00:01:35.000] Search path: /user/username/projects/myproject/dependency
345 Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency
429 Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random
684 Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency
1636 Info 91 [00:03:07.000] Search path: /user/username/projects/myproject/dependency
1802 Info 95 [00:03:11.000] Search path: /user/username/projects/myproject/dependency
1968 Info 99 [00:03:15.000] Search path: /user/username/projects/myproject/dependency
2134 Info 103 [00:03:19.000] Search path
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h522 // Walks up the descriptor tree to generate the source location path
858 // Walks up the descriptor tree to generate the source location path
984 // Walks up the descriptor tree to generate the source location path
1122 // Walks up the descriptor tree to generate the source location path
1219 // Walks up the descriptor tree to generate the source location path
1298 // Walks up the descriptor tree to generate the source location path
1384 // Walks up the descriptor tree to generate the source location path
1535 // this file declaration (namely, the empty path).
1539 // extent of the declaration or declaration-part denoted by |path|.
1542 // description of path encodin
[all...]
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go1603 * - `*` to match one or more characters in a path segment
1604 * - `?` to match on one character in a path segment
1605 * - `**` to match any number of path segments, including none
1607 * - `[]` to declare a range of characters to match in a path segment (e.g., `example.[0-9]` to match on `example.0`, `example.1`, …)
1608 * - `[!...]` to negate a range of characters to match in a path segment (e.g., `example.[!0-9]` to match on `example.a`, `example.b`, but not `example.0`)
4544 * its resource, or a glob-pattern that is applied to the [path](#TextDocument.fileName).
4547 * - `*` to match one or more characters in a path segment
4548 * - `?` to match on one character in a path segment
4549 * - `**` to match any number of path segments, including none
4551 * - `[]` to declare a range of characters to match in a path segmen
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp1065 std::string path = "data/media/audio-sink-entire.pcm"; in DumpEntireAudioBuffer() local
1066 entireDumpFile_ = fopen(path.c_str(), "wb+"); in DumpEntireAudioBuffer()
1086 std::string path = "data/media/audio-sink-slice-" + std::to_string(sliceCount_) + ".pcm"; in DumpSliceAudioBuffer() local
1087 sliceDumpFile_ = fopen(path.c_str(), "wb+"); in DumpSliceAudioBuffer()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dalbum_napi.cpp71 DECLARE_NAPI_GETTER_SETTER("path", JSGetAlbumPath, JSSetAlbumPath), in Init()
489 std::string path = ""; in JSGetAlbumPath() local
501 path = obj->GetAlbumPath(); in JSGetAlbumPath()
502 status = napi_create_string_utf8(env, path.c_str(), NAPI_AUTO_LENGTH, &jsResult); in JSGetAlbumPath()
/test/xts/acts/request/newRequestAuthorityTest/entry/src/ohosTest/ets/test/
H A DrequestUpload.test.ets82 path: "./test.txt",
477 * @tc.desc: different upload path or upload file name of config
485 path: undefined,
528 path: "./test.txt",
/third_party/curl/tests/
H A DFILEFORMAT.md126 - `%CURL` - Path to the curl executable
146 - `%HTTPUNIXPATH` - Path to the Unix socket of the HTTP server
147 - `%SOCKSUNIXPATH` - Path to the Unix socket of the SOCKS server
166 - `%SRCDIR` - Full path to the source dir
/third_party/gn/infra/recipes/gn.expected/
H A Dci_linux.json118 "/path/to/tmp/json"
786 "/path/to/tmp/json"
910 "/path/to/tmp/json"
1034 "/path/to/tmp/json"
/third_party/glib/patch/
H A Dbackport-gdbusconnection-Fix-double-unref-on-timeout-cancel-sending-a-message.patch36 typically never hit, but the timeout path may sometimes be hit on a very
178 const gchar *path;
368 + * like @data is not always freed on every code path in this function. */
412 + * like @data is not always freed on every code path in this function. */
/third_party/curl/lib/
H A Dc-hyper.c549 const char *path) in debug_request()
551 char *req = aprintf("%s %s HTTP/1.1\r\n", method, path); in debug_request()
905 pq = aprintf("%s?%s", data->state.up.path, data->state.up.query); in Curl_http()
910 (pq ? pq : data->state.up.path), FALSE); in Curl_http()
547 debug_request(struct Curl_easy *data, const char *method, const char *path) debug_request() argument
/third_party/cups/
H A Dcups.spec250 %systemd_post %{name}.path %{name}.socket %{name}.service
278 %systemd_preun %{name}.path %{name}.socket %{name}.service
289 %systemd_postun_with_restart %{name}.path %{name}.socket %{name}.service
392 %attr(0644, root, root)%{_unitdir}/%{name}.path
/third_party/icu/icu4c/source/common/
H A Ducasemap.cpp219 // fast path for simple cases in toLower()
294 // slow path in toLower()
327 // fast path for simple cases in toUpper()
402 // slow path in toUpper()
/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp212 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
767 NamesPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
770 UNewDataMemory *pData=udata_create(path, "icu", "unames", &dataInfo, in writeBinaryData()
774 path, u_errorName(errorCode)); in writeBinaryData()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams.h535 * \param bind: if port is 0, unix domain path with leading @ for abstract.
825 * \param path: path to read, ~ at start is converted to $HOME contents if any
839 lws_aws_filesystem_credentials_helper(const char *path, const char *kid,
/third_party/libwebsockets/lib/cose/
H A Dcose_key.c314 lwsl_notice("%s: reason %d, path %s, ord %u, ppos %d\n", __func__, in cb_cose_key()
316 ctx->path, ctx->st[ctx->sp - 1].ordinal, in cb_cose_key()
418 strcmp(ctx->path, ".[]"))) { in cb_cose_key()
425 strcmp(ctx->path, "[].[]"))) { in cb_cose_key()
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h269 PERF_BR_SPEC_WRONG_PATH = 1, /* Speculative but on wrong path */
270 PERF_BR_NON_SPEC_CORRECT_PATH = 2, /* Non-speculative but on correct path */
271 PERF_BR_SPEC_CORRECT_PATH = 3, /* Speculative and on correct path */
1171 * char path[];
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c828 char path[] = "/tmp/fileXXXXXX"; in radv_print_spirv() local
833 fd = mkstemp(path); in radv_print_spirv()
841 sprintf(command, "spirv-dis %s", path); in radv_print_spirv()
846 unlink(path); in radv_print_spirv()
/third_party/node/doc/contributing/
H A Dwriting-and-running-benchmarks.md25 which need to be included in the global Windows `PATH`.
34 path. In order to compare two HTTP benchmark runs, make sure that the
35 Node.js version in the path is not altered.
569 * `path` - defaults to `/`
/third_party/node/deps/v8/tools/
H A Dll_prof.py717 if not os.path.exists(mmap_info.filename):
791 if not os.path.exists(KERNEL_ALLSYMS_FILE):
879 help="Path to the host root [default: %default]")
888 if os.path.exists(options.objdump):
/third_party/node/deps/icu-small/source/common/
H A Ducasemap.cpp219 // fast path for simple cases in toLower()
294 // slow path in toLower()
327 // fast path for simple cases in toUpper()
402 // slow path in toUpper()
/third_party/node/deps/npm/docs/output/commands/
H A Dnpm-update.html422 <li>Path to a workspace directory</li>
423 <li>Path to a parent workspace directory (will result in selecting all
477 <path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path>
/third_party/lz4/programs/
H A Dlz4cli.c242 static const char* lastNameFromPath(const char* path) in lastNameFromPath() argument
244 const char* name = path; in lastNameFromPath()
468 /* path is next arg */ in main()
475 /* path follows immediately */ in main()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbuffer9.c82 * to be a fast pattern. Only the SYSTEMMEM DYNAMIC path in NineBuffer9_ctor()
93 /* Always use the DYNAMIC path for SYSTEMMEM. in NineBuffer9_ctor()
308 /* If we sync too often, pick the vertex_uploader path */ in NineBuffer9_Lock()
435 /* Fallback to normal path, and don't try again */ in NineBuffer9_Lock()
/third_party/pulseaudio/src/daemon/
H A Dohos_daemon-conf.c162 pa_log_notice("Detected that we are run from the build tree, fixing search path."); in pa_daemon_conf_new()
590 { "dl-search-path", pa_config_parse_string, &c->dl_search_path, NULL }, in pa_daemon_conf_load()
671 pa_log_notice("Detected that we are run from the build tree, fixing default daemon.conf file path."); in pa_daemon_conf_load()
815 pa_strbuf_printf(s, "dl-search-path = %s\n", pa_strempty(c->dl_search_path)); in pa_daemon_conf_dump()
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/
H A Ddefault.conf27 ; mixer path to use. This is encoded in a 'mapping'. Multiple of these
33 ; Additionally, the path set configuration files can describe the
52 ; paths-input = ... # A list of mixer paths to use. Every path in this list will be probed.
55 ; element-input = ... # Instead of configuring a full mixer path simply configure a single

Completed in 60 milliseconds

1...<<1141114211431144114511461147114811491150>>...1518