/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
metadata_parser.js | 23 * @param {...Object} var_args Arguments. 26 this.parent_.error.apply(this.parent_, arguments); 31 * @param {...Object} var_args Arguments. 34 this.parent_.log.apply(this.parent_, arguments); 39 * @param {...Object} var_args Arguments. 43 this.parent_.log.apply(this.parent_, arguments); 58 MetadataParser.apply(this, arguments);
|
/external/chromium_org/v8/src/compiler/ |
common-operator-unittest.cc | 158 TRACED_FOREACH(int, arguments, kArguments) { 159 const Operator* op = common()->ValueEffect(arguments); 160 EXPECT_EQ(arguments, OperatorProperties::GetValueInputCount(op)); 161 EXPECT_EQ(arguments, OperatorProperties::GetTotalInputCount(op)); 170 TRACED_FOREACH(int, arguments, kArguments) { 171 const Operator* op = common()->Finish(arguments); 173 EXPECT_EQ(arguments, OperatorProperties::GetEffectInputCount(op)); 174 EXPECT_EQ(arguments + 1, OperatorProperties::GetTotalInputCount(op));
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1513.js | 28 // Deleting a mapped arguments property and adding it via 33 delete arguments[0]; 34 Object.defineProperty(arguments, "0", { 40 assertEquals(10, arguments[0]);
|
regress-347262.js | 32 return g.arguments; 37 return arguments[0]; 49 return g.arguments; 56 return arguments[0] + a[0].o2;
|
regress-380049.js | 7 function foo(a,b,c) { return arguments; }
|
regress-386034.js | 10 v.apply(this, arguments);
|
regress-crbug-350867.js | 9 return f1(arguments, index);
|
regress-crbug-354391.js | 12 return load(arguments, index);
|
regress-no-dummy-use-for-arguments-object.js | 8 arguments.length;
|
regress-3183.js | 43 function foo() { return bar(arguments[0], arguments[1], arguments[2]); } 66 function foo() { return bar(arguments[0], arguments[1]); } 89 function foo() { return bar(arguments[0], arguments[1]); }
|
/external/chromium_org/v8/test/mjsunit/ |
regress-keyed-store-non-strict-arguments.js | 5 function args(arg) { return arguments; }
|
/external/chromium_org/v8/test/webkit/ |
dfg-arguments-out-of-bounds.js | 25 "Tests accessing arguments with an out-of-bounds index when the arguments have not been created but might be." 33 return arguments; 34 return arguments[0]; 42 expected = "\"[object Arguments]\"";
|
dfg-create-inlined-arguments-in-closure-inline.js | 25 "Tests that if the DFG tries to create inlined arguments from within a inlined call frame corresponding to a closure call, then we don't crash." 35 for (var j = 0; j < arguments.length; ++j) 36 result += arguments[j]; 37 return [result, arguments];
|
dfg-inline-arguments-out-of-bounds.js | 25 "Tests accessing arguments with an out-of-bounds index in an inlined function when the arguments have not been created but might be." 32 return arguments; 33 return arguments[0]; 44 expected = "\"[object Arguments]\"";
|
dfg-tear-off-function-dot-arguments.js | 25 "Tests a function that might create 'arguments' but doesn't, but does create function.arguments." 29 return foo.arguments; 35 return arguments[0];
|
/external/e2fsprogs/intl/ |
printf-args.h | 126 arguments; typedef in typeref:struct:__anon4163 129 /* Fetch the arguments, putting them into a. */ 135 int printf_fetchargs (va_list args, arguments *a);
|
/external/lldb/include/lldb/API/ |
SBBlock.h | 74 bool arguments, 81 bool arguments,
|
/external/ltrace/ |
param.h | 35 * typically be references to other arguments, but constants might 42 /* This is for emitting arguments in two bunches. This is 51 * arguments. For example if the last argument is sometimes 63 PPCB_STOP, /* Stop fetching the arguments. */ 87 struct value_dict *arguments); 123 * ltrace core what to do next: whether there are more arguments, and 131 struct value_dict *arguments), 140 * parameter the pack arguments and calls the init callback. See the
|
/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
candidates.properties | 69 # Constructors that work with arguments passed in. 72 org.objenesis.tck.candidates.ConstructorWithArguments = Constructor with arguments 73 org.objenesis.tck.candidates.SerializableConstructorWithArguments = Constructor with arguments (serializable) 74 org.objenesis.tck.candidates.ConstructorWithMandatoryArguments = Constructor with mandatory arguments 75 org.objenesis.tck.candidates.SerializableConstructorWithMandatoryArguments = Constructor with mandatory arguments (serializable)
|
/frameworks/support/v4/jellybean/android/support/v4/view/ |
ViewCompatJB.java | 61 public static boolean performAccessibilityAction(View view, int action, Bundle arguments) { 62 return view.performAccessibilityAction(action, arguments);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringDescriptor.java | 38 Map<String, String> arguments) { 42 mArguments = arguments;
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
v8_methods.py | 66 arguments = method.arguments 73 this_cpp_value = cpp_value(interface, method, len(arguments)) 119 'arguments': [argument_context(interface, method, argument, index) 120 for index, argument in enumerate(arguments)], 141 any(argument for argument in arguments 163 'is_variadic': arguments and arguments[-1].is_variadic, 166 'number_of_arguments': len(arguments), 168 argument for argument in arguments [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestGyp.py | 293 return self.run(program=self.gyp, arguments=run_args, **kw) 300 arguments implemented in this layer, without having to update 487 arguments = kw.get('arguments', [])[:] 488 arguments.append(self.target_name(target)) 489 arguments.append('-C') 490 arguments.append(os.environ['ANDROID_BUILD_TOP']) 491 kw['arguments'] = arguments 689 arguments = kw.get('arguments', [])[: [all...] |
/external/chromium_org/chrome/test/base/ |
javascript_browser_test.cc | 108 ConstValueVector arguments; local 110 arguments.push_back(is_async_arg); 112 arguments.push_back(function_name_arg); 120 arguments.push_back(baked_argument_list); 122 arguments.get());
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
WifiAssociationTest.java | 55 Bundle arguments = runner.getArguments(); local 57 String ssid = arguments.getString("ssid"); 60 String securityTypeStr = arguments.getString("security-type"); 64 String password = arguments.getString("password"); 66 String freqStr = arguments.getString("frequency-band");
|