| /third_party/python/Objects/ |
| H A D | abstract.c | 783 /* Fast path for common types. */ in PyObject_Format() 2693 /* Fast path (non-recursive) */ in recursive_issubclass()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| H A D | mutex.h | 464 // slow path acquire 472 // slow path release
|
| /third_party/selinux/libsepol/src/ |
| H A D | services.c | 2235 const char *path, in sepol_genfs_sid() 2259 (strncmp(c->u.name, path, len) == 0)) in sepol_genfs_sid() 2234 sepol_genfs_sid(const char *fstype, const char *path, sepol_security_class_t sclass, sepol_security_id_t * sid) sepol_genfs_sid() argument
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil.c | 2631 (*dtcon)->path = NULL; in cil_devicetreecon_init() 2905 (*info)->path = NULL; in cil_src_info_init()
|
| /foundation/arkui/ace_engine/interfaces/native/ |
| H A D | native_type.h | 1443 /** Path. */ 1461 /** Path. */ 1491 /** Path. */
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| H A D | avrcp_tg_service.h | 92 * @param[in] folderNames The current browsed path of the player. The first element in folderNames is the parent 561 * @param[in] folderNames The current browsed path of the player. The first element in folderNames is the parent 1259 * @param[in] folderNames The current browsed path of the player. The first element in folderNames is the parent
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | gltf2_exporter.cpp | 711 CORE_LOG_W("couldn't resolve node path: %s", nodePath.data()); in GetAnimationTarget() 1412 jsonTarget["path"] = GetAnimationPath(track.channel.path); in ExportAnimations()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
| H A D | pixel_map_test.cpp | 186 static bool ReadFile(void *chOrg, std::string path, int32_t totalSize, int32_t srcNum) in ReadFile() argument 188 FILE* const fileOrg = fopen(path.c_str(), "rb"); in ReadFile() 190 GTEST_LOG_(INFO) << "Can not open" << path.c_str(); in ReadFile()
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
| H A D | native_type.h | 1443 /** Path. */
1461 /** Path. */
1491 /** Path. */
|
| /test/xts/acts/bundlemanager/zlib/actsgzipdecompressiontest/entry/src/ohosTest/ets/test/ |
| H A D | actsgzipdecompressiontest.test.ets | 30 let path = pathDir + filePath; 33 allfilePath = path; 34 await gzip.gzopen(path, "wb");
|
| /third_party/glslang/StandAlone/ |
| H A D | StandAlone.cpp | 937 IncludeDirectoryList.push_back(getStringOperand("-I<dir> include path")); in ProcessArguments() 1615 // work-item distribution properties in this path, which in CompileAndLinkShaderFiles() 1942 " -I<dir> add dir to the include search path; includer's directory\n" in usage()
|
| /third_party/backends/backend/ |
| H A D | hp3900_debug.c | 551 char *path = getenv ("HOME"); in dbg_tiff_save() local 553 if (path != NULL) in dbg_tiff_save() 558 if (snprintf (filename, 512, "%s/%s", path, sFile) > 0) in dbg_tiff_save()
|
| /third_party/curl/include/curl/ |
| H A D | curl.h | 983 CURLFTPMETHOD_MULTICWD, /* single CWD operation for each path part */ 1919 /* Path to Unix domain socket */ 2030 /* Path to an abstract Unix domain socket */
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DateTimePatternGenerator.java | 282 // 2) getWithFallback is called multiple times for going down hierarchical resource path in addCLDRData() 283 // #9987 resolved the issue of alias table when full path is specified in getWithFallback, in addCLDRData() 2002 return true; // fast path in skeletonsAreSimilar()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DateTimePatternGenerator.java | 273 // 2) getWithFallback is called multiple times for going down hierarchical resource path in addCLDRData() 274 // #9987 resolved the issue of alias table when full path is specified in getWithFallback, in addCLDRData() 1880 return true; // fast path in skeletonsAreSimilar()
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | glsl_parser.yy | 94 @$.path = NULL; 1907 * most qualifiers. See the any_identifier path of 1912 * well (by the any_identifier path of layout_qualifier_id).
|
| /third_party/node/lib/internal/http2/ |
| H A D | core.js | 2871 // Initiate a file response on this Http2Stream. The path is passed to 2878 respondWithFile(path, headers, options) { 2919 fs.open(path, 'r',
|
| /third_party/node/deps/zlib/ |
| H A D | zlib.h | 1307 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); 1309 Open the gzip (.gz) file at path for reading and decompressing, or 1952 ZEXTERN gzFile ZEXPORT gzopen_w(const wchar_t *path,
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | numberformatter.h | 141 * using the "safe" code path. The first two calls to .format() will trigger the unsafe code path. 2643 * This is the core entrypoint to the number formatting pipeline. It performs self-regulation: a static code path
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | numberformatter.h | 137 * using the "safe" code path. The first two calls to .format() will trigger the unsafe code path. 2632 * This is the core entrypoint to the number formatting pipeline. It performs self-regulation: a static code path
|
| /third_party/libfuse/lib/ |
| H A D | fuse_lowlevel.c | 3214 char path[128]; local 3220 sprintf(path, "/proc/%lu/task/%lu/status", pid, pid); 3228 fd = open(path, O_RDONLY);
|
| /third_party/lwip/src/core/ipv6/ |
| H A D | nd6.c | 926 /* Change the Path MTU. */ in nd6_input() 2401 * Get the Path MTU for a destination. 2405 * @return the Path MTU, if known, or the netif default MTU
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 2540 * Mesa's state tracker takes this path whenever possible, even with 2559 /* Just use the transfer-based path for linear buffers - it will already in iris_texture_subdata() 2563 * take that path if we need the GPU to perform color compression, or in iris_texture_subdata()
|
| /third_party/mksh/ |
| H A D | funcs.c | 825 * (don't do a path search, just make an entry) in c_alias() 925 search_path(alias, path, X_OK, NULL) : in c_alias() 1550 file = search_path(cp, path, R_OK, &errcode); in c_dot()
|
| /third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
| H A D | ghash-x86_64.pl | 55 # increase aggregate factor. Then why increase here? Critical path 64 # are twice as slow in comparison to Intel, so that critical path is 81 # ... 8x aggregate factor AVX code path is using reduction algorithm
|