Home
last modified time | relevance | path

Searched defs:sp1 (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/detail/
Dbool_trait_def.hpp99 #define BOOST_TT_AUX_BOOL_TRAIT_SPEC2(trait,sp1,sp2,C) \ argument
116 #define BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,sp1,sp2,C) \ argument
142 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_1(param,trait,sp1,sp2,C) \ argument
151 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_2(param1,param2,trait,sp1,sp2,C) \ argument
160 #define BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1(param,trait,sp1,sp2,C) \ argument
/aosp_15_r20/system/core/libutils/binder/
H A DRefBase_test.cpp91 sp<Foo> sp1(foo); in TEST() local
135 sp<Foo> sp1(foo); in TEST() local
218 sp<FooFixedAlloc> sp1(foo); in TEST() local
398 sp<Bar> sp1 = wpBuffer.promote(); in visit3AndRemove() local
434 sp<Bar> sp1 = wp1.promote(); in TEST() local
H A DStrongPointer_test.cpp56 sp<TypeParam> sp1 = sp<TypeParam>::make(&isDeleted); in TYPED_TEST() local
114 sp<TypeParam> sp1 = sp<TypeParam>::make(&isDeleted); in TYPED_TEST() local
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_private_dns_test.cpp413 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_P() local
460 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_P() local
549 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_P() local
611 ScopedSystemProperties sp1(kFailFastOnUidNetworkBlockingFlag, "0"); in TEST_P() local
727 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_F() local
1260 ScopedSystemProperties sp1(kDohSessionResumptionFlag, flag); in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_benchmark.cc1138 StringPiece sp1, sp2, sp3; in Parse3PCRE() local
1148 StringPiece sp1, sp2, sp3; in Parse3RE2() local
1195 StringPiece sp1, sp2, sp3; in Parse3CachedPCRE() local
1204 StringPiece sp1, sp2, sp3; in Parse3CachedRE2() local
1263 StringPiece sp1; in Parse1PCRE() local
1273 StringPiece sp1; in Parse1RE2() local
1320 StringPiece sp1; in Parse1CachedPCRE() local
1329 StringPiece sp1; in Parse1CachedRE2() local
1339 StringPiece sp1, sp2; in SearchParse2CachedPCRE() local
1348 StringPiece sp1, sp2; in SearchParse2CachedRE2() local
[all …]
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dregexp_benchmark.cc1137 absl::string_view sp1, sp2, sp3; in Parse3PCRE() local
1147 absl::string_view sp1, sp2, sp3; in Parse3RE2() local
1194 absl::string_view sp1, sp2, sp3; in Parse3CachedPCRE() local
1203 absl::string_view sp1, sp2, sp3; in Parse3CachedRE2() local
1262 absl::string_view sp1; in Parse1PCRE() local
1272 absl::string_view sp1; in Parse1RE2() local
1319 absl::string_view sp1; in Parse1CachedPCRE() local
1328 absl::string_view sp1; in Parse1CachedRE2() local
1338 absl::string_view sp1, sp2; in SearchParse2CachedPCRE() local
1347 absl::string_view sp1, sp2; in SearchParse2CachedRE2() local
[all …]
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc1115 StringPiece sp1, sp2, sp3; in Parse3PCRE() local
1124 StringPiece sp1, sp2, sp3; in Parse3RE2() local
1183 StringPiece sp1, sp2, sp3; in Parse3CachedPCRE() local
1192 StringPiece sp1, sp2, sp3; in Parse3CachedRE2() local
1247 StringPiece sp1; in Parse1PCRE() local
1256 StringPiece sp1; in Parse1RE2() local
1315 StringPiece sp1; in Parse1CachedPCRE() local
1324 StringPiece sp1; in Parse1CachedRE2() local
1335 StringPiece sp1, sp2; in SearchParse2CachedPCRE() local
1345 StringPiece sp1, sp2; in SearchParse2CachedRE2() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dtransaction.rs630 let mut sp1 = tx.savepoint()?; in test_savepoint() localVariable
662 let mut sp1 = tx.savepoint()?; in test_ignore_drop_behavior() localVariable
683 let mut sp1 = db.savepoint_with_name("my_sp")?; in test_savepoint_names() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
H A Dsparse_cross_op_test.py63 def _assert_sparse_tensor_equals(self, sp1, sp2): argument
422 def _assert_sparse_tensor_equals(self, sp1, sp2): argument
/aosp_15_r20/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
H A Downer_less.pass.cpp109 std::shared_ptr<int> sp1; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
H A Downer_less.pass.cpp114 std::shared_ptr<int> sp1; in main() local
/aosp_15_r20/external/eigen/blas/f2c/
H A Dsrotmg.c37 real su, sp1, sp2, sq1, sq2, sh11, sh12, sh21, sh22; in srotmg_() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_res_block.c83 WORD32 sp1, sp2; in ixheaacd_res_c_block_decode_huff_word1() local
269 WORD32 sp1, sp2; in ixheaacd_res_c_block_decode_huff_word1_lb() local
H A Dixheaacd_block.c133 WORD32 sp1, sp2; in ixheaacd_huffman_dec_word1() local
322 WORD32 sp1, sp2; in ixheaacd_huffman_dec_word2_11() local
H A Dixheaacd_huff_code_reorder.c923 WORD32 sp1, sp2; in ixheaacd_huff_dec_word_hcr_pcw() local
1365 WORD32 sp1, sp2; in ixheaacd_huff_dec_word_hcr_non_pcw() local
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DDelaunay.h59 SitePointer sp1; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c163 struct sched_param sp1, sp2; in test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dshared_ptr_basic_test.cpp242 shared_ptr<X> sp1(wp1); in main() local
Dlocal_sp_test.cpp1376 boost::shared_ptr<T> sp1; in empty_shared_ptr_copy_assign_test() local
1413 boost::shared_ptr<T> sp1; in empty_shared_ptr_copy_assign_test_() local
/aosp_15_r20/external/libdrm/tests/amdgpu/
H A Dsyncobj_tests.c227 struct syncobj_point sp1, sp2, sp3; in amdgpu_syncobj_timeline_test() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dmetric_table_report.cc255 absl::string_view sp1(s1); in MetricString() local
/aosp_15_r20/external/selinux/libselinux/src/
H A Dlabel_backends_android.c34 const struct spec *sp1 = A, *sp2 = B; in cmp() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1475 SharedPreferences sp1 = mContext.getSharedPreferences( in testRemapWidgetFiles() local
1508 SharedPreferences sp1 = mContext.getSharedPreferences( in testRemapWidgetFiles_crossMapping() local
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Dloopfilter_mb_dspr2.c28 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local
H A Dloopfilter_mb_horiz_dspr2.c28 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in mb_lpf_horizontal_edge() local

12