OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:study
(Results
1 - 14
of
14
) sorted by null
/external/pcre/dist/
pcre_fullinfo.c
83
const pcre_study_data *
study
= NULL;
local
88
study
= (const pcre_study_data *)extra_data->study_data;
114
*((size_t *)where) = (
study
== NULL)? 0 :
study
->size;
159
(
study
!= NULL && (
study
->flags & PCRE_STUDY_MAPPED) != 0)?
165
(
study
!= NULL && (
study
->flags & PCRE_STUDY_MINLEN) != 0)?
166
(int)(
study
->minlength) : -1;
pcre_byte_order.c
110
pcre_study_data *
study
;
local
157
study
= (pcre_study_data *)extra_data->study_data;
158
study
->size = swap_uint32(
study
->size);
159
study
->flags = swap_uint32(
study
->flags);
160
study
->minlength = swap_uint32(
study
->minlength);
pcre_study.c
1466
pcre_
study
_data *
study
;
local
[
all
...]
pcre_dfa_exec.c
3197
const pcre_
study
_data *
study
= NULL;
local
[
all
...]
pcre_exec.c
6385
const pcre_
study
_data *
study
;
local
[
all
...]
pcretest.c
[
all
...]
RunTest.bat
20
@rem Sheri P also added override tests for
study
and jit testing
311
call :runsub 1 testoutstudy "Test with
Study
Override" -q -s
317
call :runsub 2 testoutstudy "Test with
Study
Override" -q -s
323
call :runsub 3 testoutstudy "Test with
Study
Override" -q -s
333
call :runsub 4 testoutstudy "Test with
Study
Override" -q -s
343
call :runsub 5 testoutstudy "Test with
Study
Override" -q -s
353
call :runsub 6 testoutstudy "Test with
Study
Override" -q -s
363
call :runsub 7 testoutstudy "Test with
Study
Override" -q -s
369
call :runsub 8 testoutstudy "Test with
Study
Override" -q -dfa -s
378
call :runsub 9 testoutstudy "Test with
Study
Override" -q -dfa -s
[
all
...]
pcre_jit_compile.c
9799
pcre_
study
_data *
study
;
local
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb
71
study
260
def
study
method in class:ANTLR3.Test.Grammar
282
study
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb
263
study
402
def
study
method in class:ANTLR3
433
study
/prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg
37
PERLBN(
study
);
/prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go
44
// For a
study
of the facility in action, visit
/prebuilts/go/linux-x86/src/net/http/pprof/
pprof.go
44
// For a
study
of the facility in action, visit
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg
[
all
...]
Completed in 422 milliseconds