HomeSort by relevance Sort by last modified time
    Searched full:arguments (Results 476 - 500 of 11668) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/trace-viewer/src/base/
iteration_helpers.js 45 function concatenateArrays(/*arguments*/) {
47 for (var i = 0; i < arguments.length; i++) {
48 if (!(arguments[i] instanceof Array))
49 throw new Error('Arguments ' + i + 'is not an array');
50 values.push.apply(values, arguments[i]);
  /external/chromium_org/v8/test/mjsunit/regress/
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());
regress-1412.js 28 // Test that the apply with arguments optimization passes values
36 assertEquals(void 0, strict.apply(undefined, arguments));
37 assertEquals(42, strict.apply(42, arguments));
38 assertEquals("asdf", strict.apply("asdf", arguments));
46 Object.prototype.valueOf.apply(receiver, arguments);
regress-1548.js 28 // Test that the caller and arguments objects are not available on native
40 // Redo tests with arguments object.
42 function bar() { return [].map.arguments; }
45 // Try to delete the arguments property (to make sure that we can't get to the
47 delete Array.prototype.map.arguments;
  /external/clang/test/Sema/
builtins-arm-exclusive.c 26 __builtin_arm_ldrex(); // expected-error {{too few arguments to function call}}
27 __builtin_arm_ldrex(1, 2); // expected-error {{too many arguments to function call}}
53 __builtin_arm_strex(1); // expected-error {{too few arguments to function call}}
54 __builtin_arm_strex(1, 2, 3); // expected-error {{too many arguments to function call}}
60 __builtin_arm_clrex(1); // expected-error {{too many arguments to function call}}
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragment.java 25 private Bundle arguments; field in class:ShadowFragment
105 return arguments;
109 public void setArguments(Bundle arguments) {
110 this.arguments = arguments;
  /external/v8/test/mjsunit/regress/
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());
regress-1412.js 28 // Test that the apply with arguments optimization passes values
36 assertEquals(void 0, strict.apply(undefined, arguments));
37 assertEquals(42, strict.apply(42, arguments));
38 assertEquals("asdf", strict.apply("asdf", arguments));
46 Object.prototype.valueOf.apply(receiver, arguments);
regress-1548.js 28 // Test that the caller and arguments objects are not available on native
40 // Redo tests with arguments object.
42 function bar() { return [].map.arguments; }
45 // Try to delete the arguments property (to make sure that we can't get to the
47 delete Array.prototype.map.arguments;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h 54 * <P>When formatting, MessageFormat takes an array of arguments
64 * In ICU 4.0 MessageFormat supports named arguments. If a named argument
65 * is used, all arguments must be named. Names start with a character in
68 * If named arguments are used, {@link #usesNamedArguments()} will return true.
70 * <p>The other new methods supporting named arguments are
75 * {@link #format(const UnicodeString* argumentNames, const Formattable* arguments,
77 * These methods are all compatible with patterns that do not used named arguments--
81 * <p>If this format uses named arguments, certain methods that take or
92 * {@link #format(const UnicodeString& pattern,const Formattable* arguments,int32_t cnt,UnicodeString& appendTo,UErrorCode& success)},
94 * {@link #format(const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, FieldPosition& status, int32_t recursionProtection,UErrorCo (…)
    [all...]
umsg.h 75 * arguments will be dynamically set at runtime.
218 * arguments presented in an array to be formatted.
220 * It is ok to have unused arguments in the array. With missing
221 * arguments or arguments that are not of the right class for the
246 * This function may perform re-ordering of the arguments depending on the
247 * locale. For all numeric arguments, double is assumed unless the type is
248 * explicitly integer. All choice format arguments must be of type double.
255 * @param ... A variable-length argument list containing the arguments specified
273 * This function may perform re-ordering of the arguments depending on th
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int/
Test_div_int.java 27 * @title Arguments = 8, 4
75 * @title Arguments = Integer.MIN_VALUE, -1
84 * @title Arguments = Integer.MIN_VALUE, 1
93 * @title Arguments = Integer.MAX_VALUE, 1
101 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE
109 * @title Arguments = 1, Integer.MAX_VALUE
117 * @title Arguments = 1, Integer.MIN_VALUE
141 * @title types of arguments - int / double
154 * @title types of arguments - long / int
167 * @title types of arguments - reference / in
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_2addr/
Test_div_int_2addr.java 26 * @title Arguments = 8, 4
74 * @title Arguments = Integer.MIN_VALUE, -1
83 * @title Arguments = Integer.MIN_VALUE, 1
91 * @title Arguments = Integer.MAX_VALUE, 1
99 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE
107 * @title Arguments = 1, Integer.MAX_VALUE
115 * @title Arguments = 1, Integer.MIN_VALUE
139 * @title types of arguments - int, double
152 * @title types of arguments - long, int
165 * @title types of arguments - reference, in
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit16/
Test_div_int_lit16.java 39 * @title Arguments = 8 / 4
87 * @title Arguments = Integer.MIN_VALUE / -1
96 * @title Arguments = Integer.MIN_VALUE / 1
104 * @title Arguments = Integer.MAX_VALUE / 1
112 * @title Arguments = Integer.MIN_VALUE / Short.MAX_VALUE
120 * @title Arguments = 1 / Short.MAX_VALUE
128 * @title Arguments = 1 / Short.MIN_VALUE
152 * @title types of arguments - int / double
165 * @title types of arguments - long / int
178 * @title types of arguments - reference / in
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit8/
Test_div_int_lit8.java 38 * @title Arguments = 8 / 4
86 * @title Arguments = Integer.MIN_VALUE / -1
95 * @title Arguments = Integer.MIN_VALUE / 1
103 * @title Arguments = Integer.MAX_VALUE / 1
111 * @title Arguments = Integer.MIN_VALUE / Byte.MAX_VALUE
119 * @title Arguments = 1 / Byte.MAX_VALUE
127 * @title Arguments = 1 / Byte.MIN_VALUE
151 * @title types of arguments - int / double
164 * @title types of arguments - long / int
177 * @title types of arguments - reference / in
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long/
Test_div_long.java 27 * @title Arguments = 100000000000l, 40000000000l
75 * @title Arguments = Long.MIN_VALUE, -1
83 * @title Arguments = Long.MIN_VALUE, 1
91 * @title Arguments = Long.MAX_VALUE, 1
99 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE
107 * @title Arguments = 1, Long.MAX_VALUE
115 * @title Arguments = 1, Long.MIN_VALUE
152 * @title types of arguments - int / long
165 * @title types of arguments - float / long
178 * @title types of arguments - reference / lon
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long_2addr/
Test_div_long_2addr.java 26 * @title Arguments = 100000000000l, 40000000000l
74 * @title Arguments = Long.MIN_VALUE, -1
82 * @title Arguments = Long.MIN_VALUE, 1
90 * @title Arguments = Long.MAX_VALUE, 1
98 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE
106 * @title Arguments = 1, Long.MAX_VALUE
114 * @title Arguments = 1, Long.MIN_VALUE
151 * @title types of arguments - int / long
164 * @title types of arguments - float / long
177 * @title types of arguments - reference / lon
    [all...]
  /external/chromium_org/gin/
function_template.h.pump 19 #include "gin/arguments.h"
87 // gin::Arguments object.
108 Arguments* args,
117 Arguments* args,
128 bool GetNextArgument(Arguments* args, int create_flags, bool is_first,
137 // For advanced use cases, we allow callers to request the unparsed Arguments
139 inline bool GetNextArgument(Arguments* args, int create_flags, bool is_first,
140 Arguments* result) {
146 // DispatchToCallback converts all the JavaScript arguments to C++ types and
160 Arguments args(info)
    [all...]
  /libcore/luni/src/main/java/java/io/
Console.java 67 * the specified format string and arguments.
71 * the list of arguments passed to the formatter. If there are
72 * more arguments than required by {@code format},
73 * additional arguments are ignored.
112 * The prompt is given as a format string and optional arguments.
119 * the list of arguments passed to the formatter. If there are
120 * more arguments than required by {@code format},
121 * additional arguments are ignored.
164 * the list of arguments passed to the formatter. If there are
165 * more arguments than required by {@code format}
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_nez/
Test_if_nez.java 22 * @title Arguments = null
31 * @title Arguments = not null
40 * @title Arguments = Integer.MAX_VALUE
48 * @title Arguments = Integer.MIN_VALUE
56 * @title Arguments = 0
87 * @title types of arguments - double
100 * @title types of arguments - long
  /external/chromium_org/tools/cr/cr/commands/
command.py 15 accepted remaining arguments.
44 """Add arguments to the command line parser.
47 Commands that override this function to add more arguments must invoke
69 A helper method that commands can use to consume all remaining arguments.
76 '_remains', metavar='arguments',
78 help='The additional arguments to {0}.'.format(reason)
89 context: The context that is parsing the arguments.
  /frameworks/av/libvideoeditor/osal/src/
M4PSW_Trace.c 43 * ANSI C defs and macros which enable to access a variable number of arguments.
57 va_list marker; /* pointer to list of arguments */
59 /* get the var arguments into the string message to be able to print */
60 va_start(marker,format); /* set ptr to first argument in the list of arguments passed to the function */
82 va_list marker; /* pointer to list of arguments */
84 /* get the var arguments into the string message to be able to print */
85 va_start(marker,stringMsg); /* set ptr to first argument in the list of arguments passed to the function */
  /external/chromium_org/v8/test/webkit/
named-function-expression.js 65 (function closure() { return closure == arguments.callee && !this.closure; })(),
66 "(function closure() { return closure == arguments.callee && !this.closure; })()"
71 (function closure() { closure = 1; return closure == arguments.callee && !this.closure; })(),
72 "(function closure() { closure = 1; return closure == arguments.callee && !this.closure; })()"
89 (function closure() { function closure() { }; return closure != arguments.callee && !this.closure; })(),
90 "(function closure() { function closure() { }; return closure != arguments.callee && !this.closure; })()"
125 (function closure() { eval("function closure() { }"); return closure != arguments.callee && !this.closure; })(),
126 "(function closure() { eval(\"function closure() { }\"); return closure != arguments.callee && !this.closure; })()"
137 (function closure() { eval("var closure"); delete closure; return closure == arguments.callee && !this.closure; })(),
138 "(function closure() { eval(\"var closure\"); delete closure; return closure == arguments.callee && !this.closure; })()
    [all...]
  /ndk/build/gmsl/
index.html 37 <span style="font-family: monospace;">Arguments: A boolean value</span><br style="font-family: monospace;">
43 <span style="font-family: monospace;">Arguments: Two boolean values</span><br style="font-family: monospace;">
47 <span style="font-family: monospace;">Arguments: Two boolean values</span><br style="font-family: monospace;">
51 <span style="font-family: monospace;">Arguments: Two boolean values</span><br style="font-family: monospace;">
55 <span style="font-family: monospace;">Arguments: Two boolean values</span><br style="font-family: monospace;">
59 <span style="font-family: monospace;">Arguments: Two boolean values</span><br style="font-family: monospace;">
63 <span style="font-family: monospace;">Arguments: Two boolean values</span><br style="font-family: monospace;">
72 <span style="font-family: monospace;">Arguments: 1: A list<br>
77 <span style="font-family: monospace;">Arguments: 1: A list<br>
82 <span style="font-family: monospace;">Arguments: 1: A list<br
    [all...]
  /external/icu4c/i18n/unicode/
umsg.h 37 * with optional arguments (variables/placeholders).
38 * The arguments can occur in any order, which is necessary for translation
43 * with arguments in {curly braces} which will be replaced by formatted values.
45 * <p>Currently, the C API supports only numbered arguments.
85 * arguments will be dynamically set at runtime.
160 * This function may perform re-ordering of the arguments depending on the
161 * locale. For all numeric arguments, double is assumed unless the type is
162 * explicitly integer. All choice format arguments must be of type double.
169 * @param ... A variable-length argument list containing the arguments specified
187 * This function may perform re-ordering of the arguments depending on th
    [all...]

Completed in 1329 milliseconds

<<11121314151617181920>>