HomeSort by relevance Sort by last modified time
    Searched defs:default (Results 1 - 14 of 14) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 5 Parameter = Struct.new( :name, :default )
10 elsif default then "#{ name } = #{ default }"
19 def self.default singleton method in class:ANTLR3.Template.ParameterList
21 p.default = '{}'
32 def add( name, default = nil )
39 default = options[ :default ] and param.default = default
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 132 default=None, variable
135 default=False, variable
138 default=None, variable
141 default="layout-test-results", variable
145 default=False, variable
149 default=None, variable
153 default=None, variable
158 default="5", variable
run_layout_tests.py 26 --time-out-ms (default is 8000 millis) for each test
28 --results-directory=..., (default is ./layout-test-results) directory name under which results are stored.
294 default=False, variable
297 default=None, variable
300 default=False, variable
303 default=False, variable
306 default=None, variable
309 default="layout-test-results", variable
312 default=None, variable
316 default=None variable
    [all...]
run_reliability_tests.py 252 default=60000, variable
255 default=False, variable
258 default=None, variable
261 default="reliability_crashed_sites.txt", variable
264 default="reliability_timedout_sites.txt", variable
267 default=0, variable
270 default=".", variable
273 default=None, variable
  /external/blktrace/doc/
blktrace.tex 123 debug /sys/kernel/debug debugfs default 0 0
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
360 \emph{local} directory. The format of the file names is (by default)
371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
440 \item By default, blkparse expects to run in a post-processing mode
454 \emph{-b} option, the default is to handle events in batches of 512.
463 By default, blkparse sends formatted data to standard output. This may
475 -i \emph{file} & --input=\emph{file} & Specifies base name for input files -- default is \emph{device}.blktrace.\emph{cpu}. \\
653 \subsubsection{\label{sec:default-output}Default output
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 84 Supports the following objects and types by default:
105 ``.default()`` method with another method that returns a serializable
109 __all__ = ['__init__', 'default', 'encode', 'iterencode']
146 tuple. The default is (', ', ': '). To get the most compact JSON
151 The default is UTF-8.
311 newobj = self.default(o)
314 def default(self, o): member in class:JSONEncoder
321 implement default like this::
323 def default(self, o):
330 return JSONEncoder.default(self, o
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 286 Parameter = Struct.new( :name, :default )
289 default ? "#{ name } = #{ default }" : "#{ name }"
296 def self.default singleton method in class:ParameterList
298 p.default = '{}'
316 default = options[ :default ] and param.default = default
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 40 # Default constructor
433 my %param_spec_options = ("int", "G_MININT, /* min */\nG_MAXINT, /* max */\n0, /* default */",
434 "boolean", "FALSE, /* default */",
435 "float", "-G_MAXFLOAT, /* min */\nG_MAXFLOAT, /* max */\n0.0, /* default */",
436 "double", "-G_MAXDOUBLE, /* min */\nG_MAXDOUBLE, /* max */\n0.0, /* default */",
437 "uint64", "0, /* min */\nG_MAXUINT64, /* min */\n0, /* default */",
438 "long", "G_MINLONG, /* min */\nG_MAXLONG, /* max */\n0, /* default */",
439 "int64", "G_MININT64, /* min */\nG_MAXINT64, /* max */\n0, /* default */",
440 "ulong", "0, /* min */\nG_MAXULONG, /* max */\n0, /* default */",
441 "uint", "0, /* min */\nG_MAXUINT, /* max */\n0, /* default */",
533 default: label
542 default: label
    [all...]
  /external/linux-tools-perf/config/
utilities.mak 14 # newlines; the default is a bizarre string.
47 # the default escape is a bizarre string.
63 # the default escape is a bizarre string.
171 # get-supplied-or-default-executable
173 # Usage: absolute-executable-path-or-empty = $(call get-executable-or-default,variable,default)
175 define get-executable-or-default
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 172 my $treatSkipped = "default";
187 # Default to --no-http for wx for now.
281 Look in the specified directory before looking in any of the default platform-specific directories
289 --[no-]http Run (or do not run) http tests (default: $httpDefault)
290 --[no-]wait-for-httpd Wait for httpd if some other test session is using it already (same as WEBKIT_WAIT_FOR_HTTPD=1). (default: $shouldWaitForHTTPD)
293 --[no-]launch-safari Launch (or do not launch) Safari to display test results (default: $launchSafariDefault)
296 --nthly n Restart DumpRenderTree every n tests (default: $testsPerDumpTool)
298 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
299 --platform Override the detected platform to use for tests and results (default: $platform)
303 -o|--results-directory Output results directory (default: $testResultsDirectory
311 default: Tests\/directories listed in the Skipped file are not tested label
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 213 def default(self, obj): member in class:ExpectationsJsonEncoder
    [all...]
  /build/core/
Makefile 52 # default.prop
53 INSTALLED_DEFAULT_PROP_TARGET := $(TARGET_ROOT_OUT)/default.prop
89 # non-default dev keys (usually private keys from a vendor directory).
127 # Whether there is default locale set in PRODUCT_PROPERTY_OVERRIDES
138 define default-locale
145 define default-locale-language
146 $(if $(product_property_override_locale_language),,$(word 1, $(call default-locale, $(1))))
148 define default-locale-region
149 $(if $(product_property_overrides_locale_region),,$(word 2, $(call default-locale, $(1))))
160 PRODUCT_DEFAULT_LANGUAGE="$(call default-locale-language,$(PRODUCT_LOCALES))"
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 34 #define default macro
119 default
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 283 default: return object;
908 default: result = key + '=' + encodeURIComponent(value);
1155 default: proto[key] = value;
    [all...]

Completed in 770 milliseconds