HomeSort by relevance Sort by last modified time
    Searched full:dumpable (Results 51 - 75 of 95) sorted by null

1 23 4

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconControllerImpl.java 30 import com.android.systemui.Dumpable;
56 ConfigurationListener, Dumpable, CommandQueue.Callbacks, StatusBarIconController {
StatusBarWindowManager.java 40 import com.android.systemui.Dumpable;
52 public class StatusBarWindowManager implements RemoteInputController.Callback, Dumpable {
ScrimController.java 47 import com.android.systemui.Dumpable;
67 Dumpable {
    [all...]
  /external/kernel-headers/original/uapi/linux/
prctl.h 12 /* Get/set current->mm->dumpable */
  /external/libcap/libcap/include/uapi/linux/
prctl.h 9 /* Get/set current->mm->dumpable */
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031-sources.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Dependency.java 341 mDependencies.values().stream().filter(obj -> obj instanceof Dumpable)
342 .forEach(o -> ((Dumpable) o).dump(fd, pw, args));
OverviewProxyService.java 62 public class OverviewProxyService implements CallbackController<OverviewProxyListener>, Dumpable {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGutsManager.java 46 import com.android.systemui.Dumpable;
61 public class NotificationGutsManager implements Dumpable {
NotificationLockscreenUserManager.java 44 import com.android.systemui.Dumpable;
56 public class NotificationLockscreenUserManager implements Dumpable {
NotificationRemoteInputManager.java 44 import com.android.systemui.Dumpable;
57 public class NotificationRemoteInputManager implements Dumpable {
NotificationEntryManager.java 53 import com.android.systemui.Dumpable;
80 public class NotificationEntryManager implements Dumpable, NotificationInflater.InflationCallback,
    [all...]
  /external/ltp/testcases/kdump/
runkdump.sh 87 # If not dumpable, skip it, and continue doing the test.
  /frameworks/base/packages/SystemUI/
README.md 48 If an instantiated dependency implements Dumpable it will be included in dumps
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 340 // Make this process dumpable. Processes that are not dumpable cannot be
348 // Restore the dumpable flag.
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 70 private int dumpable; field in class:FileSystemPermissionTest
75 dumpable = Os.prctl(OsConstants.PR_GET_DUMPABLE, 0, 0, 0, 0);
81 Os.prctl(OsConstants.PR_SET_DUMPABLE, dumpable, 0, 0, 0);
    [all...]
  /art/runtime/
java_vm_ext.cc 24 #include "base/dumpable.h"
220 // NO_THREAD_SAFETY_ANALYSIS since this may be called from Dumpable. Dumpable can't be annotated
727 os << "Libraries: " << Dumpable<Libraries>(*libraries_) << " (" << libraries_->size() << ")\n";
    [all...]
indirect_reference_table.cc 19 #include "base/dumpable-inl.h"
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 500 fatal_errno("failed to set dumpable");
532 fatal_errno("failed to restore dumpable");
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 64 // process, we must set our dumpable flag.
  /external/strace/tests/
Makefile.am 242 prctl-dumpable.test \
  /external/strace/tests-m32/
Makefile.am 242 prctl-dumpable.test \
  /external/strace/tests-mx32/
Makefile.am 242 prctl-dumpable.test \
  /packages/services/Car/service/src/com/android/car/
ICarImpl.java 388 // TODO dump all feature flags by creating a dumpable interface
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 53 import com.android.systemui.Dumpable;
73 ConfigurationChangedReceiver, Dumpable {
    [all...]

Completed in 1225 milliseconds

1 23 4