Home
last modified time | relevance | path

Searched refs:study (Results 1 – 25 of 67) sorted by relevance

123

/external/pcre/dist/
Dpcre_fullinfo.c83 const pcre_study_data *study = NULL; in pcre_fullinfo() local
88 study = (const pcre_study_data *)extra_data->study_data; in pcre_fullinfo()
114 *((size_t *)where) = (study == NULL)? 0 : study->size; in pcre_fullinfo()
159 (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)? in pcre_fullinfo()
165 (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0)? in pcre_fullinfo()
166 (int)(study->minlength) : -1; in pcre_fullinfo()
Dpcre_byte_order.c110 pcre_study_data *study; in pcre_pattern_to_host_byte_order() local
157 study = (pcre_study_data *)extra_data->study_data; in pcre_pattern_to_host_byte_order()
158 study->size = swap_uint32(study->size); in pcre_pattern_to_host_byte_order()
159 study->flags = swap_uint32(study->flags); in pcre_pattern_to_host_byte_order()
160 study->minlength = swap_uint32(study->minlength); in pcre_pattern_to_host_byte_order()
Dpcre_study.c1466 pcre_study_data *study; in pcre_study() local
1580 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); in pcre_study()
1582 extra->study_data = study; in pcre_study()
1584 study->size = sizeof(pcre_study_data); in pcre_study()
1585 study->flags = 0; in pcre_study()
1593 study->flags |= PCRE_STUDY_MAPPED; in pcre_study()
1594 memcpy(study->start_bits, start_bits, sizeof(start_bits)); in pcre_study()
1596 else memset(study->start_bits, 0, 32 * sizeof(pcre_uint8)); in pcre_study()
1617 study->flags |= PCRE_STUDY_MINLEN; in pcre_study()
1618 study->minlength = min; in pcre_study()
[all …]
Dpcre_dfa_exec.c3197 const pcre_study_data *study = NULL; in pcre_dfa_exec() local
3248 study = (const pcre_study_data *)extra_data->study_data; in pcre_dfa_exec()
3404 if (!startline && study != NULL && in pcre_dfa_exec()
3405 (study->flags & PCRE_STUDY_MAPPED) != 0) in pcre_dfa_exec()
3406 start_bits = study->start_bits; in pcre_dfa_exec()
3554 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && in pcre_dfa_exec()
3555 (pcre_uint32)(end_subject - current_subject) < study->minlength) in pcre_dfa_exec()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dgrammar.rb71 study
260 def study method in ANTLR3.Test.Grammar
282 study
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb263 study
402 def study method
433 study
/external/chromium-trace/catapult/common/py_trace_event/
DREADME.txt2 multi-process application in order to study its global performance
/external/ceres-solver/data/nist/
DMisra1b.dat11 Description: These data are the result of a NIST study regarding
DMisra1c.dat11 Description: These data are the result of a NIST study regarding
DMisra1d.dat11 Description: These data are the result of a NIST study regarding
DMisra1a.dat11 Description: These data are the result of a NIST study regarding
DRoszman1.dat11 Description: These data are the result of a NIST study involving
DEckerle4.dat11 Description: These data are the result of a NIST study involving
DThurber.dat11 Description: These data are the result of a NIST study involving
DChwirut2.dat11 Description: These data are the result of a NIST study involving
DKirby2.dat11 Description: These data are the result of a NIST study involving
DBennett5.dat11 Description: These data are the result of a NIST study involving
DChwirut1.dat11 Description: These data are the result of a NIST study involving
DNelson.dat11 Description: These data are the result of a study involving
DHahn1.dat11 Description: These data are the result of a NIST study involving
/external/libmicrohttpd/doc/chapters/
Dintroduction.inc11 encouraged to study the relevant @emph{RFCs}, which document the HTTP standard.
/external/pcre/dist/testdata/
Dtestoutput21-327 No study data
Dtestoutput21-167 No study data
/external/nanopb-c/
DREADME.txt17 The easiest way to get started is to study the project in "examples/simple".
/external/pcre/dist/doc/
Dpcretest.txt211 -t Run each compile, study, and match many times with a timer,
212 and output the resulting times per compile, study, or match
221 not the compile or study phases.
323 /S study the pattern after compilation
524 pcre[16|32]_study() is made with all the JIT study options, requesting
1020 optional study data, each written as four bytes in big-endian order
1021 (most significant byte first). If there is no study data (either the
1024 compiled pattern. If there is additional study data, this (excluding
1036 No study data

123