| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
| H A D | NumberParserImpl.java | 308 * Primary entrypoint to parsing code path. 316 * Whether to use the faster but potentially less accurate greedy code path.
|
| /third_party/icu/docs/userguide/icu/ |
| H A D | howtouseicu.md | 209 or the path to a 'bin' directory. 215 If "icu-config" is on the PATH, the -i option may be omitted:
|
| /third_party/PyYAML/ |
| H A D | CHANGES | 174 * Fixed the path resolver in CDumper. 209 * Fixed a bug when the path in add_path_resolver contains boolean values
|
| /third_party/icu/tools/multi/proj/icu4cscan/ |
| H A D | testxml.cpp | 49 "\t followed by path, defaults to %s\n" in usageAndDie() 50 "\t-d or --destdir destination directory, followed by the path\n", in usageAndDie()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
| H A D | XCldrStub.java | 387 // URL path = null; in openFile() 407 throw new ICUUncheckedIOException("Couldn't open file " + file + "; in path " + canonicalName + "; relative to class: " in openFile()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
| H A D | NumberParserImpl.java | 310 * Primary entrypoint to parsing code path. 318 * Whether to use the faster but potentially less accurate greedy code path.
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| H A D | NumberFormatter.java | 389 * structures get built using the "safe" code path. The first two calls to .format() will trigger the 390 * unsafe code path.
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_modifiers.cpp | 451 // However, the build code path is more efficient, and this is the most natural in applyCurrencySpacingAffix() 452 // place to put currency spacing in the non-build code path. in applyCurrencySpacingAffix()
|
| /third_party/libwebsockets/doc-assets/ |
| H A D | lws-crypto-overview.svg | 38 <path d="m-492.48-306.99-1.2324 1.0579-1.247-0.9926 0.57189-0.052 0.0645-4.34h-0.66758l1.374-1.2497 1.2493 1.3264-0.66727 0.053 0.0298 4.1963z" fill="#0b2822"/> 39 <path d="m-492.34-280.9-1.2324 1.0579-1.247-0.9926 0.57189-0.052 0.0645-4.34h-0.66758l1.374-1.2497 1.2493 1.3264-0.66727 0.053 0.0298 4.1963z" fill="#0b2822"/>
|
| /third_party/libwebsockets/lib/misc/fts/ |
| H A D | README.md | 40 path, and the results so the "most likely" results already measured by potential 61 Same as the file path list, but for each filepath, information on the line
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-lecp.h | 222 uint8_t p; /* path length */ 260 char path[LECP_MAX_PATH]; member
|
| H A D | lws-client.h | 116 const char *path; member 117 /**< URI path. Prefix with + for a UNIX socket. (+@ for
|
| /third_party/mesa3d/docs/ |
| H A D | viewperf.rst | 193 path for drawing with polygon stipple. Since the two passes are rendered 196 variable to 1 will force the driver to use the software vertex path all
|
| H A D | dispatch.rst | 150 Use of this path is controlled by the preprocessor define 255 This path is activated by adding the correct ``#ifdef`` magic to
|
| /third_party/mesa3d/.gitlab-ci/docs/ |
| H A D | bare-metal.rst | 74 dhcp-option=tag:cheza1,option:root-path,/srv/nfs/cheza1 75 dhcp-option=tag:cheza2,option:root-path,/srv/nfs/cheza2
|
| /third_party/libabigail/tests/data/test-read-dwarf/ |
| H A D | test1.hash.abi | 37 <abi-instr address-size='64' path='test1.cc' comp-dir-path='/home/dodji/git/libabigail/dwarf/tests/data/test-read-dwarf' language='LANG_C_plus_plus'>
|
| H A D | test1.abi | 37 <abi-instr address-size='64' path='test1.cc' comp-dir-path='/home/dodji/git/libabigail/dwarf/tests/data/test-read-dwarf' language='LANG_C_plus_plus'>
|
| /third_party/libcoap/man/ |
| H A D | coap-client.txt.in | 278 '/some/unix/domain/path' using the 'GET' method to get back the 280 which is the 'host' definition separator and the simple / is for the path
|
| /third_party/mesa3d/docs/ci/ |
| H A D | bare-metal.rst | 74 dhcp-option=tag:cheza1,option:root-path,/srv/nfs/cheza1 75 dhcp-option=tag:cheza2,option:root-path,/srv/nfs/cheza2
|
| /third_party/mbedtls/library/ |
| H A D | x509_csr.c | 504 int mbedtls_x509_csr_parse_file(mbedtls_x509_csr *csr, const char *path) in mbedtls_x509_csr_parse_file() argument 510 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_csr_parse_file()
|
| H A D | x509_crl.c | 567 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path) in mbedtls_x509_crl_parse_file() argument 573 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_crl_parse_file()
|
| /third_party/mesa3d/bin/pick/ |
| H A D | core.py | 61 pick_status_json = pathlib.Path(git_toplevel) / '.pick_status.json' 293 # See comment for IS_FIX path
|
| /third_party/mesa3d/docs/relnotes/ |
| H A D | 11.1.3.rst | 227 - gallium/radeon: remove separate BE path in r600_translate_colorswap 247 - Android: clean-up and fix DRI module path handling
|
| /third_party/mbedtls/ |
| H A D | CMakeLists.txt | 140 # to the corresponding path in the source directory. 367 # cmake -D CMAKE_BUILD_TYPE=Coverage /path/to/source && make
|
| /third_party/jerryscript/jerry-core/jmem/ |
| H A D | jmem-heap.c | 168 /* Fast path for 8 byte chunks, first region is guaranteed to be sufficient. */ in jmem_heap_alloc() 209 /* Slow path for larger regions. */ in jmem_heap_alloc()
|