Searched refs:recursive (Results 1 – 13 of 13) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | MANIFEST.in | 7 recursive-exclude google *_test.py 8 recursive-exclude google *_test.proto 9 recursive-exclude google unittest*_pb2.py
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | Scan.cpp | 81 bool recursive) { in FindApkFiles() argument 82 SYSTRACE << "FindApkFiles " << dirs << " " << recursive; in FindApkFiles() 91 const auto apk_paths = FindFiles(dir, recursive, predicate); in FindApkFiles() 129 bool recursive = false; in Scan() local 135 .OptionalFlag("--recursive", "also scan subfolders of overlay-directory", &recursive) in Scan() 152 const auto apk_paths = FindApkFiles(input_directories, recursive); in Scan()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpStorageManager.java | 288 private MtpObject copy(boolean recursive) { in copy() argument 294 if (recursive && mIsDir) { in copy() 517 boolean recursive = parent == 0; in getObjects() 527 ret &= getObjects(objs, root, format, recursive); in getObjects() 535 ret = getObjects(objs, obj, format, recursive); in getObjects() 633 boolean recursive) { in removeObjectFromCache() argument 649 if (removed.isDir() && recursive) { in removeObjectFromCache()
|
/frameworks/base/tools/streaming_proto/test/ |
D | test.proto | 50 * Message that is recursive.
|
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | test.proto | 30 * Message that is recursive.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | struct.proto | 58 // null, a number, a string, a boolean, a recursive struct value, or a
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 278 void AddDir(const std::string& dir, bool recursive);
|
D | dumpstate.cpp | 902 void Dumpstate::AddDir(const std::string& dir, bool recursive) { in AddDir() argument 907 MYLOGD("Adding dir %s (recursive: %d)\n", dir.c_str(), recursive); in AddDir() 909 dump_files("", dir.c_str(), recursive ? skip_none : is_dir, _add_file_from_fd); in AddDir()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | unittest_objc.proto | 37 // Using the messages in unittest.proto, setup for recursive cases for testing
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 24 # than a Makefile. As it is it's heavily recursive.
|
/frameworks/base/core/java/android/app/ |
D | FragmentManager.java | 382 boolean recursive); in registerFragmentLifecycleCallbacks() argument 3239 boolean recursive) { in registerFragmentLifecycleCallbacks() argument 3240 mLifecycleCallbacks.add(new Pair<>(cb, recursive)); in registerFragmentLifecycleCallbacks()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 186 - Fixed stack overflow when in hashCode() for infinite recursive oneofs. 1114 regex implementation (which unfortunately uses recursive backtracking
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5283 * result one or more queries to the recursive DNS resolvers. Those are individually logged
|