/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/ |
strong.dat | 0 strong foo
|
strongdata.dat | 0 strong deallocate_foo
|
/external/markdown/tests/misc/ |
strong-with-underscores.html | 1 <p><strong>this_is_strong</strong></p
|
bold_links.html | 1 <p><strong>bold <a href="http://example.com">link</a></strong></p
|
inside_html.html | 1 <p><a href="stuff"> <strong>ok</strong>? </a></p
|
stronintags.html | 1 <p>this is a <a href="http://example.com/"><strong>test</strong></a></p> 2 <p>this is a second <strong><a href="http://example.com">test</a></strong></p> 3 <p>reference <strong>[test][]</strong> 4 reference [<strong>test</strong>][]</p
|
underscores.html | 4 <p>THIS<strong>SHOULD</strong>STAY</p> 5 <p>Here is some <strong>strong</strong> stuff.</p> 6 <p>THIS<strong><em>SHOULD</em></strong>STAY?</p
|
nested-patterns.html | 1 <p><strong><em><a href="http://www.freewisdom.org">link</a></em></strong> 2 <strong><em><a href="http://www.freewisdom.org">link</a></em></strong> 3 <strong><a href="http://www.freewisdom.org"><em>link</em></a></strong> 4 <strong><a href="http://www.freewisdom.org"><em>link</em></a></strong> 5 <strong><a href="http://www.freewisdom.org"><em>link</em></a></strong> [all...] |
/external/markdown/MarkdownTest/Tests_2004/ |
Strong and em together.html | 1 <p><strong><em>This is strong and em.</em></strong></p> 3 <p>So is <strong><em>this</em></strong> word.</p> 5 <p><strong><em>This is strong and em.</em></strong></p> 7 <p>So is <strong><em>this</em></strong> word.</p [all...] |
Strong and em together.text-out | 9 <p><strong><em>This is strong and em.</em></strong></p> 10 <p>So is <strong><em>this</em></strong> word.</p> 11 <p><strong><em>This is strong and em.</em></strong></p> 12 <p>So is <strong><em>this</em></strong> word.</p [all...] |
Strong and em together.text-res | 9 <p><strong><em>This is strong and em.</em></strong></p> 10 <p>So is <strong><em>this</em></strong> word.</p> 11 <p><strong><em>This is strong and em.</em></strong></p> 12 <p>So is <strong><em>this</em></strong> word.</p [all...] |
Strong and em together.text | 1 ***This is strong and em.*** 5 ___This is strong and em.___
|
/external/markdown/MarkdownTest/Tests_2007/ |
Strong and em together.html | 1 <p><strong><em>This is strong and em.</em></strong></p> 3 <p>So is <strong><em>this</em></strong> word.</p> 5 <p><strong><em>This is strong and em.</em></strong></p> 7 <p>So is <strong><em>this</em></strong> word.</p [all...] |
/external/markdown/tests/markdown-test/ |
strong-and-em-together.html | 1 <p><strong><em>This is strong and em.</em></strong></p> 2 <p>So is <strong><em>this</em></strong> word.</p> 3 <p><strong><em>This is strong and em.</em></strong></p> 4 <p>So is <strong><em>this</em></strong> word.</p [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
weakdef-2.s | 3 .globl Strong 4 Strong: 5 adrl r0,Strong 6 adr r0,Strong
|
weakdef-1.s | 10 b Strong 13 .globl Strong 14 .type Strong, %function 15 Strong: 18 .size Strong, .-Strong
|
/external/v8/test/mjsunit/strong/ |
empty-statement.js | 5 // Flags: --strong-mode 8 assertThrows("'use strong'; if (1);", SyntaxError); 9 assertThrows("'use strong'; if (1) {} else;", SyntaxError); 10 assertThrows("'use strong'; while (1);", SyntaxError); 11 assertThrows("'use strong'; do; while (1);", SyntaxError); 12 assertThrows("'use strong'; for (;;);", SyntaxError); 13 assertThrows("'use strong'; for (x in []);", SyntaxError); 14 assertThrows("'use strong'; for (x of []);", SyntaxError); 15 assertThrows("'use strong'; for (let x;;);", SyntaxError); 16 assertThrows("'use strong'; for (let x in []);", SyntaxError) [all...] |
load-builtins.js | 5 // Flags: --strong-mode 26 assertThrows(function(){"use strong"; builtin.foo}, TypeError); 27 assertThrows(function(){"use strong"; builtin[0]}, TypeError); 28 assertThrows(function(){"use strong"; builtin[10000]}, TypeError); 30 assertDoesNotThrow(function(){"use strong"; builtin.foo}); 31 assertThrows(function(){"use strong"; builtin.bar}); 32 assertThrows(function(){"use strong"; builtin[0]}, TypeError); 33 assertThrows(function(){"use strong"; builtin[10000]}, TypeError); 35 assertDoesNotThrow(function(){"use strong"; builtin.foo}); 36 assertThrows(function(){"use strong"; builtin.bar}) [all...] |
eval-direct.js | 5 // Flags: --strong-mode 7 // In strong mode, direct calls to eval are forbidden 9 assertThrows("'use strong'; eval();", SyntaxError); 10 assertThrows("'use strong'; (eval)();", SyntaxError); 11 assertThrows("'use strong'; (((eval)))();", SyntaxError); 12 assertThrows("'use strong'; eval([]);", SyntaxError); 13 assertThrows("'use strong'; eval('function f() {}');", SyntaxError); 14 assertThrows("'use strong'; function f() {eval()}", SyntaxError); 16 assertDoesNotThrow("'use strong'; eval;"); 17 assertDoesNotThrow("'use strong'; let foo = eval; foo();") [all...] |
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/ |
guide.jd | 18 <strong>Google Play ????</strong> — Google Play ?????? ?????????????? 10 ??? Android ??????????????? 22 <strong>????????</strong> — ????????????????????????Google Play ?????????????????????? 26 <strong>????????????????</strong> — ????????????????????????????????????????????? 30 <strong>????????????????</strong> — ???????????? ??????????????????????? 34 <strong>??????</strong> — ???????????????????????????? [all...] |
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/ |
guide.jd | 20 <strong>Google Play? ??</strong> — Google Play ??? ??? ???? ? ?? 10? ? ??? Android ????? ?? ?????. 26 <strong>??</strong> — ??? ? ??? ?? ? Google Play ????? ? ??? ?? ??? ?? ??? ?????. 31 <strong>?? ??? ? ???</strong> — ? ?? ???? ????? ??? ???? ????? ??? ? ?? ??? ?????. 36 <strong>??? ?? ? ??</strong> — ?? ??? ??? ?? ???? ???? ?? ???? ????? ???? ??? ?????. 41 <strong>?? ??</strong> — ????? ???? ?? ??? ???? ?? ?? ??? ????? [all...] |
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/ |
guide.jd | 20 <strong>?????????? ? Google Play</strong> — ? ??????? ??????? ???????????? Google Play, 26 <strong>????????</strong> — ??????????????? ?????? ???????? ???????? ??????????, 31 <strong>?????????? ? ???????????</strong> — ??????????? ?????????? ?????????? ? ??????????? ????? ?????????? 36 <strong>??????????? ? ?????????</strong> — ???????????, ??? ?????????? ?????? ?????? ????????? 41 <strong>????????? ?????????? ????? ????????</strong> — ???????? ????????? ????????? ?????????? ????? ????????, ?????????? [all...] |
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/ |
guide.jd | 20 <strong>? Google Play ???</strong> —?? Google Play 26 <strong>??</strong> — ?????????????? Google Play ??????????? 31 <strong>?????????</strong> — ?????????????????????????? 36 <strong>?????</strong> — ???????????????????? 41 <strong>??</strong> — ????????????????? [all...] |
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/ |
guide.jd | 18 <strong>? Google Play ???</strong> — ?? Google Play Developer Console ??????????????????? Android ???? 22 <strong>??</strong> — ????????????????? Google Play ????????????? 26 <strong>???????</strong> — ?????????????????????????????? 30 <strong>?????</strong> — ??????????????????????????? 34 <strong>??</strong> — ??????????????????????? [all...] |
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/billing/ |
index.jd | 11 <h2><strong>?????????</strong></h2> 13 <li><strong>IAB ? 2 ???</strong> - ????? API ? 2 ??????? 2015 ? 1 ???????????????????? 2 ???????? API ? 3 ??</li> 14 <li><strong>?????</strong> - ??????????<a href="billing_subscriptions.html#user-billing">?????</a>?????????????????????????? 9 ? 1 ?????? 4 ? 10 ??????????</li> 15 <li><strong>??????</strong> - ??????????????<a href="billing_subscriptions.html#deferred-billing">??</a>??????????????????????????????</li> 16 <li><strong>Google Play Developer API</strong> - ?? <a href="{@docRoot}google/play/billing/gp-purchase-status-api.html">Google Play Developer AP (…) [all...] |