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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackViewState.java 74 StackViewState svs = (StackViewState) viewState; local
75 height = svs.height;
76 dimmed = svs.dimmed;
77 dark = svs.dark;
78 hideSensitive = svs.hideSensitive;
79 belowSpeedBump = svs.belowSpeedBump;
80 clipTopAmount = svs.clipTopAmount;
81 topOverLap = svs.topOverLap;
82 notGoneIndex = svs.notGoneIndex;
83 location = svs.location
    [all...]
  /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...]
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 257 milliseconds