Searched refs:disabled (Results 1 – 25 of 34) sorted by relevance
12
/system/core/adb/ |
D | set_verity_enable_state_service.cpp | 70 if (!enable && metadata.disabled) { in set_verity_enabled_state() 75 if (enable && !metadata.disabled) { in set_verity_enabled_state()
|
/system/webservd/test-client/ |
D | webservd_test_client.rc | 4 disabled
|
/system/firewalld/ |
D | firewalld.rc | 5 disabled
|
/system/core/crash_reporter/init/ |
D | crash-reporter.conf | 19 echo 1 > /sys/class/devcoredump/disabled || true
|
/system/connectivity/shill/ |
D | shill.rc | 9 disabled
|
D | TESTING | 63 This also turns on "wimax" and its tests, since this is disabled on most
|
/system/core/logd/ |
D | logd.rc | 10 disabled
|
/system/connectivity/apmanager/ |
D | apmanager.rc | 10 disabled
|
/system/extras/simpleperf/ |
D | event_attr.cpp | 85 attr.disabled = 0; in CreateDefaultPerfEventAttr() 125 PrintIndented(indent + 1, "disabled %u, inherit %u, pinned %u, exclusive %u\n", attr.disabled, in DumpPerfEventAttr()
|
D | event_selection_set.cpp | 92 selection.event_attr.disabled = 1; in SetEnableOnExec() 95 selection.event_attr.disabled = 0; in SetEnableOnExec()
|
/system/core/logcat/ |
D | logcatd.rc | 10 disabled
|
/system/extras/libfec/ |
D | fec_verity.cpp | 549 v->disabled = true; in verity_parse_header() 567 if (!v->disabled && v->header.magic != v->ecc_header.magic) { in verity_parse_header() 630 if (v->disabled == !enabled) { in fec_verity_set_status() 644 v->disabled = !enabled; in fec_verity_set_status()
|
D | fec_private.h | 78 bool disabled; member
|
D | fec_open.cpp | 461 data->disabled = f->verity.disabled; in fec_verity_get_metadata()
|
/system/extras/libfec/include/fec/ |
D | io.h | 71 bool disabled; member
|
/system/tools/aidl/ |
D | Android.mk | 186 LOCAL_PROGUARD_ENABLED := disabled
|
/system/extras/tests/net_test/ |
D | README | 53 privacy addresses disabled, so its IPv6 addresses can be predicted using a tool
|
/system/webservd/ |
D | webserver.gyp | 25 # this library. Since this option is disabled by default for targets
|
/system/core/libmemunreachable/ |
D | README.md | 38 2. Allocations are disabled using `malloc_disable()`
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 17 included in the current analysis, such as default-disabled
|
/system/core/rootdir/ |
D | init.usb.rc | 18 disabled
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 630 disabled. This is a comma-separated string, e.g. 661 The list of technologies that should be disabled 665 immediately disabled persistently, and when a new device 666 of this type appears, it will be disabled by default.
|
D | device-api.txt | 138 will be tried again if the modem is disabled and then 199 "Disabled" : TDLS is disabled on this device. 687 disabled.
|
/system/core/init/ |
D | readme.txt | 122 disabled 249 Turns a disabled service into an enabled one as if the service did not 250 specify disabled.
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 893 if (verity.disabled) { in fs_mgr_setup_verity()
|
12