HomeSort by relevance Sort by last modified time
    Searched defs:TestFn (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/libcxx/test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/
status.pass.cpp 36 auto TestFn = [](path const& p) {
46 TestFn(StaticEnv::File);
47 TestFn(StaticEnv::Dir);
48 TestFn(StaticEnv::SymlinkToFile);
49 TestFn(StaticEnv::DNE);
symlink_status.pass.cpp 35 auto TestFn = [](path const& p) {
45 TestFn(StaticEnv::File);
46 TestFn(StaticEnv::Dir);
47 TestFn(StaticEnv::SymlinkToFile);
48 TestFn(StaticEnv::DNE);
  /external/llvm/lib/Fuzzer/test/
SimpleFnAdapterTest.cpp 12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) {
20 fuzzer::Adapt(TestFn, Data, Size);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/
status.pass.cpp 36 auto TestFn = [](path const& p) {
46 TestFn(StaticEnv::File);
47 TestFn(StaticEnv::Dir);
48 TestFn(StaticEnv::SymlinkToFile);
49 TestFn(StaticEnv::DNE);
symlink_status.pass.cpp 35 auto TestFn = [](path const& p) {
45 TestFn(StaticEnv::File);
46 TestFn(StaticEnv::Dir);
47 TestFn(StaticEnv::SymlinkToFile);
48 TestFn(StaticEnv::DNE);
  /external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_compare_exchange_strong.pass.cpp 30 struct TestFn {
61 TestEachAtomicType<TestFn>()();
atomic_compare_exchange_strong_explicit.pass.cpp 33 struct TestFn {
68 TestEachAtomicType<TestFn>()();
atomic_compare_exchange_weak.pass.cpp 31 struct TestFn {
62 TestEachAtomicType<TestFn>()();
atomic_compare_exchange_weak_explicit.pass.cpp 35 struct TestFn {
70 TestEachAtomicType<TestFn>()();
atomic_fetch_and.pass.cpp 29 struct TestFn {
50 TestEachIntegralType<TestFn>()();
atomic_fetch_and_explicit.pass.cpp 29 struct TestFn {
52 TestEachIntegralType<TestFn>()();
atomic_fetch_or.pass.cpp 29 struct TestFn {
50 TestEachIntegralType<TestFn>()();
atomic_fetch_or_explicit.pass.cpp 29 struct TestFn {
52 TestEachIntegralType<TestFn>()();
atomic_fetch_xor.pass.cpp 29 struct TestFn {
50 TestEachIntegralType<TestFn>()();
atomic_fetch_xor_explicit.pass.cpp 29 struct TestFn {
52 TestEachIntegralType<TestFn>()();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_compare_exchange_strong.pass.cpp 30 struct TestFn {
61 TestEachAtomicType<TestFn>()();
atomic_compare_exchange_strong_explicit.pass.cpp 33 struct TestFn {
68 TestEachAtomicType<TestFn>()();
atomic_compare_exchange_weak.pass.cpp 31 struct TestFn {
62 TestEachAtomicType<TestFn>()();
atomic_compare_exchange_weak_explicit.pass.cpp 35 struct TestFn {
70 TestEachAtomicType<TestFn>()();
atomic_fetch_and.pass.cpp 29 struct TestFn {
50 TestEachIntegralType<TestFn>()();
atomic_fetch_and_explicit.pass.cpp 29 struct TestFn {
52 TestEachIntegralType<TestFn>()();
atomic_fetch_or.pass.cpp 29 struct TestFn {
50 TestEachIntegralType<TestFn>()();
atomic_fetch_or_explicit.pass.cpp 29 struct TestFn {
52 TestEachIntegralType<TestFn>()();
atomic_fetch_xor.pass.cpp 29 struct TestFn {
50 TestEachIntegralType<TestFn>()();
atomic_fetch_xor_explicit.pass.cpp 29 struct TestFn {
52 TestEachIntegralType<TestFn>()();

Completed in 283 milliseconds

1 2 3