Searched refs:configured (Results 1 – 25 of 27) sorted by relevance
12
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradle.properties | 4 # Gradle settings configured through the IDE *will override* 14 # When configured, Gradle will run in incubating parallel mode.
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradle.properties | 4 # Gradle settings configured through the IDE *will override* 14 # When configured, Gradle will run in incubating parallel mode.
|
/system/extras/simpleperf/demo/JavaApi/ |
D | gradle.properties | 3 # Gradle settings configured through the IDE *will override* 10 # When configured, Gradle will run in incubating parallel mode.
|
/system/extras/simpleperf/demo/CppApi/ |
D | gradle.properties | 3 # Gradle settings configured through the IDE *will override* 10 # When configured, Gradle will run in incubating parallel mode.
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradle.properties | 4 # Gradle settings configured through the IDE *will override* 14 # When configured, Gradle will run in incubating parallel mode.
|
/system/timezone/distro/ |
D | README | 5 zone rules on a correctly configured Android device, i.e. files required by
|
/system/chre/ |
D | .clang-format | 18 # various options that can be configured and for the definitions of each
|
D | README.md | 83 given chip may use the same platform code, but the code may be configured on a
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 602 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in add_rng_entropy() 729 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in generate_key() 840 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in get_key_characteristics() 910 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in import_key() 976 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in export_key() 991 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in attest_key() 1046 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in upgrade_key() 1080 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in delete_key() 1097 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in delete_all_keys() 1182 if (!convert_device(dev)->configured()) return KM_ERROR_KEYMASTER_NOT_CONFIGURED; in begin() [all …]
|
/system/sepolicy/private/ |
D | flags_health_check.te | 26 # server configured values of all flags with default values.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | flags_health_check.te | 26 # server configured values of all flags with default values.
|
/system/logging/logd/ |
D | README.compression.md | 31 * Memory usage greatly exceeds configured buffer size 39 * Memory usage stays below configured log size => better system health
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | flags_health_check.te | 20 # server configured values of all flags with default values.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | flags_health_check.te | 24 # server configured values of all flags with default values.
|
/system/extras/ANRdaemon/ |
D | README | 3 logging. Trace are configured ahead by setting different modules in /d/tracing.
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_wifi.proto | 39 // The step where the nanoapp is configured to monitor for wifi scans and the
|
/system/keymaster/include/keymaster/ |
D | soft_keymaster_device.h | 72 bool configured() const { return configured_; } in configured() function
|
/system/nvram/ |
D | README.md | 6 can be configured on each NVRAM space to prevent the contents from being
|
/system/memory/lmkd/ |
D | README.md | 26 lmkd can be configured on a particular system using the following Android
|
/system/teeui/test/example_config/ |
D | README | 43 configured with the values specific to the device. If no configuration is
|
/system/core/llkd/ |
D | libllkd.cpp | 1377 auto configured = llkWriteStringToFileConfirm(std::to_string(khtTimeout.count()), in llkInit() local 1379 if (configured) { in llkInit() 1382 configured = llkWriteStringToFileConfirm("1", "/proc/sys/kernel/hung_task_panic"); in llkInit() 1384 if (configured) { in llkInit()
|
/system/bt/ |
D | README.md | 16 configured for AOSP development, you should have all required packages.
|
D | BUILD.gn | 122 # If not configured as a dynamic library, default to static library
|
/system/sepolicy/ |
D | README | 20 These device policy files can be configured through the use of
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 28 diagram shows how the system could be configured:
|
12