OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_token
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/libutil++/tests/
string_manip_tests.cpp
119
static const size_t
max_token
= 8;
variable
120
static input_output<char const *, char const *[
max_token
]> expect_separate_token[] =
138
input_output<char const *, char const *[
max_token
]> const * cur;
141
if (result.size() >
max_token
) {
156
for (size_t i = 0; i <
max_token
; ++i) {
/external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp
337
unsigned
max_token
= 0;
local
349
if (cnt >
max_token
)
max_token
= cnt;
353
if (cnt >
max_token
)
354
max_token
= cnt;
360
if (
max_token
>= max_line)
361
em =
max_token
/ 2;
367
for (; characters >
max_token
; --characters)
/external/chromium_org/third_party/re2/re2/
re2.cc
919
int
max_token
= -1;
local
940
if (
max_token
< n) {
941
max_token
= n;
945
if (
max_token
> NumberOfCapturingGroups()) {
948
max_token
, NumberOfCapturingGroups());
[
all
...]
/external/chromium_org/third_party/re2/util/
pcre.cc
648
int
max_token
= -1;
local
669
if (
max_token
< n) {
670
max_token
= n;
674
if (
max_token
> NumberOfCapturingGroups()) {
677
max_token
, NumberOfCapturingGroups());
[
all
...]
/external/regex-re2/re2/
re2.cc
901
int
max_token
= -1;
local
922
if (
max_token
< n) {
923
max_token
= n;
927
if (
max_token
> NumberOfCapturingGroups()) {
930
max_token
, NumberOfCapturingGroups());
[
all
...]
/external/regex-re2/util/
pcre.cc
643
int
max_token
= -1;
local
664
if (
max_token
< n) {
665
max_token
= n;
669
if (
max_token
> NumberOfCapturingGroups()) {
672
max_token
, NumberOfCapturingGroups());
[
all
...]
Completed in 171 milliseconds