Home
last modified time | relevance | path

Searched defs:Bind (Results 1 – 25 of 209) sorted by relevance

123456789

/external/vixl/benchmarks/aarch32/
Dbench-branch-link-masm.cc59 __ Bind(&target_1); in benchmark() local
63 __ Bind(&target_2); in benchmark() local
67 __ Bind(&target_3); in benchmark() local
71 __ Bind(&target_4); in benchmark() local
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc764 __ Bind(&label_end); in TEST() local
871 __ Bind(&ok_1); in TEST() local
885 __ Bind(&ok_2); in TEST() local
899 __ Bind(&ok_3); in TEST() local
913 __ Bind(&ok_4); in TEST() local
919 __ Bind(&ok_5); in TEST() local
923 __ Bind(&wrong); in TEST() local
927 __ Bind(&done); in TEST() local
1124 __ Bind(&start); in TEST_T32() local
1147 __ Bind(&check); in TEST_T32() local
[all …]
/external/vixl/benchmarks/aarch64/
Dbench-utils.cc99 __ Bind(&start); in Generate() local
295 __ Bind(it->target); in BindPendingLabels() local
305 __ Bind(&done); in BindPendingLabels() local
321 __ Bind(pair.cont); in GenerateBranchSequence() local
330 __ Bind(pair.cont); in GenerateBranchSequence() local
337 __ Bind(pair.cont); in GenerateBranchSequence() local
354 __ Bind(&fn); in GenerateCallReturnSequence() local
358 __ Bind(&done); in GenerateCallReturnSequence() local
/external/vixl/examples/aarch64/
Dadd2-vectors.cc51 __ Bind(&loop16); in GenerateAdd2Vectors() local
67 __ Bind(&loopr); in GenerateAdd2Vectors() local
81 __ Bind(&end); in GenerateAdd2Vectors() local
Dfactorial.cc46 __ Bind(&loop); in GenerateFactorial() local
51 __ Bind(&end); in GenerateFactorial() local
Dcrc-checksums.cc53 __ Bind(&loop); in GenerateCrc32() local
64 __ Bind(&end); in GenerateCrc32() local
Dfactorial-rec.cc41 __ Bind(&entry); in GenerateFactorialRec() local
53 __ Bind(&input_is_zero); in GenerateFactorialRec() local
Dsum-array.cc50 __ Bind(&loop); in GenerateSumArray() local
58 __ Bind(&end); in GenerateSumArray() local
/external/vixl/examples/aarch32/
Dmandelbrot.cc85 __ Bind(&c_imag_loop); in GenerateMandelBrot() local
109 __ Bind(&c_real_loop); in GenerateMandelBrot() local
130 __ Bind(&iterative_formula_start); in GenerateMandelBrot() local
153 __ Bind(&iterative_formula_end); in GenerateMandelBrot() local
/external/libva-utils/test/gtest/include/gtest/internal/
Dgtest-type-util.h117 struct Bind { struct
118 typedef Tmpl<T> type;
/external/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-type-util.h121 struct Bind { struct
122 typedef Tmpl<T> type;
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-type-util.h121 struct Bind { struct
122 typedef Tmpl<T> type;
/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/include/gtest/internal/
Dgtest-type-util.h121 struct Bind { struct
122 typedef Tmpl<T> type;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h125 struct Bind { struct
126 typedef Tmpl<T> type;
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-type-util.h119 struct Bind { struct
120 typedef Tmpl<T> type;
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc1572 __ Bind(&label); in TbzRangePoolLimitHelper() local
1648 __ Bind(&retry); in TEST() local
1722 __ Bind(&retry); in TEST() local
1798 __ Bind(&retry); in TEST() local
1872 __ Bind(&retry); in TEST() local
1948 __ Bind(&retry); in TEST() local
2033 __ Bind(&label_2); in TEST() local
2036 __ Bind(&label_1); in TEST() local
2039 __ Bind(&label_3); in TEST() local
2043 __ Bind(&label_4); in TEST() local
[all …]
/external/cronet/stable/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-type-util.h155 struct Bind { struct
156 typedef Tmpl<T> type;
/external/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h155 struct Bind { struct
156 typedef Tmpl<T> type;
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h155 struct Bind { struct
156 typedef Tmpl<T> type;
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h155 struct Bind { struct
156 typedef Tmpl<T> type;
/external/cronet/tot/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-type-util.h155 struct Bind { struct
156 typedef Tmpl<T> type;
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp54 using Bind = decltype(ret); in do_test() typedef
101 using Bind = decltype(ret); in do_test_r() typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp54 using Bind = decltype(ret); in do_test() typedef
101 using Bind = decltype(ret); in do_test_r() typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp54 using Bind = decltype(ret); in do_test() typedef
101 using Bind = decltype(ret); in do_test_r() typedef
/external/openthread/src/core/net/
Dudp6.cpp96 Error Udp::Socket::Bind(const SockAddr &aSockAddr) { return Get<Udp>().Bind(*this, aSockAddr); } in Bind() function in ot::Ip6::Udp::Socket
98 Error Udp::Socket::Bind(uint16_t aPort) { return Bind(SockAddr(aPort)); } in Bind() function in ot::Ip6::Udp::Socket
162 Error Udp::Plat::Bind(SocketHandle &aSocket) in Bind() function in ot::Ip6::Udp::Plat
242 Error Udp::Bind(SocketHandle &aSocket, const SockAddr &aSockAddr) in Bind() function in ot::Ip6::Udp

123456789