Searched refs:disable (Results 1 – 14 of 14) sorted by relevance
64 #pragma warning(disable: 4702)65 #pragma warning(disable: 4201)73 #pragma warning(disable: 4200)
30 #pragma warning(disable: 4251)
58 #pragma warning(disable: 4200)
10 demonstrates how to enable and disable immersive mode programmatically.
24 #pragma warning(disable: 4275)25 #pragma warning(disable: 4251)26 #pragma warning(disable: 4786)27 #pragma warning(disable: 4800)28 #pragma warning(disable: 4018) /* signed-unsigned mismatch */
12 … In particular, this sample demonstrates how to disable Android Beam, select which AIDs the
9 enable or disable other apps and how to set restrictions to them. Intents can be
8 This sample demonstrates how to selectively disable Automatic Backups in Android M, either by
59 void (*disable)(unsigned int irq); member
49 Enable or disable warning messages. These are disabled by default.52 Enable or disable error messages. These are enabled by default. If53 you disable both warnings and errors you will only see a summary.
68 # Set to NO to disable this.446 # disable (NO) the todo list. This list is created by putting \todo452 # disable (NO) the test list. This list is created by putting \test458 # disable (NO) the bug list. This list is created by putting \bug464 # disable (NO) the deprecated list. This list is created by putting484 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated496 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.502 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the772 # which an include is specified. Set to NO to disable this.
651 mOrientationListener.disable(); in onPause()