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

1 2 3

  /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();
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 54 CXString CXStoredDiagnostic::getDiagnosticOption(CXString *Disable) const {
58 if (Disable)
59 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str());
64 if (Disable)
65 *Disable = cxstring::createRef("-ferror-limit=0");
CXLoadedDiagnostic.h 41 virtual CXString getDiagnosticOption(CXString *Disable) const;
CIndexDiagnostic.h 72 virtual CXString getDiagnosticOption(CXString *Disable) const = 0;
133 virtual CXString getDiagnosticOption(CXString *Disable) const;
CIndexDiagnostic.cpp 67 CXString getDiagnosticOption(CXString *Disable) const {
68 if (Disable)
69 *Disable = cxstring::createEmpty();
382 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) {
383 if (Disable)
384 *Disable = cxstring::createEmpty();
387 return D->getDiagnosticOption(Disable);
CXLoadedDiagnostic.cpp 101 CXString CXLoadedDiagnostic::getDiagnosticOption(CXString *Disable) const {
106 if (Disable)
107 *Disable = cxstring::createDup((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);
  /frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk 4 # Disable dexpreopt.
  /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() {
  /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/llvm/include/llvm/CodeGen/
Passes.h 112 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); }
128 /// Allow the target to disable a specific standard pass by default.
  /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();
  /cts/build/
test_gtest_package.mk 22 # Disable by default so "m cts" will work in emulator builds
test_package.mk 22 # Disable by default so "m cts" will work in emulator builds
  /external/chromium/base/synchronization/
waitable_event_posix.cc 133 void Disable() {
191 // Disable which makes sw::Fire return false.
192 sw.Disable();
  /libcore/
Android.mk 44 # Disable test modules if LIBCORE_SKIP_TESTS environment variable is set.
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 376 GL_CALL(Disable(GR_GL_DEPTH_TEST));
384 GL_CALL(Disable(GR_GL_POINT_SMOOTH));
385 GL_CALL(Disable(GR_GL_LINE_SMOOTH));
386 GL_CALL(Disable(GR_GL_POLYGON_SMOOTH));
387 GL_CALL(Disable(GR_GL_POLYGON_STIPPLE));
388 GL_CALL(Disable(GR_GL_COLOR_LOGIC_OP));
390 GL_CALL(Disable(GR_GL_COLOR_TABLE));
392 GL_CALL(Disable(GR_GL_INDEX_LOGIC_OP));
393 GL_CALL(Disable(GR_GL_POLYGON_OFFSET_FILL));
460 // Disable all vertex layout bits so that next flush will assume al
    [all...]
  /external/fdlibm/
Android.mk 48 # Disable GCC optimizations that interact badly with this crufty
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ikbdinterrupt.S 52 | Disable interrupts
124 | Disable interrupts

Completed in 606 milliseconds

1 2 3