Searched refs:rec (Results 51 - 75 of 354) sorted by relevance

1234567891011>>

/external/jmdns/src/javax/jmdns/impl/tasks/
H A DDNSTask.java73 * @param rec
78 public DNSOutgoing addQuestion(DNSOutgoing out, DNSQuestion rec) throws IOException { argument
81 newOut.addQuestion(rec);
93 newOut.addQuestion(rec);
105 * @param rec
110 public DNSOutgoing addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) throws IOException { argument
113 newOut.addAnswer(in, rec);
125 newOut.addAnswer(in, rec);
135 * @param rec
141 public DNSOutgoing addAnswer(DNSOutgoing out, DNSRecord rec, lon argument
171 addAuthoritativeAnswer(DNSOutgoing out, DNSRecord rec) argument
203 addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) argument
[all...]
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-record.c81 static void advance_output(struct perf_record *rec, size_t size) argument
83 rec->bytes_written += size;
86 static int write_output(struct perf_record *rec, void *buf, size_t size) argument
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, argument
122 unsigned char *data = md->base + rec->page_size;
130 rec
176 struct perf_record *rec = arg; local
194 perf_record__open(struct perf_record *rec) argument
254 process_buildids(struct perf_record *rec) argument
269 struct perf_record *rec = arg; local
324 perf_record__mmap_read_all(struct perf_record *rec) argument
346 __cmd_record(struct perf_record *rec, int argc, const char **argv) argument
930 struct perf_record *rec = &record; local
[all...]
/external/skia/bench/
H A DBezierBench.cpp22 static const char* draw_quad(const BezierRec* rec, int count) { argument
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) { argument
35 if (rec) {
36 SkCanvas* canvas = rec->fCanvas;
37 const SkPaint& paint = rec->fPaint;
38 const SkPath& path = rec
[all...]
/external/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h43 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
122 rec->fNext = fRec;
123 fRec = rec;
173 Rec* rec = fRec->fNext; local
176 fRec = rec;
[all...]
/external/skia/gm/
H A Dpathopsskpclip.cpp37 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);
H A Dlcdtext.cpp108 } 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);
H A Dcolorfilters.cpp61 } rec[] = { variable in typeref:struct:ColorFiltersGM::__anon13738
72 for (size_t i = 0; i < SK_ARRAY_COUNT(rec); ++i) {
73 rec[i].fProc(&paint, rec[i].fData0, rec[i].fData1);
/external/v8/test/mjsunit/
H A Djson-stringify-recursive.js37 function rec(a,b,c,d,e,f,g,h,i,j,k,l,m,n) { function
39 rec(a,b,c,d,e,f,g,h,i,j,k,l,m,n);
42 assertThrows(function() { rec(1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4) },
/external/libselinux/src/
H A Dlabel_android_property.c83 static int process_line(struct selabel_handle *rec, argument
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, argument
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) argument
229 struct saved_data *data = (struct saved_data *)rec->data;
246 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, argument
281 stats(struct selabel_handle __attribute__((unused)) *rec) argument
286 selabel_property_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) argument
[all...]
/external/selinux/libselinux/src/
H A Dlabel_android_property.c81 static int process_line(struct selabel_handle *rec, argument
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, argument
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) argument
226 struct saved_data *data = (struct saved_data *)rec->data;
243 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, argument
278 stats(struct selabel_handle __attribute__ ((unused)) * rec) argument
283 selabel_property_init(struct selabel_handle *rec, struct selinux_opt *opts, unsigned nopts) argument
[all...]
H A Dlabel_media.c34 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, argument
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) argument
150 struct saved_data *data = (struct saved_data *)rec->data;
167 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, argument
171 struct saved_data *data = (struct saved_data *)rec
33 process_line(const char *path, char *line_buf, int pass, unsigned lineno, struct selabel_handle *rec) argument
192 stats(struct selabel_handle *rec) argument
204 selabel_media_init(struct selabel_handle *rec, struct selinux_opt *opts, unsigned nopts) argument
[all...]
H A Dlabel_x.c36 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, argument
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) argument
177 struct saved_data *data = (struct saved_data *)rec->data;
194 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, argument
197 struct saved_data *data = (struct saved_data *)rec
35 process_line(const char *path, char *line_buf, int pass, unsigned lineno, struct selabel_handle *rec) argument
218 stats(struct selabel_handle *rec) argument
230 selabel_x_init(struct selabel_handle *rec, struct selinux_opt *opts, unsigned nopts) argument
[all...]
H A Dlabel_db.c175 db_close(struct selabel_handle *rec) argument
177 catalog_t *catalog = (catalog_t *)rec->data;
194 db_lookup(struct selabel_handle *rec, const char *key, int type) argument
196 catalog_t *catalog = (catalog_t *)rec->data;
221 db_stats(struct selabel_handle *rec) argument
223 catalog_t *catalog = (catalog_t *)rec->data;
237 db_init(struct selinux_opt *opts, unsigned nopts, struct selabel_handle *rec) argument
282 rec->spec_file = strdup(path);
334 int selabel_db_init(struct selabel_handle *rec, argument
337 rec
[all...]
/external/v8/src/
H A Dunbound-queue.h27 INLINE(bool Dequeue(Record* rec));
28 INLINE(void Enqueue(const Record& rec));
/external/v8/tools/testrunner/server/
H A Dlocal_handler.py43 rec = compression.Receiver(sock)
45 while not rec.IsDone():
46 data = rec.Current()
49 rec.Advance()
56 rec = compression.Receiver(self.request)
57 while not rec.IsDone():
58 data = rec.Current()
93 rec.Advance()
H A Dstatus_handler.py44 rec = compression.Receiver(sock)
46 while not rec.IsDone():
47 data = rec.Current()
50 rec.Advance()
79 rec = compression.Receiver(self.request)
80 while not rec.IsDone():
81 data = rec.Current()
104 rec.Advance()
/external/skia/src/core/
H A DSkGlyphCache.cpp168 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 local
373 const AuxProcRec* rec = fAuxProcList; local
391 AuxProcRec* rec = fAuxProcList; local
408 AuxProcRec* rec = fAuxProcList; local
[all...]
H A DSkLocalMatrixShader.cpp25 SkShader::Context* SkLocalMatrixShader::onCreateContext(const ContextRec& rec, argument
27 ContextRec newRec(rec);
29 if (rec.fLocalMatrix) {
30 tmp.setConcat(*rec.fLocalMatrix, this->getLocalMatrix());
H A DSkXfermode_proccoeff.h18 SkProcCoeffXfermode(const ProcCoeff& rec, Mode mode) { argument
20 fProc = rec.fProc;
22 fSrcCoeff = rec.fSC;
23 fDstCoeff = rec.fDC;
H A DSkPictureFlat.cpp27 void SkTypefacePlayback::reset(const SkRefCntSet* rec) { argument
34 if (rec!= NULL && rec->count() > 0) {
35 fCount = rec->count();
37 rec->copyToArray(fArray);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3parser.h59 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_PARSER_struct
H A Dantlr3treeparser.h57 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_TREE_PARSER_struct
/external/skia/src/lazy/
H A DSkCachingPixelRef.cpp43 bool SkCachingPixelRef::onNewLockPixels(LockRec* rec) { argument
73 rec->fPixels = pixels;
74 rec->fColorTable = NULL;
75 rec->fRowBytes = fLockedBitmap.rowBytes();
H A DSkDiscardablePixelRef.cpp41 bool SkDiscardablePixelRef::onNewLockPixels(LockRec* rec) { argument
45 rec->fPixels = fDiscardableMemory->data();
46 rec->fColorTable = fCTable.get();
47 rec->fRowBytes = fRowBytes;
99 rec->fPixels = pixels;
100 rec->fColorTable = fCTable.get();
101 rec->fRowBytes = fRowBytes;
/external/skia/tests/
H A DGrMemoryPoolTest.cpp212 Rec* rec = instanceRecs.append(); local
213 rec->fInstance = A::Create(&r);
214 rec->fValue = static_cast<int>(r.nextU());
215 rec->fInstance->setValues(rec->fValue);
218 Rec& rec = instanceRecs[d]; local
219 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
220 delete rec.fInstance;
225 Rec& rec local
231 Rec& rec = instanceRecs[i]; local
[all...]

Completed in 520 milliseconds

1234567891011>>