HomeSort by relevance Sort by last modified time
    Searched refs:ps (Results 1 - 25 of 308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/FixIt/
fixit-pmem.cpp 15 int foo(int S::* ps, S s, S* p)
17 p.*ps = 1;
18 return s->*ps;
21 void foo1(int (S::*ps)(), S s, S* p)
23 (p.*ps)();
24 (s->*ps)();
  /external/dropbear/libtommath/pics/
makefile 5 design_process.ps: design_process.tif
6 tiff2ps -s -e design_process.tif > design_process.ps
8 sliding_window.ps: sliding_window.tif
9 tiff2ps -s -e sliding_window.tif > sliding_window.ps
11 expt_state.ps: expt_state.tif
12 tiff2ps -s -e expt_state.tif > expt_state.ps
14 primality.ps: primality.tif
15 tiff2ps -s -e primality.tif > primality.ps
17 design_process.pdf: design_process.ps
18 epstopdf design_process.ps
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
mbsinit.c 42 mbsinit (const mbstate_t *ps)
44 const char *pstate = (const char *)ps;
mbrlen.c 27 mbrlen (const char *s, size_t n, mbstate_t *ps)
29 if (ps == NULL)
30 ps = &internal_state;
31 return mbrtowc (NULL, s, n, ps);
wcrtomb.c 28 wcrtomb (char *s, wchar_t wc, mbstate_t *ps)
31 stateless encodings. ps must be in the initial state. */
32 if (ps != NULL && !mbsinit (ps))
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 113 PreparedStatement ps = null; local
115 ps = conn
117 ps.addBatch("INSERT INTO zoo VALUES (?,'Burenka', ?); ");
118 ps.addBatch("INSERT INTO zoo VALUES (?,'Mashka','cat')");
120 ps.executeBatch();
124 ps.setString(1, "dog");
127 ps.executeBatch();
142 ps.close();
148 ps = conn
150 ps.addBatch("")
178 PreparedStatement ps = null; local
279 PreparedStatement ps = null; local
295 PreparedStatement ps = null; local
332 PreparedStatement ps = null; local
347 PreparedStatement ps = null; local
368 PreparedStatement ps = null; local
409 PreparedStatement ps = null; local
440 PreparedStatement ps = null; local
486 PreparedStatement ps = null; local
542 PreparedStatement ps = null; local
596 PreparedStatement ps = null; local
649 PreparedStatement ps = null; local
704 PreparedStatement ps = null; local
775 PreparedStatement ps = null; local
855 PreparedStatement ps = null; local
930 PreparedStatement ps = null; local
999 PreparedStatement ps = null; local
1067 PreparedStatement ps = null; local
1136 PreparedStatement ps = null; local
1195 PreparedStatement ps = null; local
1262 PreparedStatement ps = null; local
1310 PreparedStatement ps = null; local
1358 PreparedStatement ps = null; local
1416 PreparedStatement ps = null; local
1462 PreparedStatement ps = null; local
1550 PreparedStatement ps = null; local
1638 PreparedStatement ps = null; local
1737 PreparedStatement ps = null; local
1830 PreparedStatement ps = null; local
1925 PreparedStatement ps = null; local
1985 PreparedStatement ps = null; local
2037 PreparedStatement ps = null; local
2077 PreparedStatement ps = null; local
2091 PreparedStatement ps = null; local
2112 PreparedStatement ps = null; local
2161 PreparedStatement ps = null; local
2178 PreparedStatement ps = null; local
2196 PreparedStatement ps = null; local
2211 PreparedStatement ps = null; local
2229 PreparedStatement ps = conn.prepareStatement(query); local
2240 PreparedStatement ps = conn.prepareStatement(query); local
2255 PreparedStatement ps = conn.prepareStatement(query); local
    [all...]
  /frameworks/base/libs/rs/driver/
rsdProgramStore.h 24 const android::renderscript::ProgramStore *ps);
26 const android::renderscript::ProgramStore *ps);
28 const android::renderscript::ProgramStore *ps);
rsdProgramStore.cpp 40 bool rsdProgramStoreInit(const Context *rsc, const ProgramStore *ps) {
46 ps->mHal.drv = drv;
49 switch (ps->mHal.state.depthFunc) {
80 if ((ps->mHal.state.blendSrc == RS_BLEND_SRC_ONE) &&
81 (ps->mHal.state.blendDst == RS_BLEND_DST_ZERO)) {
85 switch (ps->mHal.state.blendSrc) {
118 switch (ps->mHal.state.blendDst) {
152 ps->mHal.drv = NULL;
156 void rsdProgramStoreSetActive(const Context *rsc, const ProgramStore *ps) {
157 DrvProgramStore *drv = (DrvProgramStore *)ps->mHal.drv
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 599 PrintStream ps = new PrintStream(s.getOutputStream()); local
626 ps.print(HTTP_VERSION_STRING + " " + HTTP_BAD_METHOD +
628 ps.write(buf, 0, 5);
629 ps.write(EOL);
630 ps.flush();
647 printStatus(ps);
648 printHeaders(ps);
651 psWriteEOL(ps);
658 send404(ps);
660 sendFile(ps);
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
getBspectrum.m 1 function bspectrum=getBspectrum(ps,threshold,bandfirst,bandlast)
2 % function bspectrum=getBspectrum(ps,threshold,bandfirst,bandlast)
5 % ps=current power spectrum (float)
11 if( length(ps)<bandlast | bandlast>32 | length(ps)~=length(threshold))
16 diff = ps - threshold;
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
getBspectrum.m 1 function bspectrum=getBspectrum(ps,threshold,bandfirst,bandlast)
2 % function bspectrum=getBspectrum(ps,threshold,bandfirst,bandlast)
5 % ps=current power spectrum (float)
11 if( length(ps)<bandlast | bandlast>32 | length(ps)~=length(threshold))
16 diff = ps - threshold;
  /external/iproute2/doc/
Makefile 1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
2 # tc-cref.ps
4 # iki-netdev.ps iki-neighdst.ps
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 642 PrintStream ps = new PrintStream(s.getOutputStream()); local
667 ps.print(HTTP_VERSION_STRING + " " + HTTP_BAD_METHOD +
669 ps.write(buf, 0, 5);
670 ps.write(EOL);
671 ps.flush();
688 printStatus(ps);
689 printHeaders(ps);
692 psWriteEOL(ps);
699 send404(ps);
701 sendFile(ps);
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
ECGenParameterSpecTest.java 69 ECGenParameterSpec ps = new ECGenParameterSpec(name); local
70 assertEquals(name, ps.getName());
  /external/chromium/base/
sys_string_conversions_linux.cc 41 mbstate_t ps; local
46 memset(&ps, 0, sizeof(ps));
53 size_t res = src ? wcrtomb(buf, src, &ps) : 0;
77 memset(&ps, 0, sizeof(ps));
81 size_t res = src ? wcrtomb(&out[j], src, &ps) : 0;
101 mbstate_t ps; local
106 memset(&ps, 0, sizeof(ps));
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
49 for (int i=0; i<ps.length; i++) {
50 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i]);
53 dhps.getP(), ps[i]);
58 for (int i=0; i<ps.length; i++) {
59 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i], ls[i]);
62 dhps.getP(), ps[i]);
RC2ParameterSpecTest.java 62 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); local
66 iv[0] == ps.getIV()[0]);
94 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv, offset); local
98 iv[offset] == ps.getIV()[0]);
109 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); local
112 effectiveKeyBits == ps.getEffectiveKeyBits());
125 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); local
126 byte[] result = ps.getIV();
134 result[0] == ps.getIV()[0]);
135 ps = new RC2ParameterSpec(effectiveKeyBits)
    [all...]
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
PSourceTest.java 54 PSource.PSpecified ps = new PSource.PSpecified(p); local
58 p[0] == ps.getValue()[0]);
69 PSource.PSpecified ps = new PSource.PSpecified(p); local
70 byte[] result = ps.getValue();
78 result[0] == ps.getValue()[0]);
100 PSource ps = new PSource(pSrcName); local
102 + "in constructor", pSrcName.equals(ps.getAlgorithm()));
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
49 for (int i=0; i<ps.length; i++) {
50 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i]);
53 dhps.getP(), ps[i]);
58 for (int i=0; i<ps.length; i++) {
59 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i], ls[i]);
62 dhps.getP(), ps[i]);
PSourceTest.java 54 PSource.PSpecified ps = new PSource.PSpecified(p); local
57 + "should not cause the change of internal array.", p[0] == ps
69 PSource.PSpecified ps = new PSource.PSpecified(p); local
70 byte[] result = ps.getValue();
78 result[0] == ps.getValue()[0]);
101 PSource ps = new PSource(pSrcName) {}; local
103 + "in constructor", pSrcName.equals(ps.getAlgorithm()));
RC2ParameterSpecTest.java 62 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); local
66 iv[0] == ps.getIV()[0]);
94 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv, offset); local
98 iv[offset] == ps.getIV()[0]);
109 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); local
112 effectiveKeyBits == ps.getEffectiveKeyBits());
125 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); local
126 byte[] result = ps.getIV();
134 result[0] == ps.getIV()[0]);
135 ps = new RC2ParameterSpec(effectiveKeyBits)
    [all...]
  /external/clang/test/SemaCXX/
blocks-1.cpp 6 unsigned long ps[30]; member in struct:__anon5183
17 inny.ps[i] = i * i * i;
29 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
  /external/emma/core/java12/com/vladium/util/exception/
IThrowableWrapper.java 49 * this method delegates to super.printStackTrace(ps) where 'super' is the
54 void __printStackTrace (PrintStream ps);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 25 #define COFF_SHORT_L(ps) ((short)(((unsigned short)((unsigned char)ps[1])<<8)|\
26 ((unsigned short)((unsigned char)ps[0]))))
29 #define COFF_LONG_L(ps) (((long)(((unsigned long)((unsigned char)ps[3])<<24) |\
30 ((unsigned long)((unsigned char)ps[2])<<16) |\
31 ((unsigned long)((unsigned char)ps[1])<<8) |\
32 ((unsigned long)((unsigned char)ps[0])))))
35 #define COFF_SHORT_H(ps) ((short)(((unsigned short)((unsigned char)ps[0])<<8)|
    [all...]
  /sdk/anttasks/src/com/android/ant/
SingleDependencyTask.java 125 PrintStream ps = new PrintStream(depFile); local
128 ps.print(outputFile);
129 ps.println(" : \\");
137 writeContent(ps, file, input);
139 ps.print(file.getAbsolutePath());
140 ps.println(" \\");
144 ps.close();
150 private void writeContent(PrintStream ps, File file, InputPath input) {
159 writeContent(ps, f, input);
161 ps.print(f.getAbsolutePath())
    [all...]

Completed in 971 milliseconds

1 2 3 4 5 6 7 8 91011>>