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

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
driver_test.py 65 optparser.add_option('-p', '--platform', action='store', default='mac',
67 optparser.add_option('-t', '--target', action='store', default='Release',
69 optparser.add_option('', '--timeout', action='store', default='2000',
70 help='test timeout in milliseconds (2000 by default)')
73 default=False, variable
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 113 default=None, variable
116 default=False, variable
119 default=None, variable
122 default="layout-test-results", variable
126 default=False, variable
130 default=None, 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/WebKitTools/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...]
  /build/core/
Makefile 37 # default.prop
38 INSTALLED_DEFAULT_PROP_TARGET := $(TARGET_ROOT_OUT)/default.prop
101 define default-locale
107 define default-locale-language
108 $(word 2, 2, $(call default-locale, $(1)))
110 define default-locale-region
111 $(word 3, 3, $(call default-locale, $(1)))
122 PRODUCT_DEFAULT_LANGUAGE="$(call default-locale-language,$(PRODUCT_LOCALES))" \
123 PRODUCT_DEFAULT_REGION="$(call default-locale-region,$(PRODUCT_LOCALES))" \
607 > $(TARGET_RECOVERY_ROOT_OUT)/default.pro
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 154 my $treatSkipped = "default";
167 # Default to --no-http for wx for now.
233 --[no-]http Run (or do not run) http tests (default: $httpDefault)
234 --[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)
237 --[no-]launch-safari Launch (or do not launch) Safari to display test results (default: $launchSafariDefault)
240 --nthly n Restart DumpRenderTree every n tests (default: $testsPerDumpTool)
242 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
243 --platform Override the detected platform to use for tests and results (default: $platform)
247 -o|--results-directory Output results directory (default: $testResultsDirectory)
252 --[no-]sample-on-timeout Run sample on timeout (default: $sampleDefault) (Mac OS X only
255 default: Tests\/directories listed in the Skipped file are not tested label
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 171 def default(self, obj): member in class:ExpectationsJsonEncoder
176 return JSONEncoder.default(self, obj)
    [all...]
  /external/webkit/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 257 milliseconds