HomeSort by relevance Sort by last modified time
    Searched refs:wp (Results 1 - 25 of 287) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp 33 std::weak_ptr<A> wp; local
34 assert(wp.use_count() == 0);
35 assert(wp.expired() == (wp.use_count() == 0));
39 std::weak_ptr<A> wp(sp0);
40 assert(wp.use_count() == 1);
41 assert(wp.expired() == (wp.use_count() == 0));
43 assert(wp.use_count() == 0);
44 assert(wp.expired() == (wp.use_count() == 0))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp 33 std::weak_ptr<A> wp; local
34 assert(wp.use_count() == 0);
35 assert(wp.expired() == (wp.use_count() == 0));
39 std::weak_ptr<A> wp(sp0);
40 assert(wp.use_count() == 1);
41 assert(wp.expired() == (wp.use_count() == 0));
43 assert(wp.use_count() == 0);
44 assert(wp.expired() == (wp.use_count() == 0))
    [all...]
  /external/libunwind/src/setjmp/
setjmp.c 42 void **wp = (void **) env; local
46 wp[JB_SP] = __builtin_frame_address (0);
47 wp[JB_RP] = (void *) __builtin_return_address (0);
sigsetjmp.c 35 unw_word_t *wp = (unw_word_t *) env; local
40 wp[JB_SP] = (unw_word_t) __builtin_frame_address (0);
41 wp[JB_RP] = (unw_word_t) __builtin_return_address (0);
42 wp[JB_MASK_SAVED] = savemask;
44 /* Note: we assume here that "wp" has same or better alignment as
47 && sigprocmask (SIG_BLOCK, NULL, (sigset_t *) (wp + JB_MASK)) < 0)
siglongjmp.c 46 can never match wp[JB_SP], unless we decode the canary first.
59 unw_word_t *wp = (unw_word_t *) env; local
75 if (sp != wp[JB_SP] + sizeof(unw_word_t))
77 if (sp != wp[JB_SP])
81 if (!bsp_match (&c, wp))
91 if wp[JB_MASK_SAVED] is FALSE. */
92 if (!resume_restores_sigmask (&c, wp) && wp[JB_MASK_SAVED])
102 if (unw_set_reg (&c, UNW_REG_EH + 2, wp[JB_MASK]) < 0
104 && unw_set_reg (&c, UNW_REG_EH + 3, wp[JB_MASK + 1]) < 0)
    [all...]
setjmp_i.h 32 bsp_match (unw_cursor_t *c, unw_word_t *wp)
44 if (bsp != wp[JB_BSP])
79 resume_restores_sigmask (unw_cursor_t *c, unw_word_t *wp)
91 if (wp[JB_MASK_SAVED])
92 mp = &wp[JB_MASK];
106 bsp_match (unw_cursor_t *c, unw_word_t *wp)
112 resume_restores_sigmask (unw_cursor_t *c, unw_word_t *wp)
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceFactory.h 33 static void registerService(wp<CameraService> service);
38 CameraDeviceFactory(wp<CameraService> service);
40 static wp<CameraService> sService;
  /system/core/include/utils/
RefBase.h 216 class wp class in namespace:android
221 inline wp() : m_ptr(0) { } function in class:android::wp
223 wp(T* other);
224 wp(const wp<T>& other);
225 wp(const sp<T>& other);
226 template<typename U> wp(U* other);
227 template<typename U> wp(const sp<U>& other);
228 template<typename U> wp(const wp<U>& other)
    [all...]
  /frameworks/rs/cpp/util/
RefBase.h 198 class wp class in namespace:android::RSC
203 inline wp() : m_ptr(0) { } function in class:android::RSC::wp
205 wp(T* other);
206 wp(const wp<T>& other);
207 wp(const sp<T>& other);
208 template<typename U> wp(U* other);
209 template<typename U> wp(const sp<U>& other);
210 template<typename U> wp(const wp<U>& other)
    [all...]
  /frameworks/rs/server/
RefBase.h 197 class wp class in namespace:android
202 inline wp() : m_ptr(0) { } function in class:android::wp
204 wp(T* other);
205 wp(const wp<T>& other);
206 wp(const sp<T>& other);
207 template<typename U> wp(U* other);
208 template<typename U> wp(const sp<U>& other);
209 template<typename U> wp(const wp<U>& other)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
RefBase.h 198 class wp class in namespace:android::RSC
203 inline wp() : m_ptr(0) { } function in class:android::RSC::wp
205 wp(T* other);
206 wp(const wp<T>& other);
207 wp(const sp<T>& other);
208 template<typename U> wp(U* other);
209 template<typename U> wp(const sp<U>& other);
210 template<typename U> wp(const wp<U>& other)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
RefBase.h 197 class wp class in namespace:android
202 inline wp() : m_ptr(0) { } function in class:android::wp
204 wp(T* other);
205 wp(const wp<T>& other);
206 wp(const sp<T>& other);
207 template<typename U> wp(U* other);
208 template<typename U> wp(const sp<U>& other);
209 template<typename U> wp(const wp<U>& other)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
RefBase.h 198 class wp class in namespace:android::RSC
203 inline wp() : m_ptr(0) { } function in class:android::RSC::wp
205 wp(T* other);
206 wp(const wp<T>& other);
207 wp(const sp<T>& other);
208 template<typename U> wp(U* other);
209 template<typename U> wp(const sp<U>& other);
210 template<typename U> wp(const wp<U>& other)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
RefBase.h 197 class wp class in namespace:android
202 inline wp() : m_ptr(0) { } function in class:android::wp
204 wp(T* other);
205 wp(const wp<T>& other);
206 wp(const sp<T>& other);
207 template<typename U> wp(U* other);
208 template<typename U> wp(const sp<U>& other);
209 template<typename U> wp(const wp<U>& other)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
RefBase.h 198 class wp class in namespace:android::RSC
203 inline wp() : m_ptr(0) { } function in class:android::RSC::wp
205 wp(T* other);
206 wp(const wp<T>& other);
207 wp(const sp<T>& other);
208 template<typename U> wp(U* other);
209 template<typename U> wp(const sp<U>& other);
210 template<typename U> wp(const wp<U>& other)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
RefBase.h 197 class wp class in namespace:android
202 inline wp() : m_ptr(0) { } function in class:android::wp
204 wp(T* other);
205 wp(const wp<T>& other);
206 wp(const sp<T>& other);
207 template<typename U> wp(U* other);
208 template<typename U> wp(const sp<U>& other);
209 template<typename U> wp(const wp<U>& other)
    [all...]
  /frameworks/av/include/media/
IMediaDeathNotifier.h 39 static void addObitRecipient(const wp<IMediaDeathNotifier>& recipient);
40 static void removeObitRecipient(const wp<IMediaDeathNotifier>& recipient);
48 virtual void binderDied(const wp<IBinder>& who);
56 static SortedVector< wp<IMediaDeathNotifier> > sObitRecipients;
  /external/libcxx/test/localization/locale.stdcvt/
codecvt_utf8_utf16_in.pass.cpp 35 wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.in(m, n, n+4, np, w, w+2, wp);
40 assert(wp == w+2);
48 r = c.in(m, n, n+3, np, w, w+2, wp);
50 assert(wp == w+1);
56 r = c.in(m, n, n+2, np, w, w+2, wp);
58 assert(wp == w+1);
63 r = c.in(m, n, n+1, np, w, w+2, wp);
65 assert(wp == w+1);
74 wchar_t* wp = nullptr local
110 wchar_t* wp = nullptr; local
149 char32_t* wp = nullptr; local
188 char32_t* wp = nullptr; local
224 char32_t* wp = nullptr; local
263 char16_t* wp = nullptr; local
302 char16_t* wp = nullptr; local
338 char16_t* wp = nullptr; local
    [all...]
codecvt_utf16_in.pass.cpp 35 wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp);
40 assert(wp == &w+1);
46 r = c.in(m, n, n+2, np, &w, &w+1, wp);
48 assert(wp == &w+1);
54 r = c.in(m, n, n+2, np, &w, &w+1, wp);
56 assert(wp == &w+1);
63 r = c.in(m, n, n+2, np, &w, &w+1, wp);
65 assert(wp == &w+1);
74 wchar_t* wp = nullptr local
113 wchar_t* wp = nullptr; local
152 wchar_t* wp = nullptr; local
191 wchar_t* wp = nullptr; local
232 wchar_t* wp = nullptr; local
271 char32_t* wp = nullptr; local
310 char32_t* wp = nullptr; local
349 char32_t* wp = nullptr; local
388 char32_t* wp = nullptr; local
427 char32_t* wp = nullptr; local
468 char32_t* wp = nullptr; local
508 char16_t* wp = nullptr; local
547 char16_t* wp = nullptr; local
586 char16_t* wp = nullptr; local
625 char16_t* wp = nullptr; local
664 char16_t* wp = nullptr; local
705 char16_t* wp = nullptr; local
    [all...]
codecvt_utf8_in.pass.cpp 35 wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp);
40 assert(wp == &w+1);
47 r = c.in(m, n, n+3, np, &w, &w+1, wp);
49 assert(wp == &w+1);
55 r = c.in(m, n, n+2, np, &w, &w+1, wp);
57 assert(wp == &w+1);
63 r = c.in(m, n, n+1, np, &w, &w+1, wp);
65 assert(wp == &w+1);
74 wchar_t* wp = nullptr local
113 wchar_t* wp = nullptr; local
155 char32_t* wp = nullptr; local
194 char32_t* wp = nullptr; local
233 char32_t* wp = nullptr; local
275 char16_t* wp = nullptr; local
305 char16_t* wp = nullptr; local
335 char16_t* wp = nullptr; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf8_utf16_in.pass.cpp 35 wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.in(m, n, n+4, np, w, w+2, wp);
40 assert(wp == w+2);
48 r = c.in(m, n, n+3, np, w, w+2, wp);
50 assert(wp == w+1);
56 r = c.in(m, n, n+2, np, w, w+2, wp);
58 assert(wp == w+1);
63 r = c.in(m, n, n+1, np, w, w+2, wp);
65 assert(wp == w+1);
74 wchar_t* wp = nullptr local
110 wchar_t* wp = nullptr; local
149 char32_t* wp = nullptr; local
188 char32_t* wp = nullptr; local
224 char32_t* wp = nullptr; local
263 char16_t* wp = nullptr; local
302 char16_t* wp = nullptr; local
338 char16_t* wp = nullptr; local
    [all...]
codecvt_utf16_in.pass.cpp 35 wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp);
40 assert(wp == &w+1);
46 r = c.in(m, n, n+2, np, &w, &w+1, wp);
48 assert(wp == &w+1);
54 r = c.in(m, n, n+2, np, &w, &w+1, wp);
56 assert(wp == &w+1);
63 r = c.in(m, n, n+2, np, &w, &w+1, wp);
65 assert(wp == &w+1);
74 wchar_t* wp = nullptr local
113 wchar_t* wp = nullptr; local
152 wchar_t* wp = nullptr; local
191 wchar_t* wp = nullptr; local
232 wchar_t* wp = nullptr; local
271 char32_t* wp = nullptr; local
310 char32_t* wp = nullptr; local
349 char32_t* wp = nullptr; local
388 char32_t* wp = nullptr; local
427 char32_t* wp = nullptr; local
468 char32_t* wp = nullptr; local
508 char16_t* wp = nullptr; local
547 char16_t* wp = nullptr; local
586 char16_t* wp = nullptr; local
625 char16_t* wp = nullptr; local
664 char16_t* wp = nullptr; local
705 char16_t* wp = nullptr; local
    [all...]
codecvt_utf8_in.pass.cpp 35 wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp);
40 assert(wp == &w+1);
47 r = c.in(m, n, n+3, np, &w, &w+1, wp);
49 assert(wp == &w+1);
55 r = c.in(m, n, n+2, np, &w, &w+1, wp);
57 assert(wp == &w+1);
63 r = c.in(m, n, n+1, np, &w, &w+1, wp);
65 assert(wp == &w+1);
74 wchar_t* wp = nullptr local
113 wchar_t* wp = nullptr; local
155 char32_t* wp = nullptr; local
194 char32_t* wp = nullptr; local
233 char32_t* wp = nullptr; local
275 char16_t* wp = nullptr; local
305 char16_t* wp = nullptr; local
335 char16_t* wp = nullptr; local
    [all...]
  /external/mksh/src/
funcs.c 75 c_true(const char **wp MKSH_A_UNUSED)
81 c_false(const char **wp MKSH_A_UNUSED)
225 c_pwd(const char **wp)
231 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
242 wp += builtin_opt.optind;
244 if (wp[0]) {
268 c_print(const char **wp)
281 if (wp[0][0] == 'e') {
283 wp++;
300 if (*wp && !strcmp(*wp, "-n"))
2599 char **wp = *app; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.general/
tuple.smartptr.pass.cpp 20 std::tuple<std::weak_ptr <char>> wp; local
26 std::tuple<std::weak_ptr <char[]>> wp; local
32 std::tuple<std::weak_ptr <char[5]>> wp; local

Completed in 667 milliseconds

1 2 3 4 5 6 7 8 91011>>