Searched defs:Disable (Results 1 - 16 of 16) sorted by relevance

/external/webrtc/webrtc/call/
H A Dtransport_adapter.cc45 void TransportAdapter::Disable() { enabled_.CompareExchange(0, 1); } function in class:webrtc::internal::TransportAdapter
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.cc26 Disable();
34 void PostDecodeVad::Disable() { function in class:webrtc::PostDecodeVad
/external/autotest/client/site_tests/network_3GModemControl/
H A Dnetwork_3GModemControl.py40 def Disable(self): member in class:TechnologyCommands
63 def Disable(self): member in class:ModemCommands
109 def Disable(self): member in class:DeviceCommands
111 self.device.Disable(timeout=DEVICE_TIMEOUT)
145 def Disable(self): member in class:MixedRandomCommands
147 logging.info('Disable with %s' % cmds)
148 cmds.Disable()
301 commands.Disable()
332 commands.Disable()
/external/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
126 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
/external/libchrome/base/synchronization/
H A Dwaitable_event_posix.cc136 void Disable() { function in class:base::SyncWaiter
196 // Disable which makes sw::Fire return false.
197 sw.Disable();
/external/llvm/include/llvm/CodeGen/
H A DPasses.h162 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } argument
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp174 CrashRecoveryContext::Disable();
189 // Because the Enable and Disable calls are static, it means that
212 void CrashRecoveryContext::Disable() { function in class:CrashRecoveryContext
260 // Disable crash recovery and raise the signal again. The assumption here is
264 // This call of Disable isn't thread safe, but it doesn't actually matter.
265 CrashRecoveryContext::Disable();
301 void CrashRecoveryContext::Disable() { function in class:CrashRecoveryContext
/external/v8/src/
H A Dcompilation-cache.cc399 void CompilationCache::Disable() { function in class:v8::internal::CompilationCache
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp65 CXString getDiagnosticOption(CXString *Disable) const override {
66 if (Disable)
67 *Disable = cxstring::createEmpty();
397 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) { argument
398 if (Disable)
399 *Disable = cxstring::createEmpty();
402 return D->getDiagnosticOption(Disable);
/external/libchrome/base/metrics/
H A Dfield_trial.cc127 void FieldTrial::Disable() { function in class:base::FieldTrial
400 field_trial->Disable();
/external/v8/src/arm64/
H A Dinstrument-arm64.cc22 void Counter::Disable() { function in class:v8::internal::Counter
182 case InstrumentStateDisable: Disable(); break;
225 void Instrument::Disable() { function in class:v8::internal::Instrument
228 (*it)->Disable();
/external/vixl/src/vixl/a64/
H A Dinstrument-a64.cc43 void Counter::Disable() { function in class:vixl::Counter
206 case InstrumentStateDisable: Disable(); break;
249 void Instrument::Disable() { function in class:vixl::Instrument
252 (*it)->Disable();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc83 void Disable();
240 void CoverageData::Disable() { function in class:__sanitizer::CoverageData
270 Disable();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp63 cl::desc("Disable debug info printing"));
81 enum DefaultOnOff { Default, Enable, Disable }; enumerator in enum:__anon11754::DefaultOnOff
89 clEnumVal(Disable, "Disabled"), clEnumValEnd),
97 clEnumVal(Disable, "Disabled"), clEnumValEnd),
105 clEnumVal(Disable, "Disabled"), clEnumValEnd),
113 clEnumVal(Disable, "Disabled"), clEnumValEnd),
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h264 void (GLAPIENTRY * Disable)(GLenum); member in struct:__GLdispatchTableRec
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp487 PFNDISABLEPROC Disable; member in namespace:gl
905 Disable = (PFNDISABLEPROC)IntGetProcAddress("glDisable");
906 Disable(cap);
2475 Disable = Switch_Disable;

Completed in 648 milliseconds