HomeSort by relevance Sort by last modified time
    Searched defs:max_token (Results 1 - 4 of 4) 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/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/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 398 unsigned max_token = 0; local
410 if (cnt > max_token) max_token = cnt;
414 if (cnt > max_token)
415 max_token = cnt;
421 if (max_token >= max_line)
422 em = max_token / 2;
428 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...]

Completed in 609 milliseconds