Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsRobolectricTestRunner.java67 List<ResourcePath> paths = super.getIncludedResourcePaths(); in getAppManifest()
68 paths.add(new ResourcePath( in getAppManifest()
72 paths.add(new ResourcePath( in getAppManifest()
76 paths.add(new ResourcePath( in getAppManifest()
80 paths.add(new ResourcePath( in getAppManifest()
84 paths.add(new ResourcePath( in getAppManifest()
88 paths.add(new ResourcePath( in getAppManifest()
92 paths.add(new ResourcePath( in getAppManifest()
96 return paths; in getAppManifest()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DClusterAlbum.java47 void setMediaItems(ArrayList<Path> paths) { in setMediaItems() argument
48 mPaths = paths; in setMediaItems()
75 ArrayList<Path> paths, int start, int count, in getMediaItemFromPath() argument
77 if (start >= paths.size()) { in getMediaItemFromPath()
80 int end = Math.min(start + count, paths.size()); in getMediaItemFromPath()
81 ArrayList<Path> subset = new ArrayList<Path>(paths.subList(start, end)); in getMediaItemFromPath()
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/testing/
DStorageManagerRobolectricTestRunner.java57 List<ResourcePath> paths = super.getIncludedResourcePaths(); in getAppManifest()
58 paths.add(new ResourcePath( in getAppManifest()
62 paths.add(new ResourcePath( in getAppManifest()
66 paths.add(new ResourcePath( in getAppManifest()
70 return paths; in getAppManifest()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/
DCarSettingsRobolectricTestRunner.java65 List<ResourcePath> paths = super.getIncludedResourcePaths(); in getAppManifest()
66 paths.add(new ResourcePath( in getAppManifest()
70 paths.add(new ResourcePath( in getAppManifest()
74 paths.add(new ResourcePath( in getAppManifest()
78 return paths; in getAppManifest()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dfilestreamtest.cpp27 const char *paths[] = { in SetUp() local
35 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) { in SetUp()
36 fp = fopen(paths[i], "rb"); in SetUp()
38 filename_ = paths[i]; in SetUp()
Djsoncheckertest.cpp22 const char *paths[] = { in ReadFile() local
31 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) { in ReadFile()
32 sprintf(buffer, paths[i], filename); in ReadFile()
Dencodedstreamtest.cpp44 const char *paths[] = { in Open() local
52 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) { in Open()
53 sprintf(buffer, paths[i], filename); in Open()
Ddocumenttest.cpp99 const char *paths[] = { in OpenEncodedFile() local
107 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) { in OpenEncodedFile()
108 sprintf(buffer, paths[i], filename); in OpenEncodedFile()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DMemoryDumpActivity.java53 public static String zipUp(ArrayList<String> paths) { in zipUp() argument
63 for (String filename : paths) { in zipUp()
96 final ArrayList<String> paths = new ArrayList<String>(); in dumpHprofAndShare() local
120 paths.add(path); in dumpHprofAndShare()
124 String zipfile = zipUp(paths); in dumpHprofAndShare()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Dperftest.h69 const char *paths[] = { in SetUp() local
77 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) { in SetUp()
78 fp = fopen(filename_ = paths[i], "rb"); in SetUp()
/packages/apps/Gallery2/src/com/android/photos/
DMultiChoiceManager.java192 public BulkDeleteTask(Delegate delegate, List<Object> paths) { in BulkDeleteTask() argument
194 mPaths = paths; in BulkDeleteTask()
273 List<Object> paths = new ArrayList<Object>(); in getPathsForSelectedItems() local
277 paths.add(mDelegate.getPathForItemAtPosition(i)); in getPathsForSelectedItems()
280 return paths; in getPathsForSelectedItems()
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DDataModel.java260 Set<String> paths = new HashSet<String>(); in doInBackground() local
279 paths.add(dirPath); in doInBackground()
294 for (String path : paths) { in doInBackground()
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContentProvider.java197 public static Query forUrisMatching(String authority, String... paths) { in forUrisMatching() argument
199 for (int i = 0; i < paths.length; i++) { in forUrisMatching()
200 matcher.addURI(authority, paths[i], i); in forUrisMatching()
/packages/apps/Gallery2/
D.gitignore1 # Project files and paths.
/packages/apps/Camera2/
D.gitignore1 # Project files and paths.
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
DTunerSessionWorker.java523 List<String> paths = uri.getPathSegments(); in parseChannel() local
524 if (paths.size() > 1 && paths.get(0).equals(PLAY_FROM_CHANNEL)) { in parseChannel()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in157 # part of the path. The tag can be used to show relative paths in the file list.
161 # Note that you can specify absolute paths here, but also relative paths, which
171 # specify the list of include paths that are normally passed to the compiler
820 # Note that relative paths are relative to the directory from which doxygen is
1025 # the include paths will already be set by doxygen for the files and directories
2033 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile123 # the path. The tag can be used to show relative paths in the file list.
133 # definition is used. Otherwise one should specify the include paths that
1333 # where "loc1" and "loc2" can be relative or absolute paths or
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile123 # the path. The tag can be used to show relative paths in the file list.
133 # definition is used. Otherwise one should specify the include paths that
1333 # where "loc1" and "loc2" can be relative or absolute paths or
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...