Searched defs:rec (Results 1 - 25 of 291) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3lexer.h105 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_LEXER_struct
H A Dantlr3parser.h59 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_PARSER_struct
H A Dantlr3rewritestreams.h101 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
H A Dantlr3treeparser.h57 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_TREE_PARSER_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3cyclicdfa.c53 noViableAlt(pANTLR3_BASE_RECOGNIZER rec, pANTLR3_CYCLIC_DFA cdfa, ANTLR3_UINT32 s) argument
59 if (rec->state->backtracking > 0)
61 rec->state->failed = ANTLR3_TRUE;
65 rec->exConstruct(rec);
66 rec->state->exception->type = ANTLR3_NO_VIABLE_ALT_EXCEPTION;
67 rec->state->exception->message = cdfa->description;
68 rec->state->exception->decisionNum = cdfa->decisionNumber;
69 rec->state->exception->state = s;
79 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREA argument
[all...]
H A Dantlr3lexer.c60 static void displayRecognitionError (pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 * tokenNames);
61 static void reportError (pANTLR3_BASE_RECOGNIZER rec);
66 static void reset (pANTLR3_BASE_RECOGNIZER rec);
88 lexer->rec = antlr3BaseRecognizerNew(ANTLR3_TYPE_LEXER, sizeHint, state);
90 if (lexer->rec == NULL)
95 lexer->rec->super = lexer;
97 lexer->rec->displayRecognitionError = displayRecognitionError;
98 lexer->rec->reportError = reportError;
99 lexer->rec->reset = reset;
100 lexer->rec
175 reset(pANTLR3_BASE_RECOGNIZER rec) argument
411 reportError(pANTLR3_BASE_RECOGNIZER rec) argument
[all...]
H A Dantlr3rewritestreams.c102 stream->rec->state->rStreams->add(stream->rec->state->rStreams, stream, (void(*)(void *))expungeRS);
171 stream->rec->state->rStreams->add(stream->rec->state->rStreams, stream, (void(*)(void *))expungeRS);
187 antlr3RewriteRuleElementStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
195 if (rec->state->rStreams->count > 0)
200 stream = rec->state->rStreams->remove(rec->state->rStreams, rec->state->rStreams->count - 1);
224 stream->rec
257 antlr3RewriteRuleElementStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
280 antlr3RewriteRuleElementStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
309 antlr3RewriteRuleTOKENStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
333 antlr3RewriteRuleTOKENStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
352 antlr3RewriteRuleTOKENStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
373 antlr3RewriteRuleSubtreeStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
395 antlr3RewriteRuleSubtreeStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
418 antlr3RewriteRuleSubtreeStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
442 antlr3RewriteRuleNODEStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
466 antlr3RewriteRuleNODEStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
485 antlr3RewriteRuleNODEStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
[all...]
/external/blktrace/btt/
H A Doutput.c419 char *rec = is_q2q ? "QSK" : "DSK"; local
422 rec, make_dev_hdr(dev_info, 15, dip, 0),
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c1513 bt_service_record_t rec; local
1518 memset(&rec, 0, sizeof(bt_service_record_t));
1524 prop.val = (void*)&rec;
1525 prop.len = sizeof(rec);
1530 rec.channel = p_data->disc_res.result - 3;
1532 rec.name[0] = 0;
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h181 tSDP_DI_RECORD rec; member in struct:t_sdp_di_get_record
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_enc.c135 SSL3_RECORD *rec; local
150 rec= &(s->s3->wrec);
156 if ( rec->data != rec->input)
158 fprintf(stderr, "%s:%d: rec->data != rec->input\n",
162 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
175 rec= &(s->s3->rrec);
189 memmove(rec->data,rec
[all...]
H A Ds3_cbc.c102 * record in |rec| by updating |rec->length| in constant time.
110 SSL3_RECORD *rec,
119 if (overhead > rec->length)
122 padding_length = rec->data[rec->length-1];
123 good = constant_time_ge(rec->length, padding_length+overhead);
127 rec->length -= padding_length;
128 rec->type |= padding_length<<8; /* kludge: pass padding length */
133 * record in |rec| i
109 ssl3_cbc_remove_padding(const SSL* s, SSL3_RECORD *rec, unsigned block_size, unsigned mac_size) argument
143 tls1_cbc_remove_padding(const SSL* s, SSL3_RECORD *rec, unsigned block_size, unsigned mac_size) argument
227 ssl3_cbc_copy_mac(unsigned char* out, const SSL3_RECORD *rec, unsigned md_size,unsigned orig_len) argument
[all...]
H A Ds3_enc.c407 SSL3_RECORD *rec; local
416 rec= &(s->s3->wrec);
425 rec= &(s->s3->rrec);
435 memmove(rec->data,rec->input,rec->length);
436 rec->input=rec->data;
440 l=rec->length;
453 memset(&rec
631 SSL3_RECORD *rec; local
[all...]
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/freetype/src/sfnt/
H A Dsfobjs.c151 TT_NameEntryRec* rec; local
165 rec = face->name_table.names;
166 for ( n = 0; n < face->num_names; n++, rec++ )
177 if ( rec->nameID == nameid && rec->stringLength > 0 )
179 switch ( rec->platformID )
195 if ( rec->languageID == TT_MAC_LANGID_ENGLISH )
197 else if ( rec->encodingID == TT_MAC_ID_ROMAN )
205 if ( found_win == -1 || ( rec->languageID & 0x3FF ) == 0x009 )
207 switch ( rec
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c4471 TT_DefRecord* rec; local
4578 rec = CUR.FDefs;
4579 limit = rec + CUR.numFDefs;
4582 for ( ; rec < limit; rec++ )
4584 if ( rec->opc == n )
4588 if ( rec == limit )
4607 rec->range = CUR.curRange;
4608 rec->opc = (FT_UInt16)n;
4609 rec
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc213 feature_record_t rec; member in struct:active_feature_t
217 return a->rec.feature < b->rec.feature ? -1 : a->rec.feature > b->rec.feature ? 1 :
219 a->rec.setting < b->rec.setting ? -1 : a->rec.setting > b->rec.setting ? 1 :
472 feature.rec
[all...]
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/libjingle/source/talk/media/base/
H A Dtestutils.h198 static inline double ComputeSumSquareError(const uint8 *org, const uint8 *rec, argument
201 return static_cast<double>(libyuv::ComputeSumSquareError(org, rec, size));
205 const int diff = static_cast<int>(org[j]) - static_cast<int>(rec[j]);
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc101 double GetSSIM(const uint8 *org, const uint8 *rec, argument
106 rec += (yo - KERNEL) * stride;
107 rec += (xo - KERNEL);
108 for (int y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride, rec += stride) {
115 const int rec_x = rec[x_];
128 double GetSSIMFullKernel(const uint8 *org, const uint8 *rec, argument
136 rec += yo * stride + xo;
159 const int ul2 = rec[-dy2 - x];
160 const int ur2 = rec[-dy2 + x];
161 const int ll2 = rec[dy
271 CalcSSIM(const uint8 *org, const uint8 *rec, const int image_width, const int image_height) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1302 // merge @insn into load/store instruction from @rec
1303 bool combineLd(Record *rec, Instruction *ld);
1304 bool combineSt(Record *rec, Instruction *st);
1347 MemoryOpt::combineLd(Record *rec, Instruction *ld) argument
1349 int32_t offRc = rec->offset;
1351 int sizeRc = rec->size;
1366 for (j = 0; sizeRc; sizeRc -= rec->insn->getDef(j)->reg.size, ++j);
1372 // j: nr of definitions in rec->insn, move:
1374 rec->insn->setDef(d, rec
1400 combineSt(Record *rec, Instruction *st) argument
1513 Record *rec = NULL; local
1547 replaceLdFromSt(Instruction *ld, Record *rec) argument
1571 replaceLdFromLd(Instruction *ldE, Record *rec) argument
1595 replaceStFromSt(Instruction *restrict st, Record *rec) argument
1711 Record *rec; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dcommon_x86.c91 PEXCEPTION_RECORD rec = exp->ExceptionRecord; local
94 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) {
97 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) {
/external/chromium_org/third_party/ots/src/
H A Dhdmx.cc65 OpenTypeHDMXDeviceRecord rec; local
67 if (!table.ReadU8(&rec.pixel_size) ||
68 !table.ReadU8(&rec.max_width)) {
72 (rec.pixel_size <= last_pixel_size)) {
77 last_pixel_size = rec.pixel_size;
79 rec.widths.reserve(file->maxp->num_glyphs);
85 rec.widths.push_back(width);
93 hdmx->records.push_back(rec);
115 const OpenTypeHDMXDeviceRecord& rec = hdmx->records[i]; local
116 if (!out->Write(&rec
[all...]
H A Dname.cc90 NameRecord rec; local
92 if (!table.ReadU16(&rec.platform_id) ||
93 !table.ReadU16(&rec.encoding_id) ||
94 !table.ReadU16(&rec.language_id) ||
95 !table.ReadU16(&rec.name_id) ||
101 switch (rec.platform_id) {
103 if (rec.encoding_id > 6) {
108 if (rec.encoding_id > 32) {
113 if (rec.encoding_id > 2) {
118 if (rec
294 const NameRecord& rec = *name_iter; local
[all...]

Completed in 498 milliseconds

1234567891011>>