HomeSort by relevance Sort by last modified time
    Searched refs:t2 (Results 351 - 375 of 1318) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/containers/sequences/array/
at.pass.cpp 62 constexpr T t2 = c.at(2); local
63 static_assert (t2 == 3.5, "");
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
splice_after_one.pass.cpp 22 const T t2[] = {10, 11, 12}; variable
24 const int size_t2 = std::end(t2) - std::begin(t2);
35 assert(*i == t2[n2]);
88 C c2(std::begin(t2), std::end(t2));
118 C c2(std::begin(t2), std::end(t2));
splice_after_range.pass.cpp 23 const T t2[] = {10, 11, 12, 13, 14, 15}; variable
25 const int size_t2 = std::end(t2) - std::begin(t2);
36 assert(*i == t2[n2]);
91 C c2(std::begin(t2), std::end(t2));
135 C c2(std::begin(t2), std::end(t2));
  /external/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_all.pass.cpp 51 std::thread t2(f2);
64 t2.join();
  /external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_all.pass.cpp 55 std::thread t2(f2);
68 t2.join();
  /external/libcxxabi/test/
test_guard.cpp 89 std::thread t1(helper), t2(helper);
91 t2.join();
  /external/llvm/test/MC/ARM/
ldr-pseudo-obj-errors.s 1 @RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi -filetype=obj %s -o %t1 2> %t2
2 @RUN: cat %t2 | FileCheck %s
  /external/llvm/unittests/Support/
ErrorOrTest.cpp 20 ErrorOr<int> t2() { return errc::invalid_argument; } function in namespace:__anon30300
32 a = t2();
  /external/skia/experimental/Intersection/
CubicUtilities.h 38 void sub_divide(const Cubic& src, double t1, double t2, Cubic& dst);
39 void sub_divide(const Cubic& , const _Point& a, const _Point& d, double t1, double t2, _Point [2]);
QuadraticUtilities.h 40 void sub_divide(const Quadratic& src, double t1, double t2, Quadratic& dst);
41 _Point sub_divide(const Quadratic& src, const _Point& a, const _Point& c, double t1, double t2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/
at.pass.cpp 62 constexpr T t2 = c.at(2); local
63 static_assert (t2 == 3.5, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
splice_after_one.pass.cpp 22 const T t2[] = {10, 11, 12}; variable
24 const int size_t2 = std::end(t2) - std::begin(t2);
35 assert(*i == t2[n2]);
88 C c2(std::begin(t2), std::end(t2));
118 C c2(std::begin(t2), std::end(t2));
splice_after_range.pass.cpp 23 const T t2[] = {10, 11, 12, 13, 14, 15}; variable
25 const int size_t2 = std::end(t2) - std::begin(t2);
36 assert(*i == t2[n2]);
91 C c2(std::begin(t2), std::end(t2));
135 C c2(std::begin(t2), std::end(t2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_all.pass.cpp 51 std::thread t2(f2);
64 t2.join();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_all.pass.cpp 55 std::thread t2(f2);
68 t2.join();
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_guard.cpp 93 std::thread t1(helper), t2(helper);
95 t2.join();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ax25.h 91 unsigned int t2, t2timer; member in struct:ax25_info_struct_deprecated
101 unsigned int t2, t2timer; member in struct:ax25_info_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ax25.h 91 unsigned int t2, t2timer; member in struct:ax25_info_struct_deprecated
101 unsigned int t2, t2timer; member in struct:ax25_info_struct
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro

Completed in 907 milliseconds

<<11121314151617181920>>