HomeSort by relevance Sort by last modified time
    Searched refs:sp (Results 201 - 225 of 5995) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposerBufferCache.h 49 void getHwcBuffer(int slot, const sp<GraphicBuffer>& buffer,
50 uint32_t* outSlot, sp<GraphicBuffer>* outBuffer);
55 std::vector<sp<GraphicBuffer>> mBuffers;
  /prebuilts/go/darwin-x86/test/
escape_struct_return.go 18 func A(sp *string, spp **string) U { // ERROR "leaking param: sp to result ~r2 level=0$" "leaking param: spp to result ~r2 level=0$"
19 return U{sp, spp}
28 sp := &s // ERROR "tA1 &s does not escape$"
29 spp := &sp // ERROR "tA1 &sp does not escape$"
30 u := A(sp, spp)
37 sp := &s // ERROR "tA2 &s does not escape$"
38 spp := &sp // ERROR "tA2 &sp does not escape$
    [all...]
  /prebuilts/go/linux-x86/test/
escape_struct_return.go 18 func A(sp *string, spp **string) U { // ERROR "leaking param: sp to result ~r2 level=0$" "leaking param: spp to result ~r2 level=0$"
19 return U{sp, spp}
28 sp := &s // ERROR "tA1 &s does not escape$"
29 spp := &sp // ERROR "tA1 &sp does not escape$"
30 u := A(sp, spp)
37 sp := &s // ERROR "tA2 &s does not escape$"
38 spp := &sp // ERROR "tA2 &sp does not escape$
    [all...]
  /system/core/libbinderwrapper/include/binderwrapper/
stub_binder_wrapper.h 56 // sp<IBinder> binder(foo);
61 // sp<IBinder> binder = BinderWrapper::Get()->GetService("foo");
63 // sp<IFoo> foo = interface_cast<IFoo>(binder);
75 const std::vector<sp<BBinder>>& local_binders() const {
86 const sp<IBinder>& binder);
90 sp<IBinder> GetRegisteredService(const std::string& service_name) const;
93 void NotifyAboutBinderDeath(const sp<IBinder>& binder);
96 sp<IBinder> GetService(const std::string& service_name) override;
98 const sp<IBinder>& binder) override;
99 sp<BBinder> CreateLocalBinder() override
    [all...]
  /system/vold/
IdleMaint.h 25 void Trim(const android::sp<android::os::IVoldTaskListener>& listener);
26 int RunIdleMaint(const android::sp<android::os::IVoldTaskListener>& listener);
27 int AbortIdleMaint(const android::sp<android::os::IVoldTaskListener>& listener);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-ppv1032.d 9 [ ]+0:[ ]+84e2[ ]+subq 4,sp
10 [ ]+2:[ ]+eeab[ ]+move\.d r10,\[sp\]
11 [ ]+4:[ ]+84e2[ ]+subq 4,sp
12 [ ]+6:[ ]+7eba[ ]+move srp,\[sp\]
13 [ ]+8:[ ]+6eae[ ]+move\.d \[sp\+\],r10
14 [ ]+a:[ ]+3ebe[ ]+move \[sp\+\],srp
rd-ppv32.d 9 [ ]+0:[ ]+84e2[ ]+subq 4,sp
10 [ ]+2:[ ]+eeab[ ]+move\.d r10,\[sp\]
11 [ ]+4:[ ]+84e2[ ]+subq 4,sp
12 [ ]+6:[ ]+7eba[ ]+move srp,\[sp\]
13 [ ]+8:[ ]+6eae[ ]+move\.d \[sp\+\],r10
14 [ ]+a:[ ]+3ebe[ ]+move \[sp\+\],srp
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
disperr.s 10 fmovex %fp0,%sp@-
12 addqw #8,%sp
13 addqw #4,%sp
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mipsr6@24k-triple-stores-6.d 10 0: e7a00050 swc1 \$f0,80\(sp\)
11 4: e7a20058 swc1 \$f2,88\(sp\)
13 c: e7a40060 swc1 \$f4,96\(sp\)
15 14: f7a00050 sdc1 \$f0,80\(sp\)
16 18: f7a20058 sdc1 \$f2,88\(sp\)
18 20: f7a40060 sdc1 \$f4,96\(sp\)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
movbu.s 6 movbu (8,sp),d1
7 movbu (256,sp),d1
8 movbu (131071,sp),d1
16 movbu d1,(32,sp)
17 movbu d1,(32768,sp)
18 movbu d1,(131071,sp)
movhu.s 6 movhu (8,sp),d1
7 movhu (256,sp),d1
8 movhu (131071,sp),d1
16 movhu d1,(32,sp)
17 movhu d1,(32768,sp)
18 movhu d1,(131071,sp)
  /external/libffi/src/arm/
trampoline.S 34 stmfd sp!, {r0-r3}
47 stmfd sp!, {r0-r3}
60 stmfd sp!, {r0-r3}
73 stmfd sp!, {r0-r3}
86 stmfd sp!, {r0-r3}
99 stmfd sp!, {r0-r3}
112 stmfd sp!, {r0-r3}
125 stmfd sp!, {r0-r3}
138 stmfd sp!, {r0-r3}
151 stmfd sp!, {r0-r3
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
trampoline.S 34 stmfd sp!, {r0-r3}
47 stmfd sp!, {r0-r3}
60 stmfd sp!, {r0-r3}
73 stmfd sp!, {r0-r3}
86 stmfd sp!, {r0-r3}
99 stmfd sp!, {r0-r3}
112 stmfd sp!, {r0-r3}
125 stmfd sp!, {r0-r3}
138 stmfd sp!, {r0-r3}
151 stmfd sp!, {r0-r3
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/arm/
trampoline.S 34 stmfd sp!, {r0-r3}
47 stmfd sp!, {r0-r3}
60 stmfd sp!, {r0-r3}
73 stmfd sp!, {r0-r3}
86 stmfd sp!, {r0-r3}
99 stmfd sp!, {r0-r3}
112 stmfd sp!, {r0-r3}
125 stmfd sp!, {r0-r3}
138 stmfd sp!, {r0-r3}
151 stmfd sp!, {r0-r3
    [all...]
  /external/tensorflow/tensorflow/core/framework/
types.cc 116 bool DataTypeFromString(StringPiece sp, DataType* dt) {
117 if (sp.ends_with("_ref")) {
118 sp.remove_suffix(4);
120 if (DataTypeFromString(sp, &non_ref) && !IsRefType(non_ref)) {
128 if (sp == "float" || sp == "float32") {
131 } else if (sp == "double" || sp == "float64") {
134 } else if (sp == "int32") {
137 } else if (sp == "uint32")
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal.S 33 std r3, STACK_FRAME_PARAM(0)(sp) /* pid */
34 std r4, STACK_FRAME_PARAM(1)(sp) /* gps */
35 std r5, STACK_FRAME_PARAM(2)(sp) /* fps */
36 std r6, STACK_FRAME_PARAM(3)(sp) /* vms */
37 std r7, STACK_FRAME_PARAM(4)(sp) /* vss */
39 ld r3, STACK_FRAME_PARAM(1)(sp)
44 ld r3, STACK_FRAME_PARAM(2)(sp)
49 ld r3, STACK_FRAME_PARAM(3)(sp)
54 ld r3, STACK_FRAME_PARAM(4)(sp)
64 ld r3, STACK_FRAME_PARAM(0)(sp)
    [all...]
  /external/llvm/test/MC/Mips/
do_switch1.s 19 .frame $sp,8,$ra
26 addiu $sp, $sp, -8
28 sw $1, 4($sp)
29 lw $2, 4($sp)
36 addiu $sp, $sp, 8
47 addiu $sp, $sp, 8
51 addiu $sp, $sp,
    [all...]
do_switch2.s 18 .frame $sp,8,$ra
27 addiu $sp, $sp, -8
29 sw $1, 4($sp)
30 lw $3, 4($sp)
37 addiu $sp, $sp, 8
49 addiu $sp, $sp, 8
53 addiu $sp, $sp,
    [all...]
do_switch3.s 18 .frame $sp,16,$ra
25 daddiu $sp, $sp, -16
29 sw $1, 12($sp)
30 lw $1, 12($sp)
38 daddiu $sp, $sp, 16
54 daddiu $sp, $sp, 16
58 daddiu $sp, $sp, 1
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
SimpleDecodingSource.h 47 static sp<SimpleDecodingSource> Create(
48 const sp<MediaSource> &source, uint32_t flags,
49 const sp<ANativeWindow> &nativeWindow,
53 static sp<SimpleDecodingSource> Create(
54 const sp<MediaSource> &source, uint32_t flags = 0);
65 virtual sp<MetaData> getFormat();
76 const sp<MediaCodec> &codec, const sp<MediaSource> &source, const sp<ALooper> &looper,
77 bool usingSurface, bool isVorbis, const sp<AMessage> &format)
    [all...]
Utils.h 33 const sp<MetaData> &meta, sp<AMessage> *format);
35 const sp<AMessage> &format, sp<MetaData> &meta);
51 status_t sendMetaDataToHal(sp<MediaPlayerBase::AudioSink>& sink, const sp<MetaData>& meta);
54 bool canOffloadStream(const sp<MetaData>& meta, bool hasVideo,
62 sp<AMessage> mMeta;
64 explicit HLSTime(const sp<AMessage> &meta = NULL);
72 void writeToAMessage(const sp<AMessage> &msg, const AudioPlaybackRate &rate)
    [all...]
  /frameworks/base/cmds/incidentd/src/
IncidentService.h 46 void addRequest(const sp<ReportRequest>& request);
47 sp<ReportRequest> getNextRequest();
51 deque<sp<ReportRequest> > mQueue;
57 ReportHandler(const sp<Looper>& handlerLooper, const sp<ReportRequestQueue>& queue,
58 const sp<Throttler>& throttler);
66 void scheduleRunReport(const sp<ReportRequest>& request);
77 sp<Looper> mHandlerLooper;
78 sp<ReportRequestQueue> mQueue;
79 sp<Throttler> mThrottler
    [all...]
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 63 explicit MediaPlayerDeathNotifier(const sp<MediaPlayerNotificationClient>& playerClient) :
75 const sp<MediaPlayerNotificationClient> mPlayerClient;
92 virtual void setVideoSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer);
103 virtual void onSeek(const sp<AMessage> &msg);
104 virtual void onLoop(const sp<AMessage> &msg);
107 virtual void onBufferingUpdate(const sp<AMessage> &msg);
108 virtual void onAttachAuxEffect(const sp<AMessage> &msg);
109 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg);
114 sp<IGraphicBufferProducer> mVideoSurfaceTexture;
117 sp<IMediaPlayer> mPlayer
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
address-001.s 39 ldb r0,@sp
40 ldub r0,@sp
41 ld r0,@sp
42 ld2w r0,@sp
43 stb r0,@sp
44 st r0,@sp
45 st2w r0,@sp
50 ld r0,@sp+
51 ld2w r0,@sp+
52 st r0,@sp
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
9s12x-mov.s 25 movb #v4, a1,sp
27 movb #v6, [a2,sp]
32 movb a4, a1,sp
34 movb a6, [a3,sp]
38 movb 7,sp+, 253,y
39 movb 6,-sp, a2,sp
41 movb 13,sp, [a5,sp]
45 movb [d,sp], 253,
    [all...]

Completed in 679 milliseconds

1 2 3 4 5 6 7 891011>>