HomeSort by relevance Sort by last modified time
    Searched defs:sv (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/openssh/openbsd-compat/
sigact.h 69 struct sigvec sv; member in struct:sigaction
75 #define sa_mask sv.sv_mask
77 #define sa_handler sv.sv_handler
79 #define sa_flags sv.sv_flags
  /external/skia/tests/
PathOpsDVectorTest.cpp 40 SkVector sv = v1.asSkVector(); local
41 REPORTER_ASSERT(reporter, sv.fX == 0 && sv.fY == 0);
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 49 SortedVector<uint32_t>& sv = mData.editValueFor(axis); local
50 sv.add(value);
55 sv.add(value & 0x0000ffff);
84 const SortedVector<uint32_t>& sv = mData.valueAt(index); local
85 return sv.indexOf(value) >= 0;
  /frameworks/rs/
rsFifoSocket.h 43 int getWriteFd() {return sv[0];}
44 int getReadFd() {return sv[1];}
47 int sv[2]; member in class:android::renderscript::FifoSocket
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 79 SearchView sv = new SearchView(getActivity()); local
80 sv.setOnQueryTextListener(this);
81 item.setActionView(sv);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionScroll.java 45 ScrollView sv = new ScrollView(this); local
52 sv.addView(ll);
62 setContentView(sv);
List4.java 93 SpeechView sv; local
95 sv = new SpeechView(mContext, Shakespeare.TITLES[position],
98 sv = (SpeechView) convertView;
99 sv.setTitle(Shakespeare.TITLES[position]);
100 sv.setDialogue(Shakespeare.DIALOGUE[position]);
103 return sv;
List6.java 102 SpeechView sv; local
104 sv = new SpeechView(mContext, mTitles[position], mDialogue[position], mExpanded[position]);
106 sv = (SpeechView)convertView;
107 sv.setTitle(mTitles[position]);
108 sv.setDialogue(mDialogue[position]);
109 sv.setExpanded(mExpanded[position]);
112 return sv;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv40_verttex.c 37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; local
40 if (ss && sv) {
nv30_fragtex.c 43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; local
48 if (ss && sv) {
49 const struct nv30_texfmt *fmt = nv30_texfmt(pscreen, sv->pipe.format);
50 struct pipe_resource *pt = sv->pipe.texture;
53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
54 u32 format = sv->fmt | ss->fmt;
61 if (sv->base_lod)
63 max_lod = sv->base_lod;
64 min_lod = sv->base_lod
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_sampler_view.c 47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv)
50 debug_describe_resource(res, sv->texture);
51 util_sprintf(buf, "svga_sampler_view<%s,[%u,%u]>", res, sv->min_lod, sv->max_lod);
62 struct svga_sampler_view *sv = NULL; local
96 svga_sampler_view_reference(&sv, tex->cached_view);
100 svga_validate_sampler_view(svga_context(pipe), sv); local
101 return sv;
106 sv = CALLOC_STRUCT(svga_sampler_view);
107 pipe_reference_init(&sv->reference, 1)
    [all...]
svga_state_tss.c 85 struct pipe_sampler_view *sv = svga->curr.sampler_views[i]; local
88 if (sv) {
89 min_lod = MAX2(0, (s->view_min_lod + sv->u.tex.first_level));
90 max_lod = MIN2(s->view_max_lod + sv->u.tex.first_level,
91 sv->texture->last_level);
92 texture = sv->texture;
  /external/mesa3d/src/gallium/drivers/nv30/
nv40_verttex.c 37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; local
40 if (ss && sv) {
nv30_fragtex.c 43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit]; local
48 if (ss && sv) {
49 const struct nv30_texfmt *fmt = nv30_texfmt(pscreen, sv->pipe.format);
50 struct pipe_resource *pt = sv->pipe.texture;
53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
54 u32 format = sv->fmt | ss->fmt;
61 if (sv->base_lod)
63 max_lod = sv->base_lod;
64 min_lod = sv->base_lod
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_sampler_view.c 47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv)
50 debug_describe_resource(res, sv->texture);
51 util_sprintf(buf, "svga_sampler_view<%s,[%u,%u]>", res, sv->min_lod, sv->max_lod);
62 struct svga_sampler_view *sv = NULL; local
96 svga_sampler_view_reference(&sv, tex->cached_view);
100 svga_validate_sampler_view(svga_context(pipe), sv); local
101 return sv;
106 sv = CALLOC_STRUCT(svga_sampler_view);
107 pipe_reference_init(&sv->reference, 1)
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
CapsModeUtilsTests.java 30 final int mask, final SettingsValues sv, final boolean hasSpaceBefore) {
33 CapsModeUtils.getCapsMode(cs, mask, sv, hasSpaceBefore));
37 final SettingsValues sv, final boolean hasSpaceBefore) {
41 onePathForCaps(cs, expectedResult, c | w | s, sv, hasSpaceBefore);
42 onePathForCaps(cs, expectedResult, w | s, sv, hasSpaceBefore);
43 onePathForCaps(cs, expectedResult, c | s, sv, hasSpaceBefore);
44 onePathForCaps(cs, expectedResult, c | w, sv, hasSpaceBefore);
45 onePathForCaps(cs, expectedResult, c, sv, hasSpaceBefore);
46 onePathForCaps(cs, expectedResult, w, sv, hasSpaceBefore);
47 onePathForCaps(cs, expectedResult, s, sv, hasSpaceBefore)
54 SettingsValues sv = SettingsValues.makeDummySettingsValuesForTest(Locale.ENGLISH); local
    [all...]
  /frameworks/support/v4/honeycomb/android/support/v4/widget/
SearchViewCompatHoneycomb.java 46 SearchView sv = ((SearchView) searchView); local
48 sv.getContext().getSystemService(Context.SEARCH_SERVICE);
49 sv.setSearchableInfo(searchManager.getSearchableInfo(searchableComponent));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
socket_test.cc 251 int sv[2]; local
254 EXPECT_LT(ki_socketpair(AF_UNIX, SOCK_STREAM, 0, sv), 0);
256 EXPECT_LT(ki_socketpair(AF_INET, SOCK_STREAM, 0, sv), 0);
258 EXPECT_LT(ki_socketpair(AF_INET6, SOCK_STREAM, 0, sv), 0);
  /external/chromium_org/ppapi/proxy/
serialized_var_unittest.cc 45 SerializedVar sv; local
49 SerializedVarOutParam out_param(&sv);
63 SerializedVarTestReader reader(sv);
93 SerializedVar sv; local
97 SerializedVarOutParam out_param(&sv);
110 SerializedVarTestReader reader(sv);
133 SerializedVar sv; local
137 SerializedVarOutParam out_param(&sv);
144 SerializedVarTestReader reader(sv);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
surface.c 226 struct pipe_sampler_view *sv = sampler_views[i]; local
227 if (!sv) continue;
231 for (j = 0; j < sv->texture->depth0; ++j) {
239 transfer = pipe->get_transfer(pipe, sv->texture, 0, PIPE_TRANSFER_READ, &box);
252 util_copy_rect(destination_data[i] + destination_pitches[i] * j, sv->texture->format,
253 destination_pitches[i] * sv->texture->depth0, 0, 0,
320 struct pipe_sampler_view *sv = sampler_views[i]; local
321 if (!sv || !source_pitches[i]) continue;
325 for (j = 0; j < sv->texture->depth0; ++j) {
331 pipe->transfer_inline_write(pipe, sv->texture, 0
    [all...]
  /external/clang/test/CXX/expr/expr.post/expr.const.cast/
p1-0x.cpp 34 volatile int sv; member in struct:A
44 unsigned &t4 = const_cast<unsigned&>(a.pred() ? a.ubf : a.sv); // expected-error {{const_cast from rvalue to reference type}}
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 226 struct pipe_sampler_view *sv = sampler_views[i]; local
227 if (!sv) continue;
231 for (j = 0; j < sv->texture->depth0; ++j) {
239 transfer = pipe->get_transfer(pipe, sv->texture, 0, PIPE_TRANSFER_READ, &box);
252 util_copy_rect(destination_data[i] + destination_pitches[i] * j, sv->texture->format,
253 destination_pitches[i] * sv->texture->depth0, 0, 0,
320 struct pipe_sampler_view *sv = sampler_views[i]; local
321 if (!sv || !source_pitches[i]) continue;
325 for (j = 0; j < sv->texture->depth0; ++j) {
331 pipe->transfer_inline_write(pipe, sv->texture, 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 315 struct pipe_sampler_view *sv; local
325 sv = info->ctx->create_sampler_view(info->ctx, texture, &sv_temp);
327 return sv;
quad-tex.c 14 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
168 sv = graw_util_create_simple_sampler_view(&info, texture);
169 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);
tex-swizzle.c 11 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
144 sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_template);
145 if (sv == NULL)
148 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);

Completed in 799 milliseconds

1 2 3 4 5