Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 14 of 14) sorted by relevance

/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.cpp279 ResponseCode TrustyConfirmationUI::showInstructions(bool enable) { in showInstructions() argument
282 if (enabled_ == enable) in showInstructions()
284 enabled_ = enable; in showInstructions()
289 layout_[i]->showInstructions(enable); in showInstructions()
291 if (enable) { in showInstructions()
Dtrusty_confirmation_ui.h66 teeui::ResponseCode showInstructions(bool enable);
/trusty/user/base/lib/bssl-sys-rust/
Drules.mk36 --enable-function-attribute-detection \
/trusty/kernel/make/
Dhost_test.mk70 -mllvm -enable-value-profiling=false
75 -mllvm -enable-value-profiling=false
/trusty/device/arm/generic-arm64/project/qemu/
Drun-qemu-helper30 -semihosting-config enable,target=native
/trusty/user/base/lib/hwasan/
Dexemptlist20 # to heuristically enable HWASan for parts of libc.
/trusty/user/base/make/
Dgen_manifest.mk62 $(TRUSTY_APP_MANIFEST_BIN): TRUSTY_APP_ENABLE_SCS := --enable-shadow-call-stack
Dcommon_flags.mk187 -enable-value-profiling=false
/trusty/user/app/confirmationui/examples/layouts/include/layouts/
Dlayout.h225 void showInstructions(bool enable) override { in showInstructions() argument
228 if (enable) { in showInstructions()
/trusty/device/arm/generic-arm64/project/
Dgeneric-arm-inc.mk100 include trusty/kernel/lib/ubsan/enable.mk
/trusty/vendor/google/aosp/
Dpylintrc63 enable=
72 # --enable=similarities". If you want to run only the classes checker, but have
73 # no Warning level messages displayed, use"--disable=all --enable=classes
/trusty/kernel/lib/ubsan/
Dexemptlist24 # Entries in this section disable sanitizers listed in enable.mk.
/trusty/vendor/google/aosp/scripts/
Dtest-map359 # TODO(b/235265072): re-enable once Android changes propagate to
/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c1321 DLMALLOC_EXPORT int mspace_track_large_chunks(mspace msp, int enable);
5490 int mspace_track_large_chunks(mspace msp, int enable) { in mspace_track_large_chunks() argument
5497 if (!enable) { in mspace_track_large_chunks()