HomeSort by relevance Sort by last modified time
    Searched refs:ps (Results 1 - 25 of 609) 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...]
  /external/bison/lib/
mbsinit.c 30 mbsinit (const mbstate_t *ps)
32 return ps == NULL || *ps == 0;
54 mbsinit (const mbstate_t *ps)
56 const char *pstate = (const char *)ps;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_clear.h 48 struct pipe_surface *ps = framebuffer->cbufs[i]; local
49 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, ps->height);
54 struct pipe_surface *ps = framebuffer->zsbuf; local
55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
57 0, 0, ps->width, ps->height);
u_surfaces.c 38 struct pipe_surface *ps; local
45 ps = cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level));
51 ps = us->u.array[level];
54 if(ps && ps->context == ctx)
56 p_atomic_inc(&ps->reference.count);
57 *res = ps;
61 ps = (struct pipe_surface *)CALLOC(1, surface_struct_size);
62 if(!ps)
68 pipe_surface_init(ctx, ps, pt, level, layer, flags)
116 struct pipe_surface *ps = us->u.array[i]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_clear.h 48 struct pipe_surface *ps = framebuffer->cbufs[i]; local
49 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, ps->height);
54 struct pipe_surface *ps = framebuffer->zsbuf; local
55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
57 0, 0, ps->width, ps->height);
u_surfaces.c 38 struct pipe_surface *ps; local
45 ps = cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level));
51 ps = us->u.array[level];
54 if(ps && ps->context == ctx)
56 p_atomic_inc(&ps->reference.count);
57 *res = ps;
61 ps = (struct pipe_surface *)CALLOC(1, surface_struct_size);
62 if(!ps)
68 pipe_surface_init(ctx, ps, pt, level, layer, flags)
116 struct pipe_surface *ps = us->u.array[i]; local
    [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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_eglimage.c 80 struct pipe_surface *ps; local
84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
85 if (ps) {
86 strb->Base.Width = ps->width;
87 strb->Base.Height = ps->height;
88 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format);
89 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format);
92 pipe_surface_reference(&strb->surface, ps);
93 pipe_resource_reference(&strb->texture, ps->texture);
95 pipe_surface_reference(&ps, NULL)
150 struct pipe_surface *ps; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 80 struct pipe_surface *ps; local
84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
85 if (ps) {
86 strb->Base.Width = ps->width;
87 strb->Base.Height = ps->height;
88 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format);
89 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format);
92 pipe_surface_reference(&strb->surface, ps);
93 pipe_resource_reference(&strb->texture, ps->texture);
95 pipe_surface_reference(&ps, NULL)
150 struct pipe_surface *ps; local
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
gen_makefile.sh 10 echo 'image.ps: image-unop.ps'
15 echo ' ls -l image.ps image-unop.ps'
17 echo 'image-unop.ps: outline.ps ring1.ps ring2.ps ring3.ps ring4.ps'
    [all...]
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
gen_makefile.sh 10 echo 'image.ps: image-unop.ps'
15 echo ' ls -l image.ps image-unop.ps'
17 echo 'image-unop.ps: outline.ps ring1.ps ring2.ps ring3.ps ring4.ps'
    [all...]
  /external/clang/test/Analysis/diagnostics/
deref-track-symbolic-region.c 16 struct S *ps = &syz; local
17 if (ps->x)
31 struct S *ps = &syz; local
32 if (ps->x)
  /frameworks/rs/driver/
rsdProgramStore.h 24 const android::renderscript::ProgramStore *ps);
26 const android::renderscript::ProgramStore *ps);
28 const android::renderscript::ProgramStore *ps);
  /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...]
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 569 PrintStream ps = new PrintStream(s.getOutputStream()); local
596 ps.print(HTTP_VERSION_STRING + " " + HTTP_BAD_METHOD +
598 ps.write(buf, 0, 5);
599 ps.write(EOL);
600 ps.flush();
617 printStatus(ps);
618 printHeaders(ps);
621 psWriteEOL(ps);
628 send404(ps);
630 sendFile(ps);
    [all...]
  /frameworks/rs/driver/runtime/
rs_program.c 9 rsgProgramStoreGetDepthFunc(rs_program_store ps) {
10 ProgramStore_t *prog = (ProgramStore_t *)ps.p;
18 rsgProgramStoreIsDepthMaskEnabled(rs_program_store ps) {
19 ProgramStore_t *prog = (ProgramStore_t *)ps.p;
27 rsgProgramStoreIsColorMaskRedEnabled(rs_program_store ps) {
28 ProgramStore_t *prog = (ProgramStore_t *)ps.p;
36 rsgProgramStoreIsColorMaskGreenEnabled(rs_program_store ps) {
37 ProgramStore_t *prog = (ProgramStore_t *)ps.p;
45 rsgProgramStoreIsColorMaskBlueEnabled(rs_program_store ps) {
46 ProgramStore_t *prog = (ProgramStore_t *)ps.p
    [all...]
  /frameworks/rs/scriptc/
rs_program.rsh 31 * @param ps program store to query
34 rsgProgramStoreGetDepthFunc(rs_program_store ps);
39 * @param ps program store to query
42 rsgProgramStoreIsDepthMaskEnabled(rs_program_store ps);
46 * @param ps program store to query
49 rsgProgramStoreIsColorMaskRedEnabled(rs_program_store ps);
54 * @param ps program store to query
57 rsgProgramStoreIsColorMaskGreenEnabled(rs_program_store ps);
62 * @param ps program store to query
65 rsgProgramStoreIsColorMaskBlueEnabled(rs_program_store ps);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_program.rsh 31 * @param ps program store to query
34 rsgProgramStoreGetDepthFunc(rs_program_store ps);
39 * @param ps program store to query
42 rsgProgramStoreIsDepthMaskEnabled(rs_program_store ps);
46 * @param ps program store to query
49 rsgProgramStoreIsColorMaskRedEnabled(rs_program_store ps);
54 * @param ps program store to query
57 rsgProgramStoreIsColorMaskGreenEnabled(rs_program_store ps);
62 * @param ps program store to query
65 rsgProgramStoreIsColorMaskBlueEnabled(rs_program_store ps);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 146 PackageSetting ps = settings.peekPackageLPr(PACKAGE_NAME_1); local
147 assertEquals(COMPONENT_ENABLED_STATE_DEFAULT, ps.getEnabled(0));
148 assertEquals(true, ps.getNotLaunched(0));
150 ps = settings.peekPackageLPr(PACKAGE_NAME_2);
151 assertEquals(false, ps.getStopped(0));
152 assertEquals(COMPONENT_ENABLED_STATE_DISABLED_USER, ps.getEnabled(0));
153 assertEquals(COMPONENT_ENABLED_STATE_DEFAULT, ps.getEnabled(1));
166 PackageSetting ps = settings.peekPackageLPr(PACKAGE_NAME_2); local
167 assertEquals(COMPONENT_ENABLED_STATE_DISABLED_USER, ps.getEnabled(0));
168 assertEquals(COMPONENT_ENABLED_STATE_DEFAULT, ps.getEnabled(1))
178 PackageSetting ps = settings.peekPackageLPr(PACKAGE_NAME_1); local
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_unittest.py 40 ps = page_set.PageSet.FromDict({
47 serving_dirs, filename = ps[0].serving_dirs_and_file
52 ps = page_set.PageSet.FromDict({
60 self.assertEquals(ps[0].display_url, 'http://www.foo.com/')
61 self.assertEquals(ps[1].display_url, 'http://www.bar.com/')
64 ps = page_set.PageSet.FromDict({
72 self.assertEquals(ps[0].display_url, 'http://www.foo.com/')
73 self.assertEquals(ps[1].display_url, 'https://www.bar.com/')
76 ps = page_set.PageSet.FromDict({
84 self.assertEquals(ps[0].display_url, 'foo.html'
    [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...]

Completed in 8576 milliseconds

1 2 3 4 5 6 7 8 91011>>