Searched defs:recursive (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp761 void Dumpstate::AddDir(const std::string& dir, bool recursive) { argument
766 MYLOGD("Adding dir %s (recursive: %d)\n", dir.c_str(), recursive);
768 dump_files("", dir.c_str(), recursive ? skip_none : is_dir, _add_file_from_fd);
/frameworks/base/core/java/android/app/
H A DFragmentManager.java364 * @param recursive true to automatically register this callback for all child FragmentManagers
367 boolean recursive);
3214 boolean recursive) {
3215 mLifecycleCallbacks.add(new Pair<>(cb, recursive));
366 registerFragmentLifecycleCallbacks(FragmentLifecycleCallbacks cb, boolean recursive) argument
3213 registerFragmentLifecycleCallbacks(FragmentLifecycleCallbacks cb, boolean recursive) argument
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java384 * @param recursive true to automatically register this callback for all child FragmentManagers
387 boolean recursive);
3369 boolean recursive) {
3370 mLifecycleCallbacks.add(new Pair<>(cb, recursive));
386 registerFragmentLifecycleCallbacks(FragmentLifecycleCallbacks cb, boolean recursive) argument
3368 registerFragmentLifecycleCallbacks(FragmentLifecycleCallbacks cb, boolean recursive) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 97 milliseconds