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

1 2 3 4 5 67 8 91011>>

  /external/clang/test/SemaCXX/
warn-unused-result.cpp 65 Status *ps = DoAnotherThing();
66 if (!ps->ok()) return;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.h 19 nv30_surface(struct pipe_surface *ps)
21 return (struct nv30_surface *)ps;
  /external/wpa_supplicant_8/src/utils/
edit_simple.c 61 void *ctx, const char *history_file, const char *ps)
67 ps2 = ps;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h 190 pipe_surface_reset(struct pipe_context *ctx, struct pipe_surface* ps,
194 pipe_resource_reference(&ps->texture, pt);
195 ps->format = pt->format;
196 ps->width = u_minify(pt->width0, level);
197 ps->height = u_minify(pt->height0, level);
198 ps->usage = flags;
199 ps->u.tex.level = level;
200 ps->u.tex.first_layer = ps->u.tex.last_layer = layer;
201 ps->context = ctx
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_surface.c 283 struct pipe_surface *ps; local
290 ps = CALLOC_STRUCT(pipe_surface);
291 if (ps) {
293 pipe_reference_init(&ps->reference, 1);
294 pipe_resource_reference(&ps->texture, pt);
295 ps->format = surf_tmpl->format;
296 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
297 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
298 ps->u.tex.level = surf_tmpl->u.tex.level;
299 ps->u.tex.first_layer = surf_tmpl->u.tex.first_layer
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.c 261 struct pipe_surface *ps; local
267 ps = CALLOC_STRUCT(pipe_surface);
268 if (ps) {
269 pipe_reference_init(&ps->reference, 1);
270 pipe_resource_reference(&ps->texture, pt);
271 ps->context = pipe;
272 ps->format = surf_tmpl->format;
273 ps->width = u_minify(pt->width0, level);
274 ps->height = u_minify(pt->height0, level);
275 ps->usage = surf_tmpl->usage
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 190 pipe_surface_reset(struct pipe_context *ctx, struct pipe_surface* ps,
194 pipe_resource_reference(&ps->texture, pt);
195 ps->format = pt->format;
196 ps->width = u_minify(pt->width0, level);
197 ps->height = u_minify(pt->height0, level);
198 ps->usage = flags;
199 ps->u.tex.level = level;
200 ps->u.tex.first_layer = ps->u.tex.last_layer = layer;
201 ps->context = ctx
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 283 struct pipe_surface *ps; local
290 ps = CALLOC_STRUCT(pipe_surface);
291 if (ps) {
293 pipe_reference_init(&ps->reference, 1);
294 pipe_resource_reference(&ps->texture, pt);
295 ps->format = surf_tmpl->format;
296 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
297 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
298 ps->u.tex.level = surf_tmpl->u.tex.level;
299 ps->u.tex.first_layer = surf_tmpl->u.tex.first_layer
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 261 struct pipe_surface *ps; local
267 ps = CALLOC_STRUCT(pipe_surface);
268 if (ps) {
269 pipe_reference_init(&ps->reference, 1);
270 pipe_resource_reference(&ps->texture, pt);
271 ps->context = pipe;
272 ps->format = surf_tmpl->format;
273 ps->width = u_minify(pt->width0, level);
274 ps->height = u_minify(pt->height0, level);
275 ps->usage = surf_tmpl->usage
    [all...]
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 164 gfx::Size ps = delegate->GetPreferredSize(); local
165 gfx::Rect bounds((rs.width() - ps.width()) / 2,
166 (rs.height() - ps.height()) / 3,
167 ps.width(), ps.height());
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 97 ps = self._adb.RunShellCommand('ps', log_result=False)[1:]
98 for line in ps:
104 for line in ps:
114 ps = self._adb.RunShellCommand('ps', log_result=False)[1:]
115 for line in ps:
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 173 Scalar ps = p / p1;
174 RealScalar p2 = internal::abs2(ps);
183 m_s = -qs*internal::conj(ps)*(m_c/p2);
188 Scalar ps = p / q1;
189 RealScalar p2 = internal::abs2(ps);
198 ps = p/p1;
200 m_s = -internal::conj(ps) * (q/u);
201 if(r) *r = ps * u;
320 const Packet ps = pset1<Packet>(j.s());
340 pstore(px, padd(pmul(pc,xi),pcj.pmul(ps,yi)))
    [all...]
  /external/tcpdump/
print-wb.c 261 const struct pgstate *ps; local
269 ps = (const struct pgstate *)(prep + 1);
270 while (--n >= 0 && (u_char *)(ps + 1) <= ep) {
275 EXTRACT_32BITS(&ps->slot),
276 ipaddr_string(&ps->page.p_sid),
277 EXTRACT_32BITS(&ps->page.p_uid));
278 io = (struct id_off *)(ps + 1);
279 for (ie = io + ps->nid; io < ie && (u_char *)(io + 1) <= ep; ++io) {
285 ps = (struct pgstate *)io;
287 return ((u_char *)ps <= ep? 0 : -1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c4_17pf.cpp 400 Word16 ps = 0; /* initialization only needed to keep gcc silent */ local
465 ps = 0;
505 ps = ps1;
516 ps0 = ps;
523 ps = 0;
563 ps = ps1;
574 ps0 = ps;
579 ps = 0;
618 ps = ps1;
s10_8pf.cpp 192 Word16 psk, ps, ps0, ps1, ps2, sq, sq2;
247 ps = 0;
285 ps = ps2;
299 ps0 = ps;
315 ps = 0;
345 ps = ps2;
359 ps0 = ps;
377 ps = 0;
409 ps = ps2;
427 ps0 = ps;
584 Word16 ps; local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 907 PackageSetting ps = null; local
1227 PackageSetting ps = mPackages.get(name); local
1637 final PackageSetting ps = mPackages.get(key); local
2217 PackageSetting ps = new PackageSetting(name, realName, codePathFile, local
2711 PackageSetting ps = mDisabledSysPackages.get(name); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_resource.c 77 nv50_surface_destroy(struct pipe_context *pipe, struct pipe_surface *ps)
79 struct nv50_surface *s = nv50_surface(ps);
81 pipe_resource_reference(&ps->texture, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 29 #include "d3d11tex.hlsl.ps.h"
36 ID3D11PixelShader* ps; member in struct:d3d11tex
44 ensure(dev->CreatePixelShader(g_ps, sizeof(g_ps), NULL, &ps));
104 ctx->PSSetShader(ps, NULL, 0);
  /external/chromium_org/third_party/openssl/openssl/apps/
winrand.c 119 PAINTSTRUCT ps; local
126 hdc = BeginPaint(hwnd, &ps);
130 EndPaint(hwnd, &ps);
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 44 PAINTSTRUCT ps; local
48 hdc = BeginPaint(hwnd, &ps);
49 EndPaint(hwnd, &ps);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.c 77 nv50_surface_destroy(struct pipe_context *pipe, struct pipe_surface *ps)
79 struct nv50_surface *s = nv50_surface(ps);
81 pipe_resource_reference(&ps->texture, NULL);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 29 #include "d3d11tex.hlsl.ps.h"
36 ID3D11PixelShader* ps; member in struct:d3d11tex
44 ensure(dev->CreatePixelShader(g_ps, sizeof(g_ps), NULL, &ps));
104 ctx->PSSetShader(ps, NULL, 0);
  /external/openssl/apps/
winrand.c 119 PAINTSTRUCT ps; local
126 hdc = BeginPaint(hwnd, &ps);
130 EndPaint(hwnd, &ps);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java 151 PrintStream ps = new PrintStream(baos); local
157 myProps.list(ps);
158 ps.flush();
167 ps = null;
169 myProps.list(ps);
1222 PrintStream ps = null; local
1233 PrintStream ps = null; local
1251 PrintStream ps = null; local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 530 private boolean policySetEqualsPolicy(PolicySet ps, Policy policy) {
531 if ((ps.mPasswordMode >> LegacyPolicySet.PASSWORD_MODE_SHIFT) != policy.mPasswordMode) {
534 if (ps.mMinPasswordLength != policy.mPasswordMinLength) return false;
535 if (ps.mPasswordComplexChars != policy.mPasswordComplexChars) return false;
536 if (ps.mPasswordHistory != policy.mPasswordHistory) return false;
537 if (ps.mPasswordExpirationDays != policy.mPasswordExpirationDays) return false;
538 if (ps.mMaxPasswordFails != policy.mPasswordMaxFails) return false;
539 if (ps.mMaxScreenLockTime != policy.mMaxScreenLockTime) return false;
540 if (ps.mRequireRemoteWipe != policy.mRequireRemoteWipe) return false;
541 if (ps.mRequireEncryption != policy.mRequireEncryption) return false
550 PolicySet ps = new PolicySet(flags); local
    [all...]

Completed in 961 milliseconds

1 2 3 4 5 67 8 91011>>