HomeSort by relevance Sort by last modified time
    Searched refs:rec (Results 401 - 425 of 959) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 165 rec = c.first()
166 while rec is not None:
169 print rec
170 key, value = rec
173 rec = getattr(c, "next")()
180 rec = c.last()
181 while rec is not None:
184 print rec
185 key, value = rec
187 rec = c.prev(
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp 2516 Record *rec = NULL; local
2714 Record *rec; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 384 final AudioRecord rec = new AudioRecord.Builder().build(); local
386 final int observedSource = rec.getAudioSource();
387 final int observedChannel = rec.getChannelConfiguration();
388 final int observedEncoding = rec.getAudioFormat();
389 final int observedState = rec.getState();
391 rec.release();
414 final AudioRecord rec = new AudioRecord.Builder() local
418 final int observedRate = rec.getSampleRate();
419 final int observedChannel = rec.getChannelConfiguration();
420 final int observedEncoding = rec.getAudioFormat()
447 final AudioRecord rec = new AudioRecord.Builder() local
    [all...]
  /external/selinux/libselinux/src/
label_file.h 412 static inline int process_line(struct selabel_handle *rec,
418 struct saved_data *data = (struct saved_data *)rec->data;
482 if (rec->validating
508 if (strcmp(context, "<<none>>") && rec->validating)
509 return compat_validate(rec, &spec_arr[nspec].lr, path, lineno);
  /external/skia/src/core/
SkPicture.cpp 223 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/);
224 rec.beginRecording();
225 this->playback(&rec);
226 rec.endRecording();
227 return new SkPictureData(rec, info);
SkBitmap.cpp 494 SkWritePixelsRec rec(src.info(), src.addr(), src.rowBytes(), dstX, dstY);
495 if (!rec.trim(this->width(), this->height())) {
499 void* dstPixels = this->getAddr(rec.fX, rec.fY);
500 const SkImageInfo dstInfo = this->info().makeWH(rec.fInfo.width(), rec.fInfo.height());
501 SkConvertPixels(dstInfo, dstPixels, this->rowBytes(), rec.fInfo, rec.fPixels, rec.fRowBytes,
SkPixmap.cpp 84 SkReadPixelsRec rec(dstInfo, dstPixels, dstRB, x, y);
85 if (!rec.trim(fInfo.width(), fInfo.height())) {
89 const void* srcPixels = this->addr(rec.fX, rec.fY);
90 const SkImageInfo srcInfo = fInfo.makeWH(rec.fInfo.width(), rec.fInfo.height());
91 SkConvertPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, srcInfo, srcPixels, this->rowBytes(),
SkRecorder.cpp 342 void SkRecorder::onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) {
343 APPEND(DrawShadowRec, path, rec);
358 SkCanvas::SaveLayerStrategy SkRecorder::getSaveLayerStrategy(const SaveLayerRec& rec) {
359 APPEND(SaveLayer, this->copy(rec.fBounds)
360 , this->copy(rec.fPaint)
361 , sk_ref_sp(rec.fBackdrop)
362 , sk_ref_sp(rec.fClipMask)
363 , this->copy(rec.fClipMatrix)
364 , rec.fSaveLayerFlags);
  /external/skia/src/pipe/
SkPipeCanvas.cpp 223 SkCanvas::SaveLayerStrategy SkPipeCanvas::getSaveLayerStrategy(const SaveLayerRec& rec) {
225 uint32_t extra = rec.fSaveLayerFlags;
233 if (rec.fBounds) {
236 if (rec.fPaint) {
239 if (rec.fBackdrop) {
242 if (rec.fClipMask) {
245 if (rec.fClipMatrix) {
250 if (rec.fBounds) {
251 writer.writeRect(*rec.fBounds);
253 if (rec.fPaint)
    [all...]
  /external/skqp/src/core/
SkPicture.cpp 223 SkPictureRecord rec(SkISize::Make(info.fCullRect.width(), info.fCullRect.height()), 0/*flags*/);
224 rec.beginRecording();
225 this->playback(&rec);
226 rec.endRecording();
227 return new SkPictureData(rec, info);
SkBitmap.cpp 494 SkWritePixelsRec rec(src.info(), src.addr(), src.rowBytes(), dstX, dstY);
495 if (!rec.trim(this->width(), this->height())) {
499 void* dstPixels = this->getAddr(rec.fX, rec.fY);
500 const SkImageInfo dstInfo = this->info().makeWH(rec.fInfo.width(), rec.fInfo.height());
501 SkConvertPixels(dstInfo, dstPixels, this->rowBytes(), rec.fInfo, rec.fPixels, rec.fRowBytes,
SkPixmap.cpp 82 SkReadPixelsRec rec(dstInfo, dstPixels, dstRB, x, y);
83 if (!rec.trim(fInfo.width(), fInfo.height())) {
87 const void* srcPixels = this->addr(rec.fX, rec.fY);
88 const SkImageInfo srcInfo = fInfo.makeWH(rec.fInfo.width(), rec.fInfo.height());
89 SkConvertPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, srcInfo, srcPixels, this->rowBytes(),
SkRecorder.cpp 342 void SkRecorder::onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) {
343 APPEND(DrawShadowRec, path, rec);
358 SkCanvas::SaveLayerStrategy SkRecorder::getSaveLayerStrategy(const SaveLayerRec& rec) {
359 APPEND(SaveLayer, this->copy(rec.fBounds)
360 , this->copy(rec.fPaint)
361 , sk_ref_sp(rec.fBackdrop)
362 , sk_ref_sp(rec.fClipMask)
363 , this->copy(rec.fClipMatrix)
364 , rec.fSaveLayerFlags);
  /external/skqp/src/pipe/
SkPipeCanvas.cpp 223 SkCanvas::SaveLayerStrategy SkPipeCanvas::getSaveLayerStrategy(const SaveLayerRec& rec) {
225 uint32_t extra = rec.fSaveLayerFlags;
233 if (rec.fBounds) {
236 if (rec.fPaint) {
239 if (rec.fBackdrop) {
242 if (rec.fClipMask) {
245 if (rec.fClipMatrix) {
250 if (rec.fBounds) {
251 writer.writeRect(*rec.fBounds);
253 if (rec.fPaint)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 137 char *rec; /* buffer for parser.join */ member in struct:__anon4376
993 self->rec[rec_len] = c;\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_csv.c 137 char *rec; /* buffer for parser.join */ member in struct:__anon4682
979 self->rec[rec_len] = c;\
1069 if (self->rec != NULL)
1070 PyMem_Free(self->rec);
1071 self->rec = PyMem_Malloc(self->rec_size);
1074 char *old_rec = self->rec;
1077 self->rec = PyMem_Realloc(self->rec, self->rec_size);
1078 if (self->rec == NULL)
    [all...]
  /external/python/cpython2/Modules/
_csv.c 137 char *rec; /* buffer for parser.join */ member in struct:__anon32628
999 self->rec[rec_len] = c;\
1096 if (self->rec != NULL)
1097 PyMem_Free(self->rec);
1098 self->rec = PyMem_Malloc(self->rec_size);
1101 char *old_rec = self->rec;
1104 self->rec = PyMem_Realloc(self->rec, self->rec_size);
1105 if (self->rec == NULL)
1108 if (self->rec == NULL)
    [all...]
  /external/skia/src/utils/
SkCamera.cpp 315 Rec* rec = fRec; local
316 while (rec != &fInitialRec) {
317 Rec* next = rec->fNext;
318 delete rec;
319 rec = next;
324 Rec* rec = new Rec; local
    [all...]
  /external/skqp/src/utils/
SkCamera.cpp 315 Rec* rec = fRec; local
316 while (rec != &fInitialRec) {
317 Rec* next = rec->fNext;
318 delete rec;
319 rec = next;
324 Rec* rec = new Rec; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 80 public void onVolumeRecordChanged(VolumeRecord rec) {
84 final VolumeInfo vol = mStorageManager.findVolumeByUuid(rec.getFsUuid());
192 for (VolumeRecord rec : recs) {
193 if (rec.getType() != VolumeInfo.TYPE_PRIVATE) continue;
195 final String fsUuid = rec.getFsUuid();
197 if ((info != null && info.isMountedWritable()) || rec.isSnoozed()) {
205 rec.getNickname());
215 .setContentIntent(buildForgetPendingIntent(rec))
352 final VolumeRecord rec = mStorageManager.findRecordByUuid(vol.getFsUuid()); local
357 if (rec.isSnoozed() && disk.isAdoptable())
    [all...]
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java 346 final VolumeRecord rec = findRecordForPath(path); local
347 if (rec == null || rec.createdMillis == 0) {
350 return "ext:" + (int) ((System.currentTimeMillis() - rec.createdMillis)
378 final VolumeRecord rec = mRecords.get(vol.fsUuid); local
379 if (vol.isMountedWritable() && rec != null) {
380 final long benchAge = System.currentTimeMillis() - rec.lastBenchMillis;
658 final VolumeRecord rec = (VolumeRecord) msg.obj; local
659 forgetPartition(rec.partGuid, rec.fsUuid)
1226 VolumeRecord rec = mRecords.get(vol.fsUuid); local
1556 final VolumeRecord rec = readVolumeRecord(in); local
1586 final VolumeRecord rec = mRecords.valueAt(i); local
1773 final VolumeRecord rec = mRecords.get(fsUuid); local
1786 final VolumeRecord rec = mRecords.get(fsUuid); local
1800 final VolumeRecord rec = mRecords.remove(fsUuid); local
1824 final VolumeRecord rec = mRecords.valueAt(i); local
    [all...]
  /external/v8/src/profiler/
cpu-profiler.cc 232 const CodeDeoptEventRecord* rec = &evt_rec.CodeDeoptEventRecord_; local
233 Address pc = reinterpret_cast<Address>(rec->pc);
234 int fp_to_sp_delta = rec->fp_to_sp_delta;
379 ReportBuiltinEventRecord* rec = &evt_rec.ReportBuiltinEventRecord_; local
381 rec->start = builtins->builtin(id)->address();
382 rec->builtin_id = id;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp 148 Function prototype : void CombinedHorzVertFilter( uint8 *rec,
155 rec : pointer to the decoded frame buffer.
177 uint8 *rec,
221 ptr = rec + (brwidth << 6) + (bc << 3);
337 ptr = rec + (brwidth << 6) + (bc << 3);
454 uint8 *rec,
498 ptr = rec + (brwidth << 6) + (bc << 3);
576 ptr = rec + (brwidth << 6) + (bc << 3);
  /external/skqp/src/image/
SkImage_Gpu.cpp 84 SkBitmapCache::RecPtr rec = nullptr; local
87 rec = SkBitmapCache::Alloc(desc, this->onImageInfo(), &pmap);
88 if (!rec) {
108 if (rec) {
109 SkBitmapCache::Add(std::move(rec), dst);
212 SkReadPixelsRec rec(dstInfo, dstPixels, dstRB, srcX, srcY);
213 if (!rec.trim(this->width(), this->height())) {
220 if (kUnpremul_SkAlphaType == rec.fInfo.alphaType() && kPremul_SkAlphaType == fAlphaType) {
246 if (!sContext->readPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, rec.fX, rec.fY, flags))
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 728 SensorRecord* rec = mActiveSensors.valueFor(sensor_handle); local
729 if (rec != NULL) {
730 mMapFlushEventsToConnections[i] = rec->getFirstPendingFlushConnection();
731 rec->removeFirstPendingFlushConnection();
1270 SensorRecord* rec = mActiveSensors.valueAt(i); local
1327 SensorRecord* rec = mActiveSensors.valueFor(handle); local
1463 SensorRecord* rec = mActiveSensors.valueFor(handle); local
1536 SensorRecord* rec = mActiveSensors.valueFor(handle); local
    [all...]

Completed in 864 milliseconds

<<11121314151617181920>>