| /external/one-true-awk/testdir/ |
| D | bib | 35 These are the generations of the heavens and of the earth when they were created, in the day that t… 55 Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they sha… 56 And they were both naked, the man and his wife, and were not ashamed. 63 And the eyes of them both were opened, and they knew that they were naked; and they sewed fig leave… 64 And they heard the voice of the LORD God walking in the garden in the cool of the day: and Adam and… 88 And Cain talked with Abel his brother: and it came to pass, when they were in the field, that Cain … 108 Male and female created he them; and blessed them, and called their name Adam, in the day when they… 140 … the sons of God saw the daughters of men that they were fair; and they took them wives of all whi… 142 …o after that, when the sons of God came in unto the daughters of men, and they bare children to th… 157 …f every sort shalt thou bring into the ark, to keep them alive with thee; they shall be male and f… [all …]
|
| /external/icu/icu4j/perf-tests/data/collation/ |
| D | 2drvb10.txt | 146 They tell us you might sue us if there is something wrong with 177 medium they may be on may contain "Defects". Among other 538 they that trust in him. 584 overcometh: which some understand of the chief musician; to whom they 612 4:8. By the fruit of their corn, their wine, and oil, they rest: 657 5:11. Their throat is an open sepulchre: they dealt deceitfully with 660 they have provoked thee, O Lord. 662 5:12. But let all them be glad that hope in thee: they shall rejoice 663 for ever, and thou shalt dwell in them. And all they that love thy name 686 sins, whilst they are here upon earth. [all …]
|
| D | vfear11a.txt | 14 are carefully chosen to provide users with the information they 15 need about what they can legally do with the texts. 101 If they reach just 1-2% of the world's population then the total 156 even if they CAN be made deductible, 222 They tell us you might sue us if there is something wrong with 256 medium they may be on may contain "Defects". Among other 369 of Project Gutenberg Etexts or other materials be they hardware or 563 they mean. There is one predominant 'He' for all of them." 992 chaps that do things and never let you see how they do them. 1028 household bills with. They were drawn on six different banks. [all …]
|
| D | ulyss10.txt | 16 information they need to understand what they may and may not 108 If they reach just 1-2% of the world's population then the total 157 how to make them tax-deductible, or even if they CAN be made 205 They tell us you might sue us if there is something wrong with 238 medium they may be on may contain "Defects". Among other 351 of Project Gutenberg Etexts or other materials be they hardware or 529 --They fit well enough, Stephen answered. 533 --The mockery of it, he said contentedly. Secondleg they should be. God 538 --Thanks, Stephen said. I can't wear them if they are grey. 600 down Seymour and we'll give him a ragging worse than they gave Clive [all …]
|
| /external/arm-trusted-firmware/lib/locks/bakery/ |
| D | bakery_lock_coherent.c | 47 unsigned int they; in bakery_get_ticket() local 64 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket() 65 their_ticket = bakery_ticket_number(bakery->lock_data[they]); in bakery_get_ticket() 94 unsigned int they, me; in bakery_lock_get() local 110 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get() 111 if (me == they) in bakery_lock_get() 116 their_bakery_data = bakery->lock_data[they]; in bakery_lock_get() 120 * If the other party is a contender, they'll have non-zero in bakery_lock_get() 121 * (valid) ticket value. If they do, compare priorities in bakery_lock_get() 125 (bakery_get_priority(their_ticket, they) < my_prio)) { in bakery_lock_get() [all …]
|
| D | bakery_lock_normal.c | 105 unsigned int they; in bakery_get_ticket() local 131 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_get_ticket() 132 if (me == they) in bakery_get_ticket() 139 their_bakery_info = get_bakery_info(they, lock); in bakery_get_ticket() 167 unsigned int they, me; in bakery_lock_get() local 184 for (they = 0U; they < BAKERY_LOCK_MAX_CPUS; they++) { in bakery_lock_get() 185 if (me == they) in bakery_lock_get() 192 their_bakery_info = get_bakery_info(they, lock); in bakery_lock_get() 202 * If the other party is a contender, they'll have non-zero in bakery_lock_get() 203 * (valid) ticket value. If they do, compare priorities in bakery_lock_get() [all …]
|
| /external/testng/src/main/java/org/testng/internal/junit/ |
| D | ArrayAsserts.java | 5 * Asserts that two object arrays are equal. If they are not, an 8 * they are considered equal. 26 * Asserts that two object arrays are equal. If they are not, an 28 * <code>actual</code> are <code>null</code>, they are considered 43 * Asserts that two byte arrays are equal. If they are not, an 60 * Asserts that two byte arrays are equal. If they are not, an 73 * Asserts that two char arrays are equal. If they are not, an 90 * Asserts that two char arrays are equal. If they are not, an 103 * Asserts that two short arrays are equal. If they are not, an 120 * Asserts that two short arrays are equal. If they are not, an [all …]
|
| /external/junit/src/main/java/org/junit/ |
| D | Assert.java | 13 * <code>Assert.assertEquals(...)</code>, however, they read better if they 100 * Asserts that two objects are equal. If they are not, an 103 * they are considered equal. 137 * Asserts that two objects are equal. If they are not, an 140 * they are considered equal. 150 * Asserts that two objects are <b>not</b> equals. If they are, an 153 * they are considered equal. 168 * Asserts that two objects are <b>not</b> equals. If they are, an 171 * they are considered equal. 191 * Asserts that two longs are <b>not</b> equals. If they are, an [all …]
|
| /external/arm-trusted-firmware/include/export/ |
| D | README | 3 or interfaces. They must follow these special rules: 10 - They must not #include any headers except other export headers, and those 13 - They must not rely on any type definitions other that <stdint.h> types defined 14 in the ISO C standard (i.e. uint64_t is fine, but not u_register_t). They 16 export headers need to ensure that they #include <stdint.h> earlier in their 19 - They must not rely on any macro definitions other than those which are 22 - They must only contain macro, type and structure definitions, no prototypes. 24 - They should avoid using integer types with architecture-dependent widths
|
| /external/harfbuzz_ng/perf/texts/ |
| D | en-thelittleprince.txt | 26 In the book it said: “Boa constrictors swallow their prey whole, without chewing it. After that they 27 are not able to move, and they sleep through the six months that they need for digestion.” I 35 But they answered: “Frighten? Why should any one be frightened by a hat?” My drawing was not 38 constrictor, so that the grown-ups could see it clearly. They always need to have things explained. 240 they never ask you any questions about essential matters. They never say to you, “What does his 241 voice sound like? What games does he love best? Does he collect butterflies?” Instead, they 245 Only from these figures do they think they have learned anything about him. 248 in the windows and doves on the roof,” they would not be able to get any idea of that house at all. 250 You would have to say to them: “I saw a house that cost $ 20,000.” Then they would exclaim: “Oh, 253 wants a sheep, that is a proof that he exists.” And what good would it do to tell them that? They [all …]
|
| /external/guava/android/guava-tests/test/com/google/common/io/testdata/ |
| D | alice_in_wonderland.txt | 9 works old enough that they have passed into the public domain. 55 noticed that they were filled with cupboards and book-shelves; 64 shall think nothing of tumbling down stairs! How brave they'll 79 or Longitude either, but thought they were nice grand words to 96 should think!' (Dinah was the cat.) `I hope they'll remember 122 There were doors all round the hall, but they were all locked; 163 things, all because they WOULD not remember the simple rules 256 feet, they seemed to be almost out of sight, they were getting so 261 kind to them,' thought Alice, `or perhaps they won't walk the 266 `They must go by the carrier,' she thought; `and how funny it'll [all …]
|
| /external/guava/guava-tests/test/com/google/common/io/testdata/ |
| D | alice_in_wonderland.txt | 9 works old enough that they have passed into the public domain. 55 noticed that they were filled with cupboards and book-shelves; 64 shall think nothing of tumbling down stairs! How brave they'll 79 or Longitude either, but thought they were nice grand words to 96 should think!' (Dinah was the cat.) `I hope they'll remember 122 There were doors all round the hall, but they were all locked; 163 things, all because they WOULD not remember the simple rules 256 feet, they seemed to be almost out of sight, they were getting so 261 kind to them,' thought Alice, `or perhaps they won't walk the 266 `They must go by the carrier,' she thought; `and how funny it'll [all …]
|
| /external/brotli/tests/testdata/ |
| D | alice29.txt | 57 noticed that they were filled with cupboards and book-shelves; 66 shall think nothing of tumbling down stairs! How brave they'll 81 or Longitude either, but thought they were nice grand words to 98 should think!' (Dinah was the cat.) `I hope they'll remember 124 There were doors all round the hall, but they were all locked; 165 things, all because they WOULD not remember the simple rules 258 feet, they seemed to be almost out of sight, they were getting so 263 kind to them,' thought Alice, `or perhaps they won't walk the 268 `They must go by the carrier,' she thought; `and how funny it'll 334 strange, and the words did not come the same as they used to do:-- [all …]
|
| D | plrabn12.txt | 26 many times to get them into their current condition. They have 51 punctuation marks, etc., since they were not available keyboard 145 Oh how unlike the place from whence they fell! 344 If once they hear that voice, their liveliest pledge 348 Their surest signal--they will soon resume 349 New courage and revive, though now they lie 378 While with perfidious hatred they pursued 401 They heard, and were abashed, and up they sprung 403 On duty, sleeping found by whom they dread, 405 Nor did they not perceive the evil plight [all …]
|
| /external/libwebsockets/READMEs/ |
| D | README.event-loops-intro.md | 26 - they have a **single thread**, therefore they do not require locking 27 - they are **not threadsafe** 28 - they require **nonblocking IO** 29 - they **sleep** while there are no events (aka the "event wait") 30 - if one or more event seen, they call back into user code to handle each in 33 ### They have a single thread 44 ### They are not threadsafe 52 ### They have nonblocking IO 63 ### They sleep while there are no events 73 ### If one or more event, they handle them and then return to sleep [all …]
|
| D | README.lws_sequencer.md | 25 they bind to an `lws_context`. The sequencer callback may create 72 can tag them with an opaque user data pointer, and they are also bound to 87 queue and handled strictly in the order they arrived on subsequent event loops. 98 `struct lws_sequencer` objects are cleaned up during context destruction if they are 121 subsequent client wsi transaction they can be reused on. They will clean 122 themselves up when they time out. 140 When dealing with wsi that were created by the sequencer, they may close at 142 `LWSSEQ_WSI_CONN_CLOSE` message may have been queued but since they are 143 strictly handled in the order they arrived, before it was
|
| /external/testng/src/main/java/org/testng/ |
| D | Assert.java | 105 * Asserts that two objects are equal. If they are not, 173 * Asserts that two objects are equal. If they are not, 183 * Asserts that two Strings are equal. If they are not, 194 * Asserts that two Strings are equal. If they are not, 204 * Asserts that two doubles are equal concerning a delta. If they are not, 231 * Asserts that two doubles are equal concerning a delta. If they are not, 243 * Asserts that two floats are equal concerning a delta. If they are not, 265 * Asserts that two floats are equal concerning a delta. If they are not, 277 * Asserts that two longs are equal. If they are not, 288 * Asserts that two longs are equal. If they are not, [all …]
|
| D | AssertJUnit.java | 70 * Asserts that two objects are equal. If they are not 84 * Asserts that two objects are equal. If they are not 112 * Asserts that two doubles are equal concerning a delta. If they are not 139 * Asserts that two floats are equal concerning a delta. If they are not 166 * Asserts that two longs are equal. If they are not 181 * Asserts that two booleans are equal. If they are not 196 * Asserts that two bytes are equal. If they are not 211 * Asserts that two chars are equal. If they are not 226 * Asserts that two shorts are equal. If they are not 241 * Asserts that two ints are equal. If they are not [all …]
|
| /external/arm-trusted-firmware/docs/process/ |
| D | code-review-guidelines.rst | 14 before they are integrated in the source tree. Different people bring different 53 several rounds of reviews and rework before they get approved, especially 65 - If there is only one code owner and they have become unresponsive, ask one 94 along with the module(s) they look after. 122 expected to be provided by the patch author. If they are not, do not hesitate 127 If a code owner is happy with a patch, they should give their approval 128 through the ``Code-Owner-Review+1`` label in Gerrit. If instead, they have 129 concerns, questions, or any other type of blocking comment, they should set 184 their best judgement. If they are unsure about a patch, they should ask 207 If a maintainer is happy with a patch, they should give their approval [all …]
|
| /external/junit/src/main/java/junit/framework/ |
| D | Assert.java | 68 * Asserts that two objects are equal. If they are not 82 * Asserts that two objects are equal. If they are not 111 * Asserts that two doubles are equal concerning a delta. If they are not 133 * Asserts that two floats are equal concerning a positive delta. If they 155 * Asserts that two longs are equal. If they are not 170 * Asserts that two booleans are equal. If they are not 185 * Asserts that two bytes are equal. If they are not 200 * Asserts that two chars are equal. If they are not 215 * Asserts that two shorts are equal. If they are not 230 * Asserts that two ints are equal. If they are not [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | transformation_record_synonymous_constants.h | 37 // - they are equal (i.e. they have the same type ids and equal values) 39 // - they are composite constants with compatible types and their 42 // - they have the same id 43 // - they are integer scalar types with the same width 44 // - they are integer vectors and their components have the same width 63 // (the description of IsApplicable specifies the conditions they must satisfy
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
| D | transformation_record_synonymous_constants.h | 37 // - they are equal (i.e. they have the same type ids and equal values) 39 // - they are composite constants with compatible types and their 42 // - they have the same id 43 // - they are integer scalar types with the same width 44 // - they are integer vectors and their components have the same width 63 // (the description of IsApplicable specifies the conditions they must satisfy
|
| /external/deqp-deps/SPIRV-Tools/source/fuzz/ |
| D | transformation_record_synonymous_constants.h | 37 // - they are equal (i.e. they have the same type ids and equal values) 39 // - they are composite constants with compatible types and their 42 // - they have the same id 43 // - they are integer scalar types with the same width 44 // - they are integer vectors and their components have the same width 63 // (the description of IsApplicable specifies the conditions they must satisfy
|
| /external/python/cpython3/Tools/c-analyzer/ |
| D | README | 26 of values that are constantly shifting in a complex way. When they are 28 involves. Furthermore, when they are spread out it complicates efforts 33 should be added for runtime state. Instead, they should be added to 43 If it reports any globals then they should be resolved. If the globals 44 are runtime state then they should be folded into _PyRuntimeState. 45 Otherwise they should be added to ignored-globals.txt.
|
| /external/rust/crates/oorandom/ |
| D | README.md | 33 * `getrandom` -- They solve different problems; `getrandom` gives you 98 In late 1940's computers were invented, but they were far too big and 105 couldn't keep up with them, so they got downsized and replaced with 117 made by LFSR's were good enough for hardware people, so they started 118 using LFSR's whenever they needed to and never looked back. 133 RNG they were using anyway. The problem was solved, or at least not 138 started thinking about how much money they could make from scrambling 145 beach house in New Jersey, they needed to figure out how to get 154 people who had grown up too late to know how to use slide rules, so they 155 did all their math with computers. They were doing a LOT of math by [all …]
|