OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backtracker
(Results
1 - 10
of
10
) sorted by null
/external/regex-re2/re2/testing/
backtrack.cc
32
//
Backtracker
holds the state for a backtracking search.
48
class
Backtracker
{
50
explicit
Backtracker
(Prog* prog);
51
~
Backtracker
();
78
Backtracker
::
Backtracker
(Prog* prog)
89
Backtracker
::~
Backtracker
() {
94
bool
Backtracker
::Search(const StringPiece& text, const StringPiece& context,
148
bool
Backtracker
::Visit(int id, const char* p)
[
all
...]
/prebuilts/go/darwin-x86/src/regexp/
backtrack.go
19
// A job is an entry on the
backtracker
's job stack. It holds
33
// bitState holds state for the
backtracker
.
46
// the
backtracker
using prog.
56
// the
backtracker
will be run for.
67
// long for the
backtracker
to run.
72
// reset resets the state of the
backtracker
.
exec.go
42
b *bitState // state for
backtracker
, allocated lazily
all_test.go
557
// and then the
backtracker
when there are no captures.
564
re.Match(long[:1]) // triggers
backtracker
exec_test.go
719
// for the
backtracker
still executes properly.
/prebuilts/go/linux-x86/src/regexp/
backtrack.go
19
// A job is an entry on the
backtracker
's job stack. It holds
33
// bitState holds state for the
backtracker
.
46
// the
backtracker
using prog.
56
// the
backtracker
will be run for.
67
// long for the
backtracker
to run.
72
// reset resets the state of the
backtracker
.
exec.go
42
b *bitState // state for
backtracker
, allocated lazily
all_test.go
557
// and then the
backtracker
when there are no captures.
564
re.Match(long[:1]) // triggers
backtracker
exec_test.go
719
// for the
backtracker
still executes properly.
/external/jline/src/src/test/resources/jline/example/
english.gz
Completed in 495 milliseconds