Searched refs:tried (Results 1 - 11 of 11) sorted by relevance

/external/autotest/server/site_tests/telemetry_AFDOGenerate/
H A Dtelemetry_AFDOGenerate.py230 tried = False
236 'first' if not tried else 'second')
239 if not tried:
240 tried = True
/external/valgrind/none/tests/s390x/
H A Dop_exception.stderr.exp5 Your program just tried to execute an instruction that Valgrind
18 Your program just tried to execute an instruction that Valgrind
31 Your program just tried to execute an instruction that Valgrind
44 Your program just tried to execute an instruction that Valgrind
/external/brotli/research/
H A DREADME.md3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
/external/libedit/src/
H A Dread.c316 int tried = 0; local
335 if (!tried && read__fixio(el->el_infd, e) == 0)
336 tried = 1;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c76 unsigned int tried; local
86 tried = wpa_s->interworking_fast_assoc_tried;
89 if (!tried && wpa_supplicant_fast_associate(wpa_s) >= 0)
/external/python/cpython3/Lib/test/
H A Dtest_statistics.py673 failed, tried = doctest.testmod(statistics, optionflags=doctest.ELLIPSIS)
674 self.assertGreater(tried, 0)
/external/valgrind/memcheck/tests/solaris/
H A Dscalar.stderr.exp621 Warning: client syscall shmdt tried to modify addresses 0x........-0x........
/external/libffi/
H A Dtexinfo.tex1391 % tried to figure out what each command should do in the context
/external/libmicrohttpd/doc/
H A Dtexinfo.tex1391 % tried to figure out what each command should do in the context
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dtexinfo.tex1391 % tried to figure out what each command should do in the context
/external/python/cpython3/Modules/_ctypes/libffi/
H A Dtexinfo.tex1391 % tried to figure out what each command should do in the context

Completed in 763 milliseconds