Searched defs:Disable (Results 1 - 20 of 20) 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.h45 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
133 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
139 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
/external/libchrome/base/synchronization/
H A Dwaitable_event_posix.cc135 void Disable() { function in class:base::SyncWaiter
195 // Disable which makes sw::Fire return false.
196 sw.Disable();
/external/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h155 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } argument
/external/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h180 /// Disable CodeGen, only run the stages till codegen and stop. The output
182 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } argument
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp173 CrashRecoveryContext::Disable();
188 // Because the Enable and Disable calls are static, it means that
211 void CrashRecoveryContext::Disable() { function in class:CrashRecoveryContext
259 // Disable crash recovery and raise the signal again. The assumption here is
263 // This call of Disable isn't thread safe, but it doesn't actually matter.
264 CrashRecoveryContext::Disable();
300 void CrashRecoveryContext::Disable() { function in class:CrashRecoveryContext
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCrashRecoveryContext.cpp155 CrashRecoveryContext::Disable();
171 // Because the Enable and Disable calls are static, it means that
194 void CrashRecoveryContext::Disable() { function in class:CrashRecoveryContext
241 // Disable crash recovery and raise the signal again. The assumption here is
245 // This call of Disable isn't thread safe, but it doesn't actually matter.
246 CrashRecoveryContext::Disable();
284 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.cc136 void FieldTrial::Disable() { function in class:base::FieldTrial
412 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/aarch64/
H A Dinstrument-aarch64.cc42 void Counter::Disable() { enabled_ = false; } function in class:vixl::aarch64::Counter
198 Disable();
246 void Instrument::Disable() { function in class:vixl::aarch64::Instrument
249 (*it)->Disable();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc85 void Disable();
252 void CoverageData::Disable() { function in class:__sanitizer::CoverageData
286 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:__anon12523::DefaultOnOff
89 clEnumVal(Disable, "Disabled"), clEnumValEnd),
97 clEnumVal(Disable, "Disabled"), clEnumValEnd),
105 clEnumVal(Disable, "Disabled"), clEnumValEnd),
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp1200 void Disable(GLenum cap) function in namespace:es1
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h264 void (GLAPIENTRY * Disable)(GLenum); member in struct:__GLdispatchTableRec
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp1491 void Disable(GLenum cap) function in namespace:es2
/external/libmojo/mojo/gpu/
H A Dmojo_gles2_impl_autogen.cc318 void MojoGLES2Impl::Disable(GLenum cap) { function in class:mojo::MojoGLES2Impl

Completed in 5911 milliseconds