Searched defs:default (Results 1 - 11 of 11) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dparameter.rb5 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...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dendtoend_with_external_server.py57 default=_DEFAULT_WEB_SOCKET_PORT, variable in class:EndToEndTestWithExternalServer
/external/blktrace/doc/
H A Dblktrace.tex123 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}
682 The default outpu
[all...]
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Dencoder.py84 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(sel
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb286 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/
H A DCodeGeneratorGObject.pm433 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 */",
442 "ushort", "0, /* min */\nG_MAXUINT16, /* max */\n0, /* default */",
533 default: label
542 default: label
[all...]
/external/linux-tools-perf/config/
H A Dutilities.mak14 # 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/
H A Dold-run-webkit-tests172 my $treatSkipped = "default";
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)
308 --[no-]sample-on-timeout Run sample on timeout (default
311 default: Tests/directories listed in the Skipped file are not tested label
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_expectations.py213 def default(self, obj): member in class:ExpectationsJsonEncoder
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp34 #define default macro
119 default
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js283 default: return object;
908 default: result = key + '=' + encodeURIComponent(value);
1155 default: proto[key] = value;
2573 default: parsed = {a: (a - 1), special: 'index'};
3471 default: fade.start(o, arguments);

Completed in 410 milliseconds