HomeSort by relevance Sort by last modified time
    Searched refs:sp (Results 76 - 100 of 5218) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h 31 inline bool operator _op_ (const sp<T>& o) const { \
38 inline bool operator _op_ (const sp<U>& o) const { \
49 class sp class in namespace:android::tinyutils
52 inline sp() : m_ptr(0) { } function in class:android::tinyutils::sp
54 sp(T* other); // NOLINT, implicit
55 sp(const sp<T>& other);
56 template<typename U> sp(U* other); // NOLINT, implicit
57 template<typename U> sp(const sp<U>& other); // NOLINT, implici
104 sp<T>::sp(const sp<T>& other) function in class:android::tinyutils::sp
111 sp<T>::sp(U* other) : m_ptr(other) function in class:android::tinyutils::sp
117 sp<T>::sp(const sp<U>& other) function in class:android::tinyutils::sp
    [all...]
  /external/libavc/common/armv8/
ih264_neon_macros.s 24 stp d8, d9, [sp, #-16]!
25 stp d10, d11, [sp, #-16]!
26 stp d12, d13, [sp, #-16]!
27 stp d14, d15, [sp, #-16]!
30 ldp d14, d15, [sp], #16
31 ldp d12, d13, [sp], #16
32 ldp d10, d11, [sp], #16
33 ldp d8, d9, [sp], #16
  /external/libmpeg2/common/armv8/
impeg2_neon_macros.s 41 stp d8, d9, [sp, #-16]!
42 stp d10, d11, [sp, #-16]!
43 stp d12, d13, [sp, #-16]!
44 stp d14, d15, [sp, #-16]!
47 ldp d14, d15, [sp], #16
48 ldp d12, d13, [sp], #16
49 ldp d10, d11, [sp], #16
50 ldp d8, d9, [sp], #16
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_surface.h 39 sp_init_surface_functions(struct softpipe_context *sp);
  /external/vixl/test/aarch32/
test-assembler-cond-rd-sp-operand-imm8-t32.cc 95 {{{al, r0, sp, 0x0}, false, al, "al r0 sp 0x0", "al_r0_sp_0x0"},
96 {{al, r0, sp, 0x4}, false, al, "al r0 sp 0x4", "al_r0_sp_0x4"},
97 {{al, r0, sp, 0x8}, false, al, "al r0 sp 0x8", "al_r0_sp_0x8"},
98 {{al, r0, sp, 0xc}, false, al, "al r0 sp 0xc", "al_r0_sp_0xc"},
99 {{al, r0, sp, 0x10}, false, al, "al r0 sp 0x10", "al_r0_sp_0x10"}
    [all...]
  /system/tools/aidl/tests/
aidl_test_client_primitives.h 30 bool ConfirmPrimitiveRepeat(const sp<ITestService>& s);
31 bool ConfirmReverseArrays(const android::sp<ITestService>& s);
32 bool ConfirmReverseLists(const android::sp<ITestService>& s);
33 bool ConfirmReverseBinderLists(const android::sp<ITestService>& s);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ld-sp-warn.s 3 ldr sp, [r0, #16]!
4 ldr sp, [r1], #8
5 ldr sp, [r0, #16]
8 ldrsb sp, [r2, #16]!
addthumb2err.l 2 [^:]*:9: Error: shift value over 3 not allowed in thumb mode -- `add sp,sp,r0,LSL#4'
3 [^:]*:10: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,LSR#3'
4 [^:]*:11: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,ASR#3'
5 [^:]*:12: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,ROR#3'
6 [^:]*:13: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,RRX
    [all...]
thumb2_add.s 22 sub sp, sp, #0x100
23 sub sp, sp, #0x200
24 sub sp, sp, #0x101
25 add sp, sp, #0x100
26 add sp, sp, #0x20
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-app-abs32.s 4 mov ip, sp
5 stmdb sp!, {r11, ip, lr, pc}
7 ldmia sp, {r11, sp, lr}
  /frameworks/av/media/libstagefright/include/foundation/
AHierarchicalStateMachine.h 26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
36 virtual bool onMessageReceived(const sp<AMessage> &msg) = 0;
41 sp<AState> mParentState;
52 virtual void handleMessage(const sp<AMessage> &msg);
55 void changeState(const sp<AState> &state);
58 sp<AState> mState;
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 33 MediaPuller(const sp<MediaSource> &source, const sp<AMessage> &notify);
36 void stopAsync(const sp<AMessage> &notify);
42 virtual void onMessageReceived(const sp<AMessage> &msg);
54 sp<MediaSource> mSource;
55 sp<AMessage> mNotify;
60 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
align_fill.s 7 addi sp, sp, -8
8 stw fp, 4(sp)
9 mov fp, sp
16 ldw fp, 4(sp)
17 addi sp, sp, 8
  /system/core/libutils/include/utils/
StrongPointer.h 28 inline bool operator _op_ (const sp<T>& o) const { \
35 inline bool operator _op_ (const sp<U>& o) const { \
53 class sp { class in namespace:android
55 inline sp() : m_ptr(0) { } function in class:android::sp
57 sp(T* other); // NOLINT(implicit)
58 sp(const sp<T>& other);
59 sp(sp<T>&& other);
60 template<typename U> sp(U* other); // NOLINT(implicit
121 sp<T>::sp(const sp<T>& other) function in class:android::sp
128 sp<T>::sp(sp<T>&& other) function in class:android::sp
134 sp<T>::sp(U* other) function in class:android::sp
141 sp<T>::sp(const sp<U>& other) function in class:android::sp
148 sp<T>::sp(sp<U>&& other) function in class:android::sp
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.h 32 const sp<AMessage> &notify,
33 const sp<IStreamSource> &source);
44 virtual status_t dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit);
51 virtual void onMessageReceived(const sp<AMessage> &msg);
53 virtual sp<AMessage> getFormat(bool audio);
59 sp<IStreamSource> mSource;
61 sp<NuPlayerStreamListener> mStreamListener;
62 sp<ATSParser> mTSParser;
66 sp<ALooper> mLooper;
69 sp<AnotherPacketSource> getSource(bool audio)
    [all...]
NuPlayerStreamListener.h 31 const sp<IStreamSource> &source,
32 const sp<AHandler> &targetHandler);
37 Command cmd, bool synchronous, const sp<AMessage> &extra);
40 ssize_t read(void *data, size_t size, sp<AMessage> *extra);
56 sp<AMessage> mExtra;
61 sp<IStreamSource> mSource;
62 sp<AHandler> mTargetHandler;
63 sp<MemoryDealer> mMemoryDealer;
64 Vector<sp<IMemory> > mBuffers;
  /frameworks/av/media/libstagefright/include/
FLACExtractor.h 32 explicit FLACExtractor(const sp<DataSource> &source);
35 virtual sp<IMediaSource> getTrack(size_t index);
36 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
38 virtual sp<MetaData> getMetaData();
45 sp<DataSource> mDataSource;
46 sp<FLACParser> mParser;
48 sp<MetaData> mFileMetadata;
51 sp<MetaData> mTrackMetadata;
60 bool SniffFLAC(const sp<DataSource> &source, String8 *mimeType,
61 float *confidence, sp<AMessage> *)
    [all...]
MP3Extractor.h 34 MP3Extractor(const sp<DataSource> &source, const sp<AMessage> &meta);
37 virtual sp<IMediaSource> getTrack(size_t index);
38 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
40 virtual sp<MetaData> getMetaData();
46 sp<DataSource> mDataSource;
48 sp<MetaData> mMeta;
50 sp<MP3Seeker> mSeeker;
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
58 sp<AMessage> *meta)
    [all...]
AACExtractor.h 32 AACExtractor(const sp<DataSource> &source, const sp<AMessage> &meta);
35 virtual sp<IMediaSource> getTrack(size_t index);
36 virtual sp<MetaData> getTrackMetaData(size_t index, uint32_t flags);
38 virtual sp<MetaData> getMetaData();
45 sp<DataSource> mDataSource;
46 sp<MetaData> mMeta;
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
58 sp<AMessage> *);
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/mips/
mixed-micromips.s 6 addiu $sp, $sp, -32
7 sw $ra, 28($sp)
9 lw $ra, 28($sp)
10 addiu $sp, $sp, 32
24 addiu $sp, $sp, -32
25 sw $ra, 28($sp)
27 lw $ra, 28($sp)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-mips-1.s 16 .cfi_def_cfa $sp, 0
17 addiu $sp,$sp,-8
19 sw $fp,0($sp)
21 move $fp,$sp
28 move $sp,$fp
29 lw $fp,0($sp)
30 addiu $sp,$sp,8
31 .cfi_def_cfa $sp,
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 449 sp<const Element> U8;
450 sp<const Element> U8_2;
451 sp<const Element> U8_3;
452 sp<const Element> U8_4;
453 sp<const Element> I8;
454 sp<const Element> I8_2;
455 sp<const Element> I8_3;
456 sp<const Element> I8_4;
457 sp<const Element> U16;
458 sp<const Element> U16_2
    [all...]
  /external/pdfium/third_party/libtiff/
tif_zip.c 64 #define SAFE_MSG(sp) ((sp)->stream.msg == NULL ? "" : (sp)->stream.msg)
100 ZIPState* sp = DecoderState(tif); local
102 assert(sp != NULL);
105 if (sp->state & ZSTATE_INIT_ENCODE) {
106 deflateEnd(&sp->stream);
107 sp->state = 0;
110 if (inflateInit(&sp->stream) != Z_OK) {
111 TIFFErrorExt(tif->tif_clientdata, module, "%s", SAFE_MSG(sp));
126 ZIPState* sp = DecoderState(tif); local
152 ZIPState* sp = DecoderState(tif); local
207 ZIPState* sp = EncoderState(tif); local
231 ZIPState *sp = EncoderState(tif); local
259 ZIPState *sp = EncoderState(tif); local
301 ZIPState *sp = EncoderState(tif); local
330 ZIPState* sp = ZState(tif); local
356 ZIPState* sp = ZState(tif); local
379 ZIPState* sp = ZState(tif); local
399 ZIPState* sp; local
    [all...]
  /frameworks/native/include/gui/
SurfaceComposerClient.h 54 SurfaceComposerClient(const sp<IGraphicBufferProducer>& parent);
61 sp<IBinder> connection() const;
67 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
71 static status_t getDisplayConfigs(const sp<IBinder>& display,
75 static status_t getDisplayInfo(const sp<IBinder>& display,
80 static int getActiveConfig(const sp<IBinder>& display);
84 static status_t setActiveConfig(const sp<IBinder>& display, int id);
87 static status_t getDisplayColorModes(const sp<IBinder>& display,
91 static android_color_mode_t getActiveColorMode(const sp<IBinder>& display);
94 static status_t setActiveColorMode(const sp<IBinder>& display, android_color_mode_t colorMode)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
stack.s 4 [--Sp] = syscfg;
5 [--SP] = Lc0;
6 [--sp] = R7;
7 [--sp] = A0.W;
8 [--sP] = Cycles;
9 [--Sp] = b2;
10 [--sp] = m1;
11 [--SP] = P0;
16 [--sp] = (r7:2, p5:0);
17 [--SP] = (R7:6)
    [all...]

Completed in 1350 milliseconds

1 2 34 5 6 7 8 91011>>