Home
last modified time | relevance | path

Searched refs:longest (Results 1 – 25 of 42) sorted by relevance

12

/external/linux-tools-perf/util/
Dhelp.c73 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list() argument
76 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list()
201 unsigned int i, longest = 0; in list_commands() local
204 if (longest < main_cmds->names[i]->len) in list_commands()
205 longest = main_cmds->names[i]->len; in list_commands()
207 if (longest < other_cmds->names[i]->len) in list_commands()
208 longest = other_cmds->names[i]->len; in list_commands()
216 pretty_print_string_list(main_cmds, longest); in list_commands()
225 pretty_print_string_list(other_cmds, longest); in list_commands()
Dparse-events.c363 int n, longest = -1; in parse_aliases() local
368 if (n > longest && !strncasecmp(*str, names[i][j], n)) in parse_aliases()
369 longest = n; in parse_aliases()
371 if (longest > 0) { in parse_aliases()
372 *str += longest; in parse_aliases()
/external/regex-re2/re2/testing/
Dbacktrack.cc54 bool anchored, bool longest,
95 bool anchored, bool longest, in Search() argument
106 longest_ = longest | prog_->anchor_end(); in Search()
246 bool longest = kind != kFirstMatch; in UnsafeSearchBacktrack() local
247 if (!b.Search(text, context, anchored, longest, match, nmatch)) in UnsafeSearchBacktrack()
Dexhaustive_tester.cc103 RE2::Options longest; in HandleRegexp() local
104 longest.set_longest_match(true); in HandleRegexp()
105 RE2 relongest(regexp, longest); in HandleRegexp()
/external/chromium_org/third_party/re2/re2/testing/
Dbacktrack.cc54 bool anchored, bool longest,
95 bool anchored, bool longest, in Search() argument
106 longest_ = longest | prog_->anchor_end(); in Search()
246 bool longest = kind != kFirstMatch; in UnsafeSearchBacktrack() local
247 if (!b.Search(text, context, anchored, longest, match, nmatch)) in UnsafeSearchBacktrack()
Dexhaustive_tester.cc103 RE2::Options longest; in HandleRegexp() local
104 longest.set_longest_match(true); in HandleRegexp()
105 RE2 relongest(regexp, longest); in HandleRegexp()
/external/regex-re2/re2/
Dbitstate.cc39 bool anchored, bool longest,
294 bool anchored, bool longest, in Search() argument
306 longest_ = longest || prog_->anchor_end(); in Search()
370 bool longest = kind != kFirstMatch; in SearchBitState() local
371 if (!b.Search(text, context, anchored, longest, match, nmatch)) in SearchBitState()
Dnfa.cc51 bool anchored, bool longest,
401 bool anchored, bool longest, in Search() argument
425 longest = true; in Search()
437 longest_ = longest; in Search()
456 longest); in Search()
/external/chromium_org/third_party/re2/re2/
Dbitstate.cc39 bool anchored, bool longest,
294 bool anchored, bool longest, in Search() argument
306 longest_ = longest || prog_->anchor_end(); in Search()
370 bool longest = kind != kFirstMatch; in SearchBitState() local
371 if (!b.Search(text, context, anchored, longest, match, nmatch)) in SearchBitState()
Dnfa.cc51 bool anchored, bool longest,
401 bool anchored, bool longest, in Search() argument
425 longest = true; in Search()
437 longest_ = longest; in Search()
456 longest); in Search()
/external/chromium_org/third_party/re2/patches/
Drename-posix-option.patch24 - POSIX, // POSIX syntax, leftmost-longest match
25 + POSIX_SYNTAX, // POSIX syntax, leftmost-longest match
/external/mesa3d/src/mesa/main/
Dshader_query.cpp220 size_t longest = 0; in _mesa_longest_attribute_name_length() local
231 if (len >= longest) in _mesa_longest_attribute_name_length()
232 longest = len + 1; in _mesa_longest_attribute_name_length()
235 return longest; in _mesa_longest_attribute_name_length()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dshader_query.cpp220 size_t longest = 0; in _mesa_longest_attribute_name_length() local
231 if (len >= longest) in _mesa_longest_attribute_name_length()
232 longest = len + 1; in _mesa_longest_attribute_name_length()
235 return longest; in _mesa_longest_attribute_name_length()
/external/linux-tools-perf/
Dbuiltin-help.c280 unsigned int i, longest = 0; in list_common_cmds_help() local
283 if (longest < strlen(common_cmds[i].name)) in list_common_cmds_help()
284 longest = strlen(common_cmds[i].name); in list_common_cmds_help()
289 printf(" %-*s ", longest, common_cmds[i].name); in list_common_cmds_help()
/external/zlib/src/doc/
Dalgorithm.txt25 the longest match is selected.
34 parameter of deflateInit). So deflate() does not always find the longest
68 input less than the length of longest code. It gets that many bits from the
77 be a first level table to cover all the way to the longest code. However,
118 longest symbol is? The reason is that if you do that, you end up spending
161 Table X is two bits long since the longest code starting with 110 is five bits
169 Table Y is three bits long since the longest code starting with 111 is six
/external/sepolicy/
Dgenfs_contexts3 # proc labeling can be further refined (longest matching prefix).
/external/icu4c/tools/tzcode/
Dzdump.c160 static size_t longest; variable
427 longest = 0;
429 if (strlen(argv[i]) > longest)
430 longest = strlen(argv[i]);
440 (fakeenv[0] = (char *) malloc(longest + 4)) == NULL) {
747 (void) printf("%-*s ", (int) longest, zone); in show()
/external/chromium_org/third_party/icu/source/tools/tzcode/
Dzdump.c160 static size_t longest; variable
427 longest = 0;
429 if (strlen(argv[i]) > longest)
430 longest = strlen(argv[i]);
440 (fakeenv[0] = (char *) malloc(longest + 4)) == NULL) {
747 (void) printf("%-*s ", (int) longest, zone); in show()
/external/chromium/chrome/common/extensions/docs/server/
DREADME40 view and delete the version which was deployed the longest time ago. Then
/external/chromium_org/chrome/common/extensions/docs/server2/
DREADME49 view and delete the version which was deployed the longest time ago. Then
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dbluetooth.css72 generously to accomodate the longest of the messages. */
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_suggestion_container.mm51 // the longest descender, not the font baseline
/external/chromium_org/third_party/zlib/
Dmixed-source.patch151 * Set match_start to the longest match starting at the given string and
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.mm493 // Calculate the longest width of the labels and menus menus to avoid
/external/iproute2/doc/
Dip-cref.tex1090 \item The longest matching prefix is selected. All shorter ones
1093 \item If the TOS of some route with the longest prefix is equal to the TOS
1233 the longest match is understood as: First, compare the TOS
1957 according to the longest match rule, is replaced with a ``routing policy
1991 a route from these tables according to the classic longest match algorithm.

12