Home
last modified time | relevance | path

Searched full:path (Results 39576 - 39600 of 40200) sorted by relevance

1...<<1581158215831584158515861587158815891590>>...1608

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp2613 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 DXml.test.ets1179 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 D1002-add-header-file-to-musl-compile-mk2efs.patch1219 + * 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 DBigDecimal.java1066 // 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 DUnicodeSet.java1243 // 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 DBigDecimal.java1042 // 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 DUnicodeSet.java1176 // 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 Dsmpdtfmt.cpp2210 // 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 Dpsa-transition.md142 | `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 Dac_nir_to_llvm.c1033 /* 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 Dstream.md2515 import { join } from 'node:path';
2536 import { join } from 'node:path';
/third_party/openGLES/extensions/ARB/
H A DARB_tessellation_shader.txt2201 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 Dnghttp2.h5119 * 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 Dnghttp2.h5103 * 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 Dsmpdtfmt.cpp2159 // 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 Dteximage.c1289 /* 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 Dsimplified-lowering.cc1894 // path. in UseInfoForFastApiCallArgument()
4346 // Avoid messing up the exceptional path. in InsertUnreachableIfNecessary()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc436 // 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 Djs-objects.cc1900 !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 Dssl_lib.c5475 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 Dx86_64-mont5.pl1773 # 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 Dx86_64-mont5.pl1773 # 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 Dgradle-wrapper.jarMETA-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 Dglfw3.h1073 * @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 Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...

Completed in 281 milliseconds

1...<<1581158215831584158515861587158815891590>>...1608