Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 22 of 22) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.general/
Dtuple.smartptr.pass.cpp19 std::tuple<std::shared_ptr<char>> sp; in main() local
25 std::tuple<std::shared_ptr<char[]>> sp; in main() local
31 std::tuple<std::shared_ptr<char[5]>> sp; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
Dlock.pass.cpp34 std::shared_ptr<A> sp = wp.lock(); in main() local
42 std::shared_ptr<A> sp = wp.lock(); in main() local
52 std::shared_ptr<A> sp = wp.lock(); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dweak_ptr.pass.cpp48 std::shared_ptr<A> sp(wp); in main() local
59 std::shared_ptr<A> sp(wp); in main() local
71 std::shared_ptr<A> sp(wp); in main() local
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngrtran.c2392 png_bytep sp = row + (png_size_t)((row_width - 1) >> 3); in png_do_unpack() local
2416 png_bytep sp = row + (png_size_t)((row_width - 1) >> 2); in png_do_unpack() local
2439 png_bytep sp = row + (png_size_t)((row_width - 1) >> 1); in png_do_unpack() local
2622 png_bytep sp = row; /* source */ in png_do_scale_16_to_8() local
2683 png_bytep sp = row; /* source */ in png_do_chop() local
2713 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2732 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2759 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2776 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2810 png_bytep sp = row + row_info->rowbytes; in png_do_read_invert_alpha() local
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
Dbool_trait_def.hpp104 #define BOOST_TT_AUX_BOOL_TRAIT_SPEC1(trait,sp,C) \ argument
124 #define BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(trait,sp,C) \ argument
140 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(param,trait,sp,C) \ argument
149 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(param1,param2,trait,sp,C) \ argument
186 # define BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(trait,sp,value) \ argument
193 # define BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(trait,sp,value) \ argument
/ndk/tests/device/test-stlport_shared-exception/jni/
Domit-frame-pointer2.cpp7 void *sp = __builtin_alloca (0); in step() local
Darraynew.cpp53 size_t *sp = ((size_t *) a) - 1; in check_cookie() local
83 size_t *sp = ((size_t *) a) - 1; in check_placement_cookie() local
/ndk/tests/device/test-stlport_static-exception/jni/
Domit-frame-pointer2.cpp7 void *sp = __builtin_alloca (0); in step() local
Darraynew.cpp53 size_t *sp = ((size_t *) a) - 1; in check_cookie() local
83 size_t *sp = ((size_t *) a) - 1; in check_placement_cookie() local
/ndk/sources/host-tools/make-3.81/
Dstrcache.c61 struct strcache *sp; in add_string() local
137 struct strcache *sp; in strcache_iscached() local
188 const struct strcache *sp; in strcache_print_stats() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dspinlock_pt.hpp62 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock()
Dspinlock_sync.hpp70 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp223 uint32_t sp; in _Unwind_VRS_Interpret() local
248 uint32_t sp; in _Unwind_VRS_Interpret() local
289 uint32_t sp; in _Unwind_VRS_Interpret() local
433 unw_word_t sp; in unwind_phase1() local
558 unw_word_t sp; in unwind_phase2() local
874 uint32_t* sp; in _Unwind_VRS_Pop() local
903 uint32_t* sp; in _Unwind_VRS_Pop() local
DUnwindLevel1.c53 unw_word_t sp; in unwind_phase1() local
145 unw_word_t sp; in unwind_phase2() local
DDwarfInstructions.hpp228 pint_t *sp = stack; in evaluateExpression() local
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c769 char *sp = p->next; in p_b_cclass() local
833 char *sp = p->next; in p_b_coll_elem() local
1374 sop *sp; in enlarge() local
Dengine.c296 char *sp; /* start of string matched by it */ in dissect() local
479 char *sp; /* start of string matched by it */ in backref() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dshared_ptr.hpp658 boost::detail::spinlock & sp = boost::detail::spinlock_pool<2>::spinlock_for( p ); in atomic_exchange() local
674 boost::detail::spinlock & sp = boost::detail::spinlock_pool<2>::spinlock_for( p ); in atomic_compare_exchange() local
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h72 uint32_t sp; member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h86 uint32_t sp; member
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc792 const StringPiece sp = "Hello"; in TEST() local
798 const StringPiece sp(str, sizeof(str) - 1); in TEST() local
/ndk/sources/android/support/src/stdio/
Dstrtod.c3212 gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc) in gethex()