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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stdout.exp 1 I'm in an asininely long namespace!
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/priority.queue/priqueue.cons/
ctor_iter_iter.pass.cpp 21 int* an = a + sizeof(a)/sizeof(a[0]); local
22 std::priority_queue<int> q(a, an);
23 assert(q.size() == an - a);
ctor_iter_iter_comp.pass.cpp 21 int* an = a + sizeof(a)/sizeof(a[0]); local
23 q(a, an, std::greater<int>());
24 assert(q.size() == an - a);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.cons/
construct_iter_iter.pass.cpp 34 int* an = a + sizeof(a)/sizeof(a[0]); local
35 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an));
36 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an));
37 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an));
38 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an));
39 test<std::vector<int> >(a, an);
41 test<std::vector<int, stack_allocator<int, 63> > >(input_iterator<const int*>(a), input_iterator<const int*>(an));
42 test<std::vector<int, stack_allocator<int, 18> > >(forward_iterator<const int*>(a), forward_iterator<const int*>(an));
43 test<std::vector<int, stack_allocator<int, 18> > >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an));
44 test<std::vector<int, stack_allocator<int, 18> > >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an));
    [all...]
construct_iter_iter_alloc.pass.cpp 35 int* an = a + sizeof(a)/sizeof(a[0]); local
37 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc);
38 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc);
39 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc);
40 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc);
41 test<std::vector<int> >(a, an, alloc);
copy.pass.cpp 33 int* an = a + sizeof(a)/sizeof(a[0]); local
34 test(std::vector<int>(a, an));
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
construct_iter_iter.pass.cpp 34 bool* an = a + sizeof(a)/sizeof(a[0]); local
35 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an));
36 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an));
37 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an));
38 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an));
39 test<std::vector<bool> >(a, an);
construct_iter_iter_alloc.pass.cpp 35 bool* an = a + sizeof(a)/sizeof(a[0]); local
37 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc);
38 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc);
39 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc);
40 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc);
41 test<std::vector<bool> >(a, an, alloc);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.cons/
copy_alloc.pass.cpp 32 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
33 test(std::deque<int, test_allocator<int> >(ab, an, test_allocator<int>(3)),
38 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
39 test(std::deque<int, other_allocator<int> >(ab, an, other_allocator<int>(3)),
move.pass.cpp 25 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
28 for (int* p = ab; p < an; ++p)
31 for (int* p = ab; p < an; ++p)
40 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
43 for (int* p = ab; p < an; ++p)
46 for (int* p = ab; p < an; ++p)
move_alloc.pass.cpp 25 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
28 for (int* p = ab; p < an; ++p)
31 for (int* p = ab; p < an; ++p)
40 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
43 for (int* p = ab; p < an; ++p)
46 for (int* p = ab; p < an; ++p)
55 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
58 for (int* p = ab; p < an; ++p)
61 for (int* p = ab; p < an; ++p)
move_assign.pass.cpp 25 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
28 for (int* p = ab; p < an; ++p)
31 for (int* p = ab; p < an; ++p)
41 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
44 for (int* p = ab; p < an; ++p)
47 for (int* p = ab; p < an; ++p)
57 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
60 for (int* p = ab; p < an; ++p)
63 for (int* p = ab; p < an; ++p)
iter_iter_alloc.pass.cpp 39 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
40 test(input_iterator<const int*>(ab), input_iterator<const int*>(an), test_allocator<int>(3));
41 test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an), test_allocator<int>(4));
42 test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an), test_allocator<int>(5));
43 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), test_allocator<int>(6));
iter_iter.pass.cpp 52 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
53 test(input_iterator<const int*>(ab), input_iterator<const int*>(an));
54 test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an));
55 test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an));
56 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an));
57 test<stack_allocator<int, 4096> >(ab, an);
copy.pass.cpp 30 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
31 test(std::deque<int>(ab, an));
op_equal.pass.cpp 31 int* an = ab + sizeof(ab)/sizeof(ab[0]); local
32 test(std::deque<int>(ab, an));
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
TestHelper.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
31 String an = actual.replaceAll( "[\\s]+", " ").trim(); local
35 en, an);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
no_entrypoint.js 1 var x = "This is an invalid PAC script because it lacks a " +
  /external/webkit/Source/WebCore/manual-tests/inspector/resources/
script-error.js 2 this.will.be.an.error = 1;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawables.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
49 Animation an = new TranslateAnimation(0, 100, 0, 200); local
50 an.setDuration(2000);
51 an.setRepeatCount(-1);
52 an.initialize(10, 10, 10, 10);
54 mDrawable = new AnimateDrawable(dr, an);
55 an.startNow();
  /hardware/ti/omap4xxx/ion/
Android.mk 1 # only include if running on an omap4 platform
  /external/clang/test/Sema/
predef.c 9 expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qualifiers}}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of

Completed in 930 milliseconds

1 2 3 4 5 6 7 8 91011>>