Home
last modified time | relevance | path

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

1234

/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/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/autotest/server/site_tests/sequences/
Dcontrol.benchmarks15 speed up the completion time as the longest test is 1:00.
20 Note: In this case it is important to list the tests with the longest runtime
24 work on quicker tests while the longest running tests are running.
/external/selinux/libselinux/src/
Dmatchpathcon.c266 int h, used, nel, len, longest; in matchpathcon_filespec_eval() local
272 longest = 0; in matchpathcon_filespec_eval()
281 if (len > longest) in matchpathcon_filespec_eval()
282 longest = len; in matchpathcon_filespec_eval()
288 __FUNCTION__, nel, used, HASH_BUCKETS, longest); in matchpathcon_filespec_eval()
Dselinux_restorecon.c488 int h, used, nel, len, longest; in filespec_eval() local
494 longest = 0; in filespec_eval()
502 if (len > longest) in filespec_eval()
503 longest = len; in filespec_eval()
509 nel, used, HASH_BUCKETS, longest); in filespec_eval()
/external/lz4/lib/
Dlz4hc.c185 int longest, in LZ4HC_InsertAndGetWiderMatch() argument
210 if (*(iLowLimit + longest) == *(matchPtr - delta + longest)) { in LZ4HC_InsertAndGetWiderMatch()
222 if (mlt > longest) { in LZ4HC_InsertAndGetWiderMatch()
223 longest = (int)mlt; in LZ4HC_InsertAndGetWiderMatch()
241 …if ((int)mlt > longest) { longest = (int)mlt; *matchpos = base + matchIndex + back; *startpos = ip… in LZ4HC_InsertAndGetWiderMatch()
247 return longest; in LZ4HC_InsertAndGetWiderMatch()
/external/syslinux/com32/lib/zlib/
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/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/python/cpython2/Modules/zlib/
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/zopfli/src/zopfli/
Dblocksplitter.c202 size_t longest = 0; in FindLargestSplittableBlock() local
208 if (!done[start] && end - start > longest) { in FindLargestSplittableBlock()
212 longest = end - start; in FindLargestSplittableBlock()
/external/python/cpython2/Lib/
Dtrace.py202 longest = ""
206 if len(dir) > len(longest):
207 longest = dir
209 if longest:
210 base = path[len(longest) + 1:]
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c226 static size_t longest; variable
517 longest = 0; in main()
519 if (strlen(argv[i]) > longest) in main()
520 longest = strlen(argv[i]); in main()
529 || (fakeenv[0] = malloc(longest + 4)) == NULL) { in main()
804 (void) printf("%-*s ", (int) longest, zone); in show()
/external/ltp/testcases/realtime/func/sched_jitter/
DREADME6 fixed amount of work. It then prints out the maximum jitter seen (longest
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkSSIDLimits17 longest and shortest possible SSIDs.
/external/python/cpython2/
Dsetup.py269 longest = 0
271 longest = max([len(e.name) for e in self.extensions])
273 longest = max(longest, max([len(name) for name in self.failed]))
281 print "%-*s %-*s %-*s" % (longest, e, longest, f,
282 longest, g)
/external/toybox/kconfig/
DREADME11 in what I _had_ done, and the third thread was the longest of the lot but
/external/mesa3d/src/mesa/main/
Dshader_query.cpp221 size_t longest = 0; in _mesa_longest_attribute_name_length() local
227 if (length >= longest) in _mesa_longest_attribute_name_length()
228 longest = length + 1; in _mesa_longest_attribute_name_length()
232 return longest; in _mesa_longest_attribute_name_length()
/external/skia/src/pathops/
DSkOpAngle.cpp408 double longest = 0; in distEndRatio() local
420 longest = SkTMax(longest, lenSq); in distEndRatio()
423 return sqrt(longest) / dist; in distEndRatio()
/external/lisa/ipynb/examples/utils/
Dexecutor_example.ipynb287 … "2016-12-07 10:18:02,274 INFO : Workload : Workload duration defined by longest task\n",
314 … "2016-12-07 10:18:18,326 INFO : Workload : Workload duration defined by longest task\n",
/external/lisa/ipynb/examples/devlib/
Dcgroups_example.ipynb106 … "2016-12-08 11:42:44,329 INFO : Workload : Workload duration defined by longest task\n",
119 … "2016-12-08 11:42:46,183 INFO : Workload : Workload duration defined by longest task\n",
132 … "2016-12-08 11:42:48,085 INFO : Workload : Workload duration defined by longest task\n",
145 … "2016-12-08 11:42:49,969 INFO : Workload : Workload duration defined by longest task\n",
437 … "2016-12-08 11:43:10,337 INFO : Workload : Workload duration defined by longest task\n",
/external/python/cpython2/Doc/library/
Demail.generator.rst44 Optional *maxheaderlen* specifies the longest length for a non-continued header.
/external/skia/tests/
DPathOpsAngleIdeas.cpp125 double longest = SkTMax(v[0].length(), SkTMax(v[1].length(), v[2].length())); in distEndRatio() local
126 return longest / dist; in distEndRatio()
/external/lisa/ipynb/examples/energy_meter/
DEnergyMeter_HWMON.ipynb190 "04:00:30 INFO : RTApp - Workload duration defined by longest task\n",

1234