HomeSort by relevance Sort by last modified time
    Searched refs:arguments (Results 301 - 325 of 1761) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/webkit/
dfg-arguments-unexpected-escape.js 25 "Tests aliased uses of 'arguments' that have an unexpected escape."
29 return foo.arguments;
34 var a = arguments;
interpreter-no-activation.js 24 description("Make sure arguments tearoff works correctly when a functions activation has not been created.");
29 return arguments[0];
37 return arguments[0];
unmatching-argument-count.js 27 for (var i = 0; i < arguments.length; i++)
28 args+=arguments[i]+ ((i == arguments.length - 1) ? "" : ", ");
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 82 // type arguments
218 public static Object invokeMethod(Object object, String signature, Object... arguments)
221 Assert.isNotNull(arguments);
230 return method.invoke(refObject, arguments);
245 * @param arguments
253 Object[] arguments) throws Exception {
254 Assert.equals(parameterTypes.length, arguments.length);
256 return invokeMethod(object, signature, arguments);
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 303 * @param arguments java.text.MessageFormat-style parameters to be substituted
314 static String getMessage (final Class namespace, final String code, final Object [] arguments)
321 if ((arguments == null) || (arguments.length == 0))
329 return MessageFormat.format (pattern, arguments);
338 for (int a = 0; a < arguments.length; a ++)
341 final Object arg = arguments [a];
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 50 * with optional arguments (variables/placeholders).
51 * The arguments can occur in any order, which is necessary for translation
55 * with arguments in {curly braces} which will be replaced by formatted values.
63 * subformats used for inserted arguments.
65 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
67 * if the pattern has named arguments (see {@link #usesNamedArguments()}).
91 * (when the pattern contains only numbered arguments)
92 * or as an array of names and and an array of arguments (which works for both named
93 * and numbered arguments).
149 * Use <code>plural</code> arguments for proper plural selection
    [all...]
  /external/skia/tools/lua/
skia.lua 26 -- 4 arguments
29 -- 2 arguments
32 -- 0 arguments
  /external/chromium_org/ui/gl/
generate_bindings.py 37 'arguments': 'GLenum texture', },
40 'arguments': 'GLuint program, GLuint shader', },
43 'arguments': 'GLenum target, GLuint id', },
46 'arguments': 'GLenum target, GLuint id', },
49 'arguments': 'GLuint program, GLuint index, const char* name', },
52 'arguments': 'GLenum target, GLuint buffer', },
55 'arguments': 'GLuint program, GLuint colorNumber, const char* name', },
58 'arguments':
62 'arguments': 'GLenum target, GLuint framebuffer', },
65 'arguments': 'GLenum target, GLuint renderbuffer', }
    [all...]
  /external/proguard/src/proguard/
ConfigurationWriter.java 251 private void writeOption(String optionName, List arguments)
253 writeOption(optionName, arguments, false);
258 List arguments,
261 if (arguments != null)
263 if (arguments.isEmpty())
271 arguments = externalClassNames(arguments);
276 writer.println(ListUtil.commaSeparatedString(arguments, true));
282 private void writeOption(String optionName, String arguments)
284 writeOption(optionName, arguments, false)
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 463 # All arguments are parsed by Getopt
475 # --source and --target are required arguments
687 # argumentEscape(@arguments)
689 # Takes a list of @arguments and makes them shell-safe.
691 my(@arguments);
692 @arguments = @_;
694 foreach $argument (@arguments) {
718 # command(@arguments)
724 my(@arguments);
725 @arguments = @_
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
webview_custom_bindings.js 57 var id = arguments[0].menuItemId;
58 var instanceId = arguments[0].webviewInstanceId;
59 delete arguments[0].webviewInstanceId;
62 $Function.apply(onclick, null, arguments);
68 var args = arguments;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
ircbot.py 48 Arguments:
116 nick = e.arguments()[0]
126 modes = parse_channel_modes(" ".join(e.arguments()))
143 # e.arguments()[0] == "@" for secret channels,
146 # e.arguments()[1] == channel
147 # e.arguments()[2] == nick list
149 ch = e.arguments()[1]
150 for nick in e.arguments()[2].split():
187 Arguments:
200 Arguments
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
function_sequence.js 97 this.callback_.apply(this, arguments);
103 this.steps_[this.currentStepIdx_].apply(this, arguments);
119 this.logger.log('Starting sequence with ' + arguments.length + ' arguments');
122 this.nextStep.apply(this, arguments);
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
object.js 27 * for every element. This function takes 3 arguments (the element, the
46 * function takes 3 arguments (the element, the index and the object)
73 * takes 3 arguments (the element, the index and the object)
97 * takes 3 arguments (the element, the index and the object) and should
121 * takes 3 arguments (the element, the index and the object) and should
248 var keys = isArrayLike ? var_args : arguments;
297 * function to call for every element. Takes 3 arguments (the value,
319 * to call for every element. Takes 3 arguments (the value, the key
538 for (var i = 1; i < arguments.length; i++) {
539 source = arguments[i]
    [all...]
  /external/chromium_org/third_party/jinja2/
runtime.py 168 """Call the callable with the arguments and keyword arguments
300 """Cycles among the arguments with the current loop index."""
332 # the the loop without or with too many arguments.
380 def __init__(self, environment, func, name, arguments, defaults,
384 self._argument_count = len(arguments)
386 self.arguments = arguments
394 # try to consume the positional arguments
395 arguments = list(args[:self._argument_count]
    [all...]
  /external/chromium_org/base/win/
shortcut_unittest.cc 99 EXPECT_EQ(link_properties_.arguments, properties_read_1.arguments);
122 EXPECT_EQ(L"", properties_read_2.arguments);
158 EXPECT_EQ(link_properties_.arguments, args);
164 target_and_args_properties.set_arguments(link_properties_.arguments);
283 new_properties.set_arguments(link_properties_2_.arguments);
304 // Test that the old arguments remain on the replaced shortcut when not
310 // Do not explicitly set the arguments.
317 expected_properties.set_arguments(link_properties_.arguments);
  /external/chromium_org/third_party/d3/src/
d3.js 44 if (arguments.length === 1) {
55 if (arguments.length === 1) {
66 if (arguments.length === 1) {
83 if (arguments.length === 1) {
95 if (arguments.length === 1) {
107 if (arguments.length > 1) array = array.map(f);
114 if (arguments.length < 3) lo = 0;
115 if (arguments.length < 4) hi = a.length;
123 if (arguments.length < 3) lo = 0;
124 if (arguments.length < 4) hi = a.length
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 121 mi2.arguments().add(newNode);
198 List arguments = null; local
204 arguments = invoke.arguments();
210 arguments = newclass.arguments();
215 if (parent != null && arguments != null && methodBinding != null) {
218 // which should turn out to be one of the invocation arguments.
235 for (Object arg : arguments) {
242 if (index == arguments.size())
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 41 * @param {Array.<String>} arguments 1-n namespaces to create
47 var a=arguments, o=null, i, j, d;
406 * @param {Array.<String>|boolean} [arguments] zero or more properties
418 var a=arguments, i, p, override=a[2];
439 * @param {Array.<String>|boolean} [arguments] zero or more properties methods
450 //var a=[].concat(arguments);
452 for (var i=2;i<arguments.length;i=i+1) {
453 a.push(arguments[i]);
462 * @param arguments {Object*} the objects to merge
466 var o={}, a=arguments;
    [all...]
  /external/chromium_org/v8/src/
safepoint-table.cc 104 int arguments,
106 ASSERT(arguments >= 0);
109 info.arguments = arguments;
207 encoding |= SafepointEntry::ArgumentsField::encode(info.arguments);
  /external/chromium_org/win8/metro_driver/
winrt_utils.cc 173 base::string16* arguments) {
194 *arguments = temp_arguments;
217 base::string16 arguments; local
218 if (GetArgumentsFromShortcut(shortcut, &arguments)) {
219 return arguments;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 236 Bundle arguments = (Bundle) msg.obj; local
237 String filePath = arguments.getString("filepath");
241 IBinder binder = arguments.getIBinder("listener");
246 uri = scanFile(filePath, arguments.getString("mimetype"));
254 String volume = arguments.getString("volume");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptLauncher.java 77 public void launch(File executable, List<String> arguments, Map<String, String> envVariableMap)
83 for (String c : arguments) {
90 String[] commandArray = new String[1 + arguments.size()];
92 System.arraycopy(arguments.toArray(), 0, commandArray, 1, arguments.size());
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 153 // Generator with arguments.
164 // Too few arguments.
175 // Too many arguments.
186 // The arguments object.
190 for (var i = 0; i < arguments.length; i++) {
191 yield arguments[i];
214 // Abusing the arguments object.
218 arguments[0] = "Be he live";
219 arguments[1] = "or be he dead";
220 arguments[2] = "I'll grind his bones"
    [all...]
  /art/compiler/sea_ir/types/
type_inference_visitor.cc 32 std::vector<const Type*> arguments = fti.GetDeclaredArgumentTypes(); local
33 DCHECK_LT(parameter->GetPositionInSignature(), arguments.size())
35 crt_type_.push_back(arguments.at(parameter->GetPositionInSignature()));

Completed in 1331 milliseconds

<<11121314151617181920>>