HomeSort by relevance Sort by last modified time
    Searched refs:Enable (Results 126 - 150 of 293) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsiwmi.h 121 IN BOOLEAN Enable);
wmilib.h 40 IN BOOLEAN Enable);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 142 _FPIEEE_EXCEPTION_FLAGS Enable;
ntddvdeo.h 354 UCHAR Enable;
367 ULONG Enable;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message.h 354 template<typename T, typename Enable = void>
357 template<typename T, typename Enable = void>
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_classic_unittest.cc 129 void InvokeEnable(bool enable, Error* error,
133 void InvokeEnableFail(bool enable, Error* error,
294 EXPECT_CALL(*proxy_, Enable(true, _, _, CellularCapability::kTimeoutEnable))
304 EXPECT_CALL(*proxy_, Enable(true, _, _, CellularCapability::kTimeoutEnable))
491 EXPECT_CALL(*proxy_, Enable(_, _, _, CellularCapability::kTimeoutEnable))
507 EXPECT_CALL(*proxy_, Enable(_, _, _, CellularCapability::kTimeoutEnable))
cellular_capability_classic.cc 174 proxy_->Enable(true, &error, callback, kTimeoutEnable);
186 proxy_->Enable(false, &error, callback, kTimeoutEnable);
284 // UNKNOWN) through Cellular::OnModemStateChanged. This will try to enable
cellular_unittest.cc 212 void InvokeEnable(bool enable, Error* error,
217 bool enable, Error* error, const ResultCallback& callback, int timeout) {
337 Enable(true, _, _, CellularCapability::kTimeoutEnable))
712 EXPECT_CALL(*proxy_, Enable(true, _, _, CellularCapability::kTimeoutEnable))
    [all...]
cellular_capability_universal_unittest.cc 186 void InvokeEnable(bool enable, Error* error,
190 void InvokeEnableFail(bool enable, Error* error,
194 void InvokeEnableInWrongState(bool enable, Error* error,
394 Enable(true, _, _, CellularCapability::kTimeoutEnable))
411 Enable(true, _, _, CellularCapability::kTimeoutEnable))
430 Enable(true, _, _, CellularCapability::kTimeoutEnable))
473 Enable(true, _, _, CellularCapability::kTimeoutEnable))
489 // Change the state of the modem to disabled but fail the deferred enable
491 // enable operation does not trigger another deferred enable operation
    [all...]
  /system/connectivity/shill/dbus/
chromeos_device_dbus_adaptor.h 78 void Enable(DBusMethodResponsePtr<> response) override;
chromeos_modem_proxy.cc 52 void ChromeosModemProxy::Enable(
53 bool enable, Error* error, const ResultCallback& callback, int timeout) {
54 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << enable; local
55 proxy_->EnableAsync(enable,
  /system/core/crash_reporter/
user_collector.h 39 // Crash detection/reporting is not enabled until Enable is called.
52 // Enable collection.
53 bool Enable() { return SetUpInternal(true); }
kernel_collector_test.cc 117 ASSERT_FALSE(collector_.Enable());
127 ASSERT_TRUE(collector_.Enable());
  /build/target/board/generic_arm64/
BoardConfig.mk 63 # Enable dex-preoptimization to speed up the first boot sequence
74 # Build and enable the OpenGL ES View renderer. When running on the emulator,
  /external/autotest/client/cros/cellular/
modem.py 244 def Enable(self, enable, **kwargs):
245 self.Modem().Enable(enable, timeout=MODEM_TIMEOUT, **kwargs)
modem1.py 232 def Enable(self, enable, **kwargs):
233 self.Modem().Enable(enable, timeout=MODEM_TIMEOUT, **kwargs)
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 251 self.test_env.modem.Enable(False)
257 self.test_env.modem.Enable(True)
261 raise error.TestFail('Enable returned when it should have crashed')
264 """Test that the Enable and Disable technology functions work."""
284 """Test that the Enable and Disable technology functions work.
286 The expectation is that by using enable technology shill
302 # Enable technology, ensure that device and modem are enabled.
342 logging.info('Testing that Enable and Disable technology still work')
  /frameworks/minikin/libs/minikin/
Android.mk 68 # Enable race detection on eng and userdebug build.
  /system/bt/service/common/bluetooth/binder/
IBluetooth.cpp 85 bool result = Enable(start_restricted);
186 bool BpBluetooth::Enable(bool start_restricted) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 82 void Enable();
200 void CoverageData::Enable() {
231 Enable(); // Make sure coverage is enabled at this point.
277 Enable();
281 Enable();
849 return; // May happen if two sanitizer enable coverage in the same process.
853 if (enabled) coverage_data.Enable();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 81 enum DefaultOnOff { Default, Enable, Disable };
88 clEnumVal(Enable, "Enabled"),
96 clEnumVal(Enable, "Enabled"),
104 clEnumVal(Enable, "Enabled"),
112 clEnumVal(Enable, "Enabled"),
235 HasDwarfAccelTables = DwarfAccelTables == Enable;
241 HasSplitDwarf = SplitDwarf == Enable;
247 HasDwarfPubSections = DwarfPubSections == Enable;
253 UseLinkageNames = DwarfLinkageNames == Enable;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 59 * Enable verbose debug output for emit code.
291 if (ctx->Driver.Enable != NULL)
292 ctx->Driver.Enable(ctx, GL_STENCIL_TEST, ctx->Stencil.Enabled);
308 if (ctx->Driver.Enable) {
309 ctx->Driver.Enable(ctx, GL_DEPTH_TEST,
312 ctx->Driver.Enable(ctx, GL_STENCIL_TEST,
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 225 @returns: True, if a current enable state machine is active and hasn't
371 self.Enable(False, return_cb=_SetLocked)
377 # and automatically attempt to enable the modem.
390 def Enable(self, enable, return_cb=None, raise_cb=None):
400 @param enable: True to enable the modem and False to disable it.
406 if enable:
407 logging.info('Modem enable')
674 self.Enable(True
    [all...]
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 107 Accepted by the <pname> parameter of Enable, Disable, IsEnabled,
  /hardware/qcom/camera/msmcobalt/QCamera2/
Android.mk 67 #Enable to simulate B+B snapshot use case. Will be removed later

Completed in 681 milliseconds

1 2 3 4 56 7 8 91011>>