Home
last modified time | relevance | path

Searched full:great (Results 1 – 25 of 2001) sorted by relevance

12345678910>>...81

/aosp_15_r20/test/mlts/models/assets/image_classification/
Dground_truth_labels.txt13 great white shark
15 great white shark
53 great grey owl
106 great pyrenees
194 great grey owl
791 great grey owl
843 great dane
998 great pyrenees
1080 great white shark
1206 great dane
[all …]
/aosp_15_r20/external/libxml2/result/XPath/tests/
H A Dsimplebase9 content=gnome is great
21 content=gnome is great
68 content=gnome is great
81 content=gnome is great
96 content=gnome is great
102 content=gnome is great
111 content=gnome is great
/aosp_15_r20/external/icu/icu4j/perf-tests/data/collation/
H A D2drvb10.txt461 Praise. The author, of a great part of them at least, was king David:
587 the end of the law, and the great conqueror of death and hell, and to
1399 17:51. Giving great deliverance to his king, and shewing mercy to
1446 great reward.
1521 20:6. His glory is great in thy salvation: glory and great beauty shalt
1643 21:26. With thee is my praise in a great church: I will pay my vows in
1776 great.
1988 in his church; which has broken the pride of the great ones of this
2116 30:20. O how great is the multitude of thy sweetness, O Lord, which
2247 32:16. The king is not saved by a great army: nor shall the giant be
[all …]
/aosp_15_r20/external/brotli/tests/testdata/
H A Dplrabn12.txt94 That, to the height of this great argument,
132 As one great furnace flamed; yet from those flames
188 Since, through experience of this great event,
364 Of some great ammiral, were but a wand--
418 Of their great Sultan waving to direct
428 Their great Commander--godlike Shapes, and Forms
448 At their great Emperor's call, as next in worth
788 Nor great Alcairo such magnificence
864 The great Seraphic Lords and Cherubim
868 And summons read, the great consult began.
[all …]
H A Dalice29.txt60 labelled `ORANGE MARMALADE', but to her great disappointment it
137 in the lock, and to her great delight it fitted!
261 be able! I shall be a great deal too far off to trouble myself
288 `You ought to be ashamed of yourself,' said Alice, `a great
299 other: he came trotting along in a great hurry, muttering to
315 the world am I? Ah, THAT'S the great puzzle!' And she began
443 `I won't indeed!' said Alice, in a great hurry to change the
568 This question the Dodo could not answer without a great deal of
747 swim in the pool, and the great hall, with the glass table and
763 upstairs, in great fear lest she should meet the real Mary Ann,
[all …]
/aosp_15_r20/external/okio/okio-assetfilesystem/src/androidTest/assets/
H A Dmoby10b.txt391 "And God created great whales." --GENESIS.
396 "Now the Lord had prepared a great fish to swallow up Jonah."
402 "In that day, the Lord with his sore, and great, and strong sword,
409 incontinently that foul great swallow of his, and perisheth in the
417 great many Whales and other monsters of the sea, appeared. Among the
423 which had bones of very great value for their teeth, of which he
433 great security, and there sleeps." --MONTAIGNE. --APOLOGY FOR
442 "The great Leviathan that maketh the seas to seethe like boiling
478 "By art is created that great Leviathan, called a Commonwealth or
515 proceed with a great deal of caution for fear they should run their
[all …]
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/basicapi/
H A DMocksCreationTest.java46 .name("great mockie")); in should_combine_mock_name_and_smart_nulls()
53 assertThat(name).contains("great mockie"); in should_combine_mock_name_and_smart_nulls()
66 .name("great mockie")); in should_combine_mock_name_and_extra_interfaces()
72 assertThat(name).contains("great mockie"); in should_combine_mock_name_and_extra_interfaces()
80 IMethods mock = mock(IMethods.class, withSettings().name("great mockie")); in should_specify_mock_name_via_settings()
86 assertThat(name).contains("great mockie"); in should_specify_mock_name_via_settings()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h147 ppir_codegen_vec4_mul_op_gt = 0x0D, /* Great Than */
148 ppir_codegen_vec4_mul_op_ge = 0x0E, /* Great than or Equal */
181 ppir_codegen_vec4_acc_op_gt = 0x09, /* Great-Than */
182 ppir_codegen_vec4_acc_op_ge = 0x0A, /* Great-than or Equal */
220 ppir_codegen_float_mul_op_gt = 0x0D, /* Great Than */
221 ppir_codegen_float_mul_op_ge = 0x0E, /* great than or Equal */
245 ppir_codegen_float_acc_op_gt = 0x09, /* Great-Than */
246 ppir_codegen_float_acc_op_ge = 0x0A, /* Great-than or Equal */
/aosp_15_r20/external/apache-xml/test/tests/perf/xtestdata/
H A Delem128ktext.xml16 … father,--O, that'had'! how sad a passage 'tis!--whose skill wasalmost as great as his honesty; ha…
18 COUNTESS: He was famous, sir, in his profession, and it washis great right to be so: Gerard de Narb…
37great tears grace his remembrance moreThan those I shed for him. What was he like?I have forgot hi…
112 Clown: You're shallow, madam, in great friends; for theknaves come to do that for me which I am awe…
191 … motion; whose simple touch,Is powerful to araise King Pepin, nay,To give great Charlemain a pen i…
204 … hope,To prostitute our past-cure maladyTo empirics, or to dissever soOur great self and our credi…
207 … hath judgment shown,When judges have been babes; great floods have flownFrom simple sources, and
211 HELENA: The great'st grace lending graceEre twice the horses of the sun shall bringTheir fiery torc…
275 LAFEU: In a most weak--pausingand debile minister, great power, greattranscendence: which should, i…
294 HELENA: My wish receive,Which great Love grant! and so, I take my leave.
[all …]
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DLoadBalancerRegistryTest.java70 reg.register(new FakeProvider("great", 5, false)); in unavilableProviderThrows()
75 assertThat(reg.getProvider("great")).isNull(); in unavilableProviderThrows()
83 new FakeProvider("great", 5, true), in registerAndDeregister()
84 new FakeProvider("great", 4, true), in registerAndDeregister()
94 assertThat(reg.getProvider("great")).isSameInstanceAs(providers[2]); in registerAndDeregister()
100 assertThat(reg.getProvider("great")).isSameInstanceAs(providers[3]); in registerAndDeregister()
/aosp_15_r20/external/one-true-awk/testdir/
H A Dbib16 And God made two great lights; the greater light to rule the day, and the lesser light to rule the …
21 And God created great whales, and every living creature that moveth, which the waters brought forth…
143 And God saw that the wickedness of man was great in the earth, and that every imagination of the th…
171 … seventeenth day of the month, the same day were all the fountains of the great deep broken up, an…
247 And Resen between Nineveh and Calah: the same is a great city.
301 And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou sh…
316 And the LORD plagued Pharaoh and his house with great plagues because of Sarai Abram's wife.
325 …ble to bear them, that they might dwell together: for their substance was great, so that they coul…
362 …e unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward.
373 And when the sun was going down, a deep sleep fell upon Abram; and, lo, an horror of great darkness…
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/testdata/
H A Dalice_in_wonderland.txt58 labelled `ORANGE MARMALADE', but to her great disappointment it
135 in the lock, and to her great delight it fitted!
259 be able! I shall be a great deal too far off to trouble myself
286 `You ought to be ashamed of yourself,' said Alice, `a great
297 other: he came trotting along in a great hurry, muttering to
313 the world am I? Ah, THAT'S the great puzzle!' And she began
441 `I won't indeed!' said Alice, in a great hurry to change the
566 This question the Dodo could not answer without a great deal of
745 swim in the pool, and the great hall, with the glass table and
761 upstairs, in great fear lest she should meet the real Mary Ann,
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/testdata/
H A Dalice_in_wonderland.txt58 labelled `ORANGE MARMALADE', but to her great disappointment it
135 in the lock, and to her great delight it fitted!
259 be able! I shall be a great deal too far off to trouble myself
286 `You ought to be ashamed of yourself,' said Alice, `a great
297 other: he came trotting along in a great hurry, muttering to
313 the world am I? Ah, THAT'S the great puzzle!' And she began
441 `I won't indeed!' said Alice, in a great hurry to change the
566 This question the Dodo could not answer without a great deal of
745 swim in the pool, and the great hall, with the glass table and
761 upstairs, in great fear lest she should meet the real Mary Ann,
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/comment/testdata/
Dlink5.txt9 They're really great!
15 They're really great!
25 They're really great!
32 They're really great!
36 <p>They&apos;re really great!
Dlinklist4.txt6 - [Go] is great
16 - Go is great
26 - [Go](https://go.dev/) is great
34 <li><p><a href="https://go.dev/">Go</a> is great
/aosp_15_r20/external/flatbuffers/docs/source/
H A DSupport.md33 … | Superb | Great | Great | Great | Ok | ? | ? | Superb | ? | ? …
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/spherical/twod/
H A DCircle.java32 /** This class represents an oriented great circle on the 2-sphere.
59 /** Build a great circle from its pole.
69 /** Build a great circle from two non-aligned points.
71 * @param first first point contained in the great circle
72 * @param second second point contained in the great circle
217 * As the circle is a great circle, the pole does <em>not</em>
/aosp_15_r20/external/coreboot/tests/drivers/
H A Defivars.c81 /* "is great" */
121 assert_int_equal(size, strlen("is great")+1); in efi_test_header()
122 assert_string_equal((const char *)buf, "is great"); in efi_test_header()
148 "is great", in efi_test_noop_existing_write()
149 strlen("is great") + 1); in efi_test_noop_existing_write()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/
H A Dblock.vm29 …this is great (followed by a blank line, 4 spaces on a line,and 2 more, yes there should be one af…
32 this is also great.
56 this is great (line w/ 4 spaces follows (from in front of the \#end) + another blank line)
58 this is also great.
/aosp_15_r20/system/libhidl/
H A Dtest_main.cpp115 s = "great"; in TEST_F()
118 EXPECT_EQ(myString, "great"); in TEST_F()
119 EXPECT_STREQ(anotherCString, "great"); in TEST_F()
121 const hidl_string t = "not so great"; in TEST_F()
124 EXPECT_EQ(myTString, "not so great"); in TEST_F()
125 EXPECT_STREQ(anotherTCString, "not so great"); in TEST_F()
473 void great(android::hardware::hidl_vec<T>) {} in great() function
477 great(v); in TEST_F()
/aosp_15_r20/external/harfbuzz_ng/perf/texts/
H A Den-thelittleprince.txt57 course of this life I have had a great many encounters with a great many people who have been
58 concerned with matters of consequence. I have lived a great deal among grown-ups. I have seen
89 great seriousness. Here you may see the best portrait that, later, I was able to make of him. But
103 repeated, very slowly, as if he were speaking of a matter of great consequence:
145 “That is exactly the way I wanted it! Do you think that this sheep will have to have a great deal of
187 made a great effort, therefore, to find out more on this subject.
211 I had thus learned a second fact of great importance: this was that the planet the little prince
213 very well that in addition to the great planets, such as the Earth, Jupiter, Mars, Venus, to which
230 Congress, in a great demonstration. But he was in Turkish costume, and so nobody would believe
257 great forbearance toward grown-up people. But certainly, for us who understand life, figures are a
[all …]
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
H A Dthe-picture-of-dorian-gray.txt210 is a silly habit, I dare say, but somehow it seems to bring a great
328 believe some picture of mine had made a great success at the time, at
373 summer sky. "Yes; horribly unjust of you. I make a great difference
523 will be perfectly cold and indifferent. It will be a great pity, for
748 the great events of the world take place in the brain. It is in the
749 brain, and the brain only, that the great sins of the world take place
820 face in the great cool lilac-blossoms, feverishly drinking in their
832 "Yes," continued Lord Henry, "that is one of the great secrets of
875 great facts of the world, like sunlight, or spring-time, or the
1258 later to the title, had set himself to the serious study of the great
[all …]
/aosp_15_r20/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
H A Dthe-picture-of-dorian-gray.txt210 is a silly habit, I dare say, but somehow it seems to bring a great
328 believe some picture of mine had made a great success at the time, at
373 summer sky. "Yes; horribly unjust of you. I make a great difference
523 will be perfectly cold and indifferent. It will be a great pity, for
748 the great events of the world take place in the brain. It is in the
749 brain, and the brain only, that the great sins of the world take place
820 face in the great cool lilac-blossoms, feverishly drinking in their
832 "Yes," continued Lord Henry, "that is one of the great secrets of
875 great facts of the world, like sunlight, or spring-time, or the
1258 later to the title, had set himself to the serious study of the great
[all …]
/aosp_15_r20/development/samples/SearchableDictionary/res/raw/
H A Ddefinitions.txt8 abundant - j. present in great quantity
131 catastrophe - n. an event resulting in great loss and misfortune
248 desperate - j. showing extreme urgency or intensity especially because of great need or desire
330 enthusiastic - j. having or showing great excitement and interest
429 glorious - j. having great beauty and splendor
432 grave - j. of great gravity or crucial import; requiring serious thought
434 grief - n. something that causes great unhappiness
461 immense - j. unusually great in size or amount or degree or especially extent or scope
541 knight - n. originally a person of noble birth trained to arms and chivalry; today in Great Britain…
547 laureate - n. someone honored for great achievements; figuratively someone crowned with a laurel wr…
[all …]
/aosp_15_r20/external/pigweed/pw_build/
H A Dzip.gni107 # Adding spaces around our delimiter is great for readability,
108 # but not great for the string split: remove the spacing.
124 # Adding spaces around our delimiter is great for readability,
125 # but not great for the string split: remove the spacing.

12345678910>>...81