OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:no_match
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
dfa_test.cc
190
string
no_match
= DeBruijnString(n);
local
191
string match =
no_match
+ "0";
214
matched = prog->SearchDFA(
no_match
, NULL,
234
// and
no_match
, which should not.
238
const StringPiece&
no_match
)
239
: prog_(prog), match_(match), no_match_(
no_match
) {}
269
string
no_match
= DeBruijnString(n);
local
270
string match =
no_match
+ "0";
277
SearchThread* t = new SearchThread(prog, match,
no_match
);
294
SearchThread *t = new SearchThread(prog, match,
no_match
);
[
all
...]
/external/regex-re2/re2/testing/
dfa_test.cc
190
string
no_match
= DeBruijnString(n);
local
191
string match =
no_match
+ "0";
214
matched = prog->SearchDFA(
no_match
, NULL,
234
// and
no_match
, which should not.
238
const StringPiece&
no_match
)
239
: prog_(prog), match_(match), no_match_(
no_match
) {}
269
string
no_match
= DeBruijnString(n);
local
270
string match =
no_match
+ "0";
277
SearchThread* t = new SearchThread(prog, match,
no_match
);
294
SearchThread *t = new SearchThread(prog, match,
no_match
);
[
all
...]
/external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp
292
int
no_match
;
local
297
no_match
= icvMatchTest( pixel, nChannels, match, g_point, &bg_model_params );
301
if(
no_match
== -1)
307
if(
no_match
== -1)
Completed in 659 milliseconds