/system/connectivity/shill/dbus/ |
chromeos_manager_dbus_adaptor.cc | 110 vector<dbus::ObjectPath> paths; local 112 paths.push_back(dbus::ObjectPath(element)); 115 SendPropertyChangedSignal(name, brillo::Any(paths));
|
/system/connectivity/shill/ |
key_value_store.cc | 281 vector<dbus::ObjectPath> paths; local 283 paths.push_back(dbus::ObjectPath(rpcid)); 285 properties_[name] = brillo::Any(paths); 444 const vector<dbus::ObjectPath>& paths, vector<string>* rpc_identifiers) { 445 for (const auto& path : paths) {
|
/bionic/linker/ |
linker.cpp | 440 static void resolve_paths(std::vector<std::string>& paths, 443 for (const auto& path : paths) { 483 std::vector<std::string>* paths) { 485 *paths = android::base::Split(path, delimiters); 491 std::vector<std::string> paths; local 492 split_path(path, delimiters, &paths); 493 resolve_paths(paths, resolved_paths); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_FilesTest.java | 475 final List<File> paths = new ArrayList<File>(); local 476 Collections.addAll(paths, dropFirst(context.getExternalCacheDirs())); 477 Collections.addAll(paths, dropFirst(context.getExternalFilesDirs(null))); 479 paths, dropFirst(context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES))); 480 Collections.addAll(paths, dropFirst(context.getObbDirs())); 481 return paths;
|
/external/llvm/unittests/Support/ |
Path.cpp | 58 SmallVector<StringRef, 40> paths; local 59 paths.push_back(""); 60 paths.push_back("."); 61 paths.push_back(".."); 62 paths.push_back("foo"); 63 paths.push_back("/"); 64 paths.push_back("/foo"); 65 paths.push_back("foo/"); 66 paths.push_back("/foo/"); 67 paths.push_back("foo/bar") [all...] |
/external/squashfs-tools/squashfs-tools/ |
unsquashfs.h | 215 struct pathname *paths; member in struct:path_entry
|
/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/vold/ |
Ext4Crypt.cpp | 218 const std::vector<std::string>& paths, 220 if (paths.empty()) { 226 if (paths[0] < candidate) { 237 const std::vector<std::string>& paths) { 238 for (auto const other_path: paths) { 256 auto const paths = get_ce_key_paths(directory_path); local 257 for (auto const ce_key_path: paths) { 261 fixate_user_ce_key(directory_path, ce_key_path, paths); 343 auto const paths = get_ce_key_paths(directory_path); local 345 if (!get_ce_key_new_path(directory_path, paths, &ce_key_path)) return false 610 auto const paths = get_ce_key_paths(directory_path); local 621 auto const paths = get_ce_key_paths(directory_path); local [all...] |
VolumeManager.cpp | 1220 char *paths[] = { mountPoint, NULL }; local [all...] |
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
StandardDescriptorProcessor.java | 1218 List<String> paths = new ArrayList<String>(); local 1242 List<String> paths = new ArrayList<String>(); local 1330 List<String> paths = new ArrayList<String>(); local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-jdt/0.20.0/ |
tycho-compiler-jdt-0.20.0.jar | |
/bootable/recovery/updater/ |
install.cpp | 445 char** paths = reinterpret_cast<char**>(malloc(argc * sizeof(char*))); local 447 paths[i] = Evaluate(state, argv[i]); 448 if (paths[i] == NULL) { 450 free(paths[j]); 452 free(paths); 461 if ((recursive ? dirUnlinkHierarchy(paths[i]) : unlink(paths[i])) == 0) 463 free(paths[i]); 465 free(paths); [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 45 * and also collects all absolute paths within the subtree. First 117 * paths were collected. 118 * @param paths A vector of paths that hold ExpressionOwner objects, 121 protected void eleminateRedundent(ElemTemplateElement psuedoVarRecipient, Vector paths) 123 int n = paths.size(); 128 ExpressionOwner owner = (ExpressionOwner) paths.elementAt(i); 131 int found = findAndEliminateRedundant(i + 1, i, owner, psuedoVarRecipient, paths); 138 eleminateSharedPartialPaths(psuedoVarRecipient, paths); 141 diagnoseNumPaths(paths, numPathsEliminated, numUniquePathsEliminated) [all...] |
/external/autotest/client/common_lib/ |
base_utils_unittest.py | 470 def paths(self, *path_segments): member in class:test_merge_trees 475 src, dest = self.paths(*path_segments) 504 base_utils.merge_trees(*self.paths("empty")) 509 base_utils.merge_trees(*self.paths("src_only")) 515 base_utils.merge_trees(*self.paths("dest_only")) 523 base_utils.merge_trees(*self.paths("in_both")) 530 base_utils.merge_trees(*self.paths()) 537 base_utils.merge_trees(*self.paths()) 549 base_utils.merge_trees(*self.paths())
|
/external/clang/lib/Sema/ |
SemaAccess.cpp | 1192 CXXBasePaths paths; local [all...] |
/frameworks/base/core/java/android/provider/ |
DocumentsContract.java | 845 final List<String> paths = uri.getPathSegments(); local 858 final List<String> paths = uri.getPathSegments(); local 876 final List<String> paths = uri.getPathSegments(); local 896 final List<String> paths = rootUri.getPathSegments(); local 909 final List<String> paths = documentUri.getPathSegments(); local 924 final List<String> paths = documentUri.getPathSegments(); local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_xmlrpc.py | 375 paths = ["/foo", "/foo/bar"] variable in class:http_multi_server.MyRequestHandler 376 for path in paths: 380 serv.get_dispatcher(paths[0]).register_function(pow) 381 serv.get_dispatcher(paths[1]).register_function(lambda x,y: x+y, 'add') [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_xmlrpc.py | 375 paths = ["/foo", "/foo/bar"] variable in class:http_multi_server.MyRequestHandler 376 for path in paths: 380 serv.get_dispatcher(paths[0]).register_function(pow) 381 serv.get_dispatcher(paths[1]).register_function(lambda x,y: x+y, 'add') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xmlrpc.py | 375 paths = ["/foo", "/foo/bar"] variable in class:http_multi_server.MyRequestHandler 376 for path in paths: 380 serv.get_dispatcher(paths[0]).register_function(pow) 381 serv.get_dispatcher(paths[1]).register_function(lambda x,y: x+y, 'add') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xmlrpc.py | 375 paths = ["/foo", "/foo/bar"] variable in class:http_multi_server.MyRequestHandler 376 for path in paths: 380 serv.get_dispatcher(paths[0]).register_function(pow) 381 serv.get_dispatcher(paths[1]).register_function(lambda x,y: x+y, 'add') [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManager.java | 172 ArrayList<TreePath> paths = new ArrayList<TreePath>(); local 177 paths.add(getTreePath(vi)); 181 return new TreeSelection(paths.toArray(new TreePath[paths.size()])); [all...] |
/build/core/ |
config.mk | 45 # TODO: Enforce some kind of layering; only add include paths 67 # Some specific paths to tools 70 # Various mappings to avoid hard-coding paths all over the place 127 # $(1): the paths to be normalized 128 define normalize-paths 422 # Most PDK project paths should be using vendor/pdk/TARGET_DEVICE [all...] |
/external/boringssl/src/include/openssl/ |
x509_vfy.h | 88 int num_paths; /* number of paths to files or directories */ 90 char **paths; /* the list of paths or directories */ member in struct:x509_file_st
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.appserver_3.1.400.v20100427.jar | |