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

1 2 3

  /external/autotest/server/site_tests/firmware_Cr50Uart/
firmware_Cr50Uart.py 17 Verify Cr50 will enable/disable the AP and EC uart when servo is
29 DISABLE = 'disable'
30 GET_STATE = ':\s+(%s|%s)' % (ENABLE, DISABLE)
37 'uart enable, fake_servo on, uart disable',
40 RESET = 'uart disable, fake_servo off'
44 # three valid states: None, 'enable', or 'disable'. None should be used if
46 # and 'disable' are the valid states.
50 'uart disable' : [None, DISABLE],
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-35468048/
poc.c 56 #define DISABLE "/sys/module/CwMcuSensor/parameters/DEBUG_DISABLE"
64 /* disable debug */
65 tmpfd = open(DISABLE, O_RDWR);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
ButtonActionDialogFragment.java 35 DialogType.DISABLE,
40 int DISABLE = 0;
86 case DialogType.DISABLE:
AppButtonsPreferenceController.java 236 // then offer to downgrade the app, otherwise only offer to disable the
241 showDialogInner(ButtonActionDialogFragment.DialogType.DISABLE);
283 case ButtonActionDialogFragment.DialogType.DISABLE:
382 // "uninstall" is actually "downgrade to the system version + disable", and "downgrade"
394 // If the uninstall intent is already queued, disable the uninstall button
548 // Disable button for core system applications.
663 * Changes the status of disable/enable for a package
  /external/curl/packages/vms/
curl_crtl_init.c 47 #pragma message disable misalgndmem
59 #define DISABLE "DISABLE"
63 #define DISABLE 0
200 set_feature_default("DECC$DISABLE_POSIX_ROOT", DISABLE);
generate_vax_transfer.com 236 .DISABLE GLOBAL
  /frameworks/av/media/libaudioclient/
IEffect.cpp 33 DISABLE,
56 status_t disable() function in class:android::BpEffect
58 ALOGV("disable");
61 remote()->transact(DISABLE, data, &reply);
148 case DISABLE: {
149 ALOGV("DISABLE");
151 reply->writeInt32(disable());
  /external/valgrind/memcheck/tests/
err_disable_arange1.stderr.exp 40 WARNING: VALGRIND_{DISABLE,ENABLE}_ERROR_REPORTING_IN_RANGE macros.
  /external/syslinux/gpxe/src/drivers/net/
legacy.c 71 nic->nic_op->irq ( nic, ( enable ? ENABLE : DISABLE ) );
86 void ( * disable ) ( struct nic *nic, void *hwdev ) ) {
131 disable ( &nic, hwdev );
140 void ( * disable ) ( struct nic *nic, void *hwdev ) ) {
145 disable ( nic, hwdev );
virtio-net.c 199 case DISABLE :
3c5x9.c 64 /* Disable the card */
293 case DISABLE :
3c595.c 99 /* Disable the card */
383 printf(": disable 'auto select' with DOS util!");
420 /* First, disable all. */
461 case DISABLE :
cs89x0.c 359 /* disable interrupts and memory accesses */
464 case DISABLE :
depca.c 320 #define DRTY 0x0020 /* Disable Retry */
322 #define DTCR 0x0008 /* Disable Transmit CRC */
324 #define DTX 0x0002 /* Disable the Transmitter */
325 #define DRX 0x0001 /* Disable the Receiver */
646 DISABLE - Turn off ethernet interface
660 case DISABLE :
epic100.c 148 /* Disable ALL interrupts by setting the interrupt mask. */
433 case DISABLE :
3c515.c 156 EEPROM_EWDIS = 0x00, /* Disable EWENB before 10 msec timeout. */
563 DISABLE - Turn off ethernet interface
571 system without any disable functionality I
574 /* Disable the receiver and transmitter. */
592 case DISABLE :
747 /* Rx is broken at 10mbps, so we always disable it. */
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 206 public static final int DISABLE = BASE + 25;
234 EVENT_NAMES.put(DISABLE, "DISABLE");
  /hardware/interfaces/graphics/composer/2.1/
IComposerClient.hal 114 /** Disable vsync. */
115 DISABLE = 2,
563 * @param enabled indicates whether to enable or disable vsync
    [all...]
  /external/syslinux/gpxe/src/include/
nic.h 25 DISABLE = 0,
81 void ( * disable ) ( struct nic *nic, void *hwdev ));
84 void ( * disable ) ( struct nic *nic, void *hwdev ) );
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
ButtonActionDialogFragmentTest.java 53 private static final int DISABLE_ID = ButtonActionDialogFragment.DialogType.DISABLE;
  /frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
WebViewUpdateServiceTest.java 469 // otherwise we had to disable the first package, in which case its dependents
537 // Verify that we disable the fallback package if fallback logic enabled, and don't disable
626 UNINSTALL, DISABLE, HIDE
658 boolean enabled = !(removalType == PackageRemovalType.DISABLE);
661 // Disable primary package and ensure fallback becomes enabled and used
667 removalType == PackageRemovalType.DISABLE
683 removalType == PackageRemovalType.DISABLE
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 490 def FSPIN_LOCK(l): return DISABLE()
492 def FSPIN_TRYLOCK(l): return (DISABLE(), B_TRUE)
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerTestUtils.cpp 297 : IComposerClient::Vsync::DISABLE;
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 264 case NsdManager.DISABLE:
575 mNsdStateMachine.sendMessage(isEnabled ? NsdManager.ENABLE : NsdManager.DISABLE);
    [all...]
  /external/autotest/client/bin/net/
net_utils.py 115 ENABLE, DISABLE = (True, False)
137 # don't disable loopback until the IP address is restored.
295 if (self._set_loopback('phyint', 'disable') > 0 and
296 self._set_loopback('mac', 'disable') > 0):
297 raise error.TestError('Unable to disable loopback')
416 def disable(self): member in class:bonding

Completed in 1925 milliseconds

1 2 3