HomeSort by relevance Sort by last modified time
    Searched refs:default (Results 26 - 50 of 673) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/tools/
test-wrapper-gypbuild.py 52 default=None)
55 default='out')
58 default=False, action="store_true")
63 default='release,debug')
66 default='ia32,x64,arm')
70 default=False, action="store_true")
73 choices=PROGRESS_INDICATORS, default="mono")
75 default=False, action="store_true")
77 default=False, action="store_true")
79 default=[], action="append"
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 196 """Provides a default set of command line args.
206 # FIXME: --help should display which configuration is default.
220 optparse.make_option("--chromium", action="store_true", default=False,
223 default=False, help="create a dialog on DumpRenderTree startup"),
225 default=False, help="enable Windows GP fault error box"),
229 default=False,
232 default=False,
235 default=False,
253 default=False,
263 # NRWT doesn't generate results by default anyway
    [all...]
  /external/webkit/Tools/Scripts/
build-webkit 129 define => "ENABLE_WEBGL", default => (isAppleMacWebKit() && !isTiger() && !isLeopard()), value => \$threeDCanvasSupport },
132 define => "ENABLE_3D_RENDERING", default => (isAppleMacWebKit() && !isTiger()), value => \$threeDRenderingSupport },
135 define => "ENABLE_ACCELERATED_2D_CANVAS", default => 0, value => \$accelerated2dCanvasSupport },
138 define => "ENABLE_BLOB", default => (isAppleMacWebKit() || isGtk()), value => \$blobSupport },
141 define => "ENABLE_CHANNEL_MESSAGING", default => 1, value => \$channelMessagingSupport },
144 define => "ENABLE_CLIENT_BASED_GEOLOCATION", default => isAppleWebKit(), value => \$clientBasedGeolocationSupport },
147 define => "", default => 0, value => \$coverageSupport },
150 define => "ENABLE_DATABASE", default => 1, value => \$databaseSupport },
153 define => "ENABLE_DATAGRID", default => 0, value => \$datagridSupport },
156 define => "ENABLE_DATALIST", default => 1, value => \$datalistSupport }
    [all...]
new-run-webkit-websocketserver 44 choices=['start', 'stop'], default='start',
47 default=None, help='Port to listen on.')
53 default=False, help='use TLS (wss://).')
55 default='', help='TLS private key file.')
57 default='', help='TLS certificate file.')
60 default=False,
67 default=None, help='output directory.')
69 default=False,
set-webkit-configuration 37 --32-bit Set the default architecture to 32-bit
38 --64-bit Set the default architecture to 64-bit
39 --debug Set the default configuration to debug
40 --release Set the default configuration to release
deduplicate-tests 44 """Provides a default set of command line args.
50 action="store_true", default=False,
53 default="*-expected*",
  /external/valgrind/main/none/tests/x86/
int.stderr.exp 3 Process terminating with default action of signal 11 (SIGSEGV)
  /external/grub/util/
grub-set-default 3 # Set a default boot entry for GRUB
31 Usage: grub-set-default [OPTION] entry
32 Set the default boot entry for GRUB.
38 ENTRY is a number or the special keyword \`default\'.
51 echo "grub-set-default (GNU GRUB ${VERSION})"
91 file=${grubdir}/default
109 # from this file, including this warning. Using \`grub-set-default\' is
grub-set-default.in 3 # Set a default boot entry for GRUB
31 Usage: grub-set-default [OPTION] entry
32 Set the default boot entry for GRUB.
38 ENTRY is a number or the special keyword \`default\'.
51 echo "grub-set-default (GNU GRUB ${VERSION})"
91 file=${grubdir}/default
109 # from this file, including this warning. Using \`grub-set-default\' is
  /external/bluetooth/bluedroid/audio_a2dp_hw/
Android.mk 16 LOCAL_MODULE := audio.a2dp.default
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 11 DEFAULT_GW=`netstat -rn | awk '($1 == "default"){print $2}'`
34 if=`netstat -rn|awk '($1 == "default"){print $7}'`
36 route delete default
38 route add default ${DEFAULT_GW} -ifa ${LOCAL_ADDR}
42 route delete default
45 route add default gw ${DEFAULT_GW}
phase1-up.sh 10 DEFAULT_GW=`netstat -rn | awk '($1 == "default"){print $2}'`
35 if=`netstat -rn|awk '($1 == "default"){print $7}'`
37 route delete default
38 route add default ${DEFAULT_GW} -ifa ${INTERNAL_ADDR4}
44 route delete default
46 route add default gw ${DEFAULT_GW} dev ${if}:1
  /sdk/
release.md 3 By default builds use the -SNAPSHOT version.
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 21 openssl req -config ${DIR}/default.cnf -new -nodes -batch > /tmp/cert-rsa-req.pem
23 openssl x509 -extfile ${DIR}/default.cnf -days 3650 -extensions usr_cert -req -signkey /tmp/privkey.pem -outform d < /tmp/cert-rsa-req.pem > ${DIR}/cert-rsa.der
36 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions keyUsage_extraLong_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-keyUsage-extraLong.der
38 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions extendedKeyUsage_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-extendedKeyUsage.der
40 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions ca_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-ca.der
42 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions userWithPathLen_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-userW (…)
    [all...]
  /external/webkit/Tools/QueueStatusServer/model/
svnrevision.py 34 broken_bots = db.StringListProperty(default=[])
  /external/yaffs2/yaffs2/mtdemul/
Makefile 26 default: $(TARGET)
  /external/dropbear/debian/
dropbear.postinst 26 if test ! -s /etc/default/dropbear; then
30 OpenSSH appears to be installed. Setting /etc/default/dropbear so that
31 Dropbear will not start by default. Edit this file to change this behaviour.
34 cat >>/etc/default/dropbear <<EOT
41 cat >>/etc/default/dropbear <<EOT
52 # RSA hostkey file (default: /etc/dropbear/dropbear_rsa_host_key)
55 # DSS hostkey file (default: /etc/dropbear/dropbear_dss_host_key)
  /build/target/product/
generic_no_telephony.mk 72 audio.primary.default \
73 audio_policy.default \
74 local_time.default \
75 power.default
78 local_time.default
  /external/oprofile/events/i386/atom/
unit_masks 5 name:store_forwards type:mandatory default:0x81
7 name:segment_reg_loads type:mandatory default:0x00
9 name:simd_prefetch type:bitmask default:0x01
13 name:data_tlb_misses type:bitmask default:0x07
18 name:page_walks type:bitmask default:0x03
21 name:x87_comp_ops_exe type:bitmask default:0x81
24 name:fp_assist type:mandatory default:0x81
26 name:mul type:bitmask default:0x01
29 name:div type:bitmask default:0x01
32 name:l2_rqsts type:bitmask default:0x4
    [all...]
  /external/clang/tools/scan-view/
scan-view 17 # Default server parameters
82 '--host', dest="host", default=kDefaultHost, type="string",
83 help="Host interface to listen on. (default=%s)" % kDefaultHost)
85 '--port', dest="port", default=None, type="int",
86 help="Port to listen on. (default=%s)" % kDefaultPort)
87 parser.add_option("--debug", dest="debug", default=0,
90 parser.add_option("--auto-reload", dest="autoReload", default=False,
93 parser.add_option("--no-browser", dest="startBrowser", default=True,
96 parser.add_option("--allow-all-hosts", dest="onlyServeLocal", default=True,
98 help='Allow connections from any host (access restricted to "127.0.0.1" by default)')
    [all...]
  /external/llvm/utils/
clang-parse-diagnostics-file 14 default=False, help="dump all messages.")
16 default=False, help="dump 'error' messages.")
18 default=False, help="dump 'fatal error' messages.")
20 default=False, help="dump 'ignored' messages.")
22 default=False, help="dump 'note' messages.")
24 default=False, help="dump 'warning' messages.")
  /external/llvm/utils/Misc/
zkill 145 help="Name of the signal to use (default=%default)",
146 action="store", default='INT',
150 action="store_true", default=False)
154 action="store_true", default=False)
157 action="store_true", default=False)
160 action="store_true", default=False)
163 action="store_true", default=False)
169 action="store", default=None)
172 action="store", default=None
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 22 name:zero type:mandatory default:0x0
24 name:moesi type:bitmask default:0x1f
31 name:moess type:bitmask default:0x1e
38 name:fpu_ops type:bitmask default:0x3f
45 name:segregload type:bitmask default:0x7f
53 name:ecc type:bitmask default:0x03
56 name:prefetch type:bitmask default:0x07
60 name:fpu_instr type:bitmask default:0x0f
65 name:fpu_fastpath type:bitmask default:0x07
69 name:fpu_exceptions type:bitmask default:0x0
    [all...]
  /external/iproute2/etc/iproute2/
rt_protos 30 246 gated/default
  /external/proguard/examples/dictionaries/
keywords.txt 44 default

Completed in 740 milliseconds

12 3 4 5 6 7 8 91011>>