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

12 3 4 5 6 7 8 91011>>

  /frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.h 39 BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer);
50 wp<Camera2Client> mClient;
51 wp<CaptureSequencer> mSequencer;
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp 45 std::weak_ptr<A> wp; local
48 std::shared_ptr<A> sp(wp);
58 std::weak_ptr<A> wp(sp0);
59 std::shared_ptr<A> sp(wp);
67 std::weak_ptr<A> wp(sp0);
71 std::shared_ptr<A> sp(wp);
  /external/libcxx/test/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();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp 45 std::weak_ptr<A> wp; local
48 std::shared_ptr<A> sp(wp);
58 std::weak_ptr<A> wp(sp0);
59 std::shared_ptr<A> sp(wp);
67 std::weak_ptr<A> wp(sp0);
71 std::shared_ptr<A> sp(wp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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); \
197 char *wp; /* output word pointer */ local
207 Xinit(ws, wp, 64, ATEMP);
216 *wp++ = OQUOTE;
264 Xcheck(ws, wp);
273 *wp++ = ADELIM;
274 *wp++ = c;
285 *wp = EOS
1660 char *wp, c; local
    [all...]
tree.c 302 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode)
318 switch (*wp++) {
320 return (--wp);
323 c = *wp++;
333 c = *wp++;
351 while ((c = *wp++) != 0)
385 if (*wp++ == '{')
387 while ((c = *wp++) != 0)
389 wp = wdvarput(shf, wp, 0, opmode)
    [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/localization/locale.stdcvt/
codecvt_utf16_out.pass.cpp 35 const wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.out(m, &w, &w+1, wp, n, n+4, np);
40 assert(wp == &w+1);
48 r = c.out(m, &w, &w+1, wp, n, n+4, np);
50 assert(wp == &w+1);
58 r = c.out(m, &w, &w+1, wp, n, n+4, np);
60 assert(wp == &w+1);
68 r = c.out(m, &w, &w+1, wp, n, n+4, np);
70 assert(wp == &w+1);
82 const wchar_t* wp = nullptr local
129 const wchar_t* wp = nullptr; local
185 const wchar_t* wp = nullptr; local
232 const wchar_t* wp = nullptr; local
281 const wchar_t* wp = nullptr; local
    [all...]
codecvt_utf8_utf16_out.pass.cpp 35 const wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.out(m, w, w+2, wp, n, n+4, np);
40 assert(wp == w+2);
48 r = c.out(m, w, w+1, wp, n, n+4, np);
50 assert(wp == w+1);
57 r = c.out(m, w, w+1, wp, n, n+4, np);
59 assert(wp == w+1);
65 r = c.out(m, w, w+1, wp, n, n+4, np);
67 assert(wp == w+1);
76 const wchar_t* wp = nullptr local
110 const wchar_t* wp = nullptr; local
163 const char32_t* wp = nullptr; local
204 const char32_t* wp = nullptr; local
238 const char32_t* wp = nullptr; local
292 const char16_t* wp = nullptr; local
333 const char16_t* wp = nullptr; local
367 const char16_t* wp = nullptr; local
    [all...]
codecvt_utf8_out.pass.cpp 35 const wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.out(m, &w, &w+1, wp, n, n+4, np);
40 assert(wp == &w+1);
48 r = c.out(m, &w, &w+1, wp, n, n+4, np);
50 assert(wp == &w+1);
58 r = c.out(m, &w, &w+1, wp, n, n+4, np);
60 assert(wp == &w+1);
68 r = c.out(m, &w, &w+1, wp, n, n+4, np);
70 assert(wp == &w+1);
82 const wchar_t* wp = nullptr local
129 const wchar_t* wp = nullptr; local
188 const char32_t* wp = nullptr; local
235 const char32_t* wp = nullptr; local
282 const char32_t* wp = nullptr; local
341 const char16_t* wp = nullptr; local
378 const char16_t* wp = nullptr; local
415 const char16_t* wp = nullptr; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16_out.pass.cpp 35 const wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.out(m, &w, &w+1, wp, n, n+4, np);
40 assert(wp == &w+1);
48 r = c.out(m, &w, &w+1, wp, n, n+4, np);
50 assert(wp == &w+1);
58 r = c.out(m, &w, &w+1, wp, n, n+4, np);
60 assert(wp == &w+1);
68 r = c.out(m, &w, &w+1, wp, n, n+4, np);
70 assert(wp == &w+1);
82 const wchar_t* wp = nullptr local
129 const wchar_t* wp = nullptr; local
185 const wchar_t* wp = nullptr; local
232 const wchar_t* wp = nullptr; local
281 const wchar_t* wp = nullptr; local
    [all...]
codecvt_utf8_utf16_out.pass.cpp 35 const wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.out(m, w, w+2, wp, n, n+4, np);
40 assert(wp == w+2);
48 r = c.out(m, w, w+1, wp, n, n+4, np);
50 assert(wp == w+1);
57 r = c.out(m, w, w+1, wp, n, n+4, np);
59 assert(wp == w+1);
65 r = c.out(m, w, w+1, wp, n, n+4, np);
67 assert(wp == w+1);
76 const wchar_t* wp = nullptr local
110 const wchar_t* wp = nullptr; local
163 const char32_t* wp = nullptr; local
204 const char32_t* wp = nullptr; local
238 const char32_t* wp = nullptr; local
292 const char16_t* wp = nullptr; local
333 const char16_t* wp = nullptr; local
367 const char16_t* wp = nullptr; local
    [all...]
codecvt_utf8_out.pass.cpp 35 const wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.out(m, &w, &w+1, wp, n, n+4, np);
40 assert(wp == &w+1);
48 r = c.out(m, &w, &w+1, wp, n, n+4, np);
50 assert(wp == &w+1);
58 r = c.out(m, &w, &w+1, wp, n, n+4, np);
60 assert(wp == &w+1);
68 r = c.out(m, &w, &w+1, wp, n, n+4, np);
70 assert(wp == &w+1);
82 const wchar_t* wp = nullptr local
129 const wchar_t* wp = nullptr; local
188 const char32_t* wp = nullptr; local
235 const char32_t* wp = nullptr; local
282 const char32_t* wp = nullptr; local
341 const char16_t* wp = nullptr; local
378 const char16_t* wp = nullptr; local
415 const char16_t* 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 FrameProcessorBase(wp<CameraDeviceBase> device);
51 wp<FilteredListener> listener,
54 wp<FilteredListener> listener);
59 wp<CameraDeviceBase> mDevice;
69 wp<FilteredListener> listener;
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 37 FX_BOOL operator == (const CPVT_WordPlace & wp) const
39 return wp.nSecIndex == this->nSecIndex && wp.nLineIndex == this->nLineIndex && wp.nWordIndex == this->nWordIndex;
42 FX_BOOL operator != (const CPVT_WordPlace & wp) const
44 return wp.nSecIndex != this->nSecIndex || wp.nLineIndex != this->nLineIndex || wp.nWordIndex != this->nWordIndex;
47 inline FX_INT32 WordCmp(const CPVT_WordPlace & wp) const
49 if (this->nSecIndex > wp.nSecIndex) {
    [all...]
  /external/elfutils/0.153/libasm/
asm_newscn.c 65 char *wp = flagstr; local
71 wp = stpcpy (wp, ", \"");
74 *wp++ = 'w';
76 *wp++ = 'a';
78 *wp++ = 'x';
80 *wp++ = 'M';
82 *wp++ = 'S';
84 *wp++ = 'L';
86 *wp++ = '"'
    [all...]
  /frameworks/base/core/java/android/text/
TextLine.java 625 TextPaint wp = mWorkPaint; local
626 wp.set(mPaint);
655 span.updateMeasureState(wp);
670 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
673 return wp.getTextRunCursor(mText, mStart + spanStart,
679 * @param wp
681 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) {
688 wp.getFontMetricsInt(fmi);
707 * @param wp the working paint
721 private float handleText(TextPaint wp, int start, int end
885 TextPaint wp = mWorkPaint; local
894 TextPaint wp = mWorkPaint; local
911 TextPaint wp = mWorkPaint; local
1009 TextPaint wp = mWorkPaint; local
    [all...]
  /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;
  /external/chromium_org/net/http/
md4.cc 79 Uint8 *bp; const Uint32 *wp, *wpend; local
82 wp = in;
83 wpend = wp + (len >> 2);
85 for (; wp != wpend; ++wp, bp += 4)
87 bp[0] = (Uint8) ((*wp ) & 0xFF);
88 bp[1] = (Uint8) ((*wp >> 8) & 0xFF);
89 bp[2] = (Uint8) ((*wp >> 16) & 0xFF);
90 bp[3] = (Uint8) ((*wp >> 24) & 0xFF);
97 Uint32 *wp; const Uint8 *bp, *bpend local
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceFactory.cpp 29 wp<CameraService> CameraDeviceFactory::sService;
66 void CameraDeviceFactory::registerService(wp<CameraService> service) {
  /frameworks/native/include/gui/
BufferQueue.h 63 ProxyConsumerListener(const wp<ConsumerListener>& consumerListener);
71 wp<ConsumerListener> mConsumerListener;
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.h 66 void setContentsChangedListener(const wp<ContentsChangedListener>& listener);
75 wp<ContentsChangedListener> mContentsChangedListener;
  /frameworks/av/include/media/stagefright/foundation/
AHandlerReflector.h 40 wp<T> mTarget;

Completed in 482 milliseconds

12 3 4 5 6 7 8 91011>>