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

<<21222324252627

  /external/llvm/test/Scripts/
elf-dump 278 action="store_true", default=False)
  /external/v8/tools/
stats-viewer.py 465 default=".*",
467 "[default: %default]"))
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py 57 default include the default options. This is useful for logging
58 the default options plus additional settings.
104 The default (--print default) is equivalent to --print '%(default)s'.
106 'default': PRINT_DEFAULT}
113 # Note: Also, we don't specify a default value so we can detect when
123 default=False, help="include debug-level logging"),
158 if 'default' in switches
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 396 make_option("--httpd-port", action="store", type="int", default=8127, help="Port to use for the the rebaseline HTTP server"),
  /external/dropbear/libtomcrypt/
crypt.tex 422 The number of rounds can be set to zero to use the default, which is generally a good idea.
514 0, /* 0 == use default # of rounds */
554 rounds. By passing zero as the number of rounds all ciphers will use their default number of rounds. Generally the
555 ciphers are configured such that the default number of rounds provide adequate security for the given block and key
581 /** default number of rounds */
591 the min and max key lengths but not always everything in between. The \textit{default\_rounds} field is the default number
    [all...]
  /build/core/
envsetup.mk 17 # buildspec.mk.default and envsetup.sh.
pdk_config.mk 10 # 2) the platform.zip exists in the default location
  /build/tools/droiddoc/templates-pdk/
customizations.cs 43 <?cs # The default side navigation for the reference docs ?><?cs
  /build/tools/releasetools/
ota_from_target_files 27 -k (--package_key) <key> Key to use to sign the package (default is
33 For incremental OTAs, the default value is based on the source
53 Specify whether to turn on ASLR for the package (on by default).
92 def MostPopularKey(d, default):
94 value. Returns 'default' if the dict is empty."""
96 if not x: return default
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 181 property Items[Index: Integer]: T read GetItem write SetItem; default;
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
359 /// -IInterface descendants (default property)
386 property AsInterface[const Name: String]: IInterface read GetAsInterface write SetAsInterface; default;
714 FComparer := TEqualityComparer<TKey>.Default;
817 FItems[gap].Key := Default(TKey);
819 FItems[gap].Value := Default(TValue);
845 Value := Default(TValue);
879 c := TEqualityComparer<TValue>.Default;
  /external/chromium/chrome/browser/resources/
wrench_menu.js 298 default:
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 327 assertEquals('prepareNode with no jst attributes should return default',
  /external/expat/
Makefile.in 50 default: buildlib xmlwf/xmlwf@EXEEXT@
  /external/icu4c/data/coll/
colfiles.mk 20 # * To REPLACE the default list and only build with a few
  /external/icu4c/data/curr/
resfiles.mk 20 # * To REPLACE the default list and only build with a few
  /external/icu4c/data/lang/
resfiles.mk 20 # * To REPLACE the default list and only build with a few
  /external/icu4c/data/region/
resfiles.mk 20 # * To REPLACE the default list and only build with a few
  /external/icu4c/data/zone/
resfiles.mk 20 # * To REPLACE the default list and only build with a few
  /external/libvpx/libvpx/build/make/
configure.sh 110 All boolean options can be negated. The default value is the opposite
112 the default value for foo is enabled.
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 249 ; default inverse zigzag table is defined in vp8/common/entropy.c
  /external/mksh/src/
check.pl 54 # default is no arguments.
60 # default is to use /dev/null.
112 # SIGKILL N seconds. Default is no
120 # default is to expect no output.
124 # default is to expect no output.
191 -t t Use t as default time limit for tests (default is unlimited)
227 # os by default.
362 $SIG{$sig} = 'DEFAULT';
509 @SIG{@trap_sigs} = ('DEFAULT') x @trap_sigs
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 362 def YesNo(title, question, default):
372 def YesNoCancel(title, question, default):
JetUtils.py 250 def IniGetValue(configFile, section, option, retType='str', default=''):
252 ret = default
  /external/srec/tests/
Android.mk 133 # By default they are not copied to /system/usr/srec since they are #
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 139 default: assertUnreachable();

Completed in 718 milliseconds

<<21222324252627