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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_attributes.py 167 arguments = []
168 this_getter_base_name = getter_base_name(attribute, arguments)
171 arguments.extend(v8_utilities.call_with_arguments(attribute))
173 arguments.append('isNull')
175 arguments.append('exceptionState')
177 arguments.append('isolatedWorldForIsolate(info.GetIsolate())')
178 return '%s(%s)' % (getter_name, ', '.join(arguments))
188 def getter_base_name(attribute, arguments):
198 arguments.append(scoped_content_attribute_name(attribute))
231 arguments = v8_utilities.call_with_arguments(attribute, attribute.extended_attributes.get('SetterCallWith')
    [all...]
  /external/clang/test/Preprocessor/
macro_with_initializer_list.cpp 34 // expected-error@-1 {{too many arguments provided}}
37 // expected-error@-1 {{too many arguments provided}}
40 // expected-error@-1 {{too many arguments provided}}
44 // expected-error@-1 {{too many arguments provided}}
47 // expected-error@-1 {{too many arguments provided}}
50 // expected-error@-1 {{too many arguments provided}}
75 // Operator != isn't defined. This tests that the corrected macro arguments
90 // expected-error@-1 {{too many arguments provided}}
94 // expected-error@-1 {{too many arguments provided}}
98 // expected-error@-1 {{too many arguments provided}
    [all...]
  /external/bison/m4/
vasnprintf.m4 83 # arguments.
93 'long double' arguments.])
99 # arguments.
109 infinite 'double' arguments.])
115 # arguments.
130 infinite 'long double' arguments.])
241 'double' arguments.])
244 'long double' arguments.])
263 'double' arguments.])
266 'long double' arguments.]
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_dispatcher.js 99 * @param {...Object} var_args Arguments.
102 var ary = Array.apply(null, arguments);
110 * @param {...Object} var_args Arguments.
113 var ary = Array.apply(null, arguments);
119 * @param {...Object} var_args Arguments.
123 this.log.apply(this, arguments);
129 * @param {Array.<Object>} args Arguments array.
132 this.port_.postMessage({verb: verb, arguments: args});
143 this.messageHandlers_[data.verb].apply(this, data.arguments);
159 steps[++currentStep].apply(self, arguments);
    [all...]
  /libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 40 * operating system program and its arguments.
43 * the requested operating system program and its arguments.
51 * operating system program and its arguments. Note that the list passed to
56 * the requested operating system program and its arguments.
71 * Returns this process builder's current program and arguments. Note that
75 * @return this process builder's program and arguments.
82 * Changes the program and arguments of this process builder.
85 * the new operating system program and its arguments.
93 * Changes the program and arguments of this process builder. Note that the
98 * the new operating system program and its arguments
    [all...]
  /external/bison/djgpp/
subpipe.c 56 static char **arguments; variable
139 arguments = xmalloc(argc * sizeof(arguments[0]));
142 arguments[argc] = xmalloc((strlen(argv[argc]) + 1) * sizeof(arguments[0][0]));
143 strcpy(arguments[argc], argv[argc]);
145 arguments[argc] = NULL;
187 program = strrchr(arguments[0], '/');
191 program = arguments[0];
228 status = spawnvp(P_WAIT, program, arguments);
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_visitor_interface.h 31 // Arguments:
42 // Arguments:
50 // Arguments:
60 // Arguments:
70 // Arguments:
78 // Arguments:
104 // Arguments:
127 // Arguments:
137 // Arguments:
152 // Arguments
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_visitor_interface.h 30 // Arguments:
41 // Arguments:
49 // Arguments:
59 // Arguments:
69 // Arguments:
77 // Arguments:
103 // Arguments:
126 // Arguments:
136 // Arguments:
151 // Arguments
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/
Test_aget.java 90 * @title types of arguments - array, double
103 * @title types of arguments - array, long
116 * @title types of arguments - Object, int
129 * @title types of arguments - double[], int
142 * @title types of arguments - long[], int
155 * @title types of arguments - array, reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/
Test_aget_boolean.java 90 * @title types of arguments - array, double
103 * @title types of arguments - array, long
116 * @title types of arguments - Object, int
129 * @title types of arguments - double[], int
142 * @title types of arguments - long[], int
155 * @title types of arguments - array, reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/
Test_aget_byte.java 91 * @title types of arguments - array, double
104 * @title types of arguments - array, long
117 * @title types of arguments - Object, short
130 * @title types of arguments - double[], int
143 * @title types of arguments - int[], int
156 * @title types of arguments - array, reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/
Test_aget_char.java 90 * @title types of arguments - array, double
103 * @title types of arguments - array, long
116 * @title types of arguments - Object, char
129 * @title types of arguments - double[], char
142 * @title types of arguments - int[], int
155 * @title types of arguments - array, reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/
Test_aget_object.java 88 * @title types of arguments - array, double
101 * @title types of arguments - array, long
114 * @title types of arguments - Object, int
127 * @title types of arguments - float[], int
140 * @title types of arguments - long[], int
153 * @title types of arguments - array, reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/
Test_aget_short.java 90 * @title types of arguments - array, double
103 * @title types of arguments - array, long
116 * @title types of arguments - Object, int
129 * @title types of arguments - double[], int
142 * @title types of arguments - int[], int
155 * @title types of arguments - array, reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/
Test_aput.java 91 * @title types of arguments - array, double, int
104 * @title types of arguments - array, int, long
117 * @title types of arguments - object, int, int
130 * @title types of arguments - double[], int, int
143 * @title types of arguments - long[], int, int
156 * @title types of arguments - array, reference, int
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_boolean/
Test_aput_boolean.java 90 * @title types of arguments - array, double, int
103 * @title types of arguments - array, int, long
116 * @title types of arguments - object, int, int
129 * @title types of arguments - double[], int, int
142 * @title types of arguments - long[], int, int
155 * @title types of arguments - array, reference, int
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/
Test_aput_byte.java 91 * @title types of arguments - array, double, short
104 * @title types of arguments - array, int, long
117 * @title types of arguments - object, int, short
130 * @title types of arguments - double[], int, short
143 * @title types of arguments - long[], int, short
156 * @title types of arguments - array, reference, short
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/
Test_aput_char.java 92 * @title types of arguments - array, double, char
105 * @title types of arguments - array, int, long
118 * @title types of arguments - object, int, char
131 * @title types of arguments - double[], int, char
144 * @title types of arguments - long[], int, char
157 * @title types of arguments - array, reference, char
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/
Test_aput_short.java 90 * @title types of arguments - array, double, int
103 * @title types of arguments - array, int, long
116 * @title types of arguments - object, int, int
129 * @title types of arguments - double[], int, int
142 * @title types of arguments - long[], int, int
155 * @title types of arguments - array, reference, int
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eqz/
Test_if_eqz.java 26 * @title Arguments = not null
35 * @title Arguments = Integer.MAX_VALUE
43 * @title Arguments = Integer.MIN_VALUE
51 * @title Arguments = 0
82 * @title types of arguments - double
95 * @title types of arguments - long
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gez/
Test_if_gez.java 27 * @title Arguments = Integer.MAX_VALUE
35 * @title Arguments = Integer.MIN_VALUE
43 * @title Arguments = 0
67 * @title types of arguments - double
80 * @title types of arguments - long
93 * @title types of arguments - reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gtz/
Test_if_gtz.java 27 * @title Arguments = Integer.MAX_VALUE
35 * @title Arguments = Integer.MIN_VALUE
43 * @title Arguments = 0
66 * @title types of arguments - double
79 * @title types of arguments - long
92 * @title types of arguments - reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lez/
Test_if_lez.java 27 * @title Arguments = Integer.MAX_VALUE
35 * @title Arguments = Integer.MIN_VALUE
43 * @title Arguments = 0
67 * @title types of arguments - double
80 * @title types of arguments - long
93 * @title types of arguments - reference
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ltz/
Test_if_ltz.java 27 * @title Arguments = Integer.MAX_VALUE
35 * @title Arguments = Integer.MIN_VALUE
43 * @title Arguments = 0
66 * @title types of arguments - double
79 * @title types of arguments - long
92 * @title types of arguments - reference
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentArguments.java 33 * Demonstrates a fragment that can be configured through both Bundle arguments
45 Fragment newFragment = MyFragment.newInstance("From Arguments");
58 * with the given arguments.
70 * arguments we handle.
83 * During creation, if arguments have been supplied to the fragment
96 * Create the view for this fragment, using the arguments given to it.

Completed in 346 milliseconds

<<21222324252627282930>>