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

<<11121314151617181920>>

  /external/llvm/cmake/modules/
LLVMParseArguments.cmake 4 # The PARSE_ARGUMENTS macro will take the arguments of another macro and define
8 # rest of PARSE_ARGUMENTS are arguments from another macro to be parsed.
19 #name, prefixed with prefix_. Each variable will be filled with the arguments
21 #the end of the arguments. All options are removed from these
23 #the list of all arguments up to the first arg_name encountered.
28 # SET(arguments
35 # PARSE_ARGUMENTS(ARG "LIST1;LIST2;LIST3" "OPTION1;OPTION2;OPTION3" ${arguments})
47 # PARSE_ARGUMENTS(ARG "LIST1;LIST2;LIST3" "" ${arguments})
49 # PARSE_ARGUMENTS(ARG "" "OPTION1;OPTION2;OPTION3" ${arguments})
  /external/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);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
LogUtils.java 181 * the list of arguments passed to the formatter. If there are
182 * more arguments than required by {@code format},
183 * additional arguments are ignored.
199 * the list of arguments passed to the formatter. If there are
200 * more arguments than required by {@code format},
201 * additional arguments are ignored.
216 * the list of arguments passed to the formatter. If there are
217 * more arguments than required by {@code format},
218 * additional arguments are ignored.
234 * the list of arguments passed to the formatter. If there ar
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_float/
Test_div_float.java 26 * @title Arguments = 2.7f, 3.14f
50 * @title Arguments = Float.MAX_VALUE, Float.NaN
58 * @title Arguments = Float.POSITIVE_INFINITY,
68 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
77 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY
85 * @title Arguments = 0, 0
93 * @title Arguments = 0, -2.7
101 * @title Arguments = -2.7, 0
109 * @title Arguments = 1, Float.MAX_VALUE
117 * @title Arguments = Float.MAX_VALUE, -1E-9
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_float_2addr/
Test_div_float_2addr.java 26 * @title Arguments = 2.7f, 3.14f
50 * @title Arguments = Float.MAX_VALUE, Float.NaN
58 * @title Arguments = Float.POSITIVE_INFINITY,
68 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
77 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY
85 * @title Arguments = 0, 0
93 * @title Arguments = 0, -2.7
101 * @title Arguments = -2.7, 0
109 * @title Arguments = 1, Float.MAX_VALUE
117 * @title Arguments = Float.MAX_VALUE, -1E-9
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/
Test_rem_double.java 27 * @title Arguments = 2.7d, 3.14d
51 * @title Arguments = Double.MAX_VALUE, Double.NaN
59 * @title Arguments = Double.POSITIVE_INFINITY,
69 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
77 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY
85 * @title Arguments = 0, 0
93 * @title Arguments = 0, -2.7
101 * @title Arguments = -2.7, 0
109 * @title Arguments = 1, Double.MAX_VALUE
117 * @title Arguments = Double.MAX_VALUE, -1E-9
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/
Test_rem_double_2addr.java 27 * @title Arguments = 2.7d, 3.14d
51 * @title Arguments = Double.MAX_VALUE, Double.NaN
59 * @title Arguments = Double.POSITIVE_INFINITY,
69 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
77 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY
85 * @title Arguments = 0, 0
93 * @title Arguments = 0, -2.7
101 * @title Arguments = -2.7, 0
109 * @title Arguments = 1, Double.MAX_VALUE
117 * @title Arguments = Double.MAX_VALUE, -1E-9
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float/
Test_rem_float.java 27 * @title Arguments = 2.7f, 3.14f
51 * @title Arguments = Float.MAX_VALUE, Float.NaN
59 * @title Arguments = Float.POSITIVE_INFINITY,
69 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
77 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY
85 * @title Arguments = 0, 0
93 * @title Arguments = 0, -2.7
101 * @title Arguments = -2.7, 0
109 * @title Arguments = 1, Float.MAX_VALUE
117 * @title Arguments = Float.MAX_VALUE, -1E-9
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float_2addr/
Test_rem_float_2addr.java 27 * @title Arguments = 2.7f, 3.14f
51 * @title Arguments = Float.MAX_VALUE, Float.NaN
59 * @title Arguments = Float.POSITIVE_INFINITY,
69 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
77 * @title Arguments = -2.7f, Float.NEGATIVE_INFINITY
85 * @title Arguments = 0, 0
93 * @title Arguments = 0, -2.7
101 * @title Arguments = -2.7, 0
109 * @title Arguments = 1, Float.MAX_VALUE
117 * @title Arguments = Float.MAX_VALUE, -1E-9
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit16/
Test_xor_int_lit16.java 29 * @title Arguments = 15, 8
37 * @title Arguments = 0xfffffff8, 0xfff1
45 * @title Arguments = 0, -1
53 * @title Arguments = Integer.MAX_VALUE, Short.MIN_VALUE
65 * @title types of arguments - long & int
78 * @title types of arguments - reference & int
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit8/
Test_xor_int_lit8.java 29 * @title Arguments = 15, 8
37 * @title Arguments = 0xfffffff8, 0xf1 (will be sign extended)
45 * @title Arguments = 0, -1
53 * @title Arguments = Integer.MAX_VALUE, Byte.MIN_VALUE
64 * @title types of arguments - long, int
77 * @title types of arguments - reference, int
  /development/scripts/
stack 47 options, arguments = getopt.getopt(sys.argv[1:], "",
59 if len(arguments) > 1:
62 if not arguments or arguments[0] == "-":
66 print "Searching for native crashes in %s" % arguments[0]
67 f = open(arguments[0], "r")
  /external/chromium/net/proxy/
proxy_resolver_script.h 125 " var argc = arguments.length;\n" \
129 " if (arguments[argc - 1] == 'GMT') {\n" \
135 " var wd1 = getDay(arguments[0]);\n" \
136 " var wd2 = (argc == 2) ? getDay(arguments[1]) : wd1;\n" \
149 " var argc = arguments.length;\n" \
153 " var isGMT = (arguments[argc - 1] == 'GMT');\n" \
160 " var tmp = parseInt(arguments[0]);\n" \
163 "getMonth(arguments[0]));\n" \
177 " var tmp = parseInt(arguments[i]);\n" \
179 " var mon = getMonth(arguments[i]);\n"
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_script.h 124 " var argc = arguments.length;\n" \
128 " if (arguments[argc - 1] == 'GMT') {\n" \
134 " var wd1 = getDay(arguments[0]);\n" \
135 " var wd2 = (argc == 2) ? getDay(arguments[1]) : wd1;\n" \
148 " var argc = arguments.length;\n" \
152 " var isGMT = (arguments[argc - 1] == 'GMT');\n" \
159 " var tmp = parseInt(arguments[0]);\n" \
162 "getMonth(arguments[0]));\n" \
176 " var tmp = parseInt(arguments[i]);\n" \
178 " var mon = getMonth(arguments[i]);\n"
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 39 // Callback for "notificationPromoClosed". No arguments.
42 // Callback for "notificationPromoViewed". No arguments.
45 // Callback for "notificationPromoLinkClicked". No arguments.
48 // Callback for "bubblePromoClosed". No arguments.
51 // Callback for "bubblePromoViewed". No arguments.
54 // Callback for "bubblePromoLinkClicked". No arguments.
  /external/chromium_org/net/proxy/
proxy_resolver_script.h 124 " var argc = arguments.length;\n" \
128 " if (arguments[argc - 1] == 'GMT') {\n" \
134 " var wd1 = getDay(arguments[0]);\n" \
135 " var wd2 = (argc == 2) ? getDay(arguments[1]) : wd1;\n" \
148 " var argc = arguments.length;\n" \
152 " var isGMT = (arguments[argc - 1] == 'GMT');\n" \
159 " var tmp = parseInt(arguments[0]);\n" \
162 "getMonth(arguments[0]));\n" \
176 " var tmp = parseInt(arguments[i]);\n" \
178 " var mon = getMonth(arguments[i]);\n"
    [all...]
  /external/chromium_org/tools/cr/cr/actions/
builder.py 27 def Build(self, context, targets, arguments):
31 def Clean(self, context, targets, arguments):
36 def Rebuild(self, context, targets, arguments):
43 self.Build(context, targets, arguments)
67 def Build(self, context, targets, arguments):
70 def Clean(self, context, targets, arguments):
  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames-expected.txt 37 PASS getSortedOwnPropertyNames(new Function()) is ['arguments', 'caller', 'length', 'name', 'prototype']
38 PASS getSortedOwnPropertyNames((function(){var x=new Function();x.__proto__=[1,2,3];return x;})()) is ['arguments', 'caller', 'length', 'name', 'prototype']
55 PASS getSortedOwnPropertyNames((function(){arguments.__proto__=[1,2,3];return arguments;})()) is ['callee', 'length']
56 FAIL getSortedOwnPropertyNames(parseInt) should be length,name. Was arguments,caller,length,name.
57 FAIL getSortedOwnPropertyNames(parseFloat) should be length,name. Was arguments,caller,length,name.
58 FAIL getSortedOwnPropertyNames(isNaN) should be length,name. Was arguments,caller,length,name.
59 FAIL getSortedOwnPropertyNames(isFinite) should be length,name. Was arguments,caller,length,name.
60 FAIL getSortedOwnPropertyNames(escape) should be length,name. Was arguments,caller,length,name.
61 FAIL getSortedOwnPropertyNames(unescape) should be length,name. Was arguments,caller,length,name
    [all...]
  /external/chromium_org/v8/test/webkit/
strict-throw-type-error.js 34 return arguments;
39 var functionArguments1 = getter(strictArgumentsFunction1, "arguments");
43 var boundArguments1 = getter(boundFunction1, "arguments");
48 return arguments;
53 var functionArguments2 = getter(strictArgumentsFunction2, "arguments");
57 var boundArguments2 = getter(boundFunction2, "arguments");
  /libcore/luni/src/main/java/java/lang/reflect/
ParameterizedType.java 29 * Returns an array of the actual type arguments for this type.
34 * parameterized type without type arguments.
45 * @return the actual type arguments
48 * if one of the type arguments cannot be found
50 * if one of the type arguments cannot be instantiated for some
62 * if one of the type arguments cannot be found
  /external/clang/test/FixIt/
format-darwin.m 34 printf("%s", getNSInteger()); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
35 printf("%s", getNSUInteger()); // expected-warning{{values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead}}
36 printf("%s", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}}
37 printf("%s", getUInt32()); // expected-warning{{values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead}}
71 printf("%s", arr[0]); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
72 printf("%s", getNSInteger()); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
73 printf("%s", i); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
74 printf("%s", obj->_value); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
75 printf("%s", [obj getInteger]); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}}
76 printf("%s", obj.value); // expected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebAXObjectProxy.cpp 803 void WebAXObjectProxy::attributesOfChildrenCallback(const CppArgumentList& arguments, CppVariant* result)
812 void WebAXObjectProxy::lineForIndexCallback(const CppArgumentList& arguments, CppVariant* result)
814 if (!arguments.size() || !arguments[0].isNumber()) {
819 int index = arguments[0].toInt32();
830 void WebAXObjectProxy::boundsForRangeCallback(const CppArgumentList& arguments, CppVariant* result)
834 if (arguments.size() != 2 || !arguments[0].isNumber() || !arguments[1].isNumber())
840 int start = arguments[0].toInt32()
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double/
Test_div_double.java 26 * @title Arguments = 2.7d, 3.14d
61 * @title Arguments = Double.POSITIVE_INFINITY,
71 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
80 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY
88 * @title Arguments = 0, 0
96 * @title Arguments = 0, -2.7
104 * @title Arguments = -2.7, 0
112 * @title Arguments = 1, Double.MAX_VALUE
120 * @title Arguments = Double.MAX_VALUE, -1E-9f
131 * @title types of arguments - float / doubl
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double_2addr/
Test_div_double_2addr.java 26 * @title Arguments = 2.7d, 3.14d
61 * @title Arguments = Double.POSITIVE_INFINITY,
71 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
80 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY
88 * @title Arguments = 0, 0
96 * @title Arguments = 0, -2.7
104 * @title Arguments = -2.7, 0
112 * @title Arguments = 1, Double.MAX_VALUE
120 * @title Arguments = Double.MAX_VALUE, -1E-9f
131 * @title types of arguments - float / doubl
    [all...]
  /external/easymock/src/org/easymock/internal/
Invocation.java 37 private final Object[] arguments; field in class:Invocation
45 this.arguments = expandVarArgs(method.isVarArgs(), args);
85 return arguments;
96 && this.equalArguments(other.arguments);
104 private boolean equalArguments(Object[] arguments) {
105 if (this.arguments.length != arguments.length) {
108 for (int i = 0; i < this.arguments.length; i++) {
109 Object myArgument = this.arguments[i];
110 Object otherArgument = arguments[i];
    [all...]

Completed in 2202 milliseconds

<<11121314151617181920>>