/external/e2fsprogs/ |
configure | 881 # If the previous option needs an argument, assign it. [all...] |
/external/libvorbis/ |
configure | 974 # If the previous option needs an argument, assign it. [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 485 "Invalid argument type: %s (%p)" % [ payload.class, payload ] [all...] |
/external/bison/data/ |
yacc.c | 87 # Expand ARG iff yyerror is to be given a location as argument. [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
update_nacl_manifest.py | 265 *args: Arguments to pass to gsutil. The first argument should be an [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestGyp.py | 295 A 'target' argument of None or the special value TestGyp.DEFAULT 296 specifies the default argument for the underlying build tool. 297 A 'target' argument of TestGyp.ALL specifies the 'all' target 312 A bare=True keyword argument specifies that prefixes and suffixes shouldn't 581 A chdir= keyword argument specifies the source directory 587 A subdir= keyword argument specifies a library subdirectory within 852 A chdir= keyword argument specifies the source directory [all...] |
/external/chromium_org/tools/site_compare/ |
command_line.py | 41 validator: callable for custom argument validation 55 class Argument(object): 56 """Encapsulates an argument to a command.""" 62 """Command-line argument to a command. 65 names: argument name, or list of synonyms 66 helptext: brief description of the argument 67 type: type of the argument. Valid values include: 76 required: True if argument must be specified 78 positional: Argument specified by location, not name 81 ValueError: the argument name is invalid for some reaso [all...] |
/external/chromium_org/v8/src/ |
string.js | 198 // Non-regexp argument. 491 // Use the apply argument as backing for global RegExp properties.
|
hydrogen.cc | 5812 HValue* argument = arguments_values->at(i); local 6687 HValue* argument = Pop(); local 6755 HValue* argument = Pop(); local 6777 HValue* argument = Pop(); local [all...] |
date.js | 175 // argument. We therefore use NUMBER_HINT for the conversion,
|
runtime.js | 32 // ALL CAPS. The compiled code passes the first argument in 'this' and
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | |
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | 70 ; FIXME: All of the 64bit asm functions that take a stride as an argument 222 ; rN and rNq are the native-size register holding function argument N
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 147 ### arglist: (argument ',')* (argument | *' test [',' '**' test] | '**' test) 148 ### argument: [test '='] test # Really [keyword '='] test 155 def f4(two, (compound, (argument, list))): pass 161 ('two', '(compound, (argument, list))', 'compound', 'argument', 167 ('two', '.1', 'compound', 'argument', 'list'))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 147 ### arglist: (argument ',')* (argument | *' test [',' '**' test] | '**' test) 148 ### argument: [test '='] test # Really [keyword '='] test 155 def f4(two, (compound, (argument, list))): pass 161 ('two', '(compound, (argument, list))', 'compound', 'argument', 167 ('two', '.1', 'compound', 'argument', 'list'))
|
/prebuilts/tools/common/easymock-tools/ |
easymock-3.1.jar | |
/prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/ |
easymock-3.1.jar | |
/external/libpng/ |
configure | 951 # If the previous option needs an argument, assign it. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-nodeps.jar | |
/external/bison/ |
maint.mk | 334 @prohibit='\<free *\( *\(' halt="don't cast free argument" \ 392 # Using EXIT_SUCCESS as the first argument to error is misleading, [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 350 \texttt{--all-data} or \texttt{-A} argument (see section~\ref{sec:o-A}) 705 \item The prefix provided as the argument to the \texttt{-s} option. [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
filter.js | 127 * @param {number} maxArg Maximum argument value (inclusive).
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
ninja.py | 79 """Quote a string such that it will be interpreted as a single argument 636 for argument in args: 638 if ('${%s}' % var) in argument: [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 266 Its argument is \verb|struct| \verb|in6_flowlabel_req|:
|
/external/jpeg/ |
ltmain.sh | 87 # If the previous option needs an argument, assign it. 103 # Have we seen a non-optional argument yet? 161 $echo "$modename: option \`$prevopt' requires an argument" 1>&2 247 # Accept the current argument as the source file. 251 # Aesthetically quote the previous argument. 267 # Add the previous argument to base_compile. 415 # If the previous option needs an argument, assign it. 779 # Some other compiler argument. 792 # Now actually substitute the argument into the commands. 800 $echo "$modename: the \`$prevarg' option requires an argument" 1>& [all...] |