/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | CompletableFutureTest.java | 1296 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion() local 1329 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_exceptionalCompletion() local 1361 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_sourceCancelled() local 1390 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_actionFailed() local 1420 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion() local 1446 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_exceptionalCompletion() local 1471 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_sourceCancelled() local 1496 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_actionFailed() local 1522 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_normalCompletion() local 1548 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_exceptionalCompletion() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | CompletableFutureTest.java | 1463 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion() local 1497 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_exceptionalCompletion() local 1530 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_sourceCancelled() local 1560 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_actionFailed() local 1591 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion() local 1618 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_exceptionalCompletion() local 1644 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_sourceCancelled() local 1670 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_actionFailed() local 1697 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_normalCompletion() local 1724 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_exceptionalCompletion() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/sun/invoke/util/ |
H A D | WrapperTest.java | 50 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local 63 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local 76 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local 89 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local 102 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
|
/aosp_15_r20/external/libnl/doc/stylesheets/ |
H A D | flask.css | 19 h1, h2, h3, h4, h5, h6, selector 50 h1, h2, h3, h4, h5, h6 { selector 57 h1, h2, h3 { selector 63 h3 { selector 531 h1, h2, h3, h4, h5, h6, selector 545 h3 { font-size: 150%; } selector
|
H A D | xhtml11.css | 2 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 48 h3 { selector
|
H A D | volnitsky.css | 16 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 59 h3 { float: left; } selector
|
H A D | asciidoc.css | 9 h1, h2, h3, h4, h5, h6, selector 47 h1, h2, h3, h4, h5, h6 { selector 55 h1, h2, h3 { selector 61 h3 { selector
|
/aosp_15_r20/external/google-styleguide/include/ |
H A D | styleguide.css | 17 h1, h2, h3, h4, h5, h6 { selector 26 h3, selector 36 h3 {font-size:133%;} selector
|
/aosp_15_r20/external/dokka/core/src/main/resources/dokka/styles/ |
H A D | style.css | 30 h1, h2, h3, h4, h5, h6 { selector 39 h1, h2, h3 { selector 51 h3, h4, h5, h6 { selector
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/tests/ |
H A D | core_unittest.cc | 77 Handle h3; in TEST() local 297 ScopedMessagePipeHandle h3; in TEST() local 339 ScopedMessagePipeHandle h3; in TEST() local
|
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/ |
H A D | HtmlBuilder.kt | 95 fun h3(heading: String, cssClass: String? = null) = tagValueNl("h3", heading, cssClass) method 96 fun h3(cssClass: String? = null, block: Block) = h2(block.render(), cssClass) method
|
/aosp_15_r20/external/lzma/C/ |
H A D | LzFind.c | 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 1559 UInt32 h2, h3; in Bt4_MatchFinder_Skip() local 1576 UInt32 h2, h3; in Bt5_MatchFinder_Skip() local
|
/aosp_15_r20/external/javassist/tutorial/ |
H A D | brown.css | 1 h1,h2,h3 { selector 9 h3 { selector
|
/aosp_15_r20/external/google-styleguide/ |
H A D | javaguide.css | 55 h3, selector 137 h3, selector 150 h3, selector 160 h3 {font-size:133%;} selector
|
H A D | styleguide.css | 10 h1, h2, h3, h4, h5, h6, .toc_title { selector 27 h3, h4, h5, h6 { selector
|
/aosp_15_r20/external/icing/icing/index/hit/ |
H A D | hit_test.cc | 137 Hit h3(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency, in TEST() local 159 Hit h3(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency, in TEST() local 176 Hit h3(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency, in TEST() local
|
/aosp_15_r20/external/compiler-rt/www/ |
H A D | content.css | 7 h1, h2, h3, tt { color: #000 } selector 11 h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7} selector
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/www/ |
H A D | content.css | 9 h1, h2, h3, tt { color: #000 } selector 13 h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7} selector
|
/aosp_15_r20/external/libcxxabi/www/ |
H A D | content.css | 9 h1, h2, h3, tt { color: #000 } selector 13 h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7} selector
|
/aosp_15_r20/external/libcxx/www/ |
H A D | content.css | 9 h1, h2, h3, tt { color: #000 } selector 13 h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7} selector
|
/aosp_15_r20/external/clang/www/ |
H A D | content.css | 9 h1, h2, h3, tt { color: #000 } selector 13 h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7} selector
|
/aosp_15_r20/external/llvm/docs/_ocamldoc/ |
H A D | style.css | 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector 53 h3 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em } selector 54 h3 { font-weight: bold; font-size: 1em; margin-top: 1.375em} selector
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/doc/ |
D | predef.css | 28 h1, h2, h3, h4, h5, h6 { selector 37 h3,#toctitle,.sidebarblock>.content>.title { selector
|
/aosp_15_r20/external/libvpx/vp9/encoder/mips/msa/ |
H A D | vp9_fdct16x16_msa.c | 21 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_cols_step1_msa() local 90 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; in fadst16_cols_step2_msa() local 207 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_rows_step1_msa() local 268 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; in fadst16_rows_step2_msa() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/js/ |
D | jquery.toc-gw.js | 33 var headers = {h1: 0, h2: 0, h3: 0, h4: 0, h5: 0, h6: 0}; property 38 h3: (opts.exclude.match('h3') == null && $('h3').length > 0) ? ++index : 0, property
|