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

<<21222324252627

  /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/chromium_org/v8/src/
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/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|:
ip-cref.tex 132 out a list of available commands and argument syntax conventions.
218 RTNETLINK error: Invalid argument
340 If this argument is omitted all devices are listed.
655 The device name is a required argument. The rest are optional.
    [all...]
  /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...]
  /external/qemu/distrib/jpeg-6b/
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...]
  /external/v8/src/
date.js 179 // argument. We therefore use NUMBER_HINT for the conversion,
runtime.js 32 // ALL CAPS. The compiled code passes the first argument in 'this' and
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /art/runtime/
jni_internal.cc 116 LOG(ERROR) << "Internal error: unresolvable type for argument type in JNI invoke: "
123 Object* argument = reinterpret_cast<Object*>(args[i + offset]); local
124 if (argument != NULL && !argument->InstanceOf(param_type)) {
126 << PrettyTypeOf(argument) << " as argument " << (i + 1) << " to " << PrettyMethod(m);
135 // with an argument.
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 196 // functions, take a flag-value as an argument: ValidateFn(bool) or
198 // argument and then restore it when actually calling the function on
249 // function that takes our value as an argument (eg void
633 CommandLineFlag* SplitArgumentLocked(const char* argument,
    [all...]
  /external/genext2fs/
configure 757 # If the previous option needs an argument, assign it.
1086 { echo "$as_me: error: missing argument to $ac_option" >&2
1106 # used to hold the argument of --host etc.
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 196 // functions, take a flag-value as an argument: ValidateFn(bool) or
198 // argument and then restore it when actually calling the function on
249 // function that takes our value as an argument (eg void
633 CommandLineFlag* SplitArgumentLocked(const char* argument,
    [all...]
  /external/openssh/
sftp.c 954 * Split a string into an argument vector using sh(1)-style quoting,
963 * argument is placed in *lastquote ("\0", "'" or "\"").
966 * last argument's quote has been properly terminated or 0 otherwise.
996 /* Terminate current argument */
1078 error("Unterminated quoted argument");
1255 error("You must supply a numeric argument "
    [all...]

Completed in 404 milliseconds

<<21222324252627