| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
| H A D | bundle_manager.cpp | 2613 ErrCode InnerDeleteAbc(const std::string &path) in InnerDeleteAbc() argument 2621 ErrCode ret = verifyManager->DeleteAbc(path); in InnerDeleteAbc()
|
| /test/xts/acts/commonlibrary/ets_utils/codeparsingtest/baselibtest/entry/src/ohosTest/ets/test/xml/ |
| H A D | Xml.test.ets | 1179 thatSer.setNamespace("h", "https://www.example.com/path/to/page?username=johndoe&search=apple" +
1186 'www.example.com/path/to/page?username=johndoe&search=apple&sort=price#section-3"/>');
|
| /third_party/e2fsprogs/ |
| H A D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 1219 + * This file contains the path names for various directories as 2402 + N_( "Wrong magic number for ext4 extent saved path"),
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
| H A D | BigDecimal.java | 1066 // This is the most common, and fastest, path in add() 3845 if (mag > 0) { // most common path in finish()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | UnicodeSet.java | 1243 // Fast path for adding a new range after the last one. in add_unchecked() 4174 * Same as span() but also counts the smallest number of set elements on any path across the span.
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
| H A D | BigDecimal.java | 1042 // This is the most common, and fastest, path in add() 3770 if (mag > 0) { // most common path in finish()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UnicodeSet.java | 1176 // Fast path for adding a new range after the last one. in add_unchecked() 4045 * Same as span() but also counts the smallest number of set elements on any path across the span.
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | smpdtfmt.cpp | 2210 // Can use fast path in zeroPaddingNumber() 2230 // Fall back to slow path (clone and mutate the NumberFormat) in zeroPaddingNumber()
|
| /third_party/mbedtls/docs/ |
| H A D | psa-transition.md | 142 | `nist_kw.h` | `mbedtls_nist_kw_` | Migration path not yet defined | 180 When the configuration option [`MBEDTLS_PSA_CRYPTO_CONFIG`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/file/mbedtls__config_8h/#mbedtls__config_8h_1a5aca5ddcffb586acad82f9aef26db056) is enabled, the cryptographic mechanisms available through the PSA API are determined by the contents of the header file `"psa/crypto_config.h"`. You can override the file location with the macro [`MBEDTLS_PSA_CRYPTO_CONFIG_FILE`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/file/mbedtls__config_8h/#mbedtls__config_8h_1a25f7e358caa101570cb9519705c2b873), and you can set [`MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/file/mbedtls__config_8h/#mbedtls__config_8h_1abd1870cc0d2681183a3018a7247cb137) to the path of an additional file (similar to `MBEDTLS_CONFIG_FILE` and `MBEDTLS_USER_CONFIG_FILE` for legacy configuration symbols).
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 1033 /* Fast path conversion. This only works if NIR is vectorized in visit_alu() 1683 * fallback to the default path that loads directly from memory. in visit_load_push_constant()
|
| /third_party/node/doc/api/ |
| H A D | stream.md | 2515 import { join } from 'node:path'; 2536 import { join } from 'node:path';
|
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_tessellation_shader.txt | 2201 a value to gl_Layer, and there is an execution path through the shader 2203 executions of the shader that take that path.
|
| /third_party/nghttp2/lib/includes/nghttp2/ |
| H A D | nghttp2.h | 5119 * the :path header field is valid according to 5124 * of path. The allowed characters are all characters valid by
|
| /third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
| H A D | nghttp2.h | 5103 * the :path header field is valid according to 5108 * of path. The allowed characters are all characters valid by
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | smpdtfmt.cpp | 2159 // Can use fast path in zeroPaddingNumber() 2181 // Fall back to slow path (clone and mutate the NumberFormat) in zeroPaddingNumber()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | teximage.c | 1289 /* Compute total memory for a whole mipmap. This is the path in _mesa_test_proxy_teximage() 1314 /* We just compute the size of one mipmap level. This is the path in _mesa_test_proxy_teximage()
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | simplified-lowering.cc | 1894 // path. in UseInfoForFastApiCallArgument() 4346 // Avoid messing up the exceptional path. in InsertUnreachableIfNecessary()
|
| /third_party/node/deps/v8/src/builtins/arm64/ |
| H A D | builtins-arm64.cc | 436 // TODO(v8:11429): Add a path for "not_compiled" and unify the two uses under 1933 // We should never take the if_return path. in Generate_InterpreterEnterAtNextBytecode()
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 1900 !object->IsJSModuleNamespace()) { // Fast path. in SetIntegrityLevel() 4345 // Slow path: need to normalize properties for safety in PreventExtensionsWithTransition()
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_lib.c | 5475 int SSL_CTX_set_ctlog_list_file(SSL_CTX *ctx, const char *path) in SSL_CTX_set_ctlog_list_file() argument 5477 return CTLOG_STORE_load_file(ctx->ctlog_store, path); in SSL_CTX_set_ctlog_list_file()
|
| /third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
| H A D | x86_64-mont5.pl | 1773 # This new path is inspired by multiple submissions from Intel, by 3162 # This new path is inspired by multiple submissions from Intel, by
|
| /third_party/openssl/crypto/bn/asm/ |
| H A D | x86_64-mont5.pl | 1773 # This new path is inspired by multiple submissions from Intel, by 3162 # This new path is inspired by multiple submissions from Intel, by
|
| /third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
| /third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
| H A D | glfw3.h | 1073 * @param[in] paths The UTF-8 encoded file and/or directory path names. 3476 * Because the path array and its strings may have been generated specifically
|
| /third_party/skia/third_party/externals/libwebp/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |