HomeSort by relevance Sort by last modified time
    Searched refs:si (Results 151 - 175 of 355) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 115 Intent si = new Intent(); local
116 si.setClass(context, TimerRingService.class);
117 context.startService(si);
146 Intent si = new Intent(); local
147 si.setClass(context, TimerRingService.class);
148 context.stopService(si);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
LocalizedNameResolver.java 88 for (ServiceInfo si : pi.services) {
89 final XmlResourceParser parser = si.loadXmlMetaData(pm, METADATA_CONTACTS);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 114 for (ServiceInfo si : pi.services) {
115 final XmlResourceParser parser = si.loadXmlMetaData(pm, METADATA_CONTACTS);
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 295 /* 'si' is a member of debugInfo_list. Find it, remove it from the
1468 DebugInfo* si; local
1683 DebugInfo* si; local
1695 DebugInfo* si; local
1714 DebugInfo* si; local
1764 DebugInfo* si; local
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 261 UInt si, ci; local
268 for (si = 0; si < 16; si++) {
269 if ((validL & (1 << si)) == 0)
275 if (argR[ci] == argL[si]) { m = 1; break; }
277 boolRes |= (m << si);
342 UInt ri, si; local
348 for (si = 0; si < 16; si++)
    [all...]
pcmpstr64w.c 265 UInt si, ci; local
272 for (si = 0; si < 8; si++) {
273 if ((validL & (1 << si)) == 0)
279 if (argR[ci] == argL[si]) { m = 1; break; }
281 boolRes |= (m << si);
344 UInt ri, si; local
350 for (si = 0; si < 8; si++)
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActiveServices.java 333 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false); local
334 if (si != null) {
338 if (cur == si) {
856 ServiceRecord.StartItem si = r.deliveredStarts.get(i); local
1132 ServiceRecord.StartItem si = r.pendingStarts.remove(0); local
1396 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false); local
    [all...]
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 124 IN(ax); IN(bx); IN(cx); IN(dx); IN(si); IN(di);
135 OUT(ax); OUT(bx); OUT(cx); OUT(dx); OUT(si); OUT(di);
159 IN(ax); IN(bx); IN(cx); IN(dx); IN(si); IN(di);
172 OUT(ax); OUT(bx); OUT(cx); OUT(dx); OUT(si); OUT(di);
229 r.w.si = limit >> 16;
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 372 int wpa_driver_signal_poll(void *priv, struct wpa_signal_info *si)
379 os_memset(si, 0, sizeof(*si));
387 si->current_signal = atoi(prssi + strlen(RSSI_CMD) + 1);
393 si->current_txrate = atoi(buf + strlen(LINKSPEED_CMD) + 1) * 1000;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 413 for (section_iterator si = Obj.begin_sections(),
414 se = Obj.end_sections(); si != se; si.increment(err)) {
416 check(si->getName(SectionName));
420 for (relocation_iterator i = si->begin_relocations(),
421 e = si->end_relocations(); i != e;) {
634 section_iterator si(Obj.end_sections());
635 Symbol.getSection(si);
636 if (si == Obj.end_sections())
641 si->isText(isCode)
    [all...]
  /system/core/init/
init_parser.c 772 struct socketinfo *si; local
782 si = calloc(1, sizeof(*si));
783 if (!si) {
787 si->name = args[1];
788 si->type = args[2];
789 si->perm = strtoul(args[3], 0, 8);
791 si->uid = decode_uid(args[4]);
793 si->gid = decode_uid(args[5]);
794 si->next = svc->sockets
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 334 const sys::FileStatus *si = PwS.getFileStatus(false, &Err); local
335 if (!si)
337 if (si->isDir) {
655 const sys::FileStatus *si = PwS.getFileStatus(false, &Err); local
656 if (!si)
658 if (!si->isDir) {
661 if (si->modTime > I->getModTime())
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 431 android.content.pm.ServiceInfo si = service.serviceInfo; local
432 ComponentName componentName = new ComponentName(si.packageName, si.name);
438 parser = si.loadXmlMetaData(pm, mMetaDataName);
456 V v = parseServiceAttributes(pm.getResourcesForApplication(si.applicationInfo),
457 si.packageName, attrs);
467 "Unable to load resources for pacakge " + si.packageName);
  /external/openssl/apps/
cms.c 958 CMS_SignerInfo *si; local
962 si = sk_CMS_SignerInfo_value(sis, 0);
963 srcms = CMS_sign_receipt(si, signer, key, other, flags);
1006 CMS_SignerInfo *si; local
1017 si = CMS_add1_signer(cms, signer, key, sign_md, flags);
1018 if (!si)
1020 if (rr && !CMS_add1_ReceiptRequest(si, rr))
1285 CMS_SignerInfo *si; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 493 SCREENINFO si; local
498 si.size = sizeof(SCREENINFO);
499 si.devID = XBIOS_oldvmode;
500 si.scrFlags = 0;
501 VsetScreen(-1, &si, MI_MAGIC, CMD_GETINFO);
503 this->info.current_w = si.scrWidth;
504 this->info.current_h = si.scrHeight;
507 if (si.scrFlags & SCRINFO_OK) {
508 if (si.scrPlanes <= 8) {
509 XBIOS_oldnumcol = 1<<si.scrPlanes
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 546 throw new IllegalArgumentException("si is defined for Koblitz curves only");
573 BigInteger[] si = new BigInteger[2]; local
577 si[0] = dividend0.shiftRight(1);
578 si[1] = dividend1.shiftRight(1).negate();
582 si[0] = dividend0.shiftRight(2);
583 si[1] = dividend1.shiftRight(2).negate();
590 return si;
ECCurve.java 237 private BigInteger[] si = null; field in class:ECCurve.F2m
501 if (si == null)
503 si = Tnaf.getSi(this);
505 return si;
  /external/libusb/libusb/
descriptor.c 679 int r, langid, si, di; local
706 for (di = 0, si = 2; si < tbuf[0]; si += 2) {
710 if (tbuf[si + 1]) /* high byte */
713 data[di++] = tbuf[si];
  /external/libusb_aah/libusb/
descriptor.c 682 int r, si, di; local
717 for (di = 0, si = 2; si < tbuf[0]; si += 2) {
721 if (tbuf[si + 1]) /* high byte */
724 data[di++] = tbuf[si];
  /external/libvpx/libvpx/vpx_scale/generic/
vpxscale.c 596 * INPUTS : SCALE_INSTANCE *si : Pointer to post-processor instance (NOT USED).
619 SCALE_VARS *si,
634 int hs = si->HScale;
635 int hr = si->HRatio;
636 int vs = si->VScale;
637 int vr = si->VRatio;
649 (void) si;
796 * INPUTS : SCALE_INSTANCE *si : Pointer to post-processor instance (NOT USED).
880 * INPUTS : SCALE_INSTANCE *si : Pointer to post-processor instance.
940 * INPUTS : SCALE_INSTANCE *si : Pointer to post-processor instance
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
signal.c 1298 struct signalfd_siginfo *si = (struct signalfd_siginfo *) buf; local
    [all...]
  /external/clang/test/Sema/
compare.c 322 int si; local
327 b = (si == (ui = sl)); // expected-warning {{comparison of integers of different signs: 'int' and 'unsigned int'}}
328 b = (si == (ui = sl&15));
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 460 bool ProcOpenParen(StateId s, const A &arc, StackId si, StackId nsi);
462 void ProcDestStates(StateId s, StackId si);
745 bool PrunedExpand<A>::ProcOpenParen(StateId s, const A &arc, StackId si,
747 // Update the stack lenght when needed: |nsi| = |si| + 1.
750 stack_length_[nsi] = stack_length_[si] + 1;
775 PdtStateTuple<StateId, StackId> tuple(meta_arc.nextstate, si);
824 // When 's' in 'ofst_' is a source state for stack id 'si', identifies
828 // state 't', computes the shortest distance from (t, si) to the final
831 void PrunedExpand<A>::ProcDestStates(StateId s, StackId si) {
833 if (si != current_stack_id_)
    [all...]
  /bionic/libc/include/
signal.h 141 extern void psiginfo(const siginfo_t* si, const char* message);
  /external/clang/test/SemaCXX/
class.cpp 40 static int si = 0; // expected-error {{non-const static data member must be initialized out of line}} member in class:C

Completed in 1360 milliseconds

1 2 3 4 5 67 8 91011>>