HomeSort by relevance Sort by last modified time
    Searched refs:Example (Results 1 - 25 of 41) sorted by null

1 2

  /cts/tests/tests/example/src/android/example/
Example.java 17 package android.example;
20 * Example class being tested. In a real test, the classes to test would
24 public class Example {
  /cts/tests/tests/example/src/android/example/cts/
ExampleSecondaryTest.java 17 package android.example.cts;
19 import android.example.Example;
24 * Example test to demonstrate how tests work as well as to serve as a
40 * Test {@link Example#zorch}.
43 assertEquals("zorch", Example.zorch());
ExampleTest.java 17 package android.example.cts;
19 import android.example.Example;
24 * Example test to demonstrate how tests work as well as to serve as
25 * a smoke test for the CTS. (If the example test is "broken," then it
39 * Test {@link Example#blort}.
42 assertEquals("blort", Example.blort());
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
HasAnnotationTest.java 48 return new HasAnnotation(Example.class).apply(testMethod);
53 public @interface Example {
56 @Example
59 @Example
69 @Example
  /sdk/eclipse/scripts/
update_version.sh 11 Example:
  /external/chromium/third_party/icu/source/data/misc/
miscfiles.mk 13 # Example 'misclocal.mk' files:
  /external/chromium/third_party/icu/source/data/translit/
trnsfiles.mk 13 # Example 'trnslocal.mk' files:
  /external/icu4c/data/translit/
trnsfiles.mk 13 # Example 'trnslocal.mk' files:
  /build/tools/
dump-package-stats 38 Example output line:
  /cts/tests/tests/example/
Android.mk 19 # Replace "Example" with your name.
  /external/chromium/third_party/icu/source/data/sprep/
sprepfiles.mk 13 # Example 'spreplocal.mk' files:
  /external/icu4c/data/misc/
miscfiles.mk 13 # Example 'misclocal.mk' files:
  /external/icu4c/data/sprep/
sprepfiles.mk 13 # Example 'spreplocal.mk' files:
  /external/chromium/third_party/icu/source/data/brkitr/
brkfiles.mk 14 # Example 'brklocal.mk' files:
  /external/icu4c/data/brkitr/
brkfiles.mk 14 # Example 'brklocal.mk' files:
  /external/libvpx/examples/includes/geshi/contrib/
example.php 3 * GeSHi example script
9 * @version $Id: example.php 1512 2008-07-21 21:05:40Z benbe $
88 $geshi->set_header_content('<SPEED> <TIME> GeSHi &copy; 2004-2007, Nigel McNie, 2007-2008 Benny Baumann. View source of example.php for example of using GeSHi');
160 <h2>GeSHi Example Script</h2>
  /external/chromium/third_party/icu/source/data/rbnf/
rbnffiles.mk 14 # Example 'rbnflocal.mk' files:
  /external/icu4c/data/rbnf/
rbnffiles.mk 14 # Example 'rbnflocal.mk' files:
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 409 # Example input: "Isn't this fun?"
410 # Example output: &#8220;Isn&#8217;t this fun?&#8221;
498 # Example input: ``Isn't this fun?''
499 # Example output: &#8220;Isn't this fun?&#8221;
514 # Example input: `Isn't this fun?'
515 # Example output: &#8216;Isn&#8217;t this fun?&#8217;
583 # Example input: Huh...?
584 # Example output: Huh&#8230;?
598 # Example input: &#8220;Hello &#8212; world.&#8221;
599 # Example output: "Hello -- world.
    [all...]
  /external/chromium/third_party/icu/source/data/locales/
reslocal.mk 14 # Example 'reslocal.mk' files:
  /external/chromium/third_party/icu/source/data/mappings/
ucmfiles.mk 13 # Example 'ucmlocal.mk' files:
  /external/icu4c/data/mappings/
ucmfiles.mk 13 # Example 'ucmlocal.mk' files:
  /external/chromium/third_party/icu/source/data/coll/
colfiles.mk 14 # Example 'collocal.mk' files:
collocal.mk 14 # Example 'collocal.mk' files:
  /external/icu4c/data/curr/
resfiles.mk 14 # Example 'reslocal.mk' files:

Completed in 161 milliseconds

1 2