HomeSort by relevance Sort by last modified time
    Searched refs:rec (Results 51 - 75 of 487) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/src/effects/
SkLayerRasterizer.cpp 40 SkLayerRasterizer_Rec* rec; local
42 while ((rec = (SkLayerRasterizer_Rec*)iter.next()) != NULL)
43 rec->fPaint.~SkPaint();
57 SkLayerRasterizer_Rec* rec; local
61 while ((rec = (SkLayerRasterizer_Rec*)iter.next()) != NULL) {
62 const SkPaint& paint = rec->fPaint;
77 m.preTranslate(rec->fOffset.fX, rec->fOffset.fY);
140 SkLayerRasterizer_Rec* rec; local
142 while ((rec = (SkLayerRasterizer_Rec*)iter.next()) != NULL)
160 SkLayerRasterizer_Rec* rec = (SkLayerRasterizer_Rec*)layers->push_back(); local
176 const SkLayerRasterizer_Rec* rec; local
199 SkLayerRasterizer_Rec* rec = (SkLayerRasterizer_Rec*)fLayers->push_back(); local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/
DNSTask.java 73 * @param rec
78 public DNSOutgoing addQuestion(DNSOutgoing out, DNSQuestion rec) throws IOException {
81 newOut.addQuestion(rec);
93 newOut.addQuestion(rec);
105 * @param rec
110 public DNSOutgoing addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) throws IOException {
113 newOut.addAnswer(in, rec);
125 newOut.addAnswer(in, rec);
135 * @param rec
141 public DNSOutgoing addAnswer(DNSOutgoing out, DNSRecord rec, long now) throws IOException
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-record.c 81 static void advance_output(struct perf_record *rec, size_t size)
83 rec->bytes_written += size;
86 static int write_output(struct perf_record *rec, void *buf, size_t size)
89 int ret = write(rec->output, buf, size);
99 rec->bytes_written += ret;
110 struct perf_record *rec = container_of(tool, struct perf_record, tool); local
111 if (write_output(rec, event, event->header.size) < 0)
117 static int perf_record__mmap_read(struct perf_record *rec,
122 unsigned char *data = md->base + rec->page_size;
130 rec->samples++
176 struct perf_record *rec = arg; local
269 struct perf_record *rec = arg; local
930 struct perf_record *rec = &record; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.h 60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *blk, UChar *rec, Int lx);
62 void idct_row1Inter(Short *blk, UChar *rec, Int lx);
63 void idct_row2Inter(Short *blk, UChar *rec, Int lx);
64 void idct_row3Inter(Short *blk, UChar *rec, Int lx);
65 void idct_row4Inter(Short *blk, UChar *rec, Int lx);
66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx);
67 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx);
68 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx);
69 void idct_row0xCCInter(Short *blk, UChar *rec, Int lx)
    [all...]
fastidct.cpp 47 tmp = *rec + tmp; \
49 *rec++ = tmp; \
54 *rec++ = tmp; \
313 void idct_row0Inter(Short *srce, UChar *rec, Int lx)
317 OSCL_UNUSED_ARG(rec);
324 void idct_row1Inter(Short *blk, UChar *rec, Int lx)
332 rec -= lx;
340 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
352 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
354 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred *
    [all...]
  /external/skia/bench/
BezierBench.cpp 22 static const char* draw_quad(const BezierRec* rec, int count) {
23 if (rec) {
24 SkCanvas* canvas = rec->fCanvas;
25 const SkPaint& paint = rec->fPaint;
26 const SkPath& path = rec->fQuad;
34 static const char* draw_cubic(const BezierRec* rec, int count) {
35 if (rec) {
36 SkCanvas* canvas = rec->fCanvas;
37 const SkPaint& paint = rec->fPaint;
38 const SkPath& path = rec->fCubic
    [all...]
  /external/skia/experimental/PdfViewer/src/
SkTDStackNester.h 43 Rec* rec = fRec; local
44 while (rec != &fInitialRec) {
45 Rec* next = rec->fNext;
46 delete rec;
47 rec = next;
121 Rec* rec = new Rec(); local
173 Rec* rec = fRec->fNext; local
    [all...]
  /external/skia/gm/
pathopsskpclip.cpp 37 SkCanvas* rec = recorder.beginRecording(1200, 900, NULL, 0); variable
46 rec->clipPath(p, SkRegion::kIntersect_Op, true);
47 rec->translate(SkIntToScalar(250), SkIntToScalar(250));
48 rec->clipPath(p, SkRegion::kIntersect_Op, true);
49 rec->drawColor(0xffff0000);
lcdtext.cpp 108 } rec[] = { local
115 for (size_t i = 0; i < SK_ARRAY_COUNT(rec); ++i) {
116 const SkPoint loc = rec[i].fLoc;
119 paint.setTextSize(rec[i].fTextSize);
120 ScaleAbout(canvas, rec[i].fScale, rec[i].fScale, loc.x(), loc.y());
121 canvas->drawText(rec[i].fText, strlen(rec[i].fText), loc.x(), loc.y(), paint);
  /build/tools/atree/
files.h 44 int locate(FileRecord* rec, const vector<string>& search);
45 void stat_out(const string& base, FileRecord* rec);
47 int list_dir(const FileRecord& rec, const vector<string>& excludes,
  /external/llvm/include/llvm/Support/
Mutex.h 94 explicit SmartMutex(bool rec = true) :
95 impl(rec), acquired(0), recursive(rec) { }
  /frameworks/base/core/java/com/android/internal/alsa/
AlsaCardsParser.java 147 for (AlsaCardRecord rec : mCardRecords) {
148 if (rec.mCardNum == cardNum) {
149 return rec;
161 for (AlsaCardRecord rec : mCardRecords) {
162 if (rec.mCardNum == cardNum) {
163 return rec.mIsUsb;
174 for (AlsaCardRecord rec : mCardRecords) {
175 if (rec.mIsUsb) {
176 return rec.mCardNum;
205 for (AlsaCardRecord rec : mCardRecords)
    [all...]
  /external/libselinux/src/
label_android_property.c 83 static int process_line(struct selabel_handle *rec,
90 struct saved_data *data = (struct saved_data *)rec->data;
130 if (rec->validating) {
131 if (selabel_validate(rec, &spec_arr[nspec].lr) < 0) {
143 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
146 struct saved_data *data = (struct saved_data *)rec->data;
187 if (process_line(rec, path, line_buf, pass, ++lineno) != 0) {
227 static void closef(struct selabel_handle *rec)
229 struct saved_data *data = (struct saved_data *)rec->data;
246 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec,
    [all...]
  /external/selinux/libselinux/src/
label_android_property.c 81 static int process_line(struct selabel_handle *rec,
88 struct saved_data *data = (struct saved_data *)rec->data;
128 if (rec->validating) {
129 if (selabel_validate(rec, &spec_arr[nspec].lr) < 0) {
141 static int init(struct selabel_handle *rec, struct selinux_opt *opts,
144 struct saved_data *data = (struct saved_data *)rec->data;
185 if (process_line(rec, path, line_buf, pass, ++lineno) != 0)
224 static void closef(struct selabel_handle *rec)
226 struct saved_data *data = (struct saved_data *)rec->data;
243 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec,
    [all...]
label_media.c 34 unsigned lineno, struct selabel_handle *rec)
36 struct saved_data *data = (struct saved_data *)rec->data;
70 static int init(struct selabel_handle *rec, struct selinux_opt *opts,
74 struct saved_data *data = (struct saved_data *)rec->data;
103 rec->spec_file = strdup(path);
119 if (process_line(path, line_buf, pass, ++lineno, rec))
148 static void close(struct selabel_handle *rec)
150 struct saved_data *data = (struct saved_data *)rec->data;
167 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec,
171 struct saved_data *data = (struct saved_data *)rec->data
    [all...]
label_x.c 36 unsigned lineno, struct selabel_handle *rec)
38 struct saved_data *data = (struct saved_data *)rec->data;
97 static int init(struct selabel_handle *rec, struct selinux_opt *opts,
101 struct saved_data *data = (struct saved_data *)rec->data;
130 rec->spec_file = strdup(path);
146 if (process_line(path, line_buf, pass, ++lineno, rec))
175 static void close(struct selabel_handle *rec)
177 struct saved_data *data = (struct saved_data *)rec->data;
194 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec,
197 struct saved_data *data = (struct saved_data *)rec->data
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_get_none.py 40 rec = c.first()
41 while rec:
43 rec = c.next()
45 self.assertEqual(rec, None)
69 rec = c.first()
70 while rec:
73 rec = c.next()
78 self.assertNotEqual(rec, None)
test_compat.py 57 rec = f[15]
61 rec = f['a string']
66 rec = f.first()
67 while rec:
69 print rec
71 rec = f.next()
114 rec = f.next()
116 self.assertEqual(rec, f.last(), 'Error, last <> last!')
120 print rec
166 rec = f['no such key'
    [all...]
test_recno.py 132 rec = c.first()
133 while rec:
135 print rec
136 rec = c.next()
139 rec = c.current()
141 print rec
146 rec = c.current()
147 self.assertEqual(rec, (50, "a replacement record"))
149 print rec
151 rec = c.set_range(30
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_get_none.py 40 rec = c.first()
41 while rec:
43 rec = c.next()
45 self.assertEqual(rec, None)
69 rec = c.first()
70 while rec:
73 rec = c.next()
78 self.assertNotEqual(rec, None)
test_compat.py 57 rec = f[15]
61 rec = f['a string']
66 rec = f.first()
67 while rec:
69 print rec
71 rec = f.next()
114 rec = f.next()
116 self.assertEqual(rec, f.last(), 'Error, last <> last!')
120 print rec
166 rec = f['no such key'
    [all...]
test_recno.py 132 rec = c.first()
133 while rec:
135 print rec
136 rec = c.next()
139 rec = c.current()
141 print rec
146 rec = c.current()
147 self.assertEqual(rec, (50, "a replacement record"))
149 print rec
151 rec = c.set_range(30
    [all...]
  /external/skia/src/core/
SkGlyphCache.cpp 168 const CharGlyphRec& rec = *this->getCharGlyphRec(id); local
170 if (rec.fID == id) {
171 return fGlyphArray[rec.fGlyphIndex].getGlyphID();
225 CharGlyphRec* rec = this->getCharGlyphRec(id); local
227 if (rec->fID != id) {
230 rec->fID = id;
233 rec->fGlyphIndex = this->lookupMetrics(id, type);
234 glyph = &fGlyphArray[rec->fGlyphIndex];
237 glyph = &fGlyphArray[rec->fGlyphIndex];
349 const SkScalerContextRec& rec = fScalerContext->getRec() local
373 const AuxProcRec* rec = fAuxProcList; local
391 AuxProcRec* rec = fAuxProcList; local
408 AuxProcRec* rec = fAuxProcList; local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3parser.h 59 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_PARSER_struct
antlr3treeparser.h 57 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_TREE_PARSER_struct

Completed in 1314 milliseconds

1 23 4 5 6 7 8 91011>>