/external/icu4c/data/translit/ |
trnsfiles.mk | 19 # * To REPLACE the default list and only build with a few
|
/external/llvm/lib/Target/ARM/AsmParser/ |
Android.mk | 37 # Override the default optimization level to work around taking forever (~50m)
|
/external/openssh/ |
start-ssh | 12 DEFAULT_AUTHORIZED_KEYS=/system/etc/security/authorized_keys.default
|
/external/skia/tools/ |
svndiff.py | 37 # default DEST_DIR is determined at runtime 39 # default PATH_TO_SKDIFF is determined at runtime 79 # Validate parameters, filling in default values if necessary and possible. 131 action='store', type='string', default=None, 136 action='store', type='string', default=None,
|
/frameworks/base/tests/DumpRenderTree2/assets/ |
run_layout_tests.py | 6 and optionally shows the detailed results the host's default browser. 83 option_parser.add_option("", "--show-results-in-browser", default="true", 84 help="Show the results the host's default web browser, default=true") 86 help="The directory from which to take the tests, default is external/webkit/LayoutTests in this checkout of the Android tree") 87 option_parser.add_option("-s", "--serial", default=None, help="Specify the serial number of device to run test on")
|
/hardware/libhardware/modules/nfc/ |
Android.mk | 19 LOCAL_MODULE := nfc.default
|
/hardware/libhardware/modules/nfc-nci/ |
Android.mk | 19 LOCAL_MODULE := nfc_nci.default
|
/hardware/libhardware/modules/power/ |
Android.mk | 19 LOCAL_MODULE := power.default
|
/external/v8/tools/ |
test.py | 1191 default='release') 1193 default=False, action="store_true") 1195 default=[], action="append") 1198 choices=PROGRESS_INDICATORS.keys(), default="mono") 1200 default=False, action="store_true") 1202 default=False, action="store_true" [all...] |
/build/target/product/ |
core_minimal.mk | 61 keystore.default \
|
/development/scripts/ |
divide_and_compress.py | 54 rtn.add_option('-s', '--sourcefiles', dest='sourcefiles', default=None, 56 rtn.add_option('-d', '--destination', dest='destination', default=None, 59 rtn.add_option('-f', '--filesize', dest='filesize', default='1M', 66 default=True, 178 # By default, store uncompressed.
|
/external/bison/build-aux/ |
vc-list-files | 35 Output a list of version-controlled files in DIR (default .), relative to 36 SRCDIR (default .). SRCDIR must be the top directory of a checkout.
|
/external/chromium-trace/trace-viewer/ |
run_dev_server.py | 38 default=DEFAULT_PORT,
|
/external/dhcpcd/mk/ |
prog.mk | 11 # the default one in /usr/lib 22 # the default one in /usr/libexec
|
/external/iproute2/ip/ |
ifcfg | 140 ip ro append default dev $dev metric 30000 scope global 143 ip ro append default via $peer dev $dev metric 30001
|
/external/llvm/utils/git/ |
find-rev | 9 help="Ref for the branch to search [%default]", 10 action="store", default="git-svn")
|
/external/protobuf/ |
configure.ac | 22 # autoconf's default CXXFLAGS are usually "-g -O2". These aren't necessarily 35 [include classes for streaming compressed data in and out @<:@default=check@:>@])], 60 # end users who don't want these checks, so add -DNDEBUG by default. 63 AC_MSG_RESULT([use default: $PROTOBUF_OPT_FLAG $CXXFLAGS])
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
maximum-age.js | 47 // The default maximumAge is zero, so we expect the updated position from the service. 72 // The default maximumAge is zero, so we expect the error from the service.
|
/external/webkit/Tools/Scripts/ |
run-qtwebkit-tests | 50 dest="parallel_level", default=None, 51 help="Number of parallel processes executing the Qt's tests. Default: cpu count.") 53 dest="verbose", default=2, 54 help="Verbose level (0 - quiet, 1 - errors only, 2 - infos and warnings, 3 - debug information). Default: %default.") 56 dest="tests_options", default="", 59 dest="output_file", default="/tmp/qtwebkittests.html", 60 help="File where results will be stored. The file will be overwritten. Default: %default.") 62 default="xdg-open" [all...] |
test-webkit-scripts | 68 default=False, help='run all available tests, ' 69 'including those suppressed by default')
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
optparser.py | 53 displays all available categories and which are reported by default. 107 """Stores the default check-webkit-style command-line options. 110 output_format: A string that is the default output format. 111 min_confidence: An integer that is the default minimum confidence level. 134 The default is None. 138 The default is 1, which reports all errors. 244 the default values for options not explicitly 307 'all categories and which are enabled by default, pass ' 318 parser.add_option("--diff-files", action="store_true", dest="diff_files", default=False, help=diff_files_help) 322 "displaying all errors. Defaults to %default." [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
validatechangelogs.py | 53 if self._tool.user.confirm("OK to continue?", default='n'):
|
/hardware/libhardware/modules/audio/ |
Android.mk | 17 # The default audio HAL module, which is a stub, that is loaded if no other 25 LOCAL_MODULE := audio.primary.default
|
/external/iproute2/examples/ |
dhcp-client-script | 168 # Add default routes 177 LOG route add default gw $router 178 route add default gw $router 183 # Delete default routes 193 LOG route del default gw $router 194 route del default gw $router 210 # Check (and add route, if alive) default routers 223 route add default gw $router
|
/external/v8/test/mjsunit/harmony/ |
block-let-declaration.js | 74 TestLocalThrows("switch (true) { default: let x; }", SyntaxError); 84 TestLocalThrows("switch (true) { default: const x = 1; }", SyntaxError); 99 TestLocalThrows("switch (true) { default: const x; }", SyntaxError); 109 TestLocalDoesNotThrow("switch (true) { default: var x; }"); 137 TestLocalThrows("function f() { switch (true) { default: function g() {} }", SyntaxError);
|