/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
package.html | 3 Support classes to access some of the android.view.accessibility package features introduced after API level 4 in a backwards compatible fashion.
|
/external/markdown/tests/misc/ |
headers.html | 5 <h1><a href="http://some.link.com/">Markdown</a></h1> 10 <p>Some other text</p
|
html.html | 3 <p>Some inline <b>stuff<b>.<br /> 5 <p>Now some <arbitrary>arbitrary tags</arbitrary>.</p>
|
mismatched-tags.html | 1 <p>Some text</p> 3 <div>some more text</div>
|
mismatched-tags.txt | 1 <p>Some text</p><div>some more text</div>
|
underscores.html | 2 <p>Here is some <em>emphasis</em>, ok?</p> 5 <p>Here is some <strong>strong</strong> stuff.</p>
|
em-around-links.txt | 3 - *[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some 5 - _[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some 7 - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) by some 9 - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) _by some 12 _[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
StringsTest.java | 13 InputStream stream = new ByteArrayInputStream("some random string".getBytes()); 14 assertEquals("some random string", Strings.fromStream(stream));
|
/libcore/luni/src/test/resources/ |
SimpleParserTest.xml | 9 <nestedStuff one="eins"> Some text here </nestedStuff> 13 some more here...
|
/sdk/apps/DeviceConfig/ |
README.txt | 1 This project can be run on a device to populate some default values 5 Note that some of the values must be edited afterwards, so be sure to
|
/external/chromium_org/content/browser/media/ |
media_internals_unittest.cc | 62 UpdateItem("some.item", "testing", new base::FundamentalValue(true)); 66 EXPECT_TRUE(data()->GetBoolean("some.item.testing", &testing)); 69 EXPECT_TRUE(data()->GetString("some.item.id", &id)); 70 EXPECT_EQ(id, "some.item"); 74 UpdateItem("some.item", "testing", new base::FundamentalValue(true)); 75 UpdateItem("some.item", "value", new base::FundamentalValue(5)); 76 UpdateItem("some.item", "testing", new base::FundamentalValue(false)); 81 EXPECT_TRUE(data()->GetBoolean("some.item.testing", &testing)); 84 EXPECT_TRUE(data()->GetInteger("some.item.value", &value)); 87 EXPECT_TRUE(data()->GetString("some.item.id", &id)) [all...] |
/external/valgrind/main/memcheck/tests/ |
err_disable4.stderr.exp | 5 WARNING: possibly as a result of some mistake in the use 8 WARNING: possibly as a result of some mistake in the use 11 WARNING: possibly as a result of some mistake in the use 14 WARNING: possibly as a result of some mistake in the use 17 WARNING: possibly as a result of some mistake in the use 20 WARNING: possibly as a result of some mistake in the use 23 WARNING: possibly as a result of some mistake in the use 26 WARNING: possibly as a result of some mistake in the use 29 WARNING: possibly as a result of some mistake in the use 32 WARNING: possibly as a result of some mistake in the us [all...] |
/external/chromium_org/chromeos/test/data/network/ |
translation_of_shill_l2tpipsec.onc | 6 "Host": "some.host.org", 18 "Username": "some username", 19 "Password": "some password"
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
test_touch_link_highlight.html | 9 Some stuff.<br> 10 Some stuff.<br> 11 Some stuff.<br> 12 Some stuff.<br> 13 Some stuff.<br> 14 Some stuff.<br> 15 Some stuff.<br> 16 Some stuff.<br> 17 Some stuff.<br> 18 Some stuff.<br [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
zipfileset_unittest.py | 64 result.add_file('some-file', 'contents') 65 result.add_file('a/b/some-other-file', 'other contents') 69 file = self._zip.open('a/b/some-other-file') 70 self.assertEqual('a/b/some-other-file', file.name()) 78 self.assertEqual('contents', self._zip.read('some-file')) 81 self._filesystem.maybe_make_directory('/some-dir') 82 self._zip.extract('some-file', '/some-dir') 83 self.assertTrue(self._filesystem.isfile('/some-dir/some-file') [all...] |
/external/chromium_org/chrome/renderer/plugins/ |
plugin_uma_unittest.cc | 29 "some-prefix-application/x-mplayer2", 38 "application/x-silverlight-some-sufix", 41 "some-prefix-application/x-silverlight", 48 GURL("some url")); 50 "audio/x-pn-realaudio-some-sufix", 51 GURL("some url")); 53 "some-prefix-audio/x-pn-realaudio", 54 GURL("some url")); 60 GURL("some url")); 62 "application/x-java-applet-some-sufix" [all...] |
/art/test/032-concrete-sub/ |
info.txt | 1 This tests some facets of abstract method handling, notably situations
|
/art/test/071-dexfile/ |
info.txt | 1 Exercise some Dalvik-specific DEX file features. This is not expected to
|
/art/test/094-pattern/ |
info.txt | 4 some regex libs, -Xss65k is the minimum allowable size.
|
/cts/tools/dex-tools/ |
TODO.txt | 6 dex.reader.DexEncodedValueImpl has some FIXMEs
|
/dalvik/dx/tests/099-dex-core-library-error/ |
info.txt | 2 an attempt to define a legal javax.* class succeeds. (Only *some*
|
/dalvik/tests/024-illegal-access/src/ |
PublicAccess.java | 4 * Some stuff for access checks.
|
/dalvik/tests/032-concrete-sub/ |
info.txt | 1 This tests some facets of abstract method handling, notably situations
|
/dalvik/tests/071-dexfile/ |
info.txt | 1 Exercise some Dalvik-specific DEX file features. This is not expected to
|
/dalvik/tests/094-pattern/ |
info.txt | 4 some regex libs, -Xss65k is the minimum allowable size.
|