Home
last modified time | relevance | path

Searched full:path (Results 29151 - 29175 of 37589) sorted by relevance

1...<<1161116211631164116511661167116811691170>>...1504

/third_party/node/doc/api/
H A Dreport.json15 "desc": "<p>Delivers a JSON-formatted diagnostic summary, written to a file.</p>\n<p>The report is intended for development, test, and production use, to capture\nand preserve information for problem determination. It includes JavaScript\nand native stack traces, heap statistics, platform information, resource\nusage etc. With the report option enabled, diagnostic reports can be triggered\non unhandled exceptions, fatal errors and user signals, in addition to\ntriggering programmatically through API calls.</p>\n<p>A complete example report that was generated on an uncaught exception\nis provided below for reference.</p>\n<pre><code class=\"language-json\">{\n \"header\": {\n \"reportVersion\": 3,\n \"event\": \"exception\",\n \"trigger\": \"Exception\",\n \"filename\": \"report.20181221.005011.8974.0.001.json\",\n \"dumpEventTime\": \"2018-12-21T00:50:11Z\",\n \"dumpEventTimeStamp\": \"1545371411331\",\n \"processId\": 8974,\n \"cwd\": \"/home/nodeuser/project/node\",\n \"commandLine\": [\n \"/home/nodeuser/project/node/out/Release/node\",\n \"--report-uncaught-exception\",\n \"/home/nodeuser/project/node/test/report/test-exception.js\",\n \"child\"\n ],\n \"nodejsVersion\": \"v12.0.0-pre\",\n \"glibcVersionRuntime\": \"2.17\",\n \"glibcVersionCompiler\": \"2.17\",\n \"wordSize\": \"64 bit\",\n \"arch\": \"x64\",\n \"platform\": \"linux\",\n \"componentVersions\": {\n \"node\": \"12.0.0-pre\",\n \"v8\": \"7.1.302.28-node.5\",\n \"uv\": \"1.24.1\",\n \"zlib\": \"1.2.11\",\n \"ares\": \"1.15.0\",\n \"modules\": \"68\",\n \"nghttp2\": \"1.34.0\",\n \"napi\": \"3\",\n \"llhttp\": \"1.0.1\",\n \"openssl\": \"1.1.0j\"\n },\n \"release\": {\n \"name\": \"node\"\n },\n \"osName\": \"Linux\",\n \"osRelease\": \"3.10.0-862.el7.x86_64\",\n \"osVersion\": \"#1 SMP Wed Mar 21 18:14:51 EDT 2018\",\n \"osMachine\": \"x86_64\",\n \"cpus\": [\n {\n \"model\": \"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz\",\n \"speed\": 2700,\n \"user\": 88902660,\n \"nice\": 0,\n \"sys\": 50902570,\n \"idle\": 241732220,\n \"irq\": 0\n },\n {\n \"model\": \"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz\",\n \"speed\": 2700,\n \"user\": 88902660,\n \"nice\": 0,\n \"sys\": 50902570,\n \"idle\": 241732220,\n \"irq\": 0\n }\n ],\n \"networkInterfaces\": [\n {\n \"name\": \"en0\",\n \"internal\": false,\n \"mac\": \"13:10:de:ad:be:ef\",\n \"address\": \"10.0.0.37\",\n \"netmask\": \"255.255.255.0\",\n \"family\": \"IPv4\"\n }\n ],\n \"host\": \"test_machine\"\n },\n \"javascriptStack\": {\n \"message\": \"Error: *** test-exception.js: throwing uncaught Error\",\n \"stack\": [\n \"at myException (/home/nodeuser/project/node/test/report/test-exception.js:9:11)\",\n \"at Object.&#x3C;anonymous> (/home/nodeuser/project/node/test/report/test-exception.js:12:3)\",\n \"at Module._compile (internal/modules/cjs/loader.js:718:30)\",\n \"at Object.Module._extensions..js (internal/modules/cjs/loader.js:729:10)\",\n \"at Module.load (internal/modules/cjs/loader.js:617:32)\",\n \"at tryModuleLoad (internal/modules/cjs/loader.js:560:12)\",\n \"at Function.Module._load (internal/modules/cjs/loader.js:552:3)\",\n \"at Function.Module.runMain (internal/modules/cjs/loader.js:771:12)\",\n \"at executeUserCode (internal/bootstrap/node.js:332:15)\"\n ]\n },\n \"nativeStack\": [\n {\n \"pc\": \"0x000055b57f07a9ef\",\n \"symbol\": \"report::GetNodeReport(v8::Isolate*, node::Environment*, char const*, char const*, v8::Local&#x3C;v8::String>, std::ostream&#x26;) [./node]\"\n },\n {\n \"pc\": \"0x000055b57f07cf03\",\n \"symbol\": \"report::GetReport(v8::FunctionCallbackInfo&#x3C;v8::Value> const&#x26;) [./node]\"\n },\n {\n \"pc\": \"0x000055b57f1bccfd\",\n \"symbol\": \" [./node]\"\n },\n {\n \"pc\": \"0x000055b57f1be048\",\n \"symbol\": \"v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*) [./node]\"\n },\n {\n \"pc\": \"0x000055b57feeda0e\",\n \"symbol\": \" [./node]\"\n }\n ],\n \"javascriptHeap\": {\n \"totalMemory\": 5660672,\n \"executableMemory\": 524288,\n \"totalCommittedMemory\": 5488640,\n \"availableMemory\": 4341379928,\n \"totalGlobalHandlesMemory\": 8192,\n \"usedGlobalHandlesMemory\": 3136,\n \"usedMemory\": 4816432,\n \"memoryLimit\": 4345298944,\n \"mallocedMemory\": 254128,\n \"externalMemory\": 315644,\n \"peakMallocedMemory\": 98752,\n \"nativeContextCount\": 1,\n \"detachedContextCount\": 0,\n \"doesZapGarbage\": 0,\n \"heapSpaces\": {\n \"read_only_space\": {\n \"memorySize\": 524288,\n \"committedMemory\": 39208,\n \"capacity\": 515584,\n \"used\": 30504,\n \"available\": 485080\n },\n \"new_space\": {\n \"memorySize\": 2097152,\n \"committedMemory\": 2019312,\n \"capacity\": 1031168,\n \"used\": 985496,\n \"available\": 45672\n },\n \"old_space\": {\n \"memorySize\": 2273280,\n \"committedMemory\": 1769008,\n \"capacity\": 1974640,\n \"used\": 1725488,\n \"available\": 249152\n },\n \"code_space\": {\n \"memorySize\": 696320,\n \"committedMemory\": 184896,\n \"capacity\": 152128,\n \"used\": 152128,\n \"available\": 0\n },\n \"map_space\": {\n \"memorySize\": 536576,\n \"committedMemory\": 344928,\n \"capacity\": 327520,\n \"used\": 327520,\n \"available\": 0\n },\n \"large_object_space\": {\n \"memorySize\": 0,\n \"committedMemory\": 0,\n \"capacity\": 1520590336,\n \"used\": 0,\n \"available\": 1520590336\n },\n \"new_large_object_space\": {\n \"memorySize\": 0,\n \"committedMemory\": 0,\n \"capacity\": 0,\n \"used\": 0,\n \"available\": 0\n }\n }\n },\n \"resourceUsage\": {\n \"rss\": \"35766272\",\n \"free_memory\": \"1598337024\",\n \"total_memory\": \"17179869184\",\n \"available_memory\": \"1598337024\",\n \"maxRss\": \"36624662528\",\n \"constrained_memory\": \"36624662528\",\n \"userCpuSeconds\": 0.040072,\n \"kernelCpuSeconds\": 0.016029,\n \"cpuConsumptionPercent\": 5.6101,\n \"userCpuConsumptionPercent\": 4.0072,\n \"kernelCpuConsumptionPercent\": 1.6029,\n \"pageFaults\": {\n \"IORequired\": 0,\n \"IONotRequired\": 4610\n },\n \"fsActivity\": {\n \"reads\": 0,\n \"writes\": 0\n }\n },\n \"uvthreadResourceUsage\": {\n \"userCpuSeconds\": 0.039843,\n \"kernelCpuSeconds\": 0.015937,\n \"cpuConsumptionPercent\": 5.578,\n \"userCpuConsumptionPercent\": 3.9843,\n \"kernelCpuConsumptionPercent\": 1.5937,\n \"fsActivity\": {\n \"reads\": 0,\n \"writes\": 0\n }\n },\n \"libuv\": [\n {\n \"type\": \"async\",\n \"is_active\": true,\n \"is_referenced\": false,\n \"address\": \"0x0000000102910900\",\n \"details\": \"\"\n },\n {\n \"type\": \"timer\",\n \"is_active\": false,\n \"is_referenced\": false,\n \"address\": \"0x00007fff5fbfeab0\",\n \"repeat\": 0,\n \"firesInMsFromNow\": 94403548320796,\n \"expired\": true\n },\n {\n \"type\": \"check\",\n \"is_active\": true,\n \"is_referenced\": false,\n \"address\": \"0x00007fff5fbfeb48\"\n },\n {\n \"type\": \"idle\",\n \"is_active\": false,\n \"is_referenced\": true,\n \"address\": \"0x00007fff5fbfebc0\"\n },\n {\n \"type\": \"prepare\",\n \"is_active\": false,\n \"is_referenced\": false,\n \"address\": \"0x00007fff5fbfec38\"\n },\n {\n \"type\": \"check\",\n \"is_active\": false,\n \"is_referenced\": false,\n \"address\": \"0x00007fff5fbfecb0\"\n },\n {\n \"type\": \"async\",\n \"is_active\": true,\n \"is_referenced\": false,\n \"address\": \"0x000000010188f2e0\"\n },\n {\n \"type\": \"tty\",\n \"is_active\": false,\n \"is_referenced\": true,\n \"address\": \"0x000055b581db0e18\",\n \"width\": 204,\n \"height\": 55,\n \"fd\": 17,\n \"writeQueueSize\": 0,\n \"readable\": true,\n \"writable\": true\n },\n {\n \"type\": \"signal\",\n \"is_active\": true,\n \"is_referenced\": false,\n \"address\": \"0x000055b581d80010\",\n \"signum\": 28,\n \"signal\": \"SIGWINCH\"\n },\n {\n \"type\": \"tty\",\n \"is_active\": true,\n \"is_referenced\": true,\n \"address\": \"0x000055b581df59f8\",\n \"width\": 204,\n \"height\": 55,\n \"fd\": 19,\n \"writeQueueSize\": 0,\n \"readable\": true,\n \"writable\": true\n },\n {\n \"type\": \"loop\",\n \"is_active\": true,\n \"address\": \"0x000055fc7b2cb180\",\n \"loopIdleTimeSeconds\": 22644.8\n }\n ],\n \"workers\": [],\n \"environmentVariables\": {\n \"REMOTEHOST\": \"REMOVED\",\n \"MANPATH\": \"/opt/rh/devtoolset-3/root/usr/share/man:\",\n \"XDG_SESSION_ID\": \"66126\",\n \"HOSTNAME\": \"test_machine\",\n \"HOST\": \"test_machine\",\n \"TERM\": \"xterm-256color\",\n \"SHELL\": \"/bin/csh\",\n \"SSH_CLIENT\": \"REMOVED\",\n \"PERL5LIB\": \"/opt/rh/devtoolset-3/root//usr/lib64/perl5/vendor_perl:/opt/rh/devtoolset-3/root/usr/lib/perl5:/opt/rh/devtoolset-3/root//usr/share/perl5/vendor_perl\",\n \"OLDPWD\": \"/home/nodeuser/project/node/src\",\n \"JAVACONFDIRS\": \"/opt/rh/devtoolset-3/root/etc/java:/etc/java\",\n \"SSH_TTY\": \"/dev/pts/0\",\n \"PCP_DIR\": \"/opt/rh/devtoolset-3/root\",\n \"GROUP\": \"normaluser\",\n \"USER\": \"nodeuser\",\n \"LD_LIBRARY_PATH\": \"/opt/rh/devtoolset-3/root/usr/lib64:/opt/rh/devtoolset-3/root/usr/lib\",\n \"HOSTTYPE\": \"x86_64-linux\",\n \"XDG_CONFIG_DIRS\": \"/opt/rh/devtoolset-3/root/etc/xdg:/etc/xdg\",\n \"MAIL\": \"/var/spool/mail/nodeuser\",\n \"PATH\": \"/home/nodeuser/project/node:/opt/rh/devtoolset-3/root/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin\",\n \"PWD\": \"/home/nodeuser/project/node\",\n \"LANG\": \"en_US.UTF-8\",\n \"PS1\": \"\\\\u@\\\\h : \\\\[\\\\e[31m\\\\]\\\\w\\\\[\\\\e[m\\\\] > \",\n \"SHLVL\": \"2\",\n \"HOME\": \"/home/nodeuser\",\n \"OSTYPE\": \"linux\",\n \"VENDOR\": \"unknown\",\n \"PYTHONPATH\": \"/opt/rh/devtoolset-3/root/usr/lib64/python2.7/site-packages:/opt/rh/devtoolset-3/root/usr/lib/python2.7/site-packages\",\n \"MACHTYPE\": \"x86_64\",\n \"LOGNAME\": \"nodeuser\",\n \"XDG_DATA_DIRS\": \"/opt/rh/devtoolset-3/root/usr/share:/usr/local/share:/usr/share\",\n \"LESSOPEN\": \"||/usr/bin/lesspipe.sh %s\",\n \"INFOPATH\": \"/opt/rh/devtoolset-3/root/usr/share/info\",\n \"XDG_RUNTIME_DIR\": \"/run/user/50141\",\n \"_\": \"./node\"\n },\n \"userLimits\": {\n \"core_file_size_blocks\": {\n \"soft\": \"\",\n \"hard\": \"unlimited\"\n },\n \"data_seg_size_kbytes\": {\n \"soft\": \"unlimited\",\n \"hard\": \"unlimited\"\n },\n \"file_size_blocks\": {\n \"soft\": \"unlimited\",\n \"hard\": \"unlimited\"\n },\n \"max_locked_memory_bytes\": {\n \"soft\": \"unlimited\",\n \"hard\": 65536\n },\n \"max_memory_size_kbytes\": {\n \"soft\": \"unlimited\",\n \"hard\": \"unlimited\"\n },\n \"open_files\": {\n \"soft\": \"unlimited\",\n \"hard\": 4096\n },\n \"stack_size_bytes\": {\n \"soft\": \"unlimited\",\n \"hard\": \"unlimited\"\n },\n \"cpu_time_seconds\": {\n \"soft\": \"unlimited\",\n \"hard\": \"unlimited\"\n },\n \"max_user_processes\": {\n \"soft\": \"unlimited\",\n \"hard\": 4127290\n },\n \"virtual_memory_kbytes\": {\n \"soft\": \"unlimited\",\n \"hard\": \"unlimited\"\n }\n },\n \"sharedObjects\": [\n \"/lib64/libdl.so.2\",\n \"/lib64/librt.so.1\",\n \"/lib64/libstdc++.so.6\",\n \"/lib64/libm.so.6\",\n \"/lib64/libgcc_s.so.1\",\n \"/lib64/libpthread.so.0\",\n \"/lib64/libc.so.6\",\n \"/lib64/ld-linux-x86-64.so.2\"\n ]\n}\n</code></pre>",
20 "desc": "<pre><code class=\"language-bash\">node --report-uncaught-exception --report-on-signal \\\n--report-on-fatalerror app.js\n</code></pre>\n<ul>\n<li>\n<p><code>--report-uncaught-exception</code> Enables report to be generated on\nun-caught exceptions. Useful when inspecting JavaScript stack in conjunction\nwith native stack and other runtime environment data.</p>\n</li>\n<li>\n<p><code>--report-on-signal</code> Enables report to be generated upon receiving\nthe specified (or predefined) signal to the running Node.js process. (See\nbelow on how to modify the signal that triggers the report.) Default signal is\n<code>SIGUSR2</code>. Useful when a report needs to be triggered from another program.\nApplication monitors may leverage this feature to collect report at regular\nintervals and plot rich set of internal runtime data to their views.</p>\n</li>\n</ul>\n<p>Signal based report generation is not supported in Windows.</p>\n<p>Under normal circumstances, there is no need to modify the report triggering\nsignal. However, if <code>SIGUSR2</code> is already used for other purposes, then this\nflag helps to change the signal for report generation and preserve the original\nmeaning of <code>SIGUSR2</code> for the said purposes.</p>\n<ul>\n<li>\n<p><code>--report-on-fatalerror</code> Enables the report to be triggered on fatal errors\n(internal errors within the Node.js runtime, such as out of memory)\nthat leads to termination of the application. Useful to inspect various\ndiagnostic data elements such as heap, stack, event loop state, resource\nconsumption etc. to reason about the fatal error.</p>\n</li>\n<li>\n<p><code>--report-compact</code> Write reports in a compact format, single-line JSON, more\neasily consumable by log processing systems than the default multi-line format\ndesigned for human consumption.</p>\n</li>\n<li>\n<p><code>--report-directory</code> Location at which the report will be\ngenerated.</p>\n</li>\n<li>\n<p><code>--report-filename</code> Name of the file to which the report will be\nwritten.</p>\n</li>\n<li>\n<p><code>--report-signal</code> Sets or resets the signal for report generation\n(not supported on Windows). Default signal is <code>SIGUSR2</code>.</p>\n</li>\n</ul>\n<p>A report can also be triggered via an API call from a JavaScript application:</p>\n<pre><code class=\"language-js\">process.report.writeReport();\n</code></pre>\n<p>This function takes an optional additional argument <code>filename</code>, which is\nthe name of a file into which the report is written.</p>\n<pre><code class=\"language-js\">process.report.writeReport('./foo.json');\n</code></pre>\n<p>This function takes an optional additional argument <code>err</code> which is an <code>Error</code>\nobject that will be used as the context for the JavaScript stack printed in the\nreport. When using report to handle errors in a callback or an exception\nhandler, this allows the report to include the location of the original error as\nwell as where it was handled.</p>\n<pre><code class=\"language-js\">try {\n process.chdir('/non-existent-path');\n} catch (err) {\n process.report.writeReport(err);\n}\n// Any other code\n</code></pre>\n<p>If both filename and error object are passed to <code>writeReport()</code> the\nerror object must be the second parameter.</p>\n<pre><code class=\"language-js\">try {\n process.chdir('/non-existent-path');\n} catch (err) {\n process.report.writeReport(filename, err);\n}\n// Any other code\n</code></pre>\n<p>The content of the diagnostic report can be returned as a JavaScript Object\nvia an API call from a JavaScript application:</p>\n<pre><code class=\"language-js\">const report = process.report.getReport();\nconsole.log(typeof report === 'object'); // true\n\n// Similar to process.report.writeReport() output\nconsole.log(JSON.stringify(report, null, 2));\n</code></pre>\n<p>This function takes an optional additional argument <code>err</code>, which is an <code>Error</code>\nobject that will be used as the context for the JavaScript stack printed in the\nreport.</p>\n<pre><code class=\"language-js\">const report = process.report.getReport(new Error('custom error'));\nconsole.log(typeof report === 'object'); // true\n</code></pre>\n<p>The API versions are useful when inspecting the runtime state from within\nthe application, in expectation of self-adjusting the resource consumption,\nload balancing, monitoring etc.</p>\n<p>The content of the report consists of a header section containing the event\ntype, date, time, PID, and Node.js version, sections containing JavaScript and\nnative stack traces, a section containing V8 heap information, a section\ncontaining <code>libuv</code> handle information, and an OS platform information section\nshowing CPU and memory usage and system limits. An example report can be\ntriggered using the Node.js REPL:</p>\n<pre><code class=\"language-console\">$ node\n> process.report.writeReport();\nWriting Node.js report to file: report.20181126.091102.8480.0.001.json\nNode.js report completed\n>\n</code></pre>\n<p>When a report is written, start and end messages are issued to stderr\nand the filename of the report is returned to the caller. The default filename\nincludes the date, time, PID, and a sequence number. The sequence number helps\nin associating the report dump with the runtime state if generated multiple\ntimes for the same Node.js process.</p>\n<p>Diagnostic report has an associated single-digit version number (<code>report.header.reportVersion</code>),\nuniquely representing the report format. The version number is bumped\nwhen new key is added or removed, or the data type of a value is changed.\nReport version definitions are consistent across LTS releases.</p>",
H A Dreport.md339 "PATH": "/home/nodeuser/project/node:/opt/rh/devtoolset-3/root/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin",
476 process.chdir('/non-existent-path');
488 process.chdir('/non-existent-path');
/third_party/node/src/
H A Dnode_process_methods.cc81 Utf8Value path(env->isolate(), args[0]); in Chdir()
82 int err = uv_chdir(*path); in Chdir()
89 return env->ThrowUVException(err, "chdir", nullptr, buf, *path); in Chdir()
/third_party/openGLES/extensions/EXT/
H A DEXT_primitive_bounding_box.txt159 to gl_BoundingBoxEXT[] and there is an execution path through the shader
162 for executions of the shader that take that path.
420 an execution path are undefined.
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c148 not matter which path is chosen.
430 /* Another path has also reached this state. We choose in tre_tnfa_run_parallel()
437 /* The new path wins. */ in tre_tnfa_run_parallel()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c148 not matter which path is chosen.
430 /* Another path has also reached this state. We choose in tre_tnfa_run_parallel()
437 /* The new path wins. */ in tre_tnfa_run_parallel()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c148 not matter which path is chosen.
430 /* Another path has also reached this state. We choose in tre_tnfa_run_parallel()
437 /* The new path wins. */ in tre_tnfa_run_parallel()
/third_party/musl/src/regex/
H A Dregexec.c148 not matter which path is chosen.
430 /* Another path has also reached this state. We choose in tre_tnfa_run_parallel()
437 /* The new path wins. */ in tre_tnfa_run_parallel()
/third_party/node/deps/cares/src/lib/
H A Dares__hosts_file.c725 ares_bool_t use_env, char **path) in ares__hosts_path()
729 *path = NULL; in ares__hosts_path()
777 *path = path_hosts; in ares__hosts_path()
724 ares__hosts_path(const ares_channel_t *channel, ares_bool_t use_env, char **path) ares__hosts_path() argument
/third_party/mesa3d/src/mapi/
H A Dmapi_abi.py30 GLAPI = os.path.join(".", os.path.dirname(__file__), "glapi", "gen")
31 sys.path.insert(0, GLAPI)
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp779 dump_blob(const char *path, const struct clc_dxil_object &dxil) in dump_blob() argument
781 FILE *fp = fopen(path, "wb"); in dump_blob()
785 printf("D3D12: wrote '%s'...\n", path); in dump_blob()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.h381 // The following three fields relate to the double-to-ascii fast path algorithm.
385 // path algorithm if required. Therefore, if a DecimalQuantity is constructed from a double, it
390 * Whether the value in the BCD comes from the double fast path without having been rounded to
H A Ddcfmtsym.cpp418 CharString path; in initialize() local
419 path.append(gNumberElements, status) in initialize()
424 ures_getAllItemsWithFallback(resource.getAlias(), path.data(), sink, status); in initialize()
H A Dnumber_fluent.cpp697 // Build the data structure and then use it (slow to fast path). in computeCompiled()
708 // The data structure is already built; use it (fast path). in computeCompiled()
712 // Format the number without building the data structure (slow path). in computeCompiled()
/third_party/node/deps/npm/docs/content/commands/
H A Dnpm-audit.md106 the path `/-/npm/v1/security/advisories/bulk`.
416 * Path to a workspace directory
417 * Path to a parent workspace directory (will result in selecting all
/third_party/node/deps/npm/man/man1/
H A Dnpm-audit.1101 npm will generate a JSON payload with the name and list of versions of each package in the tree, and POST it to the default configured registry at the path \fB/-/npm/v1/security/advisories/bulk\fR.
388 Path to a workspace directory
390 Path to a parent workspace directory (will result in selecting all workspaces within that folder)
/third_party/node/deps/npm/docs/output/configuring-npm/
H A Dpackage-lock-json.html334 <p>resolved: For registry sources this is path of the tarball relative to
381 <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/node/deps/npm/docs/output/using-npm/
H A Ddevelopers.html321 or a path to a folder.</p>
343 <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/lwip/doc/
H A Dppp.txt9 3 - PPPoS input path (raw API, IRQ safe API, TCPIP API)
378 3 PPPoS input path (raw API, IRQ safe API, TCPIP API)
512 PPP_INPROC_IRQ_SAFE, please read the "PPPoS input path" documentation above
/third_party/libphonenumber/cpp/
H A DREADME230 change the library path of the project.
332 Then run cmake-gui and specify the path to the libphonenumber's cpp directory
363 Note that this path can be set by overriding the CMAKE_INSTALL_PREFIX variable
/third_party/mesa3d/src/util/
H A Du_cpu_detect.c611 * to the _SC_NPROCESSORS_ONLN path. Support for > 1024 CPUs can be in util_cpu_detect_once()
612 * added to this path once someone has such a system for testing. in util_cpu_detect_once()
654 * _SC_NPROCESSORS_CONF path on all BSDs. in util_cpu_detect_once()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c629 * Note this path is generally terrible for fetching multiple pixels. in lp_build_fetch_rgba_aos()
630 * We should make sure we cannot hit this code path for anything but in lp_build_fetch_rgba_aos()
673 * FIXME: The fast float->unorm path (which is basically in lp_build_fetch_rgba_aos()
/third_party/musl/libc-test/src/functionalext/relro/
H A Ddlopen_ext_relro_test.c37 static int create_temp_relro_file(char *path) in create_temp_relro_file() argument
41 fd = mkstemp(path, strlen(RELRO_FILE_PATH) + 1); in create_temp_relro_file()
43 fd = mkstemp(path); in create_temp_relro_file()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c540 char path[PATH_MAX]; in load_program() local
548 n = snprintf(path, PATH_MAX, TEST_PATH "/%s", filename); in load_program()
553 file = fopen(path, "r"); in load_program()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_asid.c748 * Core code for RFC 3779 3.3 path validation.
881 * RFC 3779 3.3 path validation -- called from X509_verify_cert().
895 * RFC 3779 3.3 path validation of an extension.

Completed in 47 milliseconds

1...<<1161116211631164116511661167116811691170>>...1504