HomeSort by relevance Sort by last modified time
    Searched refs:v2 (Results 1 - 25 of 1540) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/v2/src/
event.cc 5 #include "ui/v2/public/event.h"
7 namespace v2 { namespace
9 } // namespace v2
event_dispatcher.cc 5 #include "ui/v2/public/event_dispatcher.h"
7 namespace v2 { namespace
9 } // namespace v2
event_processor.cc 5 #include "ui/v2/src/event_processor.h"
7 namespace v2 { namespace
9 } // namespace v2
paint_processor.cc 5 #include "ui/v2/src/paint_processor.h"
7 namespace v2 { namespace
9 } // namespace v2
event_processor.h 8 namespace v2 { namespace
10 } // namespace v2
paint_processor.h 8 namespace v2 { namespace
10 } // namespace v2
window.cc 5 #include "ui/v2/public/window.h"
7 namespace v2 { namespace
18 } // namespace v2
  /external/chromium_org/ui/v2/public/
event_dispatcher.h 8 #include "ui/v2/public/v2_export.h"
10 namespace v2 { namespace
12 } // namespace v2
event_handler.h 8 #include "ui/v2/public/v2_export.h"
10 namespace v2 { namespace
12 } // namespace v2
event_target.h 8 #include "ui/v2/public/v2_export.h"
10 namespace v2 { namespace
12 } // namespace v2
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
slice_const.pass.cpp 23 std::valarray<int> v2 = v1[std::slice(1, 5, 3)]; local
24 assert(v2.size() == 5);
25 assert(v2[0] == 1);
26 assert(v2[1] == 4);
27 assert(v2[2] == 7);
28 assert(v2[3] == 10);
29 assert(v2[4] == 13);
valarray_bool_non_const.pass.cpp 27 std::valarray<int> v2(5);
28 v2 = v1[vb];
29 assert(v2.size() == 5);
30 assert(v2[ 0] == 0);
31 assert(v2[ 1] == 3);
32 assert(v2[ 2] == 4);
33 assert(v2[ 3] == 7);
34 assert(v2[ 4] == 11);
valarray_bool_const.pass.cpp 27 std::valarray<int> v2(v1[vb]);
28 assert(v2.size() == 5);
29 assert(v2[ 0] == 0);
30 assert(v2[ 1] == 3);
31 assert(v2[ 2] == 4);
32 assert(v2[ 3] == 7);
33 assert(v2[ 4] == 11);
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
mask_array_assign.pass.cpp 27 std::valarray<int> v2(5);
28 v2 = v1[vb];
29 assert(v2.size() == 5);
30 assert(v2[ 0] == 0);
31 assert(v2[ 1] == 3);
32 assert(v2[ 2] == 4);
33 assert(v2[ 3] == 7);
34 assert(v2[ 4] == 11);
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
mask_array.pass.cpp 27 std::valarray<int> v2(v1[vb]);
28 assert(v2.size() == 5);
29 assert(v2[ 0] == 0);
30 assert(v2[ 1] == 3);
31 assert(v2[ 2] == 4);
32 assert(v2[ 3] == 7);
33 assert(v2[ 4] == 11);
  /external/libcxx/test/containers/sequences/vector/vector.capacity/
swap.pass.cpp 23 std::vector<int> v2(200);
24 v1.swap(v2);
27 assert(v2.size() == 100);
28 assert(v2.capacity() == 100);
33 std::vector<int, min_allocator<int>> v2(200);
34 v1.swap(v2);
37 assert(v2.size() == 100);
38 assert(v2.capacity() == 100);
  /external/llvm/test/MC/AArch64/
neon-bitwise-instructions.s 8 and v0.8b, v1.8b, v2.8b
9 and v0.16b, v1.16b, v2.16b
11 // CHECK: and v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0x22,0x0e]
12 // CHECK: and v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0x22,0x4e]
18 orr v0.8b, v1.8b, v2.8b
19 orr v0.16b, v1.16b, v2.16b
21 // CHECK: orr v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0xa2,0x0e]
22 // CHECK: orr v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0xa2,0x4e]
28 eor v0.8b, v1.8b, v2.8b
29 eor v0.16b, v1.16b, v2.16
    [all...]
neon-3vdiff.s 17 saddl v0.8h, v1.8b, v2.8b
18 saddl v0.4s, v1.4h, v2.4h
19 saddl v0.2d, v1.2s, v2.2s
21 // CHECK: saddl v0.8h, v1.8b, v2.8b // encoding: [0x20,0x00,0x22,0x0e]
22 // CHECK: saddl v0.4s, v1.4h, v2.4h // encoding: [0x20,0x00,0x62,0x0e]
23 // CHECK: saddl v0.2d, v1.2s, v2.2s // encoding: [0x20,0x00,0xa2,0x0e]
25 saddl2 v0.4s, v1.8h, v2.8h
26 saddl2 v0.8h, v1.16b, v2.16b
27 saddl2 v0.2d, v1.4s, v2.4s
29 // CHECK: saddl2 v0.4s, v1.8h, v2.8h // encoding: [0x20,0x00,0x62,0x4e
    [all...]
neon-tbl.s 9 tbl v0.8b, { v1.16b }, v2.8b
10 tbl v0.8b, { v1.16b, v2.16b }, v2.8b
11 tbl v0.8b, { v1.16b, v2.16b, v3.16b }, v2.8b
12 tbl v0.8b, { v1.16b, v2.16b, v3.16b, v4.16b }, v2.8b
13 tbl v0.8b, { v31.16b, v0.16b, v1.16b, v2.16b }, v2.8b
15 // CHECK: tbl v0.8b, { v1.16b }, v2.8b // encoding: [0x20,0x00,0x02,0x0e
    [all...]
neon-perm.s 9 uzp1 v0.8b, v1.8b, v2.8b
10 uzp1 v0.16b, v1.16b, v2.16b
11 uzp1 v0.4h, v1.4h, v2.4h
12 uzp1 v0.8h, v1.8h, v2.8h
13 uzp1 v0.2s, v1.2s, v2.2s
14 uzp1 v0.4s, v1.4s, v2.4s
15 uzp1 v0.2d, v1.2d, v2.2d
17 // CHECK: uzp1 v0.8b, v1.8b, v2.8b // encoding: [0x20,0x18,0x02,0x0e]
18 // CHECK: uzp1 v0.16b, v1.16b, v2.16b // encoding: [0x20,0x18,0x02,0x4e]
19 // CHECK: uzp1 v0.4h, v1.4h, v2.4h // encoding: [0x20,0x18,0x42,0x0e
    [all...]
neon-extract.s 9 ext v0.8b, v1.8b, v2.8b, #0x3
10 ext v0.16b, v1.16b, v2.16b, #0x3
12 // CHECK: ext v0.8b, v1.8b, v2.8b, #{{0x3|3}} // encoding: [0x20,0x18,0x02,0x2e]
13 // CHECK: ext v0.16b, v1.16b, v2.16b, #{{0x3|3}} // encoding: [0x20,0x18,0x02,0x6e]
neon-rounding-shift.s 9 srshl v0.8b, v1.8b, v2.8b
10 srshl v0.16b, v1.16b, v2.16b
11 srshl v0.4h, v1.4h, v2.4h
12 srshl v0.8h, v1.8h, v2.8h
13 srshl v0.2s, v1.2s, v2.2s
14 srshl v0.4s, v1.4s, v2.4s
15 srshl v0.2d, v1.2d, v2.2d
17 // CHECK: srshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x54,0x22,0x0e]
18 // CHECK: srshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x54,0x22,0x4e]
19 // CHECK: srshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x54,0x62,0x0e
    [all...]
neon-saturating-rounding-shift.s 9 sqrshl v0.8b, v1.8b, v2.8b
10 sqrshl v0.16b, v1.16b, v2.16b
11 sqrshl v0.4h, v1.4h, v2.4h
12 sqrshl v0.8h, v1.8h, v2.8h
13 sqrshl v0.2s, v1.2s, v2.2s
14 sqrshl v0.4s, v1.4s, v2.4s
15 sqrshl v0.2d, v1.2d, v2.2d
17 // CHECK: sqrshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x5c,0x22,0x0e]
18 // CHECK: sqrshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x5c,0x22,0x4e]
19 // CHECK: sqrshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x5c,0x62,0x0e
    [all...]
neon-saturating-shift.s 9 sqshl v0.8b, v1.8b, v2.8b
10 sqshl v0.16b, v1.16b, v2.16b
11 sqshl v0.4h, v1.4h, v2.4h
12 sqshl v0.8h, v1.8h, v2.8h
13 sqshl v0.2s, v1.2s, v2.2s
14 sqshl v0.4s, v1.4s, v2.4s
15 sqshl v0.2d, v1.2d, v2.2d
17 // CHECK: sqshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x4c,0x22,0x0e]
18 // CHECK: sqshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x4c,0x22,0x4e]
19 // CHECK: sqshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x4c,0x62,0x0e
    [all...]
neon-add-sub-instructions.s 9 add v0.8b, v1.8b, v2.8b
10 add v0.16b, v1.16b, v2.16b
11 add v0.4h, v1.4h, v2.4h
12 add v0.8h, v1.8h, v2.8h
13 add v0.2s, v1.2s, v2.2s
14 add v0.4s, v1.4s, v2.4s
15 add v0.2d, v1.2d, v2.2d
17 // CHECK: add v0.8b, v1.8b, v2.8b // encoding: [0x20,0x84,0x22,0x0e]
18 // CHECK: add v0.16b, v1.16b, v2.16b // encoding: [0x20,0x84,0x22,0x4e]
19 // CHECK: add v0.4h, v1.4h, v2.4h // encoding: [0x20,0x84,0x62,0x0e
    [all...]

Completed in 288 milliseconds

1 2 3 4 5 6 7 8 91011>>