Home
last modified time | relevance | path

Searched refs:lot (Results 1 – 25 of 780) sorted by relevance

12345678910>>...32

/external/libxml2/result/
Dent9.rdr11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
Dent9.rde20 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
25 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
30 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
35 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
40 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
45 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
50 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
55 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
60 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
65 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
Dent9.sax28 SAX.characters( WE need lot of garbage now to, 50)
33 SAX.characters( WE need lot of garbage now to, 50)
38 SAX.characters( WE need lot of garbage now to, 50)
43 SAX.characters( WE need lot of garbage now to, 50)
48 SAX.characters( WE need lot of garbage now to, 50)
53 SAX.characters( WE need lot of garbage now to, 50)
58 SAX.characters( WE need lot of garbage now to, 50)
63 SAX.characters( WE need lot of garbage now to, 50)
68 SAX.characters( WE need lot of garbage now to, 50)
73 SAX.characters( WE need lot of garbage now to, 50)
[all …]
Dent9.sax228 SAX.characters( WE need lot of garbage now to, 50)
33 SAX.characters( WE need lot of garbage now to, 50)
38 SAX.characters( WE need lot of garbage now to, 50)
43 SAX.characters( WE need lot of garbage now to, 50)
48 SAX.characters( WE need lot of garbage now to, 50)
53 SAX.characters( WE need lot of garbage now to, 50)
58 SAX.characters( WE need lot of garbage now to, 50)
63 SAX.characters( WE need lot of garbage now to, 50)
68 SAX.characters( WE need lot of garbage now to, 50)
73 SAX.characters( WE need lot of garbage now to, 50)
[all …]
/external/libxml2/result/noent/
Dent9.sax227 SAX.characters( WE need lot of garbage now to, 50)
32 SAX.characters( WE need lot of garbage now to, 50)
37 SAX.characters( WE need lot of garbage now to, 50)
42 SAX.characters( WE need lot of garbage now to, 50)
47 SAX.characters( WE need lot of garbage now to, 50)
52 SAX.characters( WE need lot of garbage now to, 50)
57 SAX.characters( WE need lot of garbage now to, 50)
62 SAX.characters( WE need lot of garbage now to, 50)
67 SAX.characters( WE need lot of garbage now to, 50)
72 SAX.characters( WE need lot of garbage now to, 50)
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c235 static time_t hunt(char * name, time_t lot, time_t hit);
245 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
733 hunt(char *name, time_t lot, time_t hit) in hunt() argument
742 lotmp = my_localtime(&lot); in hunt()
748 time_t diff = hit - lot; in hunt()
751 t = lot; in hunt()
753 if (t <= lot) in hunt()
761 (delta(&tm, &lotm) == (t - lot) && in hunt()
764 lot = t; in hunt()
769 show(name, lot, TRUE); in hunt()
[all …]
Dicuzdump.cpp152 UDate lot = t; in dump() local
155 int32_t diff = (int32_t)(hit - lot); in dump()
159 UDate medt = lot + ((diff / 2) / tick) * tick; in dump()
169 lot = medt; in dump()
174 formatter->format(lot, rawOffset + dstOffset, (dstOffset == 0 ? false : true), str); in dump()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java103 long lot = t; in dump() local
106 long diff = hit - lot; in dump()
110 long medt = lot + ((diff / 2) / tick) * tick; in dump()
116 lot = medt; in dump()
119 w.write(formatter.format(lot, offset, tz.inDaylightTime(lot))); in dump()
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_45.txt4 X-Long-Line: Some really long line contains a lot of text and thus has to be rewrapped because it i…
14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because i…
/external/python/cpython2/Lib/email/test/data/
Dmsg_45.txt4 X-Long-Line: Some really long line contains a lot of text and thus has to be rewrapped because it i…
14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because i…
/external/ltp/testcases/open_posix_testsuite/
DNEWS5 …erface test additions and bug-fixes by Sebastien Decugis. Also there are a lot of bug fixes by oth…
16 Posixtestsuite-1.4.2 adds several pthread test cases by Sebastien Decugis. Also there are a lot of …
22 …test cases for options like CPT, TCT, TMR are also added. There are also a lot of bug fixes made f…
/external/rust/crates/parking_lot/
DREADME.md9 [Documentation (core parking lot API)](https://docs.rs/parking_lot_core/)
78 ## The parking lot
81 functionality is offloaded to the *parking lot*. The idea behind this is
84 to queues of parked (sleeping) threads. The Webkit parking lot was itself
129 The core parking lot API is provided by the `parking_lot_core` crate. It is
/external/iperf3/docs/
D2017-06-06.txt30 After a lot of issue triage, we're down to 38 issues in the issue
32 earlier update, a lot of the issues we closed were user questions, not
/external/llvm/docs/
DHowToBuildOnARM.rst26 a lot less memory. Otherwise, the building process will very likely
27 fail due to insufficient memory. It's also a lot quicker to only build
78 external hard-drives (those are also a lot faster). So, at least, you
/external/llvm-project/llvm/docs/
DHowToBuildOnARM.rst26 a lot less memory. Otherwise, the building process will very likely
27 fail due to insufficient memory. It's also a lot quicker to only build
78 external hard-drives (those are also a lot faster). So, at least, you
/external/bcc/tools/
Dsyscount_example.txt56 The select and nanosleep calls are responsible for a lot of time, but remember
61 Another direction would be to understand which processes are making a lot of
62 syscalls, thus responsible for a lot of activity. This is what the -P switch
/external/arm-trusted-firmware/docs/perf/
Dpsci-performance-juno.rst113 The ``CFLUSH_OVERHEAD`` time for CPU 5 is a lot larger than that for CPU 3
114 because the L2 cache size for the big cluster is lot larger (2MB) compared to
176 The ``CFLUSH_OVERHEAD`` time for CPU 4 is a lot larger than those for the little
177 CPUs because the L2 cache size for the big cluster is lot larger (2MB) compared
249 The ``CFLUSH_OVERHEAD`` time for CPU 4 is a lot larger than those for the little
250 CPUs because the L2 cache size for the big cluster is lot larger (2MB) compared
/external/pdfium/third_party/
DDEPS2 # A lot of third_party code has been modified to use fxcrt.
/external/webrtc/examples/androidtests/third_party/
D.gitignore2 # mirror in DEPS. Without it, a lot is wiped and re-downloaded for each sync.
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/Traditional_OpenSSL_Serialization/
Dtestrsa-encrypted.pem6 v5bbpOjrHYHNAiZYZ7RNb+ztbF6F/g5PA5g7mFwEq+LFBY0InIplYBSv9QtE+lot
/external/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt20 Acknowledgments: A lot of people contributed a lot of time and effort in making this test set possi…
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
Dcoverage.txt9 Note: pthread_attr_destroy leaves a lot up to the implementation of threads
/external/python/pyopenssl/doc/
Dindex.rst8 With thin wrapper we mean that a lot of the object methods do nothing more than
/external/autotest/client/profilers/powertop/src/
DREADME8 the timer tick. Current processors save a lot of power if they are
13 as a result the behavior is sometimes far from optimal, and a lot of
/external/rust/crates/ring/src/arithmetic/
Dbigint_elem_exp_consttime_tests.txt44 # lengths of the inputs, especially the *bit* length of |M|, matter a lot.
86 # matter a lot.

12345678910>>...32