HomeSort by relevance Sort by last modified time
    Searched refs:arguments (Results 351 - 375 of 1452) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/webkit/
stack-unwinding.js 32 stack.push({ "args": twoHostFunctions.arguments });
33 stack.push({ "args": twoHostFunctions.arguments });
52 stack.push({ "args": hostAndException.arguments });
  /external/smali/
gradlew.bat 49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
  /external/v8/test/mjsunit/regress/
regress-1079.js 30 // Getting the arguments property of an optimized function should not crash,
34 return unoptimized.apply(null, arguments);
40 return optimized.arguments;
regress-124.js 50 // Receiver should be the arguments object here.
51 assertEquals("[object Arguments]", eval("arguments[0]()"));
52 with (arguments) {
53 assertEquals("[object Arguments]", toString());
  /bionic/libc/arch-x86/bionic/
clone.S 15 # insert arguments onto the child stack
43 # with the appropriate arguments on the child stack
71 # insert arguments onto the child stack
103 # with the appropriate arguments on the child stack
  /build/core/combo/
javac.mk 8 # COMMON_JAVAC -- Java compiler command with common arguments
  /dalvik/dx/etc/
dx.bat 54 REM Capture all arguments that are not -J options.
55 REM Note that when reading the input arguments with %1, the cmd.exe
56 REM automagically converts --name=value arguments into 2 arguments "--name"
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MissingTokenException.js 2 if (arguments.length>0) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.js 3 sup.constructor.apply(this, arguments);
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 9 MethodDescription = Struct.new( :name, :body, :arguments )
163 | def <%= @name %><% if @arguments and not @arguments.empty? %>( <%= @arguments.join( ', ' ) %> )<% end %>
  /external/chromium_org/base/
basictypes.h 245 // expr is a compile-time constant. (Template arguments must be
364 #define CR_DEFINE_STATIC_LOCAL(type, name, arguments) \
365 static type& name = *new type arguments
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.h 214 // Generates a DictionaryValue with the arguments for launching the external
216 bool GenerateArguments(base::DictionaryValue* arguments) const
219 // Subclasses can override this to add arguments that are specific to their
222 base::DictionaryValue* arguments) const WARN_UNUSED_RESULT;
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
performance-test.js 107 var result = func.apply(this, arguments);
145 var args = Array.prototype.slice.call(arguments);
148 callback.apply(null, arguments);
149 override.apply(null, arguments);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportArguments.cpp 398 ViewportArguments* arguments = static_cast<ViewportArguments*>(data); local
401 arguments->width = findSizeValue(keyString, valueString, document);
403 arguments->height = findSizeValue(keyString, valueString, document);
405 arguments->zoom = findScaleValue(keyString, valueString, document);
407 arguments->minZoom = findScaleValue(keyString, valueString, document);
409 arguments->maxZoom = findScaleValue(keyString, valueString, document);
411 arguments->userZoom = findUserScalableValue(keyString, valueString, document);
413 arguments->deprecatedTargetDensityDPI = findTargetDensityDPIValue(keyString, valueString, document);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp 46 SQLStatementSync::SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions)
48 , m_arguments(arguments)
  /external/chromium_org/third_party/libxslt/
compile 43 arguments, and rename the output as expected.
  /external/chromium_org/third_party/tcmalloc/vendor/
compile 43 arguments, and rename the output as expected.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-171715.js 48 exec_state.frame(0).evaluate('arguments').value());
54 exec_state.frame(0).evaluate('arguments').value());
62 exec_state.frame(0).evaluate('arguments').value());
64 exec_state.frame(1).evaluate('arguments').value());
  /external/chromium_org/webkit/data/test_shell/sort/
sort-quick.js 4 if (arguments.length == 1) {
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 43 for arg, exp in zip(cmds[0].arguments, expected):
61 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
  /external/grub/
compile 43 arguments, and rename the output as expected.
  /external/libffi/
compile 43 arguments, and rename the output as expected.
  /external/libogg/
compile 43 arguments, and rename the output as expected.
  /external/libusb/
compile 43 arguments, and rename the output as expected.
  /external/libusb-compat/
compile 43 arguments, and rename the output as expected.

Completed in 889 milliseconds

<<11121314151617181920>>