HomeSort by relevance Sort by last modified time
    Searched defs:paths (Results 76 - 100 of 925) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
LoggerFactory.java 232 Enumeration<URL> paths; local
234 paths = ClassLoader.getSystemResources(STATIC_LOGGER_BINDER_PATH);
236 paths = loggerFactoryClassLoader.getResources(STATIC_LOGGER_BINDER_PATH);
238 while (paths.hasMoreElements()) {
239 URL path = (URL) paths.nextElement();
  /external/strace/tests/
file_handle.c 220 struct strval paths[] = { local
314 for (j = 0; j < ARRAY_SIZE(paths); j++) {
322 paths[j].val,
323 paths[j].str,
  /external/strace/tests-m32/
file_handle.c 220 struct strval paths[] = { local
314 for (j = 0; j < ARRAY_SIZE(paths); j++) {
322 paths[j].val,
323 paths[j].str,
  /external/strace/tests-mx32/
file_handle.c 220 struct strval paths[] = { local
314 for (j = 0; j < ARRAY_SIZE(paths); j++) {
322 paths[j].val,
323 paths[j].str,
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 240 // the values of these constant nodes with their actual asset file paths.
243 // Assets file may have changed their directory, we assemble their new paths
272 std::vector<string> paths; local
274 paths.push_back(raw_path);
276 if (!FilesExist(paths, nullptr)) {
  /frameworks/base/core/java/android/os/
GraphicsEnvironment.java 68 * Store the layer paths available to the loader.
81 * Set up layer search paths for all apps
180 String paths = sb.toString(); local
182 if (DEBUG) Log.v(TAG, "gfx driver package libs: " + paths);
183 setDriverPath(paths);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DumpTruck.java 75 final ArrayList<String> paths = new ArrayList<String>(); local
99 paths.add(path);
113 if (DumpTruck.zipUp(zipfile, paths)) {
154 private static boolean zipUp(String zipfilePath, ArrayList<String> paths) {
158 for (String filename : paths) {
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java 1061 String[] paths = javaLibraryPath.split(":"); local
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
documenttest.cpp 99 const char *paths[] = { local
107 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) {
108 sprintf(buffer, paths[i], filename);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 216 TreePath[] paths = pathList.toArray(new TreePath[pathList.size()]); local
217 final TreeSelection selection = new TreeSelection(paths);
224 // their relative paths from the project; deferring execution with
  /system/vold/
IdleMaint.cpp 75 static void addFromVolumeManager(std::list<std::string>* paths,
84 paths->push_back(vol->getPath());
90 paths->push_back(std::string("/sys/fs/") + fs_type +
99 static void addFromFstab(std::list<std::string>* paths, PathTypes path_type) {
129 paths->push_back(fstab->recs[i].mount_point);
134 paths->push_back(std::string("/sys/fs/") + fstab->recs[i].fs_type +
147 std::list<std::string> paths; local
148 addFromFstab(&paths, PathTypes::kMountPoint);
149 addFromVolumeManager(&paths, PathTypes::kMountPoint);
151 for (const auto& path : paths) {
327 std::list<std::string> paths; local
    [all...]
  /bionic/linker/
linker_config.cpp 297 } else if (android::base::EndsWith(name, ".paths") ||
370 std::vector<std::string> paths; local
371 split_path(paths_str.c_str(), ":", &paths);
384 for (auto&& path : paths) {
391 // do not remove paths that do not exist
392 resolve_paths(paths, &resolved_paths);
396 return paths;
530 // search paths are resolved (canonicalized). This is required mainly for
533 ns_config->set_search_paths(properties.get_paths(property_name_prefix + ".search.paths", true));
535 // However, for permitted paths, we are not required to resolve the path
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 59 * Set of file paths that should all refer to the same location to verify
60 * support for legacy paths.
113 * Verify that legacy filesystem paths continue working, and that they all
144 final List<File> paths = getPrimaryPackageSpecificPaths(getContext()); local
147 for (File path : paths) {
206 * Verify mount status for random paths.
222 final List<File> paths = getSecondaryPackageSpecificPaths(getContext()); local
225 for (File path : paths) {
258 final List<File> paths = getAllPackageSpecificPathsExceptMedia(getContext()); local
261 for (File path : paths) {
    [all...]
  /external/ImageMagick/MagickCore/
locale.c 822 *paths;
835 paths=GetConfigurePaths(filename,exception);
836 if (paths != (LinkedListInfo *) NULL)
838 ResetLinkedListIterator(paths);
839 element=(const char *) GetNextValueInLinkedList(paths);
849 element=(const char *) GetNextValueInLinkedList(paths);
851 paths=DestroyLinkedList(paths,RelinquishMagickMemory);
807 *paths; local
    [all...]
  /frameworks/native/vulkan/libvulkan/
layers_extensions.cpp 405 std::vector<std::string> paths = android::base::Split(pathstr, ":"); local
406 for (const auto& path : paths) {
  /hardware/qcom/audio/hal/audio_extn/
tfa_98xx.c 133 static int adev_i2s_clock_operation(int enable, struct audio_device *adev, char *paths)
137 ALOGD("%s: mixer paths is: %s, enable: %d\n", __func__, paths, enable);
139 ret = audio_route_apply_and_update_path(adev->audio_route, paths);
145 ret = audio_route_reset_and_update_path(adev->audio_route, paths);
156 char paths[32] = "init_smart_pa"; local
160 strcat(paths, " music");
165 strcat(paths, " voice");
172 ALOGV("%s: mixer paths is: %s, enable: %d\n", __func__, paths, enable)
233 char paths[32] = "init_smart_pa"; local
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 59 SmallVector<StringRef, 40> paths; local
60 paths.push_back("");
61 paths.push_back(".");
62 paths.push_back("..");
63 paths.push_back("foo");
64 paths.push_back("/");
65 paths.push_back("/foo");
66 paths.push_back("foo/");
67 paths.push_back("/foo/");
68 paths.push_back("foo/bar")
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 215 struct pathname *paths; member in struct:path_entry
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerServiceImpl.java 289 * Returns true if the system should refresh the app's overlay paths (i.e.
612 final List<String> paths = new ArrayList<>(overlays.size()); local
617 paths.add(oi.packageName);
620 return paths;
  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptService.java 376 final List<String> paths = pkg.getAllCodePathsExcludingResourceOnly(); local
379 for (String path : paths) {
PackageDexOptimizer.java 125 * Performs dexopt on all code paths and libraries of the specified package for specified
153 * Performs dexopt on all code paths of the given package.
163 final List<String> paths = pkg.getAllCodePaths(); local
175 boolean[] pathsWithCode = new boolean[paths.size()];
177 for (int i = 1; i < paths.size(); i++) {
184 if (paths.size() != classLoaderContexts.length) {
188 + "pkg.getAllCodePaths=" + paths
195 for (int i = 0; i < paths.size(); i++) {
196 // Skip paths that have no code.
203 + "but has no dependency listed. Index=" + i + " path=" + paths.get(i))
447 final List<String> paths = pkg.getAllCodePathsExcludingResourceOnly(); local
    [all...]
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DataModel.java 256 Set<String> paths = new HashSet<String>(); local
266 // We want to de-dupe paths of each of the songs so we get just a list
275 paths.add(dirPath);
290 for (String path : paths) {
  /packages/apps/Gallery2/src/com/android/photos/
MultiChoiceManager.java 192 public BulkDeleteTask(Delegate delegate, List<Object> paths) {
194 mPaths = paths;
273 List<Object> paths = new ArrayList<Object>(); local
277 paths.add(mDelegate.getPathForItemAtPosition(i));
280 return paths;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 195 Iterable<String> paths = LintUtils.splitPath(proguardConfig); local
196 for (String path : paths) {
231 // get all the compiled code paths. This will contain both project output
233 Collection<String> paths = helper.getCompiledCodePaths(); local
241 // a list of the other paths (jar files.)
244 for (String path : paths) {
  /system/libhidl/transport/
ServiceManagement.cpp 312 std::vector<std::string> paths = {HAL_LIBRARY_PATH_ODM, HAL_LIBRARY_PATH_VENDOR, local
333 paths.insert(paths.begin(), halLibraryPathVtsOverride);
338 for (const std::string& path : paths) {

Completed in 1255 milliseconds

1 2 34 5 6 7 8 91011>>