HomeSort by relevance Sort by last modified time
    Searched refs:Off (Results 1 - 13 of 13) sorted by null

  /external/elfutils/libelf/
gelf_xlate.h 21 FUNDAMENTAL (OFF, Off, LIBELFBITS);
abstract.h 27 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \
28 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \
48 TYPE_NAME (ElfW2(32, Ext##Off), p_offset) \
60 TYPE_NAME (ElfW2(64, Ext##Off), p_offset) \
76 TYPE_NAME (ElfW2(32, Ext##Off), sh_offset) \
89 TYPE_NAME (ElfW2(64, Ext##Off), sh_offset) \
171 TYPE_EXTRA (ElfW2(32, Ext##Off) d_off;) \
elf32_updatenull.c 354 #define SHDR_ALIGN sizeof (ElfW2(LIBELFBITS,Off))
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 75 private ToggleAction.State mAirplaneState = ToggleAction.State.Off;
200 // last: power off
243 silentModeOn ? ToggleAction.State.On : ToggleAction.State.Off);
403 * A toggle action knows whether it is on or off, and displays an icon
409 Off(false),
425 protected State mState = State.Off;
436 * @param disabledIconResid The icon for when this action is off.
439 * @param disabledStatusMessageResId The off status message, e.g. 'sound enabled'
508 * states until some notification is received (e.g airplane mode is 'turning off' until
510 * @param buttonOn Whether the button was turned on or off
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 250 [ -F : --find-traces ] Default: Off
251 [ -h : --help ] Default: Off
255 [ -v : --verbose ] Default: Off
256 [ -V : --version ] Default: Off
389 [ -F : --find-records ] Default: Off
390 [ -h : --help ] Default: Off
394 [ -N : --no-stalls ] Default: Off
396 [ -v : --verbose ] Default: Off
397 [ -V : --version ] Default: Off
398 [ -W : --write-enable ] Default: Off
    [all...]
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 91 # one request per connection). Set to "Off" to deactivate.
119 # spares die off. The default values are probably OK for most sites.
340 # Port to form a "canonical" name. With this setting off, Apache will
369 # e.g., www.apache.org (on) or 204.62.129.132 (off).
370 # The default is off because it'd be overall better for the net if people
375 HostnameLookups Off
424 # Set to one of: On | Off | EMail
635 # Set to one of: Off | On | Full | Block
apache2-httpd.conf 91 # one request per connection). Set to "Off" to deactivate.
119 # spares die off. The default values are probably OK for most sites.
365 # Port to form a "canonical" name. With this setting off, Apache will
394 # e.g., www.apache.org (on) or 204.62.129.132 (off).
395 # The default is off because it'd be overall better for the net if people
400 HostnameLookups Off
449 # Set to one of: On | Off | EMail
660 # Set to one of: Off | On | Full | Block
cygwin-httpd.conf 109 # one request per connection). Set to "Off" to deactivate.
137 # spares die off. The default values are probably OK for most sites.
399 # Port to form a "canonical" name. With this setting off, Apache will
428 # e.g., www.apache.org (on) or 204.62.129.132 (off).
429 # The default is off because it'd be overall better for the net if people
434 HostnameLookups Off
483 # Set to one of: On | Off | EMail
694 # Set to one of: Off | On | Full | Block
fedora-httpd.conf 86 # one request per connection). Set to "Off" to deactivate.
222 # Off) when the "server-status" handler is called. The default is Off.
277 # When set "Off", Apache will use the Hostname and Port supplied
415 # e.g., www.apache.org (on) or 204.62.129.132 (off).
416 # The default is off because it'd be overall better for the net if people
421 HostnameLookups Off
426 # The default is on; turn this off if you serve from NFS-mounted
427 # filesystems. On some systems, turning it off (regardless of
431 #EnableMMAP off
    [all...]
httpd.conf 109 # one request per connection). Set to "Off" to deactivate.
137 # spares die off. The default values are probably OK for most sites.
402 # Port to form a "canonical" name. With this setting off, Apache will
431 # e.g., www.apache.org (on) or 204.62.129.132 (off).
432 # The default is off because it'd be overall better for the net if people
437 HostnameLookups Off
486 # Set to one of: On | Off | EMail
697 # Set to one of: Off | On | Full | Block
  /external/webkit/WebCore/html/
HTMLInputElement.h 75 Off
HTMLInputElement.cpp 949 result = checked() ? "on" : "off";
1073 if (equalIgnoringCase(attr->value(), "off")) {
1074 m_autocomplete = Off;
1077 bool needsToUnregister = m_autocomplete == Off;
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 172 VALUE Acct-Status-Type Accounting-Off 8

Completed in 443 milliseconds