HomeSort by relevance Sort by last modified time
    Searched refs:ps (Results 101 - 125 of 207) sorted by null

1 2 3 45 6 7 8 9

  /bionic/libc/stdio/
vfprintf.c 173 void* ps; local
319 memset(&ps, 0, sizeof(ps));
335 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) {
875 void* ps; local
927 memset(&ps, 0, sizeof(ps));
944 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) {
  /external/icu4c/common/
ustrtrns.c 261 * *ps points to after the lead byte and will be moved to after the last trail byte.
266 utf8_nextCharSafeBodyTerminated(const uint8_t **ps, UChar32 c) {
267 const uint8_t *s=*ps;
313 s=*ps;
320 *ps=s;
329 * *ps points to after the lead byte and will be moved to after the last trail byte.
334 utf8_nextCharSafeBodyPointer(const uint8_t **ps, const uint8_t *limit, UChar32 c) {
335 const uint8_t *s=*ps;
380 s=*ps;
387 *ps=s
    [all...]
  /external/libpcap/
pcap-nit.c 75 pcap_stats_nit(pcap_t *p, struct pcap_stat *ps)
94 *ps = p->md.stat;
pcap-snit.c 88 pcap_stats_snit(pcap_t *p, struct pcap_stat *ps)
108 *ps = p->md.stat;
pcap-snoop.c 157 pcap_stats_snoop(pcap_t *p, struct pcap_stat *ps)
192 *ps = p->md.stat;
  /system/core/toolbox/
Android.mk 8 ps \
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 745 PrintStream ps = new PrintStream(bout); local
746 ps.println("#commented.entry=Bogus");
747 ps.println("test.pkg=tests.security");
748 ps.println("test.proj=Unit Tests");
749 ps.close();
  /external/bison/build-aux/
Makefile 339 ps: ps-am
341 ps-am:
351 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
  /external/bison/data/
Makefile 392 ps: ps-am
394 ps-am:
406 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
  /external/bison/src/
Makefile 595 ps: ps-am
597 ps-am:
610 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
  /external/bison/tests/
Makefile 362 ps: ps-am
364 ps-am:
375 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
  /external/elfutils/lib/
Makefile 405 ps: ps-am
407 ps-am:
419 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  /external/elfutils/libcpu/
Makefile 389 ps: ps-am
391 ps-am:
403 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  /external/elfutils/src/
Makefile 581 ps: ps-am
583 ps-am:
596 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 2573 Proc ps = mProcessStats.get(name); local
2587 Pkg ps = mPackageStats.get(name); local
2601 Pkg ps = getPackageStatsLocked(pkg); local
3443 Uid.Proc ps = ent.getValue(); local
3459 Uid.Pkg ps = ent.getValue(); local
    [all...]
  /external/ipsec-tools/src/racoon/
privsep.c 756 int ps; local
761 ps = pfkey_open();
762 if (ps != -1)
763 pfkey_socket = ps;
765 return ps;
773 privsep_pfkey_close(ps)
774 int ps;
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 821 X500Principal[] ps = new X500Principal[howMany]; local
823 ps[i] = new X500Principal(names[i]);
825 return ps;
  /external/icu4c/tools/ctestfw/
uperf.cpp 403 for(int32_t ps =0; ps < passes; ps++){
  /external/libpng/contrib/gregbook/
rpng-win.c 647 PAINTSTRUCT ps; local
656 hdc = BeginPaint(hwnd, &ps);
664 EndPaint(hwnd, &ps);
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 314 preview_size_type* ps = &preview_sizes[DEFAULT_PREVIEW_SETTING]; local
315 p.setPreviewSize(ps->width, ps->height);
1050 preview_size_type* ps = preview_sizes; local
    [all...]
  /external/bison/lib/
quotearg.c 56 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0)
62 # define mbsinit(ps) 1
  /ndk/
ndk-gdb 484 PID=`$ADB_CMD shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=$PACKAGE_NAME`
503 GDBSERVER_PS=`$ADB_CMD shell ps | grep lib/gdbserver`
  /external/bison/
Makefile 86 pdf-recursive ps-recursive uninstall-info-recursive \
675 ps: ps-recursive
677 ps-am:
695 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
  /external/bison/examples/
Makefile 83 pdf-recursive ps-recursive uninstall-info-recursive \
492 ps: ps-recursive
494 ps-am:
509 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 213 RenderStyle* ps = m_cachedPseudoStyle.get();
214 while (ps && ps->styleType() != pid)
215 ps = ps->m_cachedPseudoStyle.get();
216 return ps;
    [all...]

Completed in 857 milliseconds

1 2 3 45 6 7 8 9