Searched refs:sp (Results 26 - 47 of 47) sorted by relevance

12

/system/core/libcutils/arch-arm/
H A Dmemset32.S55 str lr, [sp, #-4]!
91 ldr lr, [sp], #4
/system/core/sh/
H A Dvar.c367 struct strlist *sp; local
370 for (sp = cmdenviron ; sp ; sp = sp->next) {
371 if (strequal(sp->text, name))
372 return strchr(sp->text, '=') + 1;
H A Djobs.c1046 struct procstat *sp; local
1066 for (sp = jp->ps ; sp < jp->ps + jp->nprocs ; sp++) {
1067 if (sp->pid == -1)
1069 if (sp->pid == pid) {
1070 TRACE(("Job %d: changing status of proc %d from 0x%x to 0x%x\n", jp - jobtab + 1, pid, sp->status, status));
1071 sp->status = status;
1074 if (sp->status == -1)
1076 else if (WIFSTOPPED(sp
[all...]
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp164 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const
167 sp<Assembly> r;
179 const sp<Assembly>& assembly)
H A DARMAssembler.h38 ARMAssembler(const sp<Assembly>& assembly);
165 sp<Assembly> mAssembly;
H A DMIPSAssembler.h41 ArmToMipsAssembler(const sp<Assembly>& assembly,
185 sp<Assembly> mAssembly;
244 MIPSAssembler(const sp<Assembly>& assembly, ArmToMipsAssembler *parent);
407 sp<Assembly> mAssembly;
H A DARMAssembler.cpp45 ARMAssembler::ARMAssembler(const sp<Assembly>& assembly)
H A DMIPSAssembler.cpp90 ArmToMipsAssembler::ArmToMipsAssembler(const sp<Assembly>& assembly,
1251 MIPSAssembler::MIPSAssembler(const sp<Assembly>& assembly, ArmToMipsAssembler *parent)
/system/security/keystore-engine/
H A Deng_keystore.cpp110 sp<IServiceManager> sm = defaultServiceManager();
111 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
112 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
/system/core/debuggerd/mips/
H A Dcrashglue.S46 li $sp, 0
/system/core/debuggerd/
H A Dtombstone.c251 int scopeFlags, uintptr_t* sp, size_t words, int label) {
254 if (!try_get_word_ptrace(tid, *sp, &stack_content)) {
269 label, *sp, stack_content, mi ? mi->name : "", symbol_name, offset);
272 label, *sp, stack_content, mi ? mi->name : "", symbol_name);
277 *sp, stack_content, mi ? mi->name : "", symbol_name, offset);
280 *sp, stack_content, mi ? mi->name : "", symbol_name);
287 label, *sp, stack_content, mi ? mi->name : "");
290 *sp, stack_content, mi ? mi->name : "");
294 *sp += sizeof(uint32_t);
319 uintptr_t sp local
250 dump_stack_segment(const ptrace_context_t* context, log_t* log, pid_t tid, int scopeFlags, uintptr_t* sp, size_t words, int label) argument
[all...]
/system/core/include/utils/
H A DThread.h103 sp<Thread> mHoldSelf;
/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp46 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE));
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp227 sp<ProcessState> proc(ProcessState::self());
228 sp<IServiceManager> sm = defaultServiceManager();
242 sp<IServiceManager> sm = defaultServiceManager();
250 sp<IBinder> binder;
/system/core/libpixelflinger/
H A Dt32cb16blend.S140 stmfd sp!, {r4-r7, lr}
149 ldmlofd sp!, {r4-r7, lr} // return
200 ldmlofd sp!, {r4-r7, lr} // return
H A Dscanline.cpp384 sp<Assembly> assembly = gCodeCache.lookup(key);
387 sp<ScanlineAssembly> a = new ScanlineAssembly(c->state.needs,
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c245 uint32_t sp = state->gregs[R_SP]; local
250 if (!try_get_word(memory, sp, &value)) {
257 sp += 4;
261 set_reg(state, R_SP, sp);
468 * 18898: b001 add sp, #4
/system/security/keystore/include/keystore/
H A DIKeystoreService.h96 int32_t flags, Vector<sp<KeystoreArg> >* args) = 0;
/system/security/keystore/
H A DIKeystoreService.cpp50 BpKeystoreService(const sp<IBinder>& impl)
289 int32_t flags, Vector<sp<KeystoreArg> >* args)
299 for (Vector<sp<KeystoreArg> >::iterator it = args->begin(); it != args->end(); ++it) {
300 sp<KeystoreArg> item = *it;
711 Vector<sp<KeystoreArg> > args;
717 sp<KeystoreArg> arg = new KeystoreArg(data.readInplace(inSize), inSize);
H A Dkeystore.cpp1713 int32_t flags, Vector<sp<KeystoreArg> >* args) {
1760 sp<KeystoreArg> gArg = args->itemAt(0);
1761 sp<KeystoreArg> pArg = args->itemAt(1);
1762 sp<KeystoreArg> qArg = args->itemAt(2);
1823 sp<KeystoreArg> pubExpBlob = args->itemAt(0);
2345 android::sp<android::IServiceManager> sm = android::defaultServiceManager();
2346 android::sp<android::KeyStoreProxy> proxy = new android::KeyStoreProxy(&keyStore);
/system/core/libutils/tests/
H A DBlobCache_test.cpp43 sp<BlobCache> mBC;
281 sp<BlobCache> mBC2;
/system/core/libutils/
H A DThreads.cpp738 sp<Thread> strong(self->mHoldSelf);

Completed in 691 milliseconds

12