HomeSort by relevance Sort by last modified time
    Searched refs:Disable (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/bluetooth/bluez/audio/
audio.conf 7 Disable=Headset,Gateway
12 # If we want to disable support for specific services
14 #Disable=Control,Source
  /system/bluetooth/data/
audio.conf 9 Disable=Headset,Gateway,Source
14 # If we want to disable support for specific services
16 #Disable=Control,Source
  /external/chromium/chrome/browser/
power_save_blocker_common.cc 17 Disable();
28 void PowerSaveBlocker::Disable() {
power_save_blocker.h 23 void Disable();
  /frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk 4 # Disable dexpreopt.
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 55 CXString CXStoredDiagnostic::getDiagnosticOption(CXString *Disable) const {
59 if (Disable)
60 *Disable = createCXString((Twine("-Wno-") + Option).str());
65 if (Disable)
66 *Disable = createCXString("-ferror-limit=0");
CIndexDiagnostic.h 72 virtual CXString getDiagnosticOption(CXString *Disable) const = 0;
133 virtual CXString getDiagnosticOption(CXString *Disable) const;
CXLoadedDiagnostic.h 41 virtual CXString getDiagnosticOption(CXString *Disable) const;
CIndexDiagnostic.cpp 68 CXString getDiagnosticOption(CXString *Disable) const {
69 if (Disable)
70 *Disable = createCXString("", false);
373 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) {
374 if (Disable)
375 *Disable = createCXString("");
378 return D->getDiagnosticOption(Disable);
CXLoadedDiagnostic.cpp 108 CXString CXLoadedDiagnostic::getDiagnosticOption(CXString *Disable) const {
113 if (Disable)
114 *Disable = createCXString((Twine("-Wno-") + DiagOption).str());
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
TechniqueDef.java 59 * Disable light-based rendering
61 Disable,
94 Disable,
109 private LightMode lightMode = LightMode.Disable;
110 private ShadowMode shadowMode = ShadowMode.Disable;
373 oc.write(lightMode, "lightMode", LightMode.Disable);
374 oc.write(shadowMode, "shadowMode", ShadowMode.Disable);
390 lightMode = ic.readEnum("lightMode", LightMode.class, LightMode.Disable);
391 shadowMode = ic.readEnum("shadowMode", ShadowMode.class, ShadowMode.Disable);
  /external/chromium/chrome/browser/chromeos/
audio_handler.h 60 // Disable audio in browser tests. This is a workaround for the bug
62 static void Disable();
audio_handler.cc 27 // A flag to disable mixer.
101 void AudioHandler::Disable() {
  /frameworks/av/services/camera/tests/CameraServiceTest/
Android.mk 24 # Disable it because the ISurface interface may change, and before we have a
  /external/llvm/include/llvm/CodeGen/
Passes.h 94 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); }
107 /// Allow the target to disable a specific standard pass by default.
  /external/v8/test/mjsunit/
debug-enable-disable-breakpoints.js 56 // Disable the breakpoint.
71 // Disable the second breakpoint.
76 // Disable the first breakpoint.
87 // Disable the first breakpoint.
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 155 CrashRecoveryContext::Disable();
170 // Because the Enable and Disable calls are static, it means that
193 void CrashRecoveryContext::Disable() {
222 // simply disable crash recovery and raise the signal again.
240 // Disable crash recovery and raise the signal again. The assumption here is
244 // This call of Disable isn't thread safe, but it doesn't actually matter.
245 CrashRecoveryContext::Disable();
281 void CrashRecoveryContext::Disable() {
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 79 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
148 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
231 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
275 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
290 Disable ENABLE_INDEXED_DATABASE since it is "completely non-functional".
  /external/chromium/chrome/browser/instant/
instant_controller.h 69 static void Disable(Profile* profile);
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 59 /// \brief Disable crash recovery.
60 static void Disable();
  /external/chromium/base/synchronization/
waitable_event_posix.cc 133 void Disable() {
191 // Disable which makes sw::Fire return false.
192 sw.Disable();
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdinterrupt.S 47 | Disable interrupts
86 | Disable interrupts
  /libcore/
Android.mk 39 # Disable test modules if LIBCORE_SKIP_TESTS envar is set
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 407 GL_CALL(Disable(GR_GL_DEPTH_TEST));
410 GL_CALL(Disable(GR_GL_CULL_FACE));
414 GL_CALL(Disable(GR_GL_DITHER));
416 GL_CALL(Disable(GR_GL_LINE_SMOOTH));
417 GL_CALL(Disable(GR_GL_POINT_SMOOTH));
418 GL_CALL(Disable(GR_GL_MULTISAMPLE));
453 GL_CALL(Disable(GR_GL_SCISSOR_TEST));
    [all...]
  /external/fdlibm/
Android.mk 48 # Disable GCC optimizations that interact badly with this crufty

Completed in 1548 milliseconds

1 2 3