HomeSort by relevance Sort by last modified time
    Searched refs:wp (Results 26 - 50 of 519) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp 48 std::weak_ptr<A> wp; local
51 std::shared_ptr<A> sp(wp);
62 std::weak_ptr<A> wp(sp0);
63 std::shared_ptr<A> sp(wp);
72 std::weak_ptr<A> wp(sp0);
76 std::shared_ptr<A> sp(wp);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
lock.pass.cpp 33 std::weak_ptr<A> wp; local
34 std::shared_ptr<A> sp = wp.lock();
41 std::weak_ptr<A> wp(sp0);
42 std::shared_ptr<A> sp = wp.lock();
50 std::weak_ptr<A> wp(sp0);
52 std::shared_ptr<A> sp = wp.lock();
  /external/mksh/src/
lex.c 165 statep->ls_start = Xsavepos(ws, wp); \
173 wp = Xrestpos(ws, wp, statep->ls_start); \
198 char *wp; /* output word pointer */ local
208 Xinit(ws, wp, 64, ATEMP);
217 *wp++ = OQUOTE;
254 Xcheck(ws, wp);
264 *wp++ = ADELIM;
265 *wp++ = c;
277 *wp = EOS
1669 char *wp, c; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
breakpoint_test_arm64.c 90 static bool set_watchpoint(pid_t pid, int size, int wp)
92 const volatile uint8_t *addr = &var[32 + wp];
121 static bool run_test(int wr_size, int wp_size, int wr, int wp)
152 if (!set_watchpoint(pid, wp_size, wp))
213 int wr, wp, size; local
224 for (wp = wr - size; wp <= wr + size; wp = wp + size) {
225 result = run_test(size, MIN(size, 8), wr, wp);
    [all...]
  /external/libunwind/src/ptrace/
_UPT_access_fpreg.c 34 unw_word_t *wp = (unw_word_t *) val; local
44 for (i = 0; i < (int) (sizeof (*val) / sizeof (wp[i])); ++i)
50 ptrace (PTRACE_POKEUSER, pid, (void*) (_UPT_reg_offset[reg] + i * sizeof(wp[i])),
51 (void*) wp[i]);
58 for (i = 0; i < (int) (sizeof (*val) / sizeof (wp[i])); ++i)
64 wp[i] = ptrace (PTRACE_PEEKUSER, pid,
65 (void*) (_UPT_reg_offset[reg] + i * sizeof(wp[i])), 0);
  /external/libcxx/test/std/localization/locale.stdcvt/
codecvt_utf16_out.pass.cpp 51 const CharT* wp = nullptr; local
54 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
56 assert(wp == &w + 1);
64 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
66 assert(wp == &w + 1);
74 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
76 assert(wp == &w + 1);
84 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
86 assert(wp == &w + 1);
98 const CharT* wp = nullptr local
145 const CharT* wp = nullptr; local
201 const CharT* wp = nullptr; local
248 const CharT* wp = nullptr; local
298 const CharT* wp = nullptr; local
    [all...]
codecvt_utf8_utf16_out.pass.cpp 46 const CharT* wp = nullptr; local
49 std::codecvt_base::result r = c.out(m, w, w + 2, wp, n, n + 4, np);
51 assert(wp == w + 2);
59 r = c.out(m, w, w + 1, wp, n, n + 4, np);
61 assert(wp == w + 1);
68 r = c.out(m, w, w + 1, wp, n, n + 4, np);
70 assert(wp == w + 1);
76 r = c.out(m, w, w + 1, wp, n, n + 4, np);
78 assert(wp == w + 1);
87 const CharT* wp = nullptr local
121 const CharT* wp = nullptr; local
178 const CharT* wp = nullptr; local
219 const CharT* wp = nullptr; local
253 const CharT* wp = nullptr; local
    [all...]
codecvt_utf8_out.pass.cpp 48 const CharT* wp = nullptr; local
51 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
53 assert(wp == &w + 1);
61 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
63 assert(wp == &w + 1);
71 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
73 assert(wp == &w + 1);
85 const CharT* wp = nullptr; local
88 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
90 assert(wp == &w)
122 const CharT* wp = nullptr; local
172 const CharT* wp = nullptr; local
219 const CharT* wp = nullptr; local
266 const CharT* wp = nullptr; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.stdcvt/
codecvt_utf16_out.pass.cpp 51 const CharT* wp = nullptr; local
54 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
56 assert(wp == &w + 1);
64 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
66 assert(wp == &w + 1);
74 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
76 assert(wp == &w + 1);
84 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
86 assert(wp == &w + 1);
98 const CharT* wp = nullptr local
145 const CharT* wp = nullptr; local
201 const CharT* wp = nullptr; local
248 const CharT* wp = nullptr; local
298 const CharT* wp = nullptr; local
    [all...]
codecvt_utf8_utf16_out.pass.cpp 46 const CharT* wp = nullptr; local
49 std::codecvt_base::result r = c.out(m, w, w + 2, wp, n, n + 4, np);
51 assert(wp == w + 2);
59 r = c.out(m, w, w + 1, wp, n, n + 4, np);
61 assert(wp == w + 1);
68 r = c.out(m, w, w + 1, wp, n, n + 4, np);
70 assert(wp == w + 1);
76 r = c.out(m, w, w + 1, wp, n, n + 4, np);
78 assert(wp == w + 1);
87 const CharT* wp = nullptr local
121 const CharT* wp = nullptr; local
178 const CharT* wp = nullptr; local
219 const CharT* wp = nullptr; local
253 const CharT* wp = nullptr; local
    [all...]
codecvt_utf8_out.pass.cpp 48 const CharT* wp = nullptr; local
51 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
53 assert(wp == &w + 1);
61 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
63 assert(wp == &w + 1);
71 r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
73 assert(wp == &w + 1);
85 const CharT* wp = nullptr; local
88 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np);
90 assert(wp == &w)
122 const CharT* wp = nullptr; local
172 const CharT* wp = nullptr; local
219 const CharT* wp = nullptr; local
266 const CharT* wp = nullptr; local
    [all...]
  /external/libunwind/src/setjmp/
longjmp.c 46 can never match wp[JB_SP], unless we decode the canary first.
64 unw_word_t *wp = (unw_word_t *) env; local
74 if (sp != wp[JB_SP] + sizeof(unw_word_t))
76 if (sp != wp[JB_SP])
80 if (!bsp_match (&c, wp))
87 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.h 39 explicit FrameProcessorBase(wp<CameraDeviceBase> device);
51 const wp<FilteredListener>& listener,
54 const wp<FilteredListener>& listener);
59 wp<CameraDeviceBase> mDevice;
69 wp<FilteredListener> listener;
  /frameworks/native/libs/gui/include/gui/
BufferItemConsumer.h 41 virtual void onBufferFreed(const wp<GraphicBuffer>& graphicBuffer) = 0;
62 void setBufferFreedListener(const wp<BufferFreedListener>& listener);
94 wp<BufferFreedListener> mBufferFreedListener;
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ALooperRoster.h 40 wp<ALooper> mLooper;
41 wp<AHandler> mHandler;
  /external/elfutils/libasm/
asm_newscn.c 68 char *wp = flagstr; local
74 wp = stpcpy (wp, ", \"");
77 *wp++ = 'w';
79 *wp++ = 'a';
81 *wp++ = 'x';
83 *wp++ = 'M';
85 *wp++ = 'S';
87 *wp++ = 'L';
89 *wp++ = '"'
    [all...]
  /frameworks/base/tests/JankBench/app/src/main/jni/
WorkerPool.cpp 137 __android_log_print(ANDROID_LOG_INFO, "bench", "~wp");
203 WorkerPool *wp = (WorkerPool *)vwp; local
205 uint32_t idx = __sync_fetch_and_add(&wp->mLaunchCount, 1);
207 wp->mLaunchSignals[idx].init();
208 wp->mNativeThreadId[idx] = gettid();
210 while (!wp->mExit) {
211 wp->mLaunchSignals[idx].wait();
212 if (wp->mLaunchCallback) {
214 wp->mLaunchCallback(wp->mLaunchData, idx)
    [all...]
  /system/hwservicemanager/
ServiceManager.h 26 using ::android::wp;
55 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who);
59 bool removeService(const wp<IBase>& who, const std::string* restrictToInstanceName);
60 bool removePackageListener(const wp<IBase>& who);
61 bool removeServiceListener(const wp<IBase>& who);
89 bool removePackageListener(const wp<IBase>& who);
90 bool removeServiceListener(const wp<IBase>& who);
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 31 SortedVector< wp<IMediaDeathNotifier> > IMediaDeathNotifier::sObitRecipients;
62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient)
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient)
78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who __unused) {
82 SortedVector< wp<IMediaDeathNotifier> > list;
  /frameworks/base/core/java/android/text/
TextLine.java 739 TextPaint wp = mWorkPaint; local
740 wp.set(mPaint);
741 wp.setWordSpacing(mAddedWidth);
770 span.updateMeasureState(wp);
785 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
788 return wp.getTextRunCursor(mText, mStart + spanStart,
794 * @param wp
796 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) {
803 wp.getFontMetricsInt(fmi);
818 private static void drawStroke(TextPaint wp, Canvas c, int color, float position
1112 final TextPaint wp = mWorkPaint; local
1131 final TextPaint wp = mWorkPaint; local
1145 final TextPaint wp = mWorkPaint; local
    [all...]
  /external/syslinux/libinstaller/
syslxmod.c 113 const uint32_t _slimg *wp; local
124 for (wp = (const uint32_t _slimg *)boot_image;
125 get_32_sl(wp) != LDLINUX_MAGIC;
126 wp++)
128 patcharea = (struct patch_area _slimg *)wp;
198 for (i = 0, wp = (const uint32_t _slimg *)boot_image; i < dw; i++, wp++)
199 csum -= get_32_sl(wp); /* Negative checksum */
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioSourceDescriptor.h 48 wp<SwAudioOutputDescriptor> mSwOutput;
49 wp<HwAudioOutputDescriptor> mHwOutput;
  /frameworks/base/cmds/statsd/src/external/
StatsPullerManager.h 29 virtual void RegisterReceiver(int tagId, wp<PullDataReceiver> receiver, int64_t nextPullTimeNs,
34 virtual void UnRegisterReceiver(int tagId, wp <PullDataReceiver> receiver) {
  /frameworks/native/services/surfaceflinger/tests/unittests/mock/
MockSurfaceInterceptor.h 33 const DefaultKeyedVector<wp<IBinder>, DisplayDeviceState>&));
38 const DefaultKeyedVector<wp<IBinder>, DisplayDeviceState>&,
  /hardware/interfaces/automotive/evs/1.0/default/
EvsEnumerator.h 57 wp<EvsCamera> activeInstance;
63 static wp<EvsDisplay> sActiveDisplay; // Weak pointer. Object destructs if client dies.

Completed in 670 milliseconds

12 3 4 5 6 7 8 91011>>