/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/ |
Test_if_eq.java | 28 * @title Arguments = 5, 6 40 * @title Arguments = 0x0f0e0d0c, 0x0f0e0d0c 48 * @title Arguments = 5, -5 56 * @title Arguments = 0x01001234, 0x1234 83 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 91 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE 99 * @title Arguments = 0, 1234567 107 * @title Arguments = 0, 0 139 * @title types of arguments - int, double 152 * @title types of arguments - long, in [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ne/ |
Test_if_ne.java | 12 * @title Arguments = 5, 6 20 * @title Arguments = 0x0f0e0d0c, 0x0f0e0d0c 28 * @title Arguments = 5, -5 36 * @title Arguments = 0x01001234, 0x1234 63 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 71 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE 79 * @title Arguments = 0, 1234567 87 * @title Arguments = 0, 0 120 * @title types of arguments - int, double 133 * @title types of arguments - long, in [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int/ |
Test_rem_int.java | 27 * @title Arguments = 8, 4 35 * @title Arguments = 1073741823, 4 75 * @title Arguments = Integer.MIN_VALUE, -1 83 * @title Arguments = Integer.MIN_VALUE, 1 91 * @title Arguments = Integer.MAX_VALUE, 1 99 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE 107 * @title Arguments = 1, Integer.MAX_VALUE 115 * @title Arguments = 1, Integer.MIN_VALUE 152 * @title types of arguments - int, double 165 * @title types of arguments - long, in [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_2addr/ |
Test_rem_int_2addr.java | 27 * @title Arguments = 8, 4 35 * @title Arguments = 1073741823, 4 75 * @title Arguments = Integer.MIN_VALUE, -1 83 * @title Arguments = Integer.MIN_VALUE, 1 91 * @title Arguments = Integer.MAX_VALUE, 1 99 * @title Arguments = Integer.MIN_VALUE, Integer.MAX_VALUE 107 * @title Arguments = 1, Integer.MAX_VALUE 115 * @title Arguments = 1, Integer.MIN_VALUE 152 * @title types of arguments - int, double 165 * @title types of arguments - long, in [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_lit16/ |
Test_rem_int_lit16.java | 34 * @title Arguments = 8, 4 42 * @title Arguments = 10737, 4 82 * @title Arguments = Short.MIN_VALUE, -1 90 * @title Arguments = Short.MIN_VALUE, 1 98 * @title Arguments = Short.MAX_VALUE, 1 106 * @title Arguments = Short.MIN_VALUE, 32767 114 * @title Arguments = 1, 32767 122 * @title Arguments = 1, -32768 159 * @title types of arguments - int, double 172 * @title types of arguments - long, in [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_lit8/ |
Test_rem_int_lit8.java | 34 * @title Arguments = 8, 4 42 * @title Arguments = 123, 4 82 * @title Arguments = Byte.MIN_VALUE, -1 90 * @title Arguments = Byte.MIN_VALUE, 1 98 * @title Arguments = Byte.MAX_VALUE, 1 106 * @title Arguments = Short.MIN_VALUE, 127 114 * @title Arguments = 1, 127 122 * @title Arguments = 1, -128 159 * @title types of arguments - int, double 172 * @title types of arguments - long, in [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long/ |
Test_rem_long.java | 27 * @title Arguments = 10000000000l, 4000000000l 35 * @title Arguments = 1234567890123l, 123456789l 75 * @title Arguments = Long.MIN_VALUE, -1l 83 * @title Arguments = Long.MIN_VALUE, 1l 91 * @title Arguments = Long.MAX_VALUE, 1l 99 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE 107 * @title Arguments = 1l, Long.MAX_VALUE 115 * @title Arguments = 1l, Long.MIN_VALUE 152 * @title types of arguments - int, long 165 * @title types of arguments - long, floa [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long_2addr/ |
Test_rem_long_2addr.java | 27 * @title Arguments = 10000000000l, 4000000000l 35 * @title Arguments = 1234567890123l, 123456789l 75 * @title Arguments = Long.MIN_VALUE, -1l 83 * @title Arguments = Long.MIN_VALUE, 1l 91 * @title Arguments = Long.MAX_VALUE, 1l 99 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALUE 107 * @title Arguments = 1l, Long.MAX_VALUE 115 * @title Arguments = 1l, Long.MIN_VALUE 152 * @title (types of arguments - int, long). 165 * @title types of arguments - long, floa [all...] |
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 1 // Return a single-proxy result, which encodes ALL the arguments that were 5 if (arguments.length != 2) { 6 throw "Wrong number of arguments passed to FindProxyForURL!";
|
/external/chromium-libpac/test/js-unittest/ |
passthrough.js | 1 // Return a single-proxy result, which encodes ALL the arguments that were 5 if (arguments.length != 2) { 6 throw "Wrong number of arguments passed to FindProxyForURL!";
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 1 // Return a single-proxy result, which encodes ALL the arguments that were 5 if (arguments.length != 2) { 6 throw "Wrong number of arguments passed to FindProxyForURL!";
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
AccessibilityController.cpp | 144 CppVariant arguments[2]; local 145 arguments[0].set(*element->getAsCppVariant()); 146 arguments[1].set(notificationName); 148 m_notificationCallbacks[i].invokeDefault(arguments, 2, invokeResult); 158 void AccessibilityController::addNotificationListenerCallback(const CppArgumentList& arguments, CppVariant* result) 160 if (arguments.size() < 1 || !arguments[0].isObject()) { 165 m_notificationCallbacks.push_back(arguments[0]); 185 void AccessibilityController::accessibleElementByIdGetterCallback(const CppArgumentList& arguments, CppVariant* result) 189 if (arguments.size() < 1 || !arguments[0].isString() [all...] |
/external/chromium_org/v8/test/webkit/ |
function-declarations-in-switch-statement-expected.txt | 24 WARN: shouldBe() expects string arguments 26 WARN: shouldBe() expects string arguments 28 WARN: shouldBe() expects string arguments
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
p1.cpp | 22 // -- not have default arguments 23 A(double = 0.0) = default; // expected-error {{cannot have default arguments}} 24 A(const A & = 0) = default; // expected-error {{cannot have default arguments}}
|
/external/clang/test/Sema/ |
block-args.c | 20 ^{return 2;}(arg); // expected-error {{too many arguments to block call}} 21 ^(void){return 3;}(1); // expected-error {{too many arguments to block call}} 22 ^(){return 4;}(arg); // expected-error {{too many arguments to block call}}
|
/external/clang/test/SemaCXX/ |
typo-correction-pt2.cpp | 14 nab(); // expected-error{{too few arguments to function call, expected 1, have 0; did you mean '::PR12287::nab'?}} 32 F.A(num); // expected-error {{too few arguments to function call, expected 2, have 1; did you mean '::TemplateFunction::A'?}} 33 F.B(num); // expected-error {{too many arguments to function call, expected 0, have 1; did you mean '::TemplateFunction::B'?}}
|
/external/icu4c/samples/msgfmt/answers/ |
main_3.cpp | 17 "Received {0,choice,0#no arguments|1#one argument|2#{0,number,integer} arguments}" 36 // Format the arguments
|
/external/icu4c/samples/msgfmt/ |
main.cpp | 17 "Received {0,choice,0#no arguments|1#one argument|2#{0,number,integer} arguments}" 36 // Format the arguments
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_MEGetBufSize.c | 32 * Input Arguments: 38 * Output Arguments: 45 * OMX_Sts_BadArgErr - bad arguments: if one of the following cases occurs:
|
/frameworks/support/v4/jellybean/android/support/v4/view/accessibility/ |
AccessibilityNodeProviderCompatJellyBean.java | 31 public boolean performAction(int virtualViewId, int action, Bundle arguments); 54 public boolean performAction(int virtualViewId, int action, Bundle arguments) { 55 return bridge.performAction(virtualViewId, action, arguments);
|
/external/chromium_org/third_party/icu/source/common/ |
utracimp.h | 36 * - Should enum values like UTraceLevel be passed into int32_t-type arguments, 229 * Takes no data arguments. 230 * The number of arguments for this macro must match the number of inserts 231 * in the format string. Vector inserts count as two arguments. 243 * The number of arguments for this macro must match the number of inserts 244 * in the format string. Vector inserts count as two arguments. 255 * Takes two data arguments. 256 * The number of arguments for this macro must match the number of inserts 257 * in the format string. Vector inserts count as two arguments. 268 * Takes three data arguments [all...] |
/external/icu4c/common/ |
utracimp.h | 36 * - Should enum values like UTraceLevel be passed into int32_t-type arguments, 229 * Takes no data arguments. 230 * The number of arguments for this macro must match the number of inserts 231 * in the format string. Vector inserts count as two arguments. 243 * The number of arguments for this macro must match the number of inserts 244 * in the format string. Vector inserts count as two arguments. 255 * Takes two data arguments. 256 * The number of arguments for this macro must match the number of inserts 257 * in the format string. Vector inserts count as two arguments. 268 * Takes three data arguments [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-handle.js | 46 function evaluateRequest(exec_state, arguments) { 53 // Generate request with the supplied arguments. 55 if (arguments) { 56 request = '{' + base_request + ',"arguments":' + arguments + '}'; 69 function lookupRequest(exec_state, arguments, success) { 76 // Generate request with the supplied arguments. 78 if (arguments) { 79 request = '{' + base_request + ',"arguments":' + arguments + '}' [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcCallingConv.td | 21 // i32 f32 arguments get passed in integer registers if there is space. 23 // f64 arguments are split and passed through registers or through stack. 41 // The 64-bit ABI conceptually assigns all function arguments to a parameter 42 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments 43 // occupy a multiple of 8 bytes in the array. Integer arguments are extended to 48 // array at fixed offsets. Integer arguments are promoted to registers when 59 // float function arguments would occupy 8 bytes each, and be passed in %f1 and 67 // arguments: 89 // - Annotate integer arguments with zeroext or signext attributes. 99 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg [all...] |
/external/v8/test/mjsunit/ |
debug-handle.js | 46 function evaluateRequest(exec_state, arguments) { 53 // Generate request with the supplied arguments. 55 if (arguments) { 56 request = '{' + base_request + ',"arguments":' + arguments + '}'; 69 function lookupRequest(exec_state, arguments, success) { 76 // Generate request with the supplied arguments. 78 if (arguments) { 79 request = '{' + base_request + ',"arguments":' + arguments + '}' [all...] |