Home
last modified time | relevance | path

Searched defs:paths (Results 51 - 75 of 153) sorted by relevance

1234567

/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp434 vector<string> BDir::GetDirs(const vector<string_view> &paths) in GetDirs() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_client.cpp97 int ObexMpClient::SetPath(const std::vector<std::u16string> &paths) in SetPath() argument
H A Dobex_session.cpp187 ObexSetPathObject::ObexSetPathObject(const std::vector<std::u16string> &paths) in ObexSetPathObject() argument
/third_party/eudev/src/shared/
H A Dpath-util.c508 bool paths_check_timestamp(const char* const* paths, usec_t *timestamp, bool update) { in paths_check_timestamp() argument
/third_party/glfw/tests/
H A Djoysticks.c90 static void drop_callback(GLFWwindow* window, int count, const char* paths[]) in drop_callback() argument
H A Devents.c467 static void drop_callback(GLFWwindow* window, int count, const char* paths[]) in drop_callback() argument
/third_party/glfw/src/
H A Dinit.c184 char** paths = NULL; in _glfwParseUriList() local
/third_party/alsa-utils/axfer/test/
H A Dmapper-test.c33 char **paths; member
446 char **paths = NULL; in main() local
[all...]
/third_party/alsa-utils/axfer/
H A Dxfer-options.c52 static int allocate_paths(struct xfer_context *xfer, char *const *paths, in allocate_paths() argument
[all...]
/third_party/libinput/test/
H A Dlitest-int.h162 struct list paths; member
/third_party/popt/src/
H A Dpoptconfig.c394 int poptReadConfigFiles(poptContext con, const char * paths) in poptReadConfigFiles() argument
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskUtil.java106 public static FieldMask fromStringList(Class<? extends Message> type, Iterable<String> paths) { in fromStringList() argument
115 public static FieldMask fromStringList(Descriptor descriptor, Iterable<String> paths) { in fromStringList() argument
123 fromStringList(Iterable<String> paths) fromStringList() argument
127 fromStringList(Optional<Descriptor> descriptor, Iterable<String> paths) fromStringList() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmodule.c51 const char *paths, *state = NULL; in pa_module_exists() local
/third_party/python/Lib/test/test_importlib/
H A Dtest_namespace_pkgs.py72 paths = ['portion1'] variable in SingleNamespacePackage
91 paths = ['portion1'] variable in DynamicPathNamespacePackage
110 paths = ['both_portions'] variable in CombinedNamespacePackages
120 paths = ['portion1', 'portion2'] variable in SeparatedNamespacePackages
130 paths = ['portion1'] variable in SeparatedNamespacePackagesCreatedWhileRunning
164 paths = ['portion1', 'both_portions'] variable in SeparatedOverlappingNamespacePackages
187 paths = ['top_level_portion1.zip'] variable in SingleZipNamespacePackage
199 paths variable in SeparatedZipNamespacePackages
211 paths = ['nested_portion1.zip/nested_portion1'] global() variable in SingleNestedZipNamespacePackage
223 paths = ['nested_portion1.zip/nested_portion1', 'portion2'] global() variable in SeparatedNestedZipNamespacePackages
236 paths = ['not_a_namespace_pkg', 'portion1', 'portion2', 'both_portions'] global() variable in LegacySupport
247 paths = ['project1', 'project2'] global() variable in DynamicPathCalculation
292 paths = ['missing_directory.zip'] global() variable in ZipWithMissingDirectory
317 paths = ['module_and_namespace_package'] global() variable in ModuleAndNamespacePackageInSameDir
327 paths = ['portion1'] global() variable in ReloadTests
357 paths = ['portion1'] global() variable in LoaderTests
[all...]
/third_party/skia/gm/
H A Dshadowutils.cpp49 SkTArray<SkPath> paths; in draw_paths() local
[all...]
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim_common.cpp196 void parse_and_add_env_var_override(std::vector<std::string>& paths, std::string env_var_contents) { argument
202 std::vector<std::string> paths; local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.cpp230 AddAssetPath(int32_t instanceId, const std::string& packagePath, const std::string& hapPath, const std::vector<std::string>& paths) AddAssetPath() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp317 std::vector<std::string> paths; in VerifyAbc() local
377 void VerifyManagerHostImpl::RemoveTempFiles(const std::vector<std::string> &paths) in RemoveTempFiles() argument
471 std::vector<std::string> paths; in Rollback() local
479 void VerifyManagerHostImpl::Rollback(const std::vector<std::string> &paths) in Rollback() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp45 std::vector<OH_Drawing_Path*>& paths; member
82 void make_path_rect(std::vector<OH_Drawing_Path*>& paths, std::vector<DrawRect>& pathsBounds) in make_path_rect() argument
128 void make_path_star(std::vector<OH_Drawing_Path*>& paths, std::vector<DrawRect>& pathsBounds) in make_path_star() argument
158 destory_path(std::vector<OH_Drawing_Path*>& paths, std::vector<OH_Drawing_Path*>& concavePaths, std::vector<OH_Drawing_Matrix*>& matrices) destory_path() argument
351 std::vector<OH_Drawing_Path*> paths; draw_paths() local
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocales.java224 private static PathMatcher ldml(String paths) { in ldml() argument
228 private static Predicate<CldrPath> matchAnyLdmlPrefix(String... paths) { in matchAnyLdmlPrefix() argument
[all...]
/third_party/lzma/CPP/Windows/
H A DShell.cpp350 HRESULT DataObject_GetData_HDROP_or_IDLIST_Names(IDataObject *dataObject, UStringVector &paths) in DataObject_GetData_HDROP_or_IDLIST_Names() argument
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc168 Paths paths; local
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_reader_unittest.cc170 Paths paths; local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsls.c384 static struct path_component paths = { in readdir_recursive() local
/third_party/musl/porting/linux/user/ldso/
H A Dnamespace.c492 strlist *paths; in is_accessible() local
551 strlist *paths; check_asan_path() local
[all...]

Completed in 20 milliseconds

1234567