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

1 2

  /external/webrtc/webrtc/call/
transport_adapter.cc 45 void TransportAdapter::Disable() { enabled_.CompareExchange(0, 1); }
  /external/libchrome/base/metrics/
persistent_histogram_storage.h 48 void Disable() { disabled_ = true; }
field_trial.cc 310 void FieldTrial::Disable() {
596 field_trial->Disable();
911 // Some tests depend on the enable and disable features flag switch, though,
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
post_decode_vad.cc 26 Disable();
34 void PostDecodeVad::Disable() {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAsmInfo.cpp 24 enum DefaultOnOff { Default, Enable, Disable };
27 cl::desc("Disable emission of the extended flags in .loc directives."),
29 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
  /device/google/contexthub/util/nanotool/
log.h 52 // Use with SetLevel to disable logging
53 Disable,
nanomessage.h 164 Disable,
nanotool.cpp 43 Disable,
65 std::make_tuple("disable", NanotoolCommand::Disable),
100 " disable: send a disable request for one sensor\n"
101 " disable_all: send a disable request for all sensors\n"
102 " calibrate: disable the sensor, then perform the sensor\n"
110 " events, then disable the sensor before exiting\n"
164 && (args->command == NanotoolCommand::Disable
442 case NanotoolCommand::Disable
    [all...]
  /external/autotest/client/site_tests/cellular_ModemControl/
cellular_ModemControl.py 42 def Disable(self):
65 def Disable(self):
111 def Disable(self):
113 self.device.Disable(timeout=DEVICE_TIMEOUT)
147 def Disable(self):
149 logging.info('Disable with %s' % cmds)
150 cmds.Disable()
276 disable while connected and then verifies the state of the
303 commands.Disable()
334 commands.Disable()
    [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.h 45 enum LVEnableState { Unspecified, Enable, Disable, Full };
50 /// \brief Value for llvm.loop.unroll.* metadata (enable, disable, or full).
133 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
139 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
  /external/libchrome/base/synchronization/
waitable_event_posix.cc 134 void Disable() {
203 // Disable which makes sw::Fire return false.
204 sw.Disable();
  /external/libchrome/ipc/
ipc_logging.cc 94 void Logging::Disable() {
  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_client.py 512 def Disable(self, request, global_params=None):
513 """Disable a managed service for a project.
514 Google Service Management will only disable the managed service even if
525 config = self.GetMethodConfig('Disable')
529 Disable.method_config = lambda: base_api.ApiMethodInfo(
531 method_id=u'servicemanagement.services.disable',
535 relative_path=u'v1/services/{serviceName}:disable',
    [all...]
  /external/v8/src/
async-hooks-wrapper.cc 13 void AsyncHooksWrap::Disable() { enabled_ = false; }
73 wrap->Disable();
206 String::NewFromUtf8(isolate_, "disable", v8::NewStringType::kNormal)
compilation-cache.cc 374 void CompilationCache::Disable() {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Hierarchy.c 57 TPMI_YES_NO Disable;
304 @param[in] Disable YES if the disableOwnerClear flag is to be SET,
315 IN TPMI_YES_NO Disable
341 // disable
342 *(UINT8 *)Buffer = Disable;
  /external/libchrome/base/android/orderfile/
orderfile_instrumentation.cc 81 // Disable instrumentation now to cut down on orderfile pollution.
82 if (!Disable()) {
116 // function, unless |Disable()| is called first.
129 Disable();
166 Disable();
212 Disable();
230 NO_INSTRUMENT_FUNCTION bool Disable() {
291 Disable();
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 173 CrashRecoveryContext::Disable();
188 // Because the Enable and Disable calls are static, it means that
211 void CrashRecoveryContext::Disable() {
240 // simply disable crash recovery and raise the signal again.
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() {
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 155 CrashRecoveryContext::Disable();
171 // Because the Enable and Disable calls are static, it means that
194 void CrashRecoveryContext::Disable() {
223 // simply disable crash recovery and raise the signal again.
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() {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
CrashRecoveryContext.cpp 128 void CrashRecoveryContext::Disable() {
233 CrashRecoveryContext::Disable();
248 // Because the Enable and Disable calls are static, it means that
286 // simply disable crash recovery and raise the signal again.
305 // Disable crash recovery and raise the signal again. The assumption here is
309 // This call of Disable isn't thread safe, but it doesn't actually matter.
310 CrashRecoveryContext::Disable();
  /external/wayland-protocols/flinger_headers/
hwcomposer2_arc_private.h 140 return "Disable";
190 Disable = HWC2_ARC_PRIVATE_HIDDEN_DISABLE,
  /external/v8/src/arm64/
instrument-arm64.cc 22 void Counter::Disable() {
181 case InstrumentStateDisable: Disable(); break;
224 void Instrument::Disable() {
227 (*it)->Disable();
  /external/vixl/src/aarch64/
instrument-aarch64.cc 45 void Counter::Disable() { enabled_ = false; }
201 Disable();
249 void Instrument::Disable() {
252 (*it)->Disable();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 85 void Disable();
252 void CoverageData::Disable() {
286 Disable();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 62 DisableDebugInfoPrinting("disable-debug-info-print", cl::Hidden,
63 cl::desc("Disable debug info printing"));
81 enum DefaultOnOff { Default, Enable, Disable };
89 clEnumVal(Disable, "Disabled"), clEnumValEnd),
97 clEnumVal(Disable, "Disabled"), clEnumValEnd),
105 clEnumVal(Disable, "Disabled"), clEnumValEnd),
    [all...]

Completed in 1821 milliseconds

1 2