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

1 2 3 4 5 6 7 8 910

  /external/libcxx/test/containers/sequences/deque/deque.cons/
copy_alloc.pass.cpp 32 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
33 int* an = ab + sizeof(ab)/sizeof(ab[0]);
34 test(std::deque<int, test_allocator<int> >(ab, an, test_allocator<int>(3)),
38 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
39 int* an = ab + sizeof(ab)/sizeof(ab[0]);
40 test(std::deque<int, other_allocator<int> >(ab, an, other_allocator<int>(3))
45 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
    [all...]
iter_iter_alloc.pass.cpp 39 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
40 int* an = ab + sizeof(ab)/sizeof(ab[0]);
41 test(input_iterator<const int*>(ab), input_iterator<const int*>(an), test_allocator<int>(3));
42 test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an), test_allocator<int>(4));
43 test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an), test_allocator<int>(5));
44 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), test_allocator<int>(6));
46 test(input_iterator<const int*>(ab), input_iterator<const int*>(an), min_allocator<int>());
47 test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an), min_allocator<int>())
    [all...]
move.pass.cpp 25 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
26 int* an = ab + sizeof(ab)/sizeof(ab[0]);
29 for (int* p = ab; p < an; ++p)
32 for (int* p = ab; p < an; ++p)
40 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
41 int* an = ab + sizeof(ab)/sizeof(ab[0])
56 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
    [all...]
copy.pass.cpp 30 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
31 int* an = ab + sizeof(ab)/sizeof(ab[0]);
32 test(std::deque<int>(ab, an));
50 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
51 int* an = ab + sizeof(ab)/sizeof(ab[0]);
52 test(std::deque<int, min_allocator<int>>(ab, an))
    [all...]
op_equal.pass.cpp 31 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
32 int* an = ab + sizeof(ab)/sizeof(ab[0]);
33 test(std::deque<int>(ab, an));
51 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
52 int* an = ab + sizeof(ab)/sizeof(ab[0]);
53 test(std::deque<int, min_allocator<int>>(ab, an))
    [all...]
move_alloc.pass.cpp 25 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
26 int* an = ab + sizeof(ab)/sizeof(ab[0]);
29 for (int* p = ab; p < an; ++p)
32 for (int* p = ab; p < an; ++p)
40 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
41 int* an = ab + sizeof(ab)/sizeof(ab[0])
55 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
71 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
    [all...]
move_assign.pass.cpp 25 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
26 int* an = ab + sizeof(ab)/sizeof(ab[0]);
29 for (int* p = ab; p < an; ++p)
32 for (int* p = ab; p < an; ++p)
41 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
42 int* an = ab + sizeof(ab)/sizeof(ab[0])
57 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
74 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
    [all...]
iter_iter.pass.cpp 52 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; local
53 int* an = ab + sizeof(ab)/sizeof(ab[0]);
54 test(input_iterator<const int*>(ab), input_iterator<const int*>(an));
55 test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an));
56 test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an));
57 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an));
58 test<stack_allocator<int, 4096> >(ab, an);
60 test<min_allocator<int> >(ab, an)
    [all...]
  /external/clang/test/Parser/
cxx-member-init-missing-paren-crash.cpp 7 bool ab() {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hebrew.cc 34 hb_codepoint_t *ab)
71 bool found = c->unicode->compose (a, b, ab);
80 *ab = 0xFB1Du;
86 *ab = 0xFB1Fu;
89 *ab = 0xFB2Eu;
95 *ab = 0xFB2Fu;
101 *ab = 0xFB4Bu;
107 *ab = sDageshForms[a - 0x05D0u];
108 found = (*ab != 0);
110 *ab = 0xFB2Cu
    [all...]
hb-ot-shape-normalize-private.hh 59 hb_codepoint_t ab,
65 hb_codepoint_t *ab);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hebrew.cc 34 hb_codepoint_t *ab)
71 bool found = c->unicode->compose (a, b, ab);
80 *ab = 0xFB1Du;
86 *ab = 0xFB1Fu;
89 *ab = 0xFB2Eu;
95 *ab = 0xFB2Fu;
101 *ab = 0xFB4Bu;
107 *ab = sDageshForms[a - 0x05D0u];
108 found = (*ab != 0);
110 *ab = 0xFB2Cu
    [all...]
  /external/eigen/unsupported/test/
kronecker_product.cpp 19 void check_dimension(const MatrixType& ab, const int rows, const int cols)
21 VERIFY_IS_EQUAL(ab.rows(), rows);
22 VERIFY_IS_EQUAL(ab.cols(), cols);
27 void check_kronecker_product(const MatrixType& ab)
29 VERIFY_IS_EQUAL(ab.rows(), 6);
30 VERIFY_IS_EQUAL(ab.cols(), 6);
31 VERIFY_IS_EQUAL(ab.nonZeros(), 36);
32 VERIFY_IS_APPROX(ab.coeff(0,0), -0.4017367630386106);
33 VERIFY_IS_APPROX(ab.coeff(0,1), 0.1056863433932735);
34 VERIFY_IS_APPROX(ab.coeff(0,2), -0.7255206194554212)
    [all...]
  /external/compiler-rt/test/asan/TestCases/Helpers/
initialization-nobug-extra.cc 3 static int ab = getAB(); variable
  /external/clang/test/CodeGenCXX/
atomicinit.cpp 30 void atomic_init_bool(_Atomic(bool) *ab, bool b) {
34 __c11_atomic_init(ab, b);
39 _Atomic(bool) ab; member in struct:AtomicBoolMember
47 AtomicBoolMember::AtomicBoolMember(bool b) : ab(b) { }
  /external/compiler-rt/lib/builtins/ppc/
gcc_qmul.c 21 double ab, tmp, tau; local
23 ab = A * B;
26 if (ab == 0.0) {
27 dst.s.hi = ab;
32 const doublebits abBits = { .d = ab };
34 dst.s.hi = ab;
45 tmp = LOWORDER(ab, aHi, aLo, bHi, bLo);
47 tau = ab + tmp;
49 dst.s.lo = (ab - tau) + tmp;
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 46 ActionBar ab = getSupportActionBar(); local
47 ab.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 46 ActionBar ab = getSupportActionBar(); local
47 ab.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
  /development/samples/browseable/ActionBarCompat-Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 46 ActionBar ab = getSupportActionBar(); local
47 ab.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
  /external/clang/test/Sema/
decl-in-prototype.c 23 struct ab { // expected-note {{previous definition is here}} expected-note {{previous definition is here}} struct in struct:aA
28 int f5(struct aA { struct ab { int j; } b; struct ab { char glorx; } glorx; } *); // expected-warning {{declaration of 'struct aA' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}}
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_guarded_conditional_break.opt_test 10 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
15 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
lower_unified_returns.opt_test 12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
17 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_guarded_conditional_break.opt_test 10 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
15 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
lower_unified_returns.opt_test 12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
17 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
  /external/linux-tools-perf/perf-3.12.0/arch/arc/lib/
memcpy-700.S 21 st.ab r12,[r5,4]
26 st.ab r12,[r5,4]
28 st.ab r3,[r5,4]
55 stb.ab r12,[r5,1]
60 stb.ab r12,[r5,1]
62 stb.ab r3,[r5,1]

Completed in 261 milliseconds

1 2 3 4 5 6 7 8 910