Home
last modified time | relevance | path

Searched full:that (Results 1 – 25 of 46469) sorted by relevance

12345678910>>...1859

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
H A DTextEmphasisTest.java37 assertWithMessage("Text Emphasis must be null").that(textEmphasis).isNull(); in testNull()
43 assertWithMessage("Text Emphasis must be null").that(textEmphasis).isNull(); in testEmpty()
49 assertWithMessage("Text Emphasis must be null").that(textEmphasis).isNull(); in testEmptyWithWhitespace()
56 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testNone()
58 .that(textEmphasis.markShape) in testNone()
61 .that(textEmphasis.position) in testNone()
69 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testAuto()
70 assertWithMessage("markShape").that(textEmphasis.markShape).isEqualTo(MARK_SHAPE_AUTO); in testAuto()
72 .that(textEmphasis.markFill) in testAuto()
75 .that(textEmphasis.position) in testAuto()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
H A DTextEmphasisTest.java37 assertWithMessage("Text Emphasis must be null").that(textEmphasis).isNull(); in testNull()
43 assertWithMessage("Text Emphasis must be null").that(textEmphasis).isNull(); in testEmpty()
49 assertWithMessage("Text Emphasis must be null").that(textEmphasis).isNull(); in testEmptyWithWhitespace()
56 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testNone()
58 .that(textEmphasis.markShape) in testNone()
61 .that(textEmphasis.position) in testNone()
69 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testAuto()
70 assertWithMessage("markShape").that(textEmphasis.markShape).isEqualTo(MARK_SHAPE_AUTO); in testAuto()
72 .that(textEmphasis.markFill) in testAuto()
75 .that(textEmphasis.position) in testAuto()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/graphicsfuzz/
H A Dindex.txt1 …, "access-new-vector-inside-if-condition", "A shader that accesses a new vect…
7 … "assign-array-value-to-another-array", "A fragment shader that assigns array value…
8 … "assign-array-value-to-another-array-2", "A fragment shader that assigns array value…
14 …, "color-write-in-loop", "A fragment shader that writes to color in …
22 … "cov-analysis-reachable-from-many", "A fragment shader that covers a specific L…
23 … "cov-and-even-numbers-from-fragcoord", "A fragment shader that covers specific NIR…
24 … "cov-apfloat-acos-ldexp", "A fragment shader that covers a specific A…
25 … "cov-apfloat-determinant", "A fragment shader that covers a specific a…
26 …, "cov-apfloat-mix-nan", "A fragment shader that covers a specific f…
27 … "cov-apfloat-mod-zero", "A fragment shader that covers a specific f…
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/protoc-gen-validate/src/main/proto/validate/
H A Dvalidate.proto14 // message fields associated with it that do support validation.
22 // Required ensures that exactly one the field options in a oneof is set;
70 // Const specifies that this field must be exactly the specified value
73 // Lt specifies that this field must be less than the specified value,
77 // Lte specifies that this field must be less than or equal to the
81 // Gt specifies that this field must be greater than the specified value,
86 // Gte specifies that this field must be greater than or equal to the
91 // In specifies that this field must be equal to one of the specified
95 // NotIn specifies that this field cannot be equal to one of the specified
99 // IgnoreEmpty specifies that the validation rules of this field should be
[all …]
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DMotionEventUtils.java57 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches() argument
59 that.getPointerId(pointerIndex), this.id); in verifyMatches()
61 that.getToolType(pointerIndex), this.toolType); in verifyMatches()
64 public void verifyMatchesPointerProperties(PointerProperties that) { in verifyMatchesPointerProperties() argument
65 assertEquals("Pointer ID should be the same", that.id, this.id); in verifyMatchesPointerProperties()
66 assertEquals("Tool type should be the same", that.toolType, this.toolType); in verifyMatchesPointerProperties()
70 final PointerProperties that = new PointerProperties(); in verifyMatchesPointerProperties() local
71 motionEvent.getPointerProperties(pointerIndex, that); in verifyMatchesPointerProperties()
73 verifyMatchesPointerProperties(that); in verifyMatchesPointerProperties()
136 public void verifyMatches(MotionEvent that) { in verifyMatches() argument
[all …]
/aosp_15_r20/external/icu/icu4j/perf-tests/data/collation/
H A Dvfear11a.txt110 of that goal by the end of 2001, or about 4,000 Etexts unless we
132 that have responded.
231 etext, you indicate that you understand, agree to and accept
242 Among other things, this means that no one owns a United States
261 codes that damage or cannot be read by your equipment.
276 you paid for it by sending an explanatory note within that
300 legal fees, that arise directly or indirectly from any of the
301 following that you do or cause: [1] distribution of this etext,
312 requires that you do not remove, alter or modify the
330 form by the program that displays the etext (as is
[all …]
H A D2drvb10.txt59 a bug in it that scrambles the date [tried to fix and failed] a
83 of that goal by the end of 2001, or about 3,333 Etexts unless we
155 etext, you indicate that you understand, agree to and accept
167 things, this means that no one owns a United States copyright
182 codes that damage or cannot be read by your equipment.
197 you paid for it by sending an explanatory note within that
219 and expense, including legal fees, that arise directly or
220 indirectly from any of the following that you do or cause:
231 requires that you do not remove, alter or modify the
249 form by the program that displays the etext (as is
[all …]
/aosp_15_r20/packages/modules/StatsD/framework/test/unittests/src/android/util/
DStatsEventTest.java54 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testNoFields()
57 .that(buffer.get()).isEqualTo(3); in testNoFields()
60 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_LONG); in testNoFields()
63 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testNoFields()
66 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testNoFields()
69 .that(buffer.getInt()).isEqualTo(expectedAtomId); in testNoFields()
72 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_ERRORS); in testNoFields()
77 .that(errorMask).isEqualTo(StatsEvent.ERROR_NO_ATOM_ID); in testNoFields()
101 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testOnlyAtomId()
104 .that(buffer.get()).isEqualTo(2); in testOnlyAtomId()
[all …]
/aosp_15_r20/external/one-true-awk/testdir/
H A Dbib4 And God saw the light, that it was good: and God divided the light from the darkness.
10 … land Earth; and the gathering together of the waters called he Seas: and God saw that it was good.
12 …nd the tree yielding fruit, whose seed was in itself, after his kind: and God saw that it was good.
18 …he day and over the night, and to divide the light from the darkness: and God saw that it was good.
20 …id, Let the waters bring forth abundantly the moving creature that hath life, and fowl that may fl…
21 …ng creature that moveth, which the waters brought forth abundantly, after their kind, and every wi…
25 … and cattle after their kind, and every thing that creepeth upon the earth after his kind: and God…
26 …nd over the cattle, and over all the earth, and over every creeping thing that creepeth upon the e…
28 …ish of the sea, and over the fowl of the air, and over every living thing that moveth upon the ear…
30 And to every beast of the earth, and to every fowl of the air, and to every thing that creepeth upo…
[all …]
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
H A Dthe-picture-of-dorian-gray.txt62 written, or badly written. That is all.
71 anything. Even things that are true can be proved. No artist has
81 that art really mirrors. Diversity of opinion about a work of art
82 shows that the work is new, complex, and vital. When critics disagree,
85 making a useless thing is that one admires it intensely.
107 tussore-silk curtains that were stretched in front of the huge window,
110 an art that is necessarily immobile, seek to convey the sense of
134 gone there, there have been either so many people that I have not been
135 able to see the pictures, which was dreadful, or so many pictures that
140 back in that odd way that used to make his friends laugh at him at
[all …]
/aosp_15_r20/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
H A Dthe-picture-of-dorian-gray.txt62 written, or badly written. That is all.
71 anything. Even things that are true can be proved. No artist has
81 that art really mirrors. Diversity of opinion about a work of art
82 shows that the work is new, complex, and vital. When critics disagree,
85 making a useless thing is that one admires it intensely.
107 tussore-silk curtains that were stretched in front of the huge window,
110 an art that is necessarily immobile, seek to convey the sense of
134 gone there, there have been either so many people that I have not been
135 able to see the pictures, which was dreadful, or so many pictures that
140 back in that odd way that used to make his friends laugh at him at
[all …]
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeGroupUnitTest.java160 .that(carVolumeGroup.getAddressForContext(TEST_MEDIA_CONTEXT_ID)) in getAddressForContext_withSupportedContext_returnsAddress()
169 .that(carVolumeGroup.getAddressForContext( in getAddressForContext_withUnsupportedContext_returnsNull()
178 .that(carVolumeGroup.setMute(true)).isTrue(); in setMuted_whenUnmuted_onActivation_returnsTrue()
186 .that(carVolumeGroup.setMute(false)).isFalse(); in setMuted_whenUnmuted_onDeactivation_returnsFalse()
196 .that(carVolumeGroup.setMute(false)).isTrue(); in setMuted_whenMuted_onDeactivation_returnsTrue()
205 .that(carVolumeGroup.setMute(true)).isFalse(); in setMuted_whenMuted_onActivation_returnsFalse()
221 .that(carVolumeGroup.setMute(true)).isTrue(); in setMuted_whenHalMuted_onActivation_returnsTrue()
237 .that(carVolumeGroup.setMute(false)).isFalse(); in setMuted_whenHalMuted_onDeactivation_returnsFalse()
245 .that(carVolumeGroup.isMuted()).isFalse(); in isMuted_whenDefault_returnsFalse()
254 expectWithMessage("Get mute state").that(carVolumeGroup.isMuted()).isTrue(); in isMuted_afterMuting_returnsTrue()
[all …]
/aosp_15_r20/external/harfbuzz_ng/perf/texts/
H A Den-thelittleprince.txt16 some would say that it is actually a profound and deeply moving tale,
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
38 constrictor, so that the grown-ups could see it clearly. They always need to have things explained.
49 history, arithmetic and grammar. That is why, at the age of six, I gave up what might have been a
55 parts of the world; and it is true that geography has been very useful to me. At a glance I can
59 them intimately, close at hand. And that hasn’t much improved my opinion of them.
63 was a person of true understanding. But, whoever it was, he, or she, would always say: “That is a
64 hat.” Then I would never talk to that person about boa constrictors, or primeval forests, or stars.…
68 So I lived my life alone, without anyone that I could really talk to, until I had an accident with …
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/licenses/gcc-4.8.3/
DCOPYING24 price. Our General Public Licenses are designed to make sure that you
26 them if you wish), that you receive source code or can get it if you
27 want it, that you can change the software or use pieces of it in new
28 free programs, and that you know you can do these things.
37 freedoms that you received. You must make sure that they, too, receive
41 Developers that use the GNU GPL protect your rights with two steps:
46 that there is no warranty for this free software. For both users' and
47 authors' sake, the GPL requires that modified versions be marked as
48 changed, so that their problems will not be attributed erroneously to
64 software on general-purpose computers, but in those that do, we wish to
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
DNOTICE29 not price. Our General Public Licenses are designed to make sure that
31 for this service if you wish); that you receive source code or can get
32 it if you want it; that you can change the software and use pieces of
33 it in new free programs; and that you are informed that you can do
36 To protect your rights, we need to make restrictions that forbid
42 or for a fee, you must give the recipients all the rights that we gave
43 you. You must make sure that they, too, receive or can get the source
45 complete object files to the recipients, so that they can relink them
53 To protect each distributor, we want to make it very clear that
56 that what they have is not the original version, so that the original
[all …]
/aosp_15_r20/external/brotli/tests/testdata/
H A Dlcet10.txt136 supporting that opportunity. The help given by others is acknowledged on
182 The document that follows represents a summary of the presentations
189 Preservation, as that term is used by archivists,(3) was most explicitly
197 high-quality and useful replacements on acid-free paper that should last
200 that the project participants view such texts as new editions, and thus
243 The sections of the Workshop that dealt with machine-readable text tended
252 durability. They argued that marking up--that is, coding--a text in a
263 facilitate classroom teaching. SPERBERG-McQUEEN reminded listeners that
273 converted to a limited extent to the view that electronic images
276 that electronic images constitute a serious attempt to represent text in
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/data/
Dlcet10.txt136 supporting that opportunity. The help given by others is acknowledged on
182 The document that follows represents a summary of the presentations
189 Preservation, as that term is used by archivists,(3) was most explicitly
197 high-quality and useful replacements on acid-free paper that should last
200 that the project participants view such texts as new editions, and thus
243 The sections of the Workshop that dealt with machine-readable text tended
252 durability. They argued that marking up--that is, coding--a text in a
263 facilitate classroom teaching. SPERBERG-McQUEEN reminded listeners that
273 converted to a limited extent to the view that electronic images
276 that electronic images constitute a serious attempt to represent text in
[all …]
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DCarVersionTest.java38 assertWithMessage("TIRAMISU_0").that(version).isNotNull(); in testTiramisu_0()
39 expectWithMessage("TIRAMISU_0.major").that(version.getMajorVersion()) in testTiramisu_0()
41 expectWithMessage("TIRAMISU_0.minor").that(version.getMinorVersion()) in testTiramisu_0()
46 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_0)) in testTiramisu_0()
49 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_1)) in testTiramisu_0()
52 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_2)) in testTiramisu_0()
55 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_3)) in testTiramisu_0()
58 .that(version.isAtLeast(CarVersion.VERSION_CODES.UPSIDE_DOWN_CAKE_0)) in testTiramisu_0()
62 assertWithMessage("TIRAMISU_0 from enum").that(fromEnum).isNotNull(); in testTiramisu_0()
63 expectWithMessage("TIRAMISU_0 from enum").that(fromEnum).isSameInstanceAs(version); in testTiramisu_0()
[all …]
H A DPlatformVersionTest.java39 assertWithMessage("TIRAMISU_0").that(version).isNotNull(); in testTiramisu_0()
40 expectWithMessage("TIRAMISU_0.major").that(version.getMajorVersion()) in testTiramisu_0()
42 expectWithMessage("TIRAMISU_0.minor").that(version.getMinorVersion()) in testTiramisu_0()
47 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_0)) in testTiramisu_0()
50 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_1)) in testTiramisu_0()
53 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_2)) in testTiramisu_0()
56 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_3)) in testTiramisu_0()
59 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.UPSIDE_DOWN_CAKE_0)) in testTiramisu_0()
63 assertWithMessage("TIRAMISU_0 from enum").that(fromEnum).isNotNull(); in testTiramisu_0()
64 expectWithMessage("TIRAMISU_0 from enum").that(fromEnum).isSameInstanceAs(version); in testTiramisu_0()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/pinpointemail/src/main/resources/codegen-resources/
H A Dservice-2.json32that you can apply to the emails you send using Amazon Pinpoint. You apply a configuration set to …
49 …ns, clicks, bounces, and complaints. <i>Event destinations</i> are places that you can send inform…
66 …sses that are associated with your Amazon Pinpoint account. You can associate a pool with a config…
87 …u provide a sample message that contains the content that you plan to send to your customers. Amaz…
103that you use when you send email. Before you can use an identity to send email with Amazon Pinpoin…
119that you can apply to the emails you send. You apply a configuration set to an email by including …
134 …ns, clicks, bounces, and complaints. <i>Event destinations</i> are places that you can send inform…
166 …"documentation":"<p>Deletes an email identity that you previously verified for use with Amazon Pin…
195 …"documentation":"<p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.<…
210that it's associated with, whether or not it's enabled for sending email, and more.</p> <p>In Amaz…
[all …]
/aosp_15_r20/external/okio/okio-assetfilesystem/src/androidTest/assets/
H A Dmoby10b.txt57 a bug in it that scrambles the date [tried to fix and failed] a
81 of that goal by the end of 2001, or about 3,333 Etexts unless we
156 etext, you indicate that you understand, agree to and accept
168 things, this means that no one owns a United States copyright
183 codes that damage or cannot be read by your equipment.
198 you paid for it by sending an explanatory note within that
220 and expense, including legal fees, that arise directly or
221 indirectly from any of the following that you do or cause:
232 requires that you do not remove, alter or modify the
250 form by the program that displays the etext (as is
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DUpdateSignalsProcessReportedLoggerImplTest.java95 expect.that(stats.getUpdateSignalsProcessLatencyMillis()) in testUpdateSignalsProcessReportedStatsLogger_successLogging()
97 expect.that(stats.getAdservicesApiStatusCode()).isEqualTo(TEST_ADSERVICES_API_STATUS_CODE); in testUpdateSignalsProcessReportedStatsLogger_successLogging()
98 expect.that(stats.getSignalsWrittenCount()).isEqualTo(TEST_SIGNALS_WRITTEN_COUNT); in testUpdateSignalsProcessReportedStatsLogger_successLogging()
99 expect.that(stats.getKeysStoredCount()).isEqualTo(TEST_KEYS_STORED_COUNT); in testUpdateSignalsProcessReportedStatsLogger_successLogging()
100 expect.that(stats.getValuesStoredCount()).isEqualTo(TEST_VALUES_STORED_COUNT); in testUpdateSignalsProcessReportedStatsLogger_successLogging()
101 expect.that(stats.getEvictionRulesCount()).isEqualTo(TEST_EVICTION_RULES_COUNT); in testUpdateSignalsProcessReportedStatsLogger_successLogging()
102 expect.that(stats.getPerBuyerSignalSize()).isEqualTo(TEST_BUCKETED_PER_BUYER_SIGNAL_SIZE); in testUpdateSignalsProcessReportedStatsLogger_successLogging()
103 expect.that(stats.getMeanRawProtectedSignalsSizeBytes()) in testUpdateSignalsProcessReportedStatsLogger_successLogging()
105 expect.that(stats.getMaxRawProtectedSignalsSizeBytes()) in testUpdateSignalsProcessReportedStatsLogger_successLogging()
107 expect.that(stats.getMinRawProtectedSignalsSizeBytes()) in testUpdateSignalsProcessReportedStatsLogger_successLogging()
[all …]
/aosp_15_r20/external/cronet/net/data/url_request_unittest/
H A DBullRunSpeech.txt1 "It Takes More Than That to Kill a Bull Moose":
6 …sturbing dreams about TR's predecessor, William McKinley and also thought that no president should…
8that I have just been shot; but it takes more than that to kill a Bull Moose. But fortunately I ha…
10that my concern is for many other things. It is not in the least for my own life. I want you to un…
12that the Progressive movement is making life a little easier for all our people; a movement to try…
18 … very natural thing that weak and vicious minds should be inflamed to acts of violence by the kind…
20that they cannot, month in month out and year in and year out, make the kind of untruthful, of bit…
24 …nt that I cannot defend. I have said nothing that I could not substantiate and nothing that I ough…
26that our opponents -[speaking to some one on the stage]-I am not sick at all. I am all right. I ca…
28that has just occurred - this effort to assassinate me- emphasizes to a peculiar degree the need o…
[all …]
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dfhir.schema.json1051 "description": "A URI that is a reference to a canonical URL on a FHIR resource"
1076 …ht be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constra…
1091 …"description": "A string that may contain Github Flavored Markdown syntax for optional processing …
1101 "description": "An integer with a value that is positive (e.g. \u003e0)"
1116 "description": "An integer with a value that is not negative (e.g. \u003e\u003d 0)"
1126 "description": "A URI that is a literal reference"
1140 …within a resource (for internal references). This may be any string value that does not contain sp…
1144that is not part of the basic definition of the element. To make the use of extensions safe and ma…
1157 …within a resource (for internal references). This may be any string value that does not contain sp…
1161that is not part of the basic definition of the element. To make the use of extensions safe and ma…
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dyoutube_v3.activities.html97that the API response will include. If the parameter identifies a property that contains child pro…
100 …maxResults: integer, The *maxResults* parameter specifies the maximum number of items that should …
102 …in the result set that should be returned. In an API response, the nextPageToken and prevPageToken…
118that a particular channel, or user, has taken on YouTube.The actions reported in activity feeds in…
119 …t;: { # Details about the content of an activity: the video that was shared, the channel that was …
121 …urce id is a generic reference that points to another YouTube resource. # The resourceId object co…
122 …lId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred reso…
124 …tId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred reso…
125 …oId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred reso…
129 …eneric reference that points to another YouTube resource. # The resourceId object contains informa…
[all …]

12345678910>>...1859