HomeSort by relevance Sort by last modified time
    Searched full:some (Results 51 - 75 of 29676) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/markdown/tests/misc/
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/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/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/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",
47 PluginUMAReporter::REALPLAYER, "audio/x-pn-realaudio", GURL("some url"));
49 "audio/x-pn-realaudio-some-sufix",
50 GURL("some url"));
52 "some-prefix-audio/x-pn-realaudio",
53 GURL("some url"));
58 PluginUMAReporter::JAVA, "application/x-java-applet", GURL("some url"));
60 "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*
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
manifest.json 3 "description": "Shows some of the features of the Context Menus API",
  /external/chromium_org/chromeos/test/data/network/
shill_wifi_wpa1.json 5 "Passphrase":"some passphrase",
translation_of_shill_wifi_wpa1.onc 6 "Passphrase":"some passphrase",
  /external/chromium_org/tools/gn/example/
README.txt 1 This is an example directory structure that compiles some simple targets using
  /external/eigen/failtest/
failtest_sanity_check.cpp 2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
  /external/libcap-ng/
README 4 Except for some "#if !defined(ANDROID)" lines, this
  /external/llvm/test/FileCheck/
line-count-2.txt 4 CHECK: {{some}}thing else
  /external/markdown/tests/markdown-test/
codeblock-in-list.html 4 <pre><code>Some *code*
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
common.inc 0 ; Some common macros for hermes nasm code
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DeviceOwnerTest.java 40 out.setDeviceOwner("some.device.owner.package", "owner");
47 assertEquals("some.device.owner.package", in.getDeviceOwnerPackageName());
55 out.setProfileOwner("some.profile.owner.package", "some-company", 1);
64 assertEquals("some.profile.owner.package", in.getProfileOwnerPackageName(1));
65 assertEquals("some-company", in.getProfileOwnerName(1));
71 out.setDeviceOwner("some.device.owner.package", "owner");
72 out.setProfileOwner("some.profile.owner.package", "some-company", 1);
73 out.setProfileOwner("some.other.profile.owner", "some-other-company", 2)
    [all...]

Completed in 3243 milliseconds

1 23 4 5 6 7 8 91011>>