Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 6247) sorted by relevance

12345678910>>...250

/external/v8/test/webkit/
Ddfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt29 PASS foo.call(me) is 42
30 PASS foo.call(me) is 42
31 PASS foo.call(me) is 42
32 PASS foo.call(me) is 42
33 PASS foo.call(me) is 42
34 PASS foo.call(me) is 42
35 PASS foo.call(me) is 42
36 PASS foo.call(me) is 42
37 PASS foo.call(me) is 42
38 PASS foo.call(me) is 42
[all …]
Ddfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt29 PASS foo.call(me) is 42
30 PASS foo.call(me) is 42
31 PASS foo.call(me) is 42
32 PASS foo.call(me) is 42
33 PASS foo.call(me) is 42
34 PASS foo.call(me) is 42
35 PASS foo.call(me) is 42
36 PASS foo.call(me) is 42
37 PASS foo.call(me) is 42
38 PASS foo.call(me) is 42
[all …]
Ddfg-convert-this-object-then-exit-on-other-expected.txt29 PASS foo.call(me) is 42
30 PASS foo.call(me) is 42
31 PASS foo.call(me) is 42
32 PASS foo.call(me) is 42
33 PASS foo.call(me) is 42
34 PASS foo.call(me) is 42
35 PASS foo.call(me) is 42
36 PASS foo.call(me) is 42
37 PASS foo.call(me) is 42
38 PASS foo.call(me) is 42
[all …]
Ddfg-convert-this-other-then-exit-on-object-expected.txt29 PASS foo.call(me) is 42
30 PASS foo.call(me) is 42
31 PASS foo.call(me) is 42
32 PASS foo.call(me) is 42
33 PASS foo.call(me) is 42
34 PASS foo.call(me) is 42
35 PASS foo.call(me) is 42
36 PASS foo.call(me) is 42
37 PASS foo.call(me) is 42
38 PASS foo.call(me) is 42
[all …]
Ddfg-convert-this-dom-window-expected.txt24 This tests that we can correctly call Function.prototype.call in the DFG, but more precisely, that …
29 PASS myObject.call() is [myObject, "myObject.call"]
31 PASS myFunction.call(myObject, 'arg1') is [myObject, "myFunction", "arg1"]
32 PASS myFunction.call() is [this, "myFunction", undefined]
33 PASS myFunction.call(null) is [this, "myFunction", undefined]
34 PASS myFunction.call(undefined) is [this, "myFunction", undefined]
39 PASS myFunctionWithCall.call(myObject, 'arg1') is [myFunctionWithCall, "myFunctionWithCall.call", m…
41 PASS myObject.call() is [myObject, "myObject.call"]
43 PASS myFunction.call(myObject, 'arg1') is [myObject, "myFunction", "arg1"]
44 PASS myFunction.call() is [this, "myFunction", undefined]
[all …]
Ddfg-to-string-toString-becomes-bad-with-check-structure-expected.txt29 PASS foo.call(new String("foo")) is "foo"
30 PASS foo.call(new String("foo")) is "foo"
31 PASS foo.call(new String("foo")) is "foo"
32 PASS foo.call(new String("foo")) is "foo"
33 PASS foo.call(new String("foo")) is "foo"
34 PASS foo.call(new String("foo")) is "foo"
35 PASS foo.call(new String("foo")) is "foo"
36 PASS foo.call(new String("foo")) is "foo"
37 PASS foo.call(new String("foo")) is "foo"
38 PASS foo.call(new String("foo")) is "foo"
[all …]
Ddfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function-expected.txt30 PASS bar.call({f:baz}, baz) is "baz"
32 PASS bar.call({f:baz}, baz) is "baz"
34 PASS bar.call({f:baz}, baz) is "baz"
36 PASS bar.call({f:baz}, baz) is "baz"
38 PASS bar.call({f:baz}, baz) is "baz"
40 PASS bar.call({f:baz}, baz) is "baz"
42 PASS bar.call({f:baz}, baz) is "baz"
44 PASS bar.call({f:baz}, baz) is "baz"
46 PASS bar.call({f:baz}, baz) is "baz"
48 PASS bar.call({f:baz}, baz) is "baz"
[all …]
/external/compiler-rt/make/test/
Dtest-util.mk3 streq_t0 = $(call streq,,)
4 $(call AssertEqual,streq_t0,true)
5 streq_t1 = $(call streq,b,)
6 $(call AssertEqual,streq_t1,)
7 streq_t2 = $(call streq,,b)
8 $(call AssertEqual,streq_t2,)
9 streq_t3 = $(call streq,b,b)
10 $(call AssertEqual,streq_t3,true)
11 streq_t4 = $(call streq,bb,b)
12 $(call AssertEqual,streq_t4,)
[all …]
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll14 %call = call double @acos(double %conv)
15 %conv1 = fptrunc double %call to float
18 ; CHECK: call float @acosf(float %f)
23 %call = call double @acos(double %conv)
24 ret double %call
26 ; CHECK: call double @acos(double %conv)
31 %call = call double @acosh(double %conv)
32 %conv1 = fptrunc double %call to float
35 ; CHECK: call float @acoshf(float %f)
40 %call = call double @acosh(double %conv)
[all …]
/external/llvm/test/CodeGen/X86/
Dsetjmp-spills.ll11 ; Test that llc avoids reusing spill slots in functions that call
12 ; setjmp(), whether they use "call" or "invoke" for calling setjmp()
18 ; This code keeps enough variables live across the setjmp() call that
21 %a1 = call i32 @get_val()
22 %a2 = call i32 @get_val()
23 %a3 = call i32 @get_val()
24 %a4 = call i32 @get_val()
25 %a5 = call i32 @get_val()
26 %a6 = call i32 @get_val()
27 %a7 = call i32 @get_val()
[all …]
/external/llvm/test/CodeGen/Mips/
Dconst4a.ll30 call void bitcast (void (...)* @foo to void ()*)()
34 call void bitcast (void (...)* @goo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
44 call void bitcast (void (...)* @hoo to void ()*)()
45 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
Dconst6.ll34 call void bitcast (void (...)* @hoo to void ()*)()
35 call void bitcast (void (...)* @hoo to void ()*)()
36 call void bitcast (void (...)* @hoo to void ()*)()
37 call void bitcast (void (...)* @hoo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Dbattery_utils_test.py85 self.watchMethodCalls(self.call.adb, ignore=['GetDeviceSerial'])
111 (self.call.device.RunShellCommand(
113 (self.call.battery.GetCharging(), False),
114 (self.call.battery.GetCharging(), True)):
120 (self.call.device.RunShellCommand(
122 (self.call.battery.GetCharging(), True)):
129 (self.call.device.RunShellCommand(
131 (self.call.battery.GetCharging(), True),
132 (self.call.battery.GetCharging(), False)):
140 with self.patch_call(self.call.device.build_version_sdk,
[all …]
Ddevice_utils_test.py78 mock.call.devil.utils.cmd_helper.GetCmdOutput(
94 mock.call.devil.android.sdk.adb_wrapper.AdbWrapper.KillServer(),
95 (mock.call.devil.utils.cmd_helper.GetCmdStatusAndOutput(
98 mock.call.devil.android.sdk.adb_wrapper.AdbWrapper.StartServer(),
99 (mock.call.devil.utils.cmd_helper.GetCmdStatusAndOutput(
102 (mock.call.devil.utils.cmd_helper.GetCmdStatusAndOutput(
147 self.watchMethodCalls(self.call.adb, ignore=['GetDeviceSerial'])
239 (self.call.adb.GetDeviceSerial(), '0123456789abcdef')):
246 with self.assertCall(self.call.adb.GetState(), 'device'):
250 with self.assertCall(self.call.adb.GetState(), 'offline'):
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dcbnz.ll13 call void @x()
14 call void @x()
15 call void @x()
16 call void @x()
17 call void @x()
18 call void @x()
19 call void @x()
20 call void @x()
21 call void @x()
22 call void @x()
[all …]
/external/v8/test/mjsunit/
Dcall.js32 assertTrue(this === f0.call(), "1");
34 assertTrue(this === f0.call(this), "w");
35 assertTrue(this === f0.call(this, 1), "w");
36 assertTrue(this === f0.call(this, 1, 2), "w");
38 assertTrue(this === f0.call(null), "3a");
39 assertTrue(this === f0.call(null, 1), "3b");
40 assertTrue(this === f0.call(null, 1, 2), "3c");
42 assertTrue(this === f0.call(void 0), "4a");
43 assertTrue(this === f0.call(void 0, 1), "4b");
44 assertTrue(this === f0.call(void 0, 1, 2), "4c");
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-rounding.ll8 %call = tail call float @floorf(float %a) nounwind readnone
9 ret float %call
19 %call = tail call double @floor(double %a) nounwind readnone
20 ret double %call
29 %call = tail call float @nearbyintf(float %a) nounwind readnone
30 ret float %call
39 %call = tail call double @nearbyint(double %a) nounwind readnone
40 ret double %call
50 %call = tail call float @ceilf(float %a) nounwind readnone
51 ret float %call
[all …]
Dround-conv.ll8 %call = call float @floorf(float %a) nounwind readnone
9 %conv = fptosi float %call to i32
18 %call = call float @floorf(float %a) nounwind readnone
19 %conv = fptosi float %call to i64
28 %call = call double @floor(double %a) nounwind readnone
29 %conv = fptosi double %call to i32
38 %call = call double @floor(double %a) nounwind readnone
39 %conv = fptosi double %call to i64
48 %call = call float @floorf(float %a) nounwind readnone
49 %conv = fptoui float %call to i32
[all …]
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll50 ; CHECK-NOT: call
52 %A = call double @cos(double 0.000000e+00)
53 %B = call double @sin(double 0.000000e+00)
55 %C = call double @tan(double 0.000000e+00)
57 %D = call double @sqrt(double 4.000000e+00)
62 ; FNOBUILTIN: call
63 %1 = call double @acos(double 1.000000e+00)
65 ; FNOBUILTIN: call
66 %2 = call double @asin(double 1.000000e+00)
68 ; FNOBUILTIN: call
[all …]
/external/opencv3/modules/cudaarithm/src/cuda/
Dbitwise_scalar.cu70 static void call(const GpuMat& src, cv::Scalar value, GpuMat& dst, Stream& stream) in call() function
78 static void call(const GpuMat& src, cv::Scalar value, GpuMat& dst, Stream& stream) in call() function
102 static void call(const GpuMat& src, cv::Scalar value, GpuMat& dst, Stream& _stream) in call() function
135 …arOp<bit_and, uchar> >::call , 0, NppBitwiseC<CV_8U , 3, nppiAndC_8u_C3R >::call, BitScalar4< bit… in bitScalar()
136 …arOp<bit_and, uchar> >::call , 0, NppBitwiseC<CV_8U , 3, nppiAndC_8u_C3R >::call, BitScalar4< bit… in bitScalar()
137 …arOp<bit_and, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiAndC_16u_C3R>::call, NppBitwiseC<CV_1… in bitScalar()
138 …arOp<bit_and, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiAndC_16u_C3R>::call, NppBitwiseC<CV_1… in bitScalar()
139 …arOp<bit_and, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiAndC_32s_C3R>::call, NppBitwiseC<CV… in bitScalar()
140 …arOp<bit_and, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiAndC_32s_C3R>::call, NppBitwiseC<CV… in bitScalar()
143 …alarOp<bit_or, uchar> >::call , 0, NppBitwiseC<CV_8U , 3, nppiOrC_8u_C3R >::call, BitScalar4< bit… in bitScalar()
[all …]
/external/v8/test/webkit/fast/js/
DtoString-number-expected.txt30 PASS Number.prototype.toString.call(0) is "0"
31 PASS Number.prototype.toString.call(new Number(0)) is "0"
35 PASS Number.prototype.toString.call(0, 2) is "0"
36 PASS Number.prototype.toString.call(new Number(0), 2) is "0"
38 PASS Number.prototype.toString.call(0, 36) is "0"
39 PASS Number.prototype.toString.call(new Number(0), 36) is "0"
41 PASS Number.prototype.toString.call(-1) is "-1"
42 PASS Number.prototype.toString.call(new Number(-1)) is "-1"
46 PASS Number.prototype.toString.call(-1, 2) is "-1"
47 PASS Number.prototype.toString.call(new Number(-1), 2) is "-1"
[all …]
/external/v8/test/mjsunit/es6/
Darrow-functions-this.js7 var call = Function.call.bind(Function.call);
43 assertEquals(global, call(globalSloppyArrow, object));
44 assertEquals(global, call(globalStrictArrow, object));
45 assertEquals(global, call(globalSloppyArrowEval, object, "this"));
46 assertEquals(global, call(globalStrictArrowEval, object, "this"));
47 assertEquals(global, call(globalSloppyArrowEval, object, "(() => this)()"));
48 assertEquals(global, call(globalStrictArrowEval, object, "(() => this)()"));
50 assertEquals(object, call(sloppyFunctionArrow, object));
51 assertEquals(global, call(sloppyFunctionArrow, undefined));
52 assertEquals(object, call(strictFunctionArrow, object));
[all …]
Dstring-html.js12 assertEquals(String.prototype.anchor.call(0x2A, 0x2A), '<a name="42">42</a>');
14 String.prototype.anchor.call(undefined);
17 String.prototype.anchor.call(null);
23 assertEquals(String.prototype.big.call(0x2A), '<big>42</big>');
25 String.prototype.big.call(undefined);
28 String.prototype.big.call(null);
34 assertEquals(String.prototype.blink.call(0x2A), '<blink>42</blink>');
36 String.prototype.blink.call(undefined);
39 String.prototype.blink.call(null);
45 assertEquals(String.prototype.bold.call(0x2A), '<b>42</b>');
[all …]
/external/v8/test/mjsunit/es7/
Darray-includes.js23 assertTrue(Array.prototype.includes.call(arrayLike, "c"));
35 assertTrue(Array.prototype.includes.call(arrayLike1, "a"));
36 assertFalse(Array.prototype.includes.call(arrayLike1, "c"));
45 assertTrue(Array.prototype.includes.call(arrayLike2, "b"));
46 assertFalse(Array.prototype.includes.call(arrayLike2, "c"));
53 Array.prototype.includes.call(null, "a");
57 Array.prototype.includes.call(undefined, "a");
80 Array.prototype.includes.call(trappedZero, "a");
97 Array.prototype.includes.call(trappedZero, "a", Symbol());
122 Array.prototype.includes.call(trappedZero, "a", fromIndex);
[all …]
/external/llvm/test/Transforms/ObjCARC/
Drv.ll31 ; CHECK-NEXT: %x = call i8* @returner
32 ; CHECK-NEXT: %0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %x) [[NUW:#[0-9]+]]
36 ; CHECK-NEXT: call void @objc_release(i8* %x)
41 %x = call i8* @returner()
42 %0 = call i8* @objc_retainAutoreleasedReturnValue(i8* %x)
46 call void @use_pointer(i8* %x)
51 call void @objc_release(i8* %x) nounwind
61 call i8* @objc_retainAutoreleasedReturnValue(i8* null)
62 call i8* @objc_autoreleaseReturnValue(i8* null)
63 ; call i8* @objc_retainAutoreleaseReturnValue(i8* null) ; TODO
[all …]

12345678910>>...250