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

1 2 3 4

  /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
  /external/compiler-rt/make/platform/
multi_arch.mk 1 Description := Example configuration for build two libraries for separate \
  /sdk/eclipse/scripts/
update_version.sh 12 Example:
  /external/chromium_org/v8/tools/
v8-info.sh 55 Example usage: $0 -i 3.19.10$
59 Example usage: $0 -v 14981
63 Example usage: $0 -m 3.18
67 Example usage: $0 -p 3.19.12.1
71 Example usage: $0 -u 3.19.10:3.19.11
  /external/chromium_org/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/calendarcommon/
Android.mk 19 # Replace "Example" with your name.
  /cts/tests/tests/example/
Android.mk 19 # Replace "Example" with your name.
  /cts/tests/tests/renderscript/
Android.mk 19 # Replace "Example" with your name.
  /cts/tests/tests/rscpp/
Android.mk 19 # Replace "Example" with your name.
  /cts/tests/tests/rsg/
Android.mk 19 # Replace "Example" with your name.
  /external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk 13 # Example 'misclocal.mk' files:
  /external/chromium_org/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_org/chrome/browser/resources/print_preview/
print_preview_utils.js 88 * Example: "1-4, 9, 3-6, 10, 11" is valid, assuming |totalPageCount| >= 11.
89 * Example: "1-4, -6" is valid, assuming |totalPageCount| >= 6.
90 * Example: "2-" is valid, assuming |totalPageCount| >= 2, means from 2 to the
92 * Example: "4-2, 11, -6" is invalid.
93 * Example: "-" is valid, assuming |totalPageCount| >= 1.
94 * Example: "1-4dsf, 11" is invalid regardless of |totalPageCount|.
  /external/compiler-rt/make/
util.mk 62 # Example:
65 # Example Output:
  /external/icu4c/data/brkitr/
brkfiles.mk 14 # Example 'brklocal.mk' files:
  /external/chromium_org/chrome/renderer/resources/extensions/
schema_utils.js 79 // Example return value for chrome.windows.getCurrent:
94 // Example return value for call: chrome.windows.get(1, callback) is:
  /external/libvpx/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/markdown/MarkdownTest/
MarkdownTest.pl 114 Use "--" to end switch parsing. For example, to open a file named "-z", use:
123 "./Markdown.pl". Example:

Completed in 288 milliseconds

1 2 3 4