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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_configurator.h 25 // proxy configuration will be the same as when |Disable()| is called.
33 // Disable the data reduction proxy.
34 virtual void Disable() = 0;
  /external/chromium_org/third_party/webrtc/video/
transport_adapter.h 30 void Disable();
transport_adapter.cc 47 void TransportAdapter::Disable() { enabled_.CompareExchange(0, 1); }
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 22 return Disable();
sanitizer_symbolizer.cc 36 Symbolizer *Symbolizer::Disable() {
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 56 CXString CXStoredDiagnostic::getDiagnosticOption(CXString *Disable) const {
60 if (Disable)
61 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str());
66 if (Disable)
67 *Disable = cxstring::createRef("-ferror-limit=0");
CIndexDiagnostic.h 72 virtual CXString getDiagnosticOption(CXString *Disable) const = 0;
133 CXString getDiagnosticOption(CXString *Disable) const override;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
post_decode_vad.cc 25 Disable();
33 void PostDecodeVad::Disable() {
post_decode_vad.h 42 void Disable();
  /external/vixl/src/a64/
instrument-a64.h 60 void Disable();
81 void Disable();
  /frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk 4 # Disable dexpreopt.
  /external/chromium_org/content/browser/
browser_ipc_logging.cc 33 IPC::Logging::GetInstance()->Disable();
  /external/chromium_org/content/browser/fileapi/
mock_file_update_observer.h 34 void Disable() {
  /external/chromium_org/v8/src/arm64/
instrument-arm64.h 39 void Disable();
67 void Disable();
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_unittest.cc 164 // Enable/disable with focus.
169 engine_->Disable();
171 // Enable/disable without focus.
176 engine_->Disable();
184 engine_->Disable();
194 // Enable/disable with focus.
199 engine_->Disable();
208 engine_->Disable();
214 // Enable/disable with focus.
219 engine_->Disable();
    [all...]
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_chrome_configurator.h 40 virtual void Disable() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
automation_manager_ash.h 35 // Disable automation support for views.
36 void Disable();
  /external/chromium_org/net/quic/
quic_flow_controller.h 59 // Disable flow control.
60 void Disable();
quic_flow_controller.cc 42 Disable();
179 void QuicFlowController::Disable() {
  /external/lldb/source/Plugins/SymbolFile/DWARF/
LogChannelDWARF.h 62 Disable (const char** categories, lldb_private::Stream *feedback_strm);
  /external/lldb/include/lldb/DataFormatters/
TypeCategoryMap.h 58 Disable (KeyType category_name);
65 Disable (ValueSP category);
  /ndk/tests/device/b8708181-Vector4/jni/
Android.mk 10 # x86 ABI was recently changed to gen SSSE3 by default. Disable it in order
  /external/lldb/source/DataFormatters/
TypeCategoryMap.cpp 51 Disable(name);
68 TypeCategoryMap::Disable (KeyType category_name)
74 return Disable(category);
107 TypeCategoryMap::Disable (ValueSP category)
113 category->Disable();
  /device/generic/x86_64/
BoardConfig.mk 22 # Disable emulator for "make dist" until there is a 64-bit qemu kernel
  /external/chromium_org/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.

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011