Home
last modified time | relevance | path

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

12345678910>>...34

/third_party/libxml2/result/
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.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.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 …]
/third_party/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 …]
/third_party/skia/third_party/externals/icu/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/typescript/tests/baselines/reference/
DsourceMap-StringLiteralWithNewLine.types20 >"test 2\isn't this a lot of fun" : "test 2isn't this a lot of fun"
22 isn't this a lot of fun";
DsourceMap-StringLiteralWithNewLine.sourcemap.txt30 > isn't this a lot of fun";
87 >>>isn't this a lot of fun";
92 >isn't this a lot of fun"
143 > isn't this a lot of fun";
/third_party/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()
/third_party/python/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…
/third_party/boost/libs/dll/doc/
Dack.qbk12 * Hartmut Kaiser for requesting a lot of cool functionality that is now part of Boost.DLL.
13 * Niall Douglas for generating a lot of ideas.
/third_party/libwebsockets/
DREADME.md11 It supports a lot of lightweight ancilliary implementations for things like JSON,
19 [There are a lot of READMEs](https://libwebsockets.org/git/libwebsockets/tree/READMEs) on a variety…
36 The initial commit for lws will have been 11 years ago come Oct 28 2021, it's been a lot of work.
43 Thanks a lot to everyone who has provided patches.
/third_party/boost/libs/phoenix/doc/
Dmaintenance.qbk18 … carried out. One reason for doing this is that in January 2015 there is a lot of discussion withi…
39 …ot really knowing what I was taking on. In the first few months I fixed a lot of the things which…
41 … anew. In the meantime I have learned a lot, particularly about Boost Fusion and Boost Proto which…
45 …to explore further applications of the code, which I expect will develop a lot in the next few mon…
84 …edge to be a maintainer are available in one place to a new maintainer. A lot of things which are…
113 * This means that a lot of tests run there which fail when optimized.
/third_party/boost/libs/bimap/doc/
Dacknowledgements.qbk22 masterpiece, not existed. Thanks a lot!
46 English. I have learned a lot from his sermons. I want to thank my dog,
53 And thanks a lot to Ion Gaztañaga for managing the review.
/third_party/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…
/third_party/ffmpeg/tests/ref/fate/
Dsub-stl21 Dialogue: 0,0:01:04.16,0:01:07.04,Default,,0,0,0,,It was a lot of fun again.
28 Dialogue: 0,0:02:10.23,0:02:14.10,Default,,0,0,0,,We did a lot of different versions \Nabout the ce…
/third_party/boost/libs/stl_interfaces/doc/
Dintro.qbk9 lot of things that can subtly go wrong. It is also very tedious, which of
171 (that's a lot of code!) into this:
176 have the same semantics and performance profile. It's just a lot less code to
189 However, it was attempting to solve a lot of problems related to iterators,
/third_party/tzdata/
Dzdump.c644 hunt(timezone_t tz, char *name, time_t lot, time_t hit) in hunt() argument
652 bool lotm_ok = my_localtime_rz(tz, &lot, &lotm) != NULL; in hunt()
658 time_t diff = hit - lot; in hunt()
661 t = lot; in hunt()
663 if (t <= lot) in hunt()
669 ? (delta(&tm, &lotm) == t - lot in hunt()
673 lot = t; in hunt()
/third_party/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…
/third_party/skia/third_party/externals/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…

12345678910>>...34