HomeSort by relevance Sort by last modified time
    Searched defs:recs (Results 1 - 16 of 16) sorted by null

  /external/skia/tests/
SkColor4fTest.cpp 30 } recs[] = { local
39 for (const auto& r : recs) {
ColorSpaceTest.cpp 204 } recs[] { struct
210 for (auto rec : recs) {
SerializationTest.cpp 712 const AnnotationRec recs[] = { local
721 TestAnnotationCanvas canvas(reporter, recs, SK_ARRAY_COUNT(recs));
ImageTest.cpp 193 } recs[] = { local
198 for (auto rec : recs) {
    [all...]
ImageFilterTest.cpp 1867 } recs[] = { local
    [all...]
  /external/skia/gm/
surface.cpp 74 } recs[] = { variable in typeref:struct:SurfacePropsGM::__anon29426
84 for (const auto& rec : recs) {
  /external/valgrind/callgrind/
context.c 173 int size, recs; local
181 recs = top_fn->separate_recursions;
182 if (recs<1) recs=1;
209 CLG_(stat).context_counter += recs;
  /system/core/storaged/
storaged_uid_monitor.cpp 178 const std::vector<struct uid_record>& recs = it->second.entries; local
181 for (const auto& rec : recs) {
  /system/core/fs_mgr/include/
fs_mgr.h 63 struct fstab_rec *recs; member in struct:fstab
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 191 final List<VolumeRecord> recs = mStorageManager.getVolumeRecords(); local
192 for (VolumeRecord rec : recs) {
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 236 Rec* recs = fRecs; local
237 recs->fPos = 0;
238 // recs->fScale = 0; // unused;
239 recs += 1;
264 recs->fPos = SkScalarToFixed(curr);
267 recs->fScale = (1 << 24) / diff;
269 recs->fScale = 0; // ignore this segment
273 recs += 1;
282 recs->fPos = p;
283 recs->fScale = scale
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageSettings.java 188 final List<VolumeRecord> recs = mStorageManager.getVolumeRecords(); local
189 for (VolumeRecord rec : recs) {
  /toolchain/binutils/binutils-2.25/include/vms/
lbr.h 248 unsigned char recs; member in struct:vms_datadef
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 390 private int loadSensorLog(ArrayList<AttitudeRec> recs) {
391 //ArrayList<AttitudeRec> recs = new ArrayList<AttitudeRec>();
409 recs.clear();
424 recs.add(new AttitudeRec(Long.parseLong(items[0])/1e9-t0, rpy));
443 return recs.size();
510 private int loadAttitudeRecs(File file, ArrayList<AttitudeRec> recs) {
523 recs.clear();
532 recs.add(new AttitudeRec(time, rpy));
551 return recs.size();
556 private void dumpAttitudeRecs(File file, ArrayList<AttitudeRec> recs) {
    [all...]
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 262 milliseconds