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

1 2 3 45 6 7 8 91011>>

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 442 save(ch, h); method
483 save(ch, h); method
491 save(ch, h); method
496 save(ch, h); method
500 save(ch, h); method
504 save(ch, h); method
508 save(ch, h); method
532 save(ent, h); method
537 save((ent>>10) + 0xD800, h); method
538 save((ent&0x3FF) + 0xDC00, h) method
571 save(ch, h); method
599 save(ch, h); method
616 save(ch, h); method
669 private void save(int ch, ScanHandler h) throws IOException, SAXException { method in class:HTMLScanner
    [all...]
  /art/runtime/interpreter/mterp/x86/
op_div_long.S 7 mov rIBASE, LOCAL0(%esp) # save rIBASE/%edx
8 mov rINST, LOCAL1(%esp) # save rINST/%ebx
op_div_long_2addr.S 7 mov rIBASE, LOCAL0(%esp) # save rIBASE/%edx
11 mov rINST, LOCAL1(%esp) # save rINST/%ebx
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockCanvas.java 28 public int save(int flags) { method in class:MockCanvas
  /external/autotest/client/bin/
screenshot.py 21 image.save(args.path)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkConfiguration.java 43 * Save current network configuration to system
47 public void save(WifiManager.ActionListener listener); method in interface:NetworkConfiguration
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
unwind-1.s 7 .save {r4, lr}
unwind-2.s 11 .save {r4, lr}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
vxworks1.s 5 save %sp, -104, %sp
  /external/libunwind/src/ia64/
siglongjmp.S 36 .save rp, r15
43 .save ar.pfs, r33
50 .save rp, loc0
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
28-1.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGABRT, &sa, &save);
106 ret = sigaction(SIGABRT, &save, 0);
28-10.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGPIPE, &sa, &save);
106 ret = sigaction(SIGPIPE, &save, 0);
28-11.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGQUIT, &sa, &save);
106 ret = sigaction(SIGQUIT, &save, 0);
28-12.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGSEGV, &sa, &save);
106 ret = sigaction(SIGSEGV, &save, 0);
28-13.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGTERM, &sa, &save);
106 ret = sigaction(SIGTERM, &save, 0);
28-14.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGTSTP, &sa, &save);
106 ret = sigaction(SIGTSTP, &save, 0);
28-15.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGTTIN, &sa, &save);
106 ret = sigaction(SIGTTIN, &save, 0);
28-16.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGTTOU, &sa, &save);
106 ret = sigaction(SIGTTOU, &save, 0);
28-17.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGUSR1, &sa, &save);
106 ret = sigaction(SIGUSR1, &save, 0);
28-18.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGUSR2, &sa, &save);
106 ret = sigaction(SIGUSR2, &save, 0);
28-19.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGPOLL, &sa, &save);
106 ret = sigaction(SIGPOLL, &save, 0);
28-2.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGALRM, &sa, &save);
106 ret = sigaction(SIGALRM, &save, 0);
28-20.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGPROF, &sa, &save);
106 ret = sigaction(SIGPROF, &save, 0);
28-21.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGSYS, &sa, &save);
106 ret = sigaction(SIGSYS, &save, 0);
28-22.c 63 struct sigaction sa, save; local
85 ret = sigaction(SIGTRAP, &sa, &save);
106 ret = sigaction(SIGTRAP, &save, 0);

Completed in 624 milliseconds

1 2 3 45 6 7 8 91011>>