Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 25 of 110) sorted by relevance

12345

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DUsageGraphTest.java65 SparseIntArray paths = new SparseIntArray(); in calculateLocalPaths_singlePath() local
84 SparseIntArray paths = new SparseIntArray(); in calculateLocalPaths_multiplePaths() local
115 SparseIntArray paths = new SparseIntArray(); in calculateLocalPaths_similarPointMiddle() local
135 SparseIntArray paths = new SparseIntArray(); in calculateLocalPaths_similarPointEnd() local
157 SparseIntArray paths = new SparseIntArray(); in calculateLocalPaths_unavailableData_shouldInsertFlatPoint() local
/aosp12/frameworks/base/services/incremental/
H A Dpath.h92 std::string join(std::string&& first, std::string_view second, Paths&&... paths) { in join()
104 std::string join(std::string_view first, std::string_view second, Paths&&... paths) { in join()
109 std::string join(const char* first, std::string_view second, Paths&&... paths) { in join()
/aosp12/system/vold/
H A DIdleMaint.cpp93 static void addFromVolumeManager(std::list<std::string>* paths, PathTypes path_type) { in addFromVolumeManager()
114 static void addFromFstab(std::list<std::string>* paths, PathTypes path_type) { in addFromFstab()
163 std::list<std::string> paths; in Trim() local
212 static bool waitForGc(const std::list<std::string>& paths) { in waitForGc()
247 static int startGc(const std::list<std::string>& paths) { in startGc()
257 static int stopGc(const std::list<std::string>& paths) { in stopGc()
425 std::list<std::string> paths; in RunIdleMaint() local
H A DFsCrypt.cpp162 const std::vector<std::string>& paths, std::string* ce_key_path) { in get_ce_key_new_path()
180 const std::vector<std::string>& paths) { in fixate_user_ce_key()
201 auto const paths = get_ce_key_paths(directory_path); in read_and_fixate_user_ce_key() local
338 auto const paths = get_ce_key_paths(directory_path); in create_and_install_user_keys() local
695 auto const paths = get_ce_key_paths(directory_path); in fscrypt_rewrap_user_key() local
724 auto const paths = get_ce_key_paths(directory_path); in fscrypt_fixate_newest_user_key_auth() local
/aosp12/system/incremental_delivery/incfs/include/
H A Dpath.h116 std::string join(std::string&& first, std::string_view second, Paths&&... paths) { in join()
128 std::string join(std::string_view first, std::string_view second, Paths&&... paths) { in join()
132 std::string join(const char* first, std::string_view second, Paths&&... paths) { in join()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DBenchmarkHelpers.cpp25 void GetResourceBenchmarkOld(const std::vector<std::string>& paths, const ResTable_config* config, in GetResourceBenchmarkOld()
54 void GetResourceBenchmark(const std::vector<std::string>& paths, const ResTable_config* config, in GetResourceBenchmark()
/aosp12/build/soong/genrule/
H A Dlocations.go31 paths android.Paths member
61 paths android.Paths member
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DDumpTruck.java80 final ArrayList<String> paths = new ArrayList<String>(); in captureHeaps() local
170 private static boolean zipUp(String zipfilePath, ArrayList<String> paths) { in zipUp()
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
H A DDiscoveredPrinter.java48 public final List<Uri> paths; field in DiscoveredPrinter
61 public DiscoveredPrinter(Uri uuid, String name, List<Uri> paths, String location) { in DiscoveredPrinter()
/aosp12/system/core/libcutils/
H A Dfs_config_test.cpp77 static bool check_unique(std::vector<const char*>& paths, const std::string& config_name, in check_unique()
128 static bool check_unique(const fs_path_config* paths, const char* type_name, in check_unique()
223 void check_two(const fs_path_config* paths, const char* type_name, const char* prefix) { in check_two()
/aosp12/build/soong/ui/build/paths/
H A Dlogs_test.go15 package paths package
H A Dconfig.go15 package paths package
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DClusterAlbum.java47 void setMediaItems(ArrayList<Path> paths) { in setMediaItems()
75 ArrayList<Path> paths, int start, int count, in getMediaItemFromPath()
/aosp12/bootable/recovery/otautil/
H A Dpaths.cpp29 static Paths paths; in Get() local
/aosp12/frameworks/base/tools/bit/
H A Dmake.h30 vector<string> paths; member
/aosp12/build/make/tools/fs_config/
H A Dfs_config.go39 paths android.Paths member
/aosp12/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java181 public static void scanFile(Context context, String[] paths, String[] mimeTypes, in scanFile()
236 ClientProxy(String[] paths, String[] mimeTypes, OnScanCompletedListener client) { in ClientProxy()
/aosp12/bionic/tools/versioner/src/
H A DVFS.cpp38 char* paths[] = { const_cast<char*>(path.c_str()), nullptr }; in addDirectoryToVFS() local
/aosp12/build/soong/android/
H A Dbazel_paths.go123 func BazelLabelForModuleSrcExcludes(ctx BazelConversionPathContext, paths, excludes []string) bazel… argument
243 func expandSrcsForBazel(ctx BazelConversionPathContext, paths, expandedExcludes []string) bazel.Lab… argument
/aosp12/build/soong/bloaty/
H A Dbloaty.go60 paths []android.WritablePath member
/aosp12/hardware/google/pixel/powerstats/dataproviders/
H A DPowerStatsEnergyAttribution.cpp79 std::string> paths) { in getAttributionStats()
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dtfa_98xx.c133 static int adev_i2s_clock_operation(int enable, struct audio_device *adev, char *paths) in adev_i2s_clock_operation()
156 char paths[32] = "init_smart_pa"; in tfa_98xx_set_audio_mode() local
233 char paths[32] = "init_smart_pa"; in tfa_98xx_set_func_mode() local
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Djsoncheckertest.cpp22 const char *paths[] = { in ReadFile() local
/aosp12/bionic/linker/
H A Dlinker_utils.cpp193 std::vector<std::string>* paths) { in split_path()
199 void resolve_paths(std::vector<std::string>& paths, in resolve_paths()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DAndroidPackageUtils.java59 ArrayList<String> paths = new ArrayList<>(); in getAllCodePathsExcludingResourceOnly() local
79 ArrayList<String> paths = new ArrayList<>(); in getAllCodePaths() local

12345