Home
last modified time | relevance | path

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

/development/host/windows/usb/winusb/
Dstdafx.h64 #pragma warning(disable: 4702)
65 #pragma warning(disable: 4201)
73 #pragma warning(disable: 4200)
/development/host/windows/usb/api/
Dstdafx.h64 #pragma warning(disable: 4702)
65 #pragma warning(disable: 4201)
73 #pragma warning(disable: 4200)
Dadb_interface.h30 #pragma warning(disable: 4251)
/development/host/windows/usb/adb_winapi_test/
Dstdafx.h58 #pragma warning(disable: 4200)
/development/samples/browseable/BasicImmersiveMode/
D_index.jd10 demonstrates how to enable and disable immersive mode programmatically.
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities.h24 #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 */
/development/samples/browseable/CardReader/
D_index.jd12 … In particular, this sample demonstrates how to disable Android Beam, select which AIDs the
/development/samples/browseable/BasicManagedProfile/
D_index.jd9 enable or disable other apps and how to set restrictions to them. Intents can be
/development/samples/browseable/AutoBackupForApps/
D_index.jd8 This sample demonstrates how to selectively disable Automatic Backups in Android M, either by
/development/ndk/platforms/android-3/include/linux/
Dirq.h59 void (*disable)(unsigned int irq); member
/development/tools/apkcheck/
DREADME.txt49 Enable or disable warning messages. These are disabled by default.
52 Enable or disable error messages. These are enabled by default. If
53 you disable both warnings and errors you will only see a summary.
/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile68 # Set to NO to disable this.
446 # disable (NO) the todo list. This list is created by putting \todo
452 # disable (NO) the test list. This list is created by putting \test
458 # disable (NO) the bug list. This list is created by putting \bug
464 # disable (NO) the deprecated list. This list is created by putting
484 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
496 # 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 the
772 # which an include is specified. Set to NO to disable this.
/development/perftests/panorama/feature_stab/doc/
Ddbreg_API_doxyfile68 # Set to NO to disable this.
446 # disable (NO) the todo list. This list is created by putting \todo
452 # disable (NO) the test list. This list is created by putting \test
458 # disable (NO) the bug list. This list is created by putting \bug
464 # disable (NO) the deprecated list. This list is created by putting
484 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
496 # 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 the
772 # which an include is specified. Set to NO to disable this.
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
DCamera2RawFragment.java651 mOrientationListener.disable(); in onPause()