Home
last modified time | relevance | path

Searched full:path (Results 36226 - 36250 of 37931) sorted by relevance

1...<<1441144214431444144514461447144814491450>>...1518

/third_party/python/Objects/
H A Dabstract.c783 /* 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 Dmutex.h464 // slow path acquire
472 // slow path release
/third_party/selinux/libsepol/src/
H A Dservices.c2235 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 Dcil.c2631 (*dtcon)->path = NULL; in cil_devicetreecon_init()
2905 (*info)->path = NULL; in cil_src_info_init()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_type.h1443 /** Path. */
1461 /** Path. */
1491 /** Path. */
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h92 * @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 Dgltf2_exporter.cpp711 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 Dpixel_map_test.cpp186 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 Dnative_type.h1443 /** Path. */
1461 /** Path. */
1491 /** Path. */
/test/xts/acts/bundlemanager/zlib/actsgzipdecompressiontest/entry/src/ohosTest/ets/test/
H A Dactsgzipdecompressiontest.test.ets30 let path = pathDir + filePath;
33 allfilePath = path;
34 await gzip.gzopen(path, "wb");
/third_party/glslang/StandAlone/
H A DStandAlone.cpp937 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 Dhp3900_debug.c551 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 Dcurl.h983 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 DDateTimePatternGenerator.java282 // 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 DDateTimePatternGenerator.java273 // 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 Dglsl_parser.yy94 @$.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 Dcore.js2871 // 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 Dzlib.h1307 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 Dnumberformatter.h141 * 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 Dnumberformatter.h137 * 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 Dfuse_lowlevel.c3214 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 Dnd6.c926 /* 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 Diris_resource.c2540 * 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 Dfuncs.c825 * (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 Dghash-x86_64.pl55 # 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

Completed in 129 milliseconds

1...<<1441144214431444144514461447144814491450>>...1518