HomeSort by relevance Sort by last modified time
    Searched defs:f1 (Results 201 - 225 of 780) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/qemu/android/base/files/
ScopedFd_unittest.cpp 65 ScopedFd f1; local
67 EXPECT_FALSE(f1.valid());
69 f1.swap(&f2);
71 EXPECT_TRUE(f1.valid());
  /external/skia/src/core/
SkVertState.h 21 int f0, f1, f2; member in struct:VertState
  /external/valgrind/main/coregrind/
m_vki.c 107 struct sigaction f1; local
113 vg_assert(sizeof(f1.sa_handler) == sizeof(f2.ksa_handler));
114 vg_assert(sizeof(f1.sa_mask) == sizeof(f2.sa_mask));
115 vg_assert(sizeof(f1.sa_flags) == sizeof(f2.sa_flags));
121 vg_assert(offsetof(f1.sa_handler) == offsetof(f2.ksa_handler));
122 vg_assert(offsetof(f1.sa_mask) == offsetof(f2.sa_mask));
123 vg_assert(offsetof(f1.sa_flags) == offsetof(f2.sa_flags));
  /external/valgrind/main/none/tests/s390x/
bfp-4.c 39 float f1, f2; local
43 f1 = 3.14f;
44 f2 = f1;
45 cebr(f1, f2);
46 f2 = f1 + 10.;
47 cebr(f1, f2);
48 f2 = f1 - 100.;
49 cebr(f1, f2);
  /ndk/sources/cxx-stl/gabi++/tests/
catch_class_01.cpp 25 void f1() function
35 f1();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp 31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function
74 ios.register_callback(f1, 4);
90 ios.register_callback(f1, 4);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/
dtor.pass.cpp 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function
79 b.register_callback(f1, 4);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_all.pass.cpp 28 void f1() function
50 std::thread t1(f1);
notify_one.pass.cpp 28 void f1() function
50 std::thread t1(f1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_all.pass.cpp 32 void f1() function
54 std::thread t1(f1);
notify_one.pass.cpp 32 void f1() function
54 std::thread t1(f1);
wait.exception.pass.cpp 8 void f1() function
43 std::set_terminate(f1);
wait_for.exception.pass.cpp 8 void f1() function
43 std::set_terminate(f1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_duration.pass.cpp 33 void f1() function
62 v.push_back(std::thread(f1));
mutex_time_point.pass.cpp 33 void f1() function
62 v.push_back(std::thread(f1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp 30 void f1() function
54 std::thread t(f1);
mutex_time_point.pass.cpp 30 void f1() function
54 std::thread t(f1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_for.pass.cpp 32 void f1() function
58 std::thread t(f1);
try_lock_shared_for.pass.cpp 33 void f1() function
61 v.push_back(std::thread(f1));
try_lock_shared_until.pass.cpp 33 void f1() function
61 v.push_back(std::thread(f1));
try_lock_until.pass.cpp 32 void f1() function
58 std::thread t(f1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp 30 void f1() function
53 std::thread t(f1);
try_lock_until.pass.cpp 30 void f1() function
53 std::thread t(f1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp 30 void f1() function
55 std::thread t(f1);
try_lock_until.pass.cpp 30 void f1() function
55 std::thread t(f1);

Completed in 1016 milliseconds

1 2 3 4 5 6 7 891011>>