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

1 2 3 4 5 6 78 910

  /external/chromium_org/content/browser/
plugin_browsertest.cc 213 // Test passing arguments to a plugin.
216 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(Arguments)) {
217 LoadAndWait(GetURL("arguments.html"));
  /external/chromium_org/v8/src/
globals.h 295 class Arguments;
737 // 8. Implicit binding of 'arguments' in functions.
debug.h 9 #include "src/arguments.h"
371 void Break(Arguments args, JavaScriptFrame*);
preparser.cc 78 if (scanner->UnescapedLiteralMatches("arguments", 9)) {
79 return PreParserIdentifier::Arguments();
549 // ECMA allows "eval" or "arguments" as labels even in strict mode.
567 // ECMA allows "eval" or "arguments" as labels even in strict mode.
944 // '%' Identifier Arguments
950 // Allow "eval" or "arguments" for backward compatibility.
runtime.h     [all...]
runtime.cc 13 #include "src/arguments.h"
    [all...]
  /external/mdnsresponder/mDNSPosix/
Responder.c 199 #pragma mark ***** Command Line Arguments
231 fprintf(stderr, " all subsequent arguments after -x are treated as name=val pairs.\n");
246 // Parses our command line arguments into the global variables
327 // Check for any left over command line arguments.
335 // Check for inconsistency between the arguments.
664 // Parse our command line arguments. This won't come back if there's an error.
  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 26 function argumentsObject() { return arguments; };
38 "new Function()": "['arguments', 'caller', 'length', 'name', 'prototype']",
39 "(function(){var x=new Function();x.__proto__=[1,2,3];return x;})()": "['arguments', 'caller', 'length', 'name', 'prototype']",
57 // Arguments objects
61 "(function(){arguments.__proto__=[1,2,3];return arguments;})()": "['callee', 'length']",
63 "parseInt": "['arguments', 'caller', 'length', 'name']",
64 "parseFloat": "['arguments', 'caller', 'length', 'name']",
65 "isNaN": "['arguments', 'caller', 'length', 'name']",
66 "isFinite": "['arguments', 'caller', 'length', 'name']"
    [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/llvm/lib/IR/
LegacyPassManager.cpp 46 Disabled, Arguments, Structure, Executions, Details
55 clEnumVal(Arguments , "print pass arguments to pass to 'opt'"),
763 if (PassDebugging < Arguments)
766 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...]
  /ndk/build/core/
init.mk 99 # Arguments: 1: text to print when NDK_LOG is defined to 1
111 # Arguments: 1: parent path of "prebuilt"
  /external/chromium_org/chrome/test/base/
js2gtest.js 16 // Arguments from rules in chrome_tests.gypi are passed in through
18 if (arguments.length != 6) {
20 arguments[0] +
29 var jsFile = arguments[1];
36 var jsFileBase = arguments[2];
49 var depsFile = arguments[3];
55 var outputFile = arguments[4];
61 var testType = arguments[5];
107 var argHint = '// ' + this['arguments'].join(' ');
  /external/chromium_org/third_party/jstemplate/
util.js 117 * @param {Array|Arguments} array Array to be sliced.
124 // return Function.prototype.call.apply(Array.prototype.slice, arguments);
131 Function.prototype.call.apply(Array.prototype.slice, arguments));
161 * arguments passed to the resulting function.
162 * I.e. var_args are all the arguments that method is invoked with when
169 * the provided arguments.
172 var args = arraySlice(arguments, 2);
  /external/clang/lib/AST/
ExprCXX.cpp 72 // __uuidof can grab UUIDs from template arguments.
369 // If we have explicit template arguments, check for dependent
370 // template arguments and whether they contain any unexpanded pack
    [all...]
ExprConstant.cpp 305 /// Arguments - Parameter bindings for this function call, indexed by
307 APValue *Arguments;
318 APValue *Arguments);
822 APValue *Arguments)
824 Index(Info.NextCallIndex++), This(This), Arguments(Arguments) {
    [all...]
Type.cpp     [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy-sh4.S 191 ! Arguments are not nicely long word aligned or zero len.
  /external/pcre/dist/
RunTest.bat 229 @rem Arguments are as follows:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/chromium_org/third_party/libvpx/source/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/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/openssl/crypto/bn/asm/
pa-risc2.s 54 ; Arguments to the routines
    [all...]

Completed in 817 milliseconds

1 2 3 4 5 6 78 910