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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/tools/cr/cr/actions/
debugger.py 30 def Restart(self, context, targets, arguments):
36 self.Invoke(context, targets, arguments)
39 def Kill(self, context, targets, arguments):
41 cr.Runner.Kill(context, targets, arguments)
44 def Invoke(self, context, targets, arguments):
49 def Attach(self, context, targets, arguments):
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p1.cpp 5 // -- not have default arguments
8 DefArg(int n = 5) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
9 DefArg(const DefArg &DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
10 DefArg(const DefArg &DA, int k = 3) = default; // expected-error {{an explicitly-defaulted copy constructor cannot have default arguments}}
11 DefArg(DefArg &&DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
12 DefArg(DefArg &&DA, int k = 3) = default; // expected-error {{an explicitly-defaulted move constructor cannot have default arguments}}
  /external/mockito/src/org/mockito/internal/verification/argumentmatching/
ArgumentMatchingTool.java 18 * Suspiciously not matching arguments are those that don't match, the toString() representation is the same but types are different.
20 public Integer[] getSuspiciouslyNotMatchingArgsIndexes(List<Matcher> matchers, Object[] arguments) {
21 if (matchers.size() != arguments.length) {
29 && !safelyMatches(m, arguments[i])
30 && toStringEquals(m, arguments[i])
31 && !((ContainsExtraTypeInformation) m).typeMatches(arguments[i])) {
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.cc 52 // - Instructions ending in "hash" will write their 'HashString' arguments
55 // arguments, and will write this hash to the byte-code.
56 Add(Instruction("go", jtl::NAVIGATE, Arguments(String)));
57 Add(Instruction("any", jtl::NAVIGATE_ANY, Arguments()));
58 Add(Instruction("back", jtl::NAVIGATE_BACK, Arguments()));
59 Add(Instruction("store_bool", jtl::STORE_BOOL, Arguments(String, Bool)));
61 jtl::STORE_HASH, Arguments(String, HashString)));
63 jtl::STORE_HASH, Arguments(String, String)));
65 jtl::STORE_NODE_BOOL, Arguments(String)));
67 jtl::STORE_NODE_HASH, Arguments(String)))
227 ListValue arguments; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-arguments.js 41 this.X.apply(this, arguments);
62 function F2() { F1.apply(this, arguments); }
70 return F1.apply(this, arguments);
85 // Test correct adapation of arguments.
86 // Strict mode prevents arguments object from shadowing parameters.
91 assertArrayEquals([1,2], arguments);
95 assertArrayEquals([1,2,3,4], arguments);
99 G2.apply(this, arguments);
103 G4.apply(this, arguments);
117 // Test arguments access from the inlined function
    [all...]
  /external/easymock/src/org/easymock/
AbstractMatcher.java 40 * {@link AbstractMatcher#matches(Object[], Object[])}. The arguments
47 * @return true if the arguments match, false otherwise.
70 * <code>argumentMatches(Object, Object)</code> to check whether arguments
71 * pairs match. If all the arguments match, true is returned, otherwise
77 * the expected arguments.
79 * the actual arguments.
80 * @return true if the arguments match, false otherwise.
119 * of the arguments separated by commas.
121 * @param arguments
122 * the arguments to be used in the string representation.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 401 int EventSender::getButtonNumberFromSingleArg(const CppArgumentList& arguments)
404 if (arguments.size() > 0 && arguments[0].isNumber())
405 buttonCode = arguments[0].toInt32();
425 void EventSender::mouseDown(const CppArgumentList& arguments, CppVariant* result)
433 int buttonNumber = getButtonNumberFromSingleArg(arguments);
443 if (arguments.size() >= 2 && (arguments[1].isObject() || arguments[1].isString()))
444 applyKeyModifiers(&(arguments[1]), &event)
    [all...]
  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 1 //===--- ArgumentsAdjusters.h - Command line arguments adjuster -*- C++ -*-===//
11 // These classes are intended to modify command line arguments obtained from
26 /// \brief A sequence of command line arguments.
32 /// which is responsible for command line arguments modification before
33 /// the arguments are used to run a frontend action.
37 /// \brief Returns adjusted command line arguments.
39 /// \param Args Input sequence of command line arguments.
41 /// \returns Modified sequence of command line arguments.
50 /// command line arguments to the "syntax check only" variant.
56 /// arguments
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double/
Test_mul_double.java 26 * @title Arguments = 2.7d, 3.14d
35 * @title Arguments = 0, -3.14d
43 * @title Arguments = -2.7d, -3.14d
51 * @title Arguments = Double.MAX_VALUE, Double.NaN
59 * @title Arguments = Double.POSITIVE_INFINITY, 0
67 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
76 * @title Arguments = Double.POSITIVE_INFINITY,
86 * @title Arguments = +0, -0d
94 * @title Arguments = -0d, -0d
102 * @title Arguments = Double.MAX_VALUE, Double.MAX_VALU
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double_2addr/
Test_mul_double_2addr.java 27 * @title Arguments = 2.7d, 3.14d
36 * @title Arguments = 0, -3.14d
44 * @title Arguments = -2.7d, -3.14d
52 * @title Arguments = Double.MAX_VALUE, Double.NaN
60 * @title Arguments = Double.POSITIVE_INFINITY, 0
68 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
77 * @title Arguments = Double.POSITIVE_INFINITY,
87 * @title Arguments = +0, -0d
95 * @title Arguments = -0d, -0d
103 * @title Arguments = Double.MAX_VALUE, Double.MAX_VALU
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_long/
Test_mul_long.java 27 * @title Arguments = 222000000000l, 5000000000l
35 * @title Arguments = -123456789l, 123456789l
43 * @title Arguments = -123456789l, -123456789l
51 * @title Arguments = 0, Long.MAX_VALUE
59 * @title Arguments = Long.MAX_VALUE, 1
67 * @title Arguments = Long.MIN_VALUE, 1
75 * @title Arguments = Long.MAX_VALUE, Long.MIN_VALUE
84 * @title Arguments = 0, 0
92 * @title Arguments = Long.MAX_VALUE, -1
100 * @title Arguments = Long.MIN_VALUE, -
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_long_2addr/
Test_mul_long_2addr.java 27 * @title Arguments = 222000000000l, 5000000000l
35 * @title Arguments = -123456789l, 123456789l
43 * @title Arguments = -123456789l, -123456789l
51 * @title Arguments = 0, Long.MAX_VALUE
59 * @title Arguments = Long.MAX_VALUE, 1
67 * @title Arguments = Long.MIN_VALUE, 1
75 * @title Arguments = Long.MAX_VALUE, Long.MIN_VALUE
84 * @title Arguments = 0, 0
92 * @title Arguments = Long.MAX_VALUE, -1
100 * @title Arguments = Long.MIN_VALUE, -
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_manager_client_unittest.cc 22 void ExpectStringArguments(const std::vector<std::string>& arguments,
24 for (std::vector<std::string>::const_iterator iter = arguments.begin();
25 iter != arguments.end(); ++iter) {
34 const std::vector<std::string>& arguments,
37 for (std::vector<std::string>::const_iterator iter = arguments.begin();
38 iter != arguments.end(); ++iter) {
323 std::vector<std::string> arguments; local
324 arguments.push_back("certificate");
325 arguments.push_back("public_key");
326 arguments.push_back("nonce")
362 std::vector<std::string> arguments; local
406 std::vector<std::string> arguments; local
    [all...]
  /external/chromium_org/chrome/browser/resources/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/tools/idl_parser/test_parser/
callback_web.idl 37 * Arguments()
45 * Arguments()
54 * Arguments()
65 * Arguments()
77 * Arguments()
90 * Arguments()
107 * Arguments()
  /external/chromium_org/v8/test/mjsunit/
arguments-lazy.js 28 // Make sure we don't allocate the arguments object over and
31 return arguments === arguments;
37 // Make sure that accessing arguments doesn't clobber any
38 // local variables called arguments.
40 var arguments = 42;
42 return x + arguments;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2539.js 40 dispatcher.func.apply(this, arguments);
41 assertSame(2, arguments.length);
42 assertSame(10, arguments[0]);
43 assertSame(11, arguments[1]);
47 assertSame(2, arguments.length);
48 assertSame(10, arguments[0]);
49 assertSame(11, arguments[1]);
  /external/v8/test/mjsunit/
arguments-lazy.js 28 // Make sure we don't allocate the arguments object over and
31 return arguments === arguments;
37 // Make sure that accessing arguments doesn't clobber any
38 // local variables called arguments.
40 var arguments = 42;
42 return x + arguments;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmp_long/
Test_cmp_long.java 26 * @title Arguments = 111234567891l > 111234567890l
34 * @title Arguments = 112234567890 = 112234567890
42 * @title Arguments = 112234567890 < 998876543210
50 * @title Arguments = Long.MAX_VALUE > Long.MIN_VALUE
58 * @title Arguments = Long.MIN_VALUE < Long.MAX_VALUE
66 * @title Arguments = 1 > 0
74 * @title Arguments = 0 > -1
82 * @title Arguments = -1 < 0
90 * @title Arguments = 0 = 0
100 * @title types of arguments - float, lon
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_int/
Test_mul_int.java 27 * @title Arguments = 8, 4
35 * @title Arguments = -2, 255
43 * @title Arguments = 0x7ffffffe, 2
51 * @title Arguments = 4, 0x80000001
59 * @title Arguments = 0, Integer.MAX_VALUE
67 * @title Arguments = Integer.MAX_VALUE, 1
75 * @title Arguments = Integer.MIN_VALUE, 1
83 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE
92 * @title Arguments = 0, 0
116 * @title types of arguments - int, doubl
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_int_2addr/
Test_mul_int_2addr.java 27 * @title Arguments = 8, 4
35 * @title Arguments = -2, 255
43 * @title Arguments = 0x7ffffffe, 2
51 * @title Arguments = 4, 0x80000001
59 * @title Arguments = 0, Integer.MAX_VALUE
67 * @title Arguments = Integer.MAX_VALUE, 1
75 * @title Arguments = Integer.MIN_VALUE, 1
83 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE
92 * @title Arguments = 0, 0
116 * @title types of arguments - int, doubl
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_int_lit16/
Test_mul_int_lit16.java 31 * @title Arguments = 205, 130
39 * @title Arguments = -180, 130
47 * @title Arguments = 0xfa, 130
55 * @title Arguments = -101, -321
63 * @title Arguments = 0, 0
71 * @title Arguments = 0, Short.MAX_VALUE
79 * @title Arguments = 1, Short.MAX_VALUE
87 * @title Arguments = 1, Short.MIN_VALUE
95 * @title Arguments = 32767, Short.MIN_VALUE
119 * @title types of arguments - int * doubl
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_int_lit8/
Test_mul_int_lit8.java 31 * @title Arguments = 10, 55
39 * @title Arguments = 10, -25
47 * @title Arguments = -15, -23
55 * @title Arguments = 0x7ffffffe, 10
63 * @title Arguments = 0, 0
71 * @title Arguments = 0, Byte.MAX_VALUE
79 * @title Arguments = 1, Byte.MAX_VALUE
87 * @title Arguments = 1, Short.MIN_VALUE
95 * @title Arguments = 127, Short.MIN_VALUE
119 * @title types of arguments - int * doubl
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long/
Test_shl_long.java 11 * @title Arguments = 5000000000l, 3
19 * @title Arguments = 5000000000l, 1
27 * @title Arguments = -5000000000l, 1
35 * @title Arguments = 1 & -1
53 * @title Arguments = 0 & -1
61 * @title Arguments = 1 & 0
69 * @title Arguments = Long.MAX_VALUE & 1
77 * @title Arguments = Long.MIN_VALUE & 1
101 * @title types of arguments - long & double
114 * @title types of arguments - int & in
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long_2addr/
Test_shl_long_2addr.java 11 * @title Arguments = 5000000000l, 3
19 * @title Arguments = 5000000000l, 1
27 * @title Arguments = -5000000000l, 1
35 * @title Arguments = 1 & -1
53 * @title Arguments = 0 & -1
61 * @title Arguments = 1 & 0
69 * @title Arguments = Long.MAX_VALUE & 1
77 * @title Arguments = Long.MIN_VALUE & 1
101 * @title types of arguments - long, double
114 * @title types of arguments - int, in
    [all...]

Completed in 499 milliseconds

1 2 3 4 5 6 7 891011>>