HomeSort by relevance Sort by last modified time
    Searched refs:svs (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackViewState.java 69 StackViewState svs = (StackViewState) viewState; local
70 height = svs.height;
71 dimmed = svs.dimmed;
72 shadowAlpha = svs.shadowAlpha;
73 dark = svs.dark;
74 hideSensitive = svs.hideSensitive;
75 belowSpeedBump = svs.belowSpeedBump;
76 clipTopAmount = svs.clipTopAmount;
77 notGoneIndex = svs.notGoneIndex;
78 location = svs.location
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
scc.s 13 svs r11
scc.d 15 [ ]+e:[ ]+3b55[ ]+svs[ ]+\$?r11
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
std_list.i 112 SV **svs = new SV*[len];
115 svs[j] = sv_newmortal();
116 SWIG_MakePtr(svs[j], (void*) ptr,
119 AV *myav = av_make(len, svs);
120 delete[] svs;
271 SV **svs = new SV*[len];
273 svs[j] = sv_newmortal();
274 FROM_T(svs[j], *i);
276 AV *myav = av_make(len, svs);
277 delete[] svs;
    [all...]
std_vector.i 106 SV **svs = new SV*[len];
109 svs[i] = sv_newmortal();
110 SWIG_MakePtr(svs[i], (void*) ptr,
113 AV *myav = av_make(len, svs);
114 delete[] svs;
280 SV **svs = new SV*[len];
283 svs[i] = sv_newmortal();
284 sv_setsv(svs[i], SWIG_NewPointerObj(x, $descriptor(T *), 0));
286 AV *myav = av_make(len, svs);
287 delete[] svs;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
alu-1.s 23 svs $r0, $r1, $r2
alu-1.d 31 0+0054 <[^>]*> svs \$r0, \$r1, \$r2

Completed in 965 milliseconds