Home
last modified time | relevance | path

Searched defs:h2 (Results 1 – 25 of 1134) sorted by relevance

12345678910>>...46

/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java1291 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_normalCompletion() local
1324 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_exceptionalCompletion() local
1356 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_sourceCancelled() local
1388 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_actionFailed() local
1419 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_normalCompletion() local
1445 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_exceptionalCompletion() local
1470 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_sourceCancelled() local
1495 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_actionFailed() local
1521 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion() local
1547 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_exceptionalCompletion() local
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DCompletableFutureTest.java1458 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_normalCompletion() local
1492 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_exceptionalCompletion() local
1525 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_sourceCancelled() local
1558 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_actionFailed() local
1590 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_normalCompletion() local
1617 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_exceptionalCompletion() local
1643 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_sourceCancelled() local
1669 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_actionFailed() local
1696 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion() local
1723 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_exceptionalCompletion() local
[all …]
/aosp_15_r20/libcore/ojluni/src/test/sun/invoke/util/
H A DWrapperTest.java49 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testShortZeroConversion() local
62 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testIntZeroConversion() local
75 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testLongZeroConversion() local
88 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testByteZeroConversion() local
101 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testCharacterZeroConversion() local
/aosp_15_r20/external/vboot_reference/tests/
H A Dcgptlib_test.c303 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in HeaderSameTest() local
356 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in SignatureTest() local
384 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in RevisionTest() local
418 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in SizeTest() local
454 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in CrcFieldTest() local
479 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in ReservedFieldsTest() local
512 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in SizeOfPartitionEntryTest() local
556 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in NumberOfPartitionEntriesTest() local
583 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in MyLbaTest() local
667 GptHeader *h2 = (GptHeader *)gpt->secondary_header; in FirstUsableLbaAndLastUsableLbaTest() local
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
H A Ddataurl-realdata-yuiapp.css40 #hd, h1, h2, p, .color { selector
44 h1, h2, a { selector
48 h1, h2 { selector
80 h2 { selector
/aosp_15_r20/external/ktfmt/website/
H A Dall.css47 h1, h2, h3, h4, h5, h6 { selector
54 h1, h2 { selector
67 h2 { selector
235 h1, h2 { selector
243 h2 { selector
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
H A DHashCodeBuilderTest.java317 final int h2 = (int) (l2 ^ l2 >> 32); in testDoubleArray() local
331 final int h2 = (int) (l2 ^ l2 >> 32); in testDoubleArrayAsObject() local
364 final int h2 = Float.floatToIntBits(6.3f); in testFloatArray() local
376 final int h2 = Float.floatToIntBits(6.3f); in testFloatArrayAsObject() local
423 final int h2 = (int) (6L ^ 6L >> 32); in testLongArray() local
435 final int h2 = (int) (6L ^ 6L >> 32); in testLongArrayAsObject() local
/aosp_15_r20/art/compiler/optimizing/
H A Dload_store_analysis.cc32 static bool CanIntegerRangesOverlap(int64_t l1, int64_t h1, int64_t l2, int64_t h2) { in CanIntegerRangesOverlap()
59 int64_t h2 = l2 + (vector_length2 - 1); in CanBinaryOpAndIndexAlias() local
89 int64_t h2 = l2 + (vector_length2 - 1); in CanBinaryOpsAlias() local
155 int64_t h2 = l2 + (vector_length2 - 1); in CanArrayElementsAlias() local
/aosp_15_r20/external/icing/icing/index/hit/
H A Dhit_test.cc107 Hit h2(kSomeSectionid, kSomeDocumentId, kSomeTermFrequency, in TEST() local
120 Hit h2(kSomeSectionid, kSomeDocumentId, kSomeTermFrequency, in TEST() local
132 Hit h2(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency, in TEST() local
154 Hit h2(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency, in TEST() local
171 Hit h2(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency, in TEST() local
/aosp_15_r20/hardware/interfaces/tetheroffload/config/1.0/vts/functional/
H A DVtsHalTetheroffloadConfigV1_0TargetTest.cpp115 hidl_handle h2; in TEST_P() local
130 hidl_handle h2; in TEST_P() local
151 hidl_handle h2; in TEST_P() local
172 hidl_handle h2; in TEST_P() local
/aosp_15_r20/external/lzma/C/
H A DLzFind.c1181 UInt32 h2, d2, pos; in Bt3_MatchFinder_GetMatches() local
1223 UInt32 h2, h3, d2, d3, pos; in Bt4_MatchFinder_GetMatches() local
1292 UInt32 h2, h3, d2, d3, pos; in Bt5_MatchFinder_GetMatches() local
1366 UInt32 h2, h3, d2, d3, pos; in Hc4_MatchFinder_GetMatches() local
1435 UInt32 h2, h3, d2, d3, pos; in Hc5_MatchFinder_GetMatches() local
1543 UInt32 h2; in Bt3_MatchFinder_Skip() local
1559 UInt32 h2, h3; in Bt4_MatchFinder_Skip() local
1576 UInt32 h2, h3; in Bt5_MatchFinder_Skip() local
/aosp_15_r20/external/cronet/third_party/libxml/src/include/private/
H A Ddict.h22 #define HASH_INIT(h1, h2, seed) \ argument
28 #define HASH_UPDATE(h1, h2, ch) \ argument
38 #define HASH_FINISH(h1, h2) \ argument
/aosp_15_r20/external/libxml2/include/private/
H A Ddict.h22 #define HASH_INIT(h1, h2, seed) \ argument
28 #define HASH_UPDATE(h1, h2, ch) \ argument
38 #define HASH_FINISH(h1, h2) \ argument
/aosp_15_r20/external/libnl/doc/stylesheets/
H A Dflask.css19 h1, h2, h3, h4, h5, h6, selector
50 h1, h2, h3, h4, h5, h6 { selector
57 h1, h2, h3 { selector
60 h2 { selector
531 h1, h2, h3, h4, h5, h6, selector
544 h2 { font-size: 180%; } selector
H A Dxhtml11.css2 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 { selector
34 h1, h2, h3, h4, h5, h6 { selector
42 h1, h2, h3 { selector
45 h2 { selector
H A Dvolnitsky.css16 h1, h2, h3, h4, h5, h6, selector
50 h1, h2, h3, h4, h5, h6 { selector
57 h1, h2, h3 { border-bottom: 2px solid #ccd; } selector
58 h2 { padding-top: 0.5em; } selector
H A Dasciidoc.css9 h1, h2, h3, h4, h5, h6, selector
47 h1, h2, h3, h4, h5, h6 { selector
55 h1, h2, h3 { selector
58 h2 { selector
/aosp_15_r20/external/google-styleguide/include/
H A Dstyleguide.css17 h1, h2, h3, h4, h5, h6 { selector
25 h2, selector
35 h2 {font-size:167%;} selector
/aosp_15_r20/external/dokka/core/src/main/resources/dokka/styles/
H A Dstyle.css30 h1, h2, h3, h4, h5, h6 { selector
39 h1, h2, h3 { selector
47 h2 { selector
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/tests/
H A Dcore_unittest.cc67 Handle h2(h0); in TEST() local
296 ScopedMessagePipeHandle h2; in TEST() local
338 ScopedMessagePipeHandle h2; in TEST() local
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DHtmlBuilder.kt93 fun h2(heading: String, cssClass: String? = null) = tagValueNl("h2", heading, cssClass) method
94 fun h2(cssClass: String? = null, block: Block) = h2(block.render(), cssClass) method in org.conscrypt.doclet.HtmlBuilder
/aosp_15_r20/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
H A Dop_++int.pass.cpp25 std::chrono::hours h2 = h1++; in test_constexpr() local
34 std::chrono::hours h2 = h1++; in main() local
H A Dop_--int.pass.cpp25 std::chrono::hours h2 = h1--; in test_constexpr() local
35 std::chrono::hours h2 = h1--; in main() local
/aosp_15_r20/external/google-styleguide/
H A Djavaguide.css54 h2, selector
136 h2, selector
149 h2, selector
159 h2 {font-size:167%;} selector
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.duration/time.duration.arithmetic/
H A Dop_++int.pass.cpp24 std::chrono::hours h2 = h1++; in test_constexpr() local
33 std::chrono::hours h2 = h1++; in main() local

12345678910>>...46