| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | compute_test.cpp | 779 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 D | number_decimalquantity.h | 381 // 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 D | dcfmtsym.cpp | 418 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 D | number_fluent.cpp | 697 // 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 D | npm-audit.md | 106 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 D | npm-audit.1 | 101 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 D | package-lock-json.html | 334 <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 D | developers.html | 321 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 D | ppp.txt | 9 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 D | README | 230 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 D | u_cpu_detect.c | 611 * 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 D | lp_bld_format_aos.c | 629 * 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 D | dlopen_ext_relro_test.c | 37 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 D | rc_test_helpers.c | 540 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 D | v3_asid.c | 748 * 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.
|
| /third_party/libphonenumber/migrator/ |
| H A D | README.md | 11 ```File Migration``` - input a text file location with one E.164 number per line along with the BCP-47 country code that corresponds to the numbers in the text file. All numbers in the text file that match available recipes will be migrated and a copy of the text file will be created with the updated numbers. The file path to the newly created text file will be outputted to the console. 21 ```(-n, --number | -f, --file)``` - either the phone number input or file input for a given migration. The number argument must be a single E.164 phone number. This number can be in strict E.164 format (“+841200000000”) or contain hyphens, spaces and curved brackets (“84 (120) 5555-555”). The file argument must be a path to a text file containing one E.164 phone number per line. For file migrations, the original text file will not be overwritten or stored and instead a new text file will be created containing the migrated version of each phone number or the original phone number when a migration did not take place. Original phone numbers will also be written to file when a given migration on a number is seen as invalid, producing a number not dialable for the given country, unless the --exportInvalidMigrations (see [Optional Parameters](#optional-parameters)) flag is specified. Note: all phone numbers entered for migration will be sanitized by removing any whitespace, hyphens or curved brackets. If the number after this process is still not in E.164 format, a migration will not be able to be performed on it. 27 ```-r, --customRecipe``` - the path to a csv file containing custom migration recipes which follow the standard recipes file format. When using custom recipes, validity checks on migrated numbers will not be performed.
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | ParsingPrimitives.cs | 258 // use the fast path in more cases, and we rarely hit this section of code. in ParseRawVarint32() 597 // Fast path: all bytes to decode appear in the same span. in ReadRawString() 662 // Slow path: Build a byte array first then copy it. in ReadStringSlow()
|
| /third_party/python/Doc/library/ |
| H A D | ftplib.rst | 340 .. method:: FTP.mlsd(path="", facts=[]) 343 (:rfc:`3659`). If *path* is omitted the current directory is assumed. 346 tuple of two elements for every file found in path. First element is the
|
| H A D | bdb.rst | 145 :func:`case-normalized <os.path.normcase>` :func:`absolute path 146 <os.path.abspath>`. A *filename* with angle brackets, such as ``"<stdin>"``
|
| /third_party/python/Lib/test/libregrtest/ |
| H A D | cmdline.py | 10 python path/to/Lib/test/regrtest.py [options] [test_name1 [test_name2 ...]] 316 group.add_argument('--tempdir', metavar='PATH', 326 return os.path.join(os_helper.SAVEDCWD, string)
|
| /third_party/python/Lib/idlelib/ |
| H A D | debugger.py | 51 basename = os.path.basename(filename) 259 if filename[:1] + filename[-1:] != "<>" and os.path.exists(filename): 453 if os.path.isfile(filename):
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_sock_lowlevel.py | 384 # Happy path, sock.sendto() returns immediately 400 # Happy path, sock.sendto() returns immediately 427 # Sad path, sock.sendto() raises BlockingIOError
|
| /third_party/openGLES/extensions/OES/ |
| H A D | OES_get_program_binary.txt | 65 very useful path for applications that wish to remain portable by shipping 100 - No change to the retrieval/reload path is needed when new shader stages 411 // were cached away. Fallback to source shader loading path,
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| H A D | vktBuildPrograms.cpp | 596 parser << Option<opt::DstPath>("d", "dst-path", "Destination path", "out") in registerOptions() 597 << Option<opt::Cases>("n", "deqp-case", "Case path filter (works as in test binaries)") in registerOptions()
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeCommandLineExecutor.cpp | 98 parser << Option<StartServer> ("s", "start-server", "Start local execserver. Path to the execserver binary.") in registerOptions() 101 << Option<CaseListDir> ("cd", "caselistdir", "Path to the directory containing test case XML files.", ".") in registerOptions() 108 << Option<BinaryName> ("b", "binaryname", "Test binary path. Relative to working directory.", "<Unused>") in registerOptions()
|