HomeSort by relevance Sort by last modified time
    Searched defs:test1a (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
forward_as_tuple.pass.cpp 27 test1a(const Tuple& t) function
69 test1a(std::forward_as_tuple(1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
forward_as_tuple.pass.cpp 27 test1a(const Tuple& t) function
69 test1a(std::forward_as_tuple(1));
  /external/clang/test/CodeGen/
alignment.c 22 int test1a(myint *p) { function
25 // CHECK: @test1a(
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
fill_n.pass.cpp 89 test1 test1a[n] = {0}; local
90 assert(std::fill_n(test1a, n, static_cast<char>(10)) == std::next(test1a, n));
91 assert(test1a[0].c == 11);
92 assert(test1a[1].c == 11);
93 assert(test1a[2].c == 11);
94 assert(test1a[3].c == 11);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
fill_n.pass.cpp 89 test1 test1a[n] = {0}; local
90 assert(std::fill_n(test1a, n, static_cast<char>(10)) == std::next(test1a, n));
91 assert(test1a[0].c == 11);
92 assert(test1a[1].c == 11);
93 assert(test1a[2].c == 11);
94 assert(test1a[3].c == 11);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 64 public void test1a() throws Exception { method in class:ValueCompleterTest

Completed in 845 milliseconds