HomeSort by relevance Sort by last modified time
    Searched refs:Arguments (Results 176 - 200 of 283) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments
149 func_defaults tuple of any default values for arguments
213 co_argcount number of arguments (not including * or ** args)
224 co_varnames tuple of names of arguments and local variables"""
741 Arguments = namedtuple('Arguments', 'args varargs keywords')
744 """Get information about the arguments accepted by a code object.
748 'varargs' and 'varkw' are the names of the * and ** arguments or None."""
758 # The following acrobatics are for anonymous (tuple) arguments.
799 return Arguments(args, varargs, varkw
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments
149 func_defaults tuple of any default values for arguments
213 co_argcount number of arguments (not including * or ** args)
224 co_varnames tuple of names of arguments and local variables"""
741 Arguments = namedtuple('Arguments', 'args varargs keywords')
744 """Get information about the arguments accepted by a code object.
748 'varargs' and 'varkw' are the names of the * and ** arguments or None."""
758 # The following acrobatics are for anonymous (tuple) arguments.
799 return Arguments(args, varargs, varkw
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments
149 func_defaults tuple of any default values for arguments
213 co_argcount number of arguments (not including * or ** args)
224 co_varnames tuple of names of arguments and local variables"""
741 Arguments = namedtuple('Arguments', 'args varargs keywords')
744 """Get information about the arguments accepted by a code object.
748 'varargs' and 'varkw' are the names of the * and ** arguments or None."""
758 # The following acrobatics are for anonymous (tuple) arguments.
799 return Arguments(args, varargs, varkw
    [all...]
  /external/v8/src/
builtins.cc 7 #include "src/api-arguments.h"
36 // Arguments object passed to C++ builtins.
37 class BuiltinArguments : public Arguments {
39 BuiltinArguments(int length, Object** arguments)
40 : Arguments(length, arguments) {
47 return Arguments::operator[](index);
52 return Arguments::at<S>(index);
63 return Arguments::at<Object>(0);
68 return Arguments::at<S>(Arguments::length() - 2)
    [all...]
globals.h 386 class Arguments;
808 // Defines specifics about arguments object or rest parameter creation.
973 // 8. Implicit binding of 'arguments' in functions.
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 46 Disabled, Arguments, Structure, Executions, Details
55 clEnumVal(Arguments , "print pass arguments to pass to 'opt'"),
777 if (PassDebugging < Arguments)
780 dbgs() << "Pass Arguments: ";
    [all...]
  /external/bison/data/
glr.c 50 # The possible parse-params formal arguments preceded by a comma.
60 # Accumule in b4_lex_param all the yylex arguments.
70 # Optional effective arguments passed to yyerror: user args plus yylloc, and
102 # Arguments passed to yyerror: user formals plus yylocp with leading comma.
473 /* YYLEX -- calling `yylex' with the right arguments. */
    [all...]
yacc.c 95 # Arguments passed to yyerror: user args plus yylloc.
103 # Accumulate in b4_lex_param all the yylex arguments.
791 /* YYLEX -- calling `yylex' with the right arguments. */
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 74 // __uuidof can grab UUIDs from template arguments.
363 // If we have explicit template arguments, check for dependent
364 // template arguments and whether they contain any unexpanded pack
    [all...]
ExprConstant.cpp 325 /// Arguments - Parameter bindings for this function call, indexed by
327 APValue *Arguments;
338 APValue *Arguments);
    [all...]
DeclTemplate.cpp 206 /// \brief Generate the injected template arguments for the given template
691 : Arguments(getTrailingObjects<TemplateArgument>()), NumArguments(NumArgs) {
    [all...]
Type.cpp 572 // If we have type arguments written here, the type is specialized.
590 // We have type arguments written on this type.
594 // Look at the base type, which might have type arguments.
603 // No type arguments.
611 // Look at the base type, which might have type arguments.
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 10 # that we don't have working toolchains for. Arguments:
156 # Always set deployment target arguments for every build, these libraries should
  /external/v8/test/mjsunit/es6/
templates.js 65 assertEquals(1, arguments.length);
73 assertEquals(6, arguments.length);
548 // No arguments passed to constructor
555 // Arguments passed to constructor
570 var args = Array.prototype.slice.call(arguments);
594 var args = Array.prototype.slice.call(arguments, 1);
676 var n_substitutions = arguments.length - 1;
682 var sub = arguments[i++ + 1];
  /external/v8/src/parsing/
preparser.h 31 static PreParserIdentifier Arguments() {
522 PreParserExpressionList arguments,
530 PreParserExpressionList arguments,
536 PreParserExpressionList arguments,
    [all...]
preparser.cc 59 if (scanner->UnescapedLiteralMatches("arguments", 9)) {
60 return PreParserIdentifier::Arguments();
704 // ECMA allows "eval" or "arguments" as labels even in strict mode.
722 // ECMA allows "eval" or "arguments" as labels even in strict mode.
    [all...]
  /external/pcre/dist/
RunTest.bat 229 @rem Arguments are as follows:
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/
parboiled-java-1.0.2.jar 
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 123 // the second argument to the two arguments constructor.
171 // The constructor remembers the arguments.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 123 // the second argument to the two arguments constructor.
171 // The constructor remembers the arguments.
    [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 128 // the second argument to the two arguments constructor.
176 // The constructor remembers the arguments.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 123 // the second argument to the two arguments constructor.
171 // The constructor remembers the arguments.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 123 // the second argument to the two arguments constructor.
171 // The constructor remembers the arguments.
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 

Completed in 1826 milliseconds

1 2 3 4 5 6 78 91011>>