Searched defs:rec (Results 201 - 225 of 291) sorted by relevance

1234567891011>>

/external/oprofile/opjitconv/
H A Ddebug_line.c452 struct jr_code_debug_info const * rec = debug_line->data; local
453 if (rec->nr_entry) {
455 void const * data = rec + 1;
457 xmalloc(rec->nr_entry *
459 for (i = 0; i < rec->nr_entry; ++i) {
470 rec->nr_entry, rec->code_addr);
/external/qemu/distrib/libselinux/src/
H A Dlabel_file.c280 static int process_line(struct selabel_handle *rec, argument
287 struct saved_data *data = (struct saved_data *)rec->data;
330 if (rec->validating && compile_regex(data, &spec_arr[nspec], &errbuf)) {
381 if (strcmp(context, "<<none>>") && rec->validating) {
382 if (selabel_validate(rec, &spec_arr[nspec].lr) < 0) {
398 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, argument
401 struct saved_data *data = (struct saved_data *)rec->data;
464 if (process_line(rec, path, prefix, line_buf,
478 (rec, homedir_path, prefix,
488 (rec, local_pat
542 closef(struct selabel_handle *rec) argument
572 lookup_common(struct selabel_handle *rec, const char *key, int type, bool partial) argument
679 lookup(struct selabel_handle *rec, const char *key, int type) argument
685 partial_match(struct selabel_handle *rec, const char *key) argument
690 stats(struct selabel_handle *rec) argument
714 selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) argument
[all...]
/external/skia/src/core/
H A DSkGlyphCache.cpp149 const CharGlyphRec& rec = fCharToGlyphHash[ID2HashIndex(id)]; local
151 if (rec.fID == id) {
152 return rec.fGlyph->getGlyphID();
171 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; local
173 if (rec->fID != id) {
175 rec->fID = id;
178 rec->fGlyph = this->lookupMetrics(id, kJustAdvance_MetricsType);
180 return *rec->fGlyph;
201 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; local
203 if (rec
224 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; local
409 const AuxProcRec* rec = fAuxProcList; local
427 AuxProcRec* rec = fAuxProcList; local
444 AuxProcRec* rec = fAuxProcList; local
[all...]
H A DSkPicturePlayback.cpp304 void SkPicturePlayback::WriteFactories(SkWStream* stream, const SkFactorySet& rec) { argument
305 int count = rec.count();
309 rec.copyToArray(array);
333 void SkPicturePlayback::WriteTypefaces(SkWStream* stream, const SkRefCntSet& rec) { argument
334 int count = rec.count();
340 rec.copyToArray((SkRefCnt**)array);
H A DSkString.cpp209 Rec* rec; local
212 rec = const_cast<Rec*>(&gEmptyRec);
217 rec = (Rec*)sk_malloc_throw(SizeOfRec() + SkAlign4(len + 1));
218 rec->fLength = SkToU32(len);
219 rec->fRefCnt = 1;
221 memcpy(rec->data(), text, len);
223 rec->data()[len] = 0;
225 return rec;
356 Rec* rec = AllocRec(fRec->data(), fRec->fLength); local
360 // data (fRec and rec), s
[all...]
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp79 SkShader::Context* SkLinearGradient::onCreateContext(const ContextRec& rec, void* storage) const { argument
80 return SkNEW_PLACEMENT_ARGS(storage, LinearGradientContext, (*this, rec));
84 const SkLinearGradient& shader, const ContextRec& rec)
85 : INHERITED(shader, rec)
90 if ((fFlags & SkShader::kHasSpan16_Flag) && !rec.fPaint->isDither()) {
83 LinearGradientContext( const SkLinearGradient& shader, const ContextRec& rec) argument
H A DSkRadialGradient.cpp164 SkShader::Context* SkRadialGradient::onCreateContext(const ContextRec& rec, void* storage) const { argument
165 return SkNEW_PLACEMENT_ARGS(storage, RadialGradientContext, (*this, rec));
169 const SkRadialGradient& shader, const ContextRec& rec)
170 : INHERITED(shader, rec) {}
168 RadialGradientContext( const SkRadialGradient& shader, const ContextRec& rec) argument
H A DSkTwoPointConicalGradient.cpp18 TwoPtRadialContext(const TwoPtRadial& rec, SkScalar fx, SkScalar fy,
97 TwoPtRadialContext::TwoPtRadialContext(const TwoPtRadial& rec, SkScalar fx, SkScalar fy, argument
99 : fRec(rec)
100 , fRelX(SkScalarToFloat(fx) - rec.fCenterX)
101 , fRelY(SkScalarToFloat(fy) - rec.fCenterY)
104 , fB(-2 * (rec.fDCenterX * fRelX + rec.fDCenterY * fRelY + rec.fRDR))
105 , fDB(-2 * (rec.fDCenterX * fIncX + rec
138 twopoint_clamp(TwoPtRadialContext* rec, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
155 twopoint_repeat(TwoPtRadialContext* rec, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
172 twopoint_mirror(TwoPtRadialContext* rec, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
223 onCreateContext(const ContextRec& rec, void* storage) const argument
228 TwoPointConicalGradientContext( const SkTwoPointConicalGradient& shader, const ContextRec& rec) argument
[all...]
/external/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp87 SkScalerContext::Rec rec; local
88 SkScalerContext::MakeRec(paint, &fDeviceProperties, NULL, &rec);
89 return rec.getFormat() != SkMask::kARGB32_Format;
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp31 static bool isLCD(const SkScalerContext::Rec& rec) { argument
32 return SkMask::kLCD16_Format == rec.fMaskFormat ||
33 SkMask::kLCD32_Format == rec.fMaskFormat;
186 static bool is_axis_aligned(const SkScalerContext::Rec& rec) { argument
187 return 0 == rec.fPreSkewX &&
188 (both_zero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
189 both_zero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp442 static void sk_timer_proc(TMTask* rec) argument
/external/smack/src/org/xbill/DNS/
H A DDNSSEC.java215 MalformedKeyException(KEYBase rec) { argument
216 super("Invalid key data: " + rec.rdataToString());
/external/srec/srec/crec/
H A Dword_lattice.c111 void print_word_token_backtrace(srec* rec, wtokenID wtoken_index, char* tail) argument
122 wtoken = &rec->word_token_array[wtoken_index];
123 if (wtoken->word < rec->context->olabels->num_words)
124 p = rec->context->olabels->words[wtoken->word];
128 ASSERT(rec->accumulated_cost_offset[ wtoken->end_time] != 0);
129 cost = wtoken->cost + rec->accumulated_cost_offset[ wtoken->end_time];
133 word_token* next_wtoken = &rec->word_token_array[wtoken->backtrace];
134 cost_for_word = cost - next_wtoken->cost - rec->accumulated_cost_offset[ next_wtoken->end_time];
150 int sprint_bword_token_backtrace(char* buf, int buflen, srec* rec, wtokenID wtoken_index) argument
158 word_token* wtoken = &rec
174 sprint_word_token_backtraceByWordID(wordID* wordIDs, size_t* len, srec* rec, wtokenID wtoken_index) argument
230 sprint_word_token_backtrace(char *transcription, int len, srec* rec, wtokenID wtoken_index) argument
308 print_word_token(srec* rec, wtokenID wtoken_index, char* msg) argument
335 print_word_token_list(srec* rec, wtokenID wtoken_index, char* msg) argument
352 srec_get_result(srec *rec) argument
389 WHICH_RECOG(multi_srec* rec) argument
411 srec* rec = WHICH_RECOG(recm); local
447 srec* rec = WHICH_RECOG(recm); local
488 srec* rec = WHICH_RECOG(recm); local
534 sort_word_lattice_at_frame(srec* rec, frameID frame) argument
588 free_word_token(srec *rec, wtokenID old_token_index) argument
600 free_word_token_from_lattice(srec *rec, wtokenID old_token_index) argument
679 reprune_word_tokens(srec* rec, costdata current_best_cost) argument
[all...]
/external/srec/srec/include/
H A Dsrec.h295 srec* rec; /* size num_allocated_recs, one for member in struct:__anon31152
328 void remove_non_end_word_from_q(srec *rec, priority_q *pq, word_token *word_token_array, nodeID end_node);
331 void free_word_token(srec *rec, wtokenID old_token_index);
332 int srec_begin(srec* rec, int begin_syn_node);
333 void srec_no_more_frames(srec* rec);
335 void multi_srec_get_speech_bounds(multi_srec* rec, frameID* start_frame, frameID* end_frame);
336 int multi_srec_get_eos_status(multi_srec* rec);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_enc.c702 SSL3_RECORD *rec; local
710 rec = &s->s3->wrec;
712 rec = &s->s3->rrec;
746 ad[8] = rec->type;
759 size_t len = rec->length;
761 in = rec->input;
762 out = rec->data;
771 /* in do_ssl3_write, rec->input is moved forward by
801 size_t len = rec->length;
803 if (rec
1076 SSL3_RECORD *rec; local
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-uniscribe.cc258 OPENTYPE_FEATURE_RECORD rec; member in struct:active_feature_t
262 return a->rec.tagFeature < b->rec.tagFeature ? -1 : a->rec.tagFeature > b->rec.tagFeature ? 1 :
264 a->rec.lParameter < b->rec.lParameter ? -1 : a->rec.lParameter > b->rec.lParameter ? 1 :
612 feature.rec
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleSlides.cpp345 static void make_tris(Rec* rec) { argument
349 rec->fMode = SkCanvas::kTriangles_VertexMode;
350 rec->fCount = n * 3;
351 rec->fVerts = new SkPoint[rec->fCount];
354 SkPoint* v = &rec->fVerts[i*3];
361 static void make_fan(Rec* rec, int texWidth, int texHeight) { argument
366 rec->fMode = SkCanvas::kTriangleFan_VertexMode;
367 rec->fCount = n + 2;
368 rec
391 make_strip(Rec* rec, int texWidth, int texHeight) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp711 spanRec rec; local
714 rec.init(a_runs, b_runs);
716 while (!rec.done()) {
717 rec.next();
719 int left = rec.fLeft;
720 int rite = rec.fRite;
723 if ((unsigned)(rec.fInside - min) <= (unsigned)(max - min) &&
/external/chromium_org/third_party/skia/src/effects/
H A DSkPerlinNoiseShader.cpp455 SkShader::Context* SkPerlinNoiseShader::onCreateContext(const ContextRec& rec, argument
457 return SkNEW_PLACEMENT_ARGS(storage, PerlinNoiseShaderContext, (*this, rec));
465 const SkPerlinNoiseShader& shader, const ContextRec& rec)
466 : INHERITED(shader, rec)
468 SkMatrix newMatrix = *rec.fMatrix;
470 if (rec.fLocalMatrix) {
471 newMatrix.preConcat(*rec.fLocalMatrix);
464 PerlinNoiseShaderContext( const SkPerlinNoiseShader& shader, const ContextRec& rec) argument
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.cpp93 SkShader::Context* SkLinearGradient::onCreateContext(const ContextRec& rec, void* storage) const { argument
94 return SkNEW_PLACEMENT_ARGS(storage, LinearGradientContext, (*this, rec));
98 const SkLinearGradient& shader, const ContextRec& rec)
99 : INHERITED(shader, rec)
104 if ((fFlags & SkShader::kHasSpan16_Flag) && !rec.fPaint->isDither()) {
97 LinearGradientContext( const SkLinearGradient& shader, const ContextRec& rec) argument
H A DSkRadialGradient.cpp163 SkShader::Context* SkRadialGradient::onCreateContext(const ContextRec& rec, void* storage) const { argument
164 return SkNEW_PLACEMENT_ARGS(storage, RadialGradientContext, (*this, rec));
168 const SkRadialGradient& shader, const ContextRec& rec)
169 : INHERITED(shader, rec) {}
167 RadialGradientContext( const SkRadialGradient& shader, const ContextRec& rec) argument
/external/chromium_org/third_party/skia/src/opts/
H A DSkXfermode_opts_SSE2.cpp812 SkProcCoeffXfermode* SkPlatformXfermodeFactory_impl_SSE2(const ProcCoeff& rec, argument
817 return SkNEW_ARGS(SkSSE2ProcCoeffXfermode, (rec, mode, procSIMD));
H A DSkXfermode_opts_arm_neon.cpp1017 SkProcCoeffXfermode* SkPlatformXfermodeFactory_impl_neon(const ProcCoeff& rec, argument
1023 return SkNEW_ARGS(SkNEONProcCoeffXfermode, (rec, mode, procSIMD));
/external/chromium_org/third_party/skia/tests/
H A DBlurTest.cpp435 SkDrawLooper::BlurShadowRec rec; local
436 bool success = lp->asABlurShadow(&rec);
439 REPORTER_ASSERT(reporter, rec.fSigma == sigma);
440 REPORTER_ASSERT(reporter, rec.fOffset.x() == dx);
441 REPORTER_ASSERT(reporter, rec.fOffset.y() == dy);
442 REPORTER_ASSERT(reporter, rec.fColor == color);
443 REPORTER_ASSERT(reporter, rec.fStyle == style);
444 REPORTER_ASSERT(reporter, rec.fQuality == quality);
451 SkDrawLooper::BlurShadowRec rec; local
452 bool success = lp->asABlurShadow(&rec);
532 SkMaskFilter::BlurRec rec; local
559 SkMaskFilter::BlurRec rec; local
[all...]
/external/dnsmasq/src/
H A Drfc1035.c1142 struct mx_srv_record *rec; local
1174 for (rec = daemon->mxnames; rec; rec = rec->next)
1175 rec->offset = 0;
1455 for (rec = daemon->mxnames; rec; rec = rec
[all...]

Completed in 3941 milliseconds

1234567891011>>