HomeSort by relevance Sort by last modified time
    Searched refs:arguments (Results 276 - 300 of 1836) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/compiler/
variables.js 69 // Parameters rewritten to property accesses. Using the name 'arguments'
70 // (even if it shadows the arguments object) forces all parameters to be
72 function f6(arguments) { return arguments; }
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1210.js 30 // Deoptimization of the key expression in an arguments access should see
31 // the arguments object as the value of the receiver.
42 // subexpression of the arguments access).
43 return observe(a, arguments[side_effect(a), a + 0]);
regress-1650.js 30 function g(f) { return f.call.apply(f.bind, arguments); }
47 assertEquals(2, arguments.length);
48 assertSame(fake, arguments[0]);
49 assertSame(x, arguments[1]);
regress-362128.js 29 return method.apply(receiver, arguments);
regress-88858.js 30 // Verify that JSObject::PreventExtensions works for arguments objects.
37 o = arguments;
39 p = arguments;
40 o.watch(0, (arguments-1901)('o'));
regress-1149.js 30 // arguments object.
33 for (x in arguments) {
34 for (x in arguments) {
regress-crbug-87478.js 28 // Check that arguments access ICs correctly handle non-JSObject
31 function args(a) { return arguments; }
32 // Put the keyed load in f into the keyed-load-arguments state.
  /external/chromium_org/v8/test/mjsunit/
search-string-multiple.js 41 var l = arguments.length;
43 a.push(arguments[0]);
45 a.push(arguments[i]);
47 return "[@" + arguments[l - 2] + ":" + a.join(",") + "]";
apply-arguments-gc-safepoint.js 31 // arguments in the case where arguments adaption is needed.
39 f.apply(this, arguments);
  /external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
InvocationHandlerAdapter.java 92 public Object invoke(Object target, Object[] arguments) throws Throwable {
93 return ProxyBuilder.callSuper(target, method, arguments);
  /external/droiddriver/src/com/google/android/droiddriver/helpers/
DroidDrivers.java 68 public static void initInstrumentation(Instrumentation instrumentation, Bundle arguments) {
73 DroidDrivers.options = arguments;
  /external/libxml2/
xmlcatalog.c 142 * Parse the arguments
192 printf("public requires 1 arguments\n");
204 printf("system requires 1 arguments\n");
217 printf("add requires 2 or 3 arguments\n");
230 printf("add requires 2 or 3 arguments\n");
253 printf("resolve requires 2 arguments\n");
266 printf("dump has no arguments\n");
272 printf("debug has no arguments\n");
279 printf("quiet has no arguments\n");
  /external/lldb/test/
argparse_compat.py 42 def parse_args(self, arguments=sys.argv[1:]):
44 (options, args) = self.parser.parse_args(arguments)
  /frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatJellyBean.java 44 public static boolean performAction(Object info, int action, Bundle arguments) {
45 return ((AccessibilityNodeInfo) info).performAction(action, arguments);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupDeletionDialogFragment.java 69 Bundle arguments = getArguments();
70 long groupId = arguments.getLong(ARG_GROUP_ID);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 97 super.onStart(startId, arguments);
98 Bundle arguments = intent.getExtras(); local
99 if(arguments != null) {
100 if(arguments.containsKey(REQUERY_KEY)) {
103 if(arguments.containsKey(RSS_URL)) {
105 queryItem(arguments.getString(RSS_URL));
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc 237 base::DictionaryValue* arguments) const {
238 if (!net::LocalTestServer::GenerateAdditionalArguments(arguments))
241 arguments->SetString("config-file", config_file_.AsUTF8Unsafe());
243 arguments->SetString("policy-key", policy_key_.AsUTF8Unsafe());
245 arguments->SetString("data-dir", server_data_dir_.path().AsUTF8Unsafe());
256 arguments->SetString("client-state", client_state_file.AsUTF8Unsafe());
  /external/chromium_org/chrome/browser/ui/webui/extensions/
pack_extension_handler.cc 70 base::ListValue arguments; local
71 arguments.Append(new base::StringValue(base::UTF16ToUTF8(
74 "extensions.PackExtensionOverlay.showSuccessMessage", arguments);
201 base::ListValue arguments; local
202 arguments.Append(new base::StringValue(message));
204 "extensions.PackExtensionOverlay.showError", arguments);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
JellyBeanAccessibilityInjector.java 72 public boolean performAccessibilityAction(int action, Bundle arguments) {
78 boolean actionSuccessful = sendActionToAndroidVox(action, arguments);
110 * @param arguments The action arguments, if applicable.
113 private boolean sendActionToAndroidVox(int action, Bundle arguments) {
128 if (arguments != null) {
131 final int granularity = arguments.getInt(AccessibilityNodeInfo.
136 final String element = arguments.getString(
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 7 i < 1000 && (obj.arguments.length == 0 || !obj.arguments[0].target);
12 var win = obj.arguments[0].target.ownerDocument.defaultView;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_interface.py 458 # Check and fail if all overloads with the shortest acceptable arguments
505 # "not enough arguments".
514 (type list of arguments, with optional and variadic arguments included or
539 Arguments:
560 arguments = X['arguments']
561 # 1. Let n be the number of arguments X is declared to take.
562 n = len(arguments)
566 t = tuple(argument['idl_type_object'] for argument in arguments)
    [all...]
  /external/chromium_org/third_party/icu/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/chromium_org/third_party/skia/tools/lua/
skia.lua 26 -- 4 arguments
29 -- 2 arguments
32 -- 0 arguments
  /external/chromium_org/tools/cr/cr/base/
context.py 73 early collection of arguments that may affect what other arguments are
118 self._data.arguments = cr.config.Config('ARGS')
124 self._data.arguments,
131 # Add the global arguments
156 """Adds the command line arguments common to all commands in cr."""
185 def arguments(self): member in class:Context
186 return self._data.arguments
233 self._data.arguments.Wipe()
235 self._data.arguments.Set
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
error_util.js 26 return orig.apply(this, arguments);
40 return orig.apply(this, arguments);
61 return func.apply(thisObject, arguments);

Completed in 2855 milliseconds

<<11121314151617181920>>