HomeSort by relevance Sort by last modified time
    Searched full:some (Results 151 - 175 of 26473) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/markdown/tests/extensions-x-def_list/
loose_def_list.txt 0 some text
simple_def-lists.txt 0 Some text
  /external/markdown/tests/misc/
tabs-in-lists.txt 14 Now a list with 4 spaces and some text:
  /external/markdown/tests/safe_mode/
script_tags.txt 15 Now with some weirdness
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
HtmlTest.java 29 textView.setText(Html.fromHtml("<b>some</b> html text"));
30 assertThat(textView.getText().toString(), equalTo("<b>some</b> html text"));
36 editText.setText(Html.fromHtml("<b>some</b> html text"));
37 assertThat(editText.getText().toString(), equalTo("<b>some</b> html text"));
  /external/scrypt/lib/
README 4 code is highly desirable and explains why there is some functionality
  /external/valgrind/main/memcheck/tests/
manuel3.c 25 return 0; /* some other number, dudes! */
  /frameworks/base/core/java/android/ddm/
README.txt 0 Some classes that handle DDM traffic.
  /frameworks/base/core/java/android/text/format/
package.html 3 This package contains alternative classes for some text formatting classes
  /frameworks/base/docs/html/training/
building-userinfo.jd 7 <p>These classes teach you how to add user personalization to your app. Some of the ways
  /frameworks/base/tools/aapt/tests/plurals/res/values/
strings.xml 5 <item quantity="other">Some dogs</item>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
README 2 Solaris. Some portions are lifted from FreeBSD libc, and so are covered by a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
kdev_t.h 5 Some programs want their definitions of MAJOR and MINOR and MKDEV
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc.so 2 Use the shared library, but some functions are only in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kdev_t.h 5 Some programs want their definitions of MAJOR and MINOR and MKDEV
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc.so 2 Use the shared library, but some functions are only in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kdev_t.h 5 Some programs want their definitions of MAJOR and MINOR and MKDEV
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libc.so 2 Use the shared library, but some functions are only in
  /external/chromium_org/ui/webui/
web_ui_util_unittest.cc 21 GURL url("http://some/random/username@email/and/more");
26 GURL url2("http://some/random/username/and/more");
31 GURL url3("http://some/random/username/and/more@2ax");
36 GURL url4("http://some/random/username/and/more@x");
41 GURL url5("http://some/random/username@email/and/more@2x");
46 GURL url6("http://some/random/username/and/more@1.4x");
51 GURL url7("http://some/random/username/and/more@1.3x");
  /art/test/096-array-copy-concurrent-gc/src/
Main.java 18 * Running concurrent gc and doing some System.arraycopy
55 array[i] = new String("Creating some garbage" + i);
66 new String("Creating some garbage" + Math.random());
67 new String("Creating some garbage" + Math.random());
68 new String("Creating some garbage" + Math.random());
69 new String("Creating some garbage" + Math.random());
76 new String("Creating some garbage" + Math.random());
77 new String("Creating some garbage" + Math.random());
78 new String("Creating some garbage" + Math.random());
79 new String("Creating some garbage" + Math.random())
    [all...]
  /dalvik/tests/096-array-copy-concurrent-gc/src/
Main.java 18 * Running concurrent gc and doing some System.arraycopy
55 array[i] = new String("Creating some garbage" + i);
66 new String("Creating some garbage" + Math.random());
67 new String("Creating some garbage" + Math.random());
68 new String("Creating some garbage" + Math.random());
69 new String("Creating some garbage" + Math.random());
76 new String("Creating some garbage" + Math.random());
77 new String("Creating some garbage" + Math.random());
78 new String("Creating some garbage" + Math.random());
79 new String("Creating some garbage" + Math.random())
    [all...]
  /libcore/luni/src/test/java/libcore/javax/xml/parsers/
DocumentBuilderTest.java 43 domOf("<?xml version=\"1.0\"?><root attr=\"hello <![CDATA[ some-cdata ]]> world\" />");
48 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &lt;![CDATA[ some-cdata ]]&gt; world\" />"))));
49 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &lt;![CDATA[ some-cdata ]]> world\" />"))));
55 assertEquals("hello some-cdata world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello <![CDATA[ some-cdata ]]> world</root>")));
56 assertEquals("hello <![CDATA[ some-cdata ]]> world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello &lt;![CDATA[ some-cdata ]]&gt; world</root>")));
58 domOf("<?xml version=\"1.0\"?><root>hello &lt;![CDATA[ some-cdata ]]> world</root>")
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest_unittest.py 115 test = PerfTest(MockPort(), 'some-test', '/path/some-dir/some-test')
128 some-unrecognizable-line
141 test = PerfTest(MockPort(), 'some-test', '/path/some-dir/some-test')
148 self.assertEqual(actual_logs, 'ERROR: some-unrecognizable-line\n')
164 test = PerfTest(MockPort(), 'some-test', '/path/some-dir/some-test'
    [all...]
perftestsrunner_unittest.py 71 port.host.filesystem.files[runner._host.filesystem.join(runner._base_path, filename)] = 'some content'
161 port.host.filesystem.files['/mock-checkout/some.json'] = 'some content'
175 self.assertEqual(url, 'https://some.host/some/path')
182 self.assertEqual(filename, 'some.json')
189 self.assertTrue(runner._upload_json('some.host', 'some.json', '/some/path', MockFileUploader))
193 MockFileUploader.upload_single_text_file_return_value = StringIO.StringIO('Some error'
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 46 # Changed some code on 2009-12-22.
55 # Changed some code on 2009-12-21.
72 Changed some code on 2010-12-22.
84 Changed some code on 2010-12-22.
98 - Changed some code on 2010-12-22.
115 - Changed some code on 2010-12-22.
136 - Changed some code on 2010-12-22.
152 - Changed some code on 2010-12-22.
172 Changed some code on 2010-12-22.
181 Changed some code on 2010-12-21
    [all...]

Completed in 488 milliseconds

1 2 3 4 5 67 8 91011>>