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

  /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/icu4c/data/misc/
miscfiles.mk 13 # Example 'misclocal.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/icu4c/data/sprep/
sprepfiles.mk 13 # Example 'spreplocal.mk' files:
  /external/icu4c/data/brkitr/
brkfiles.mk 14 # Example 'brklocal.mk' files:
  /external/icu4c/data/rbnf/
rbnffiles.mk 14 # Example 'rbnflocal.mk' files:
  /external/icu4c/data/mappings/
ucmfiles.mk 13 # Example 'ucmlocal.mk' files:
  /external/icu4c/data/coll/
colfiles.mk 14 # Example 'collocal.mk' files:
  /external/iproute2/doc/
api-ip6-flowlabels.tex 176 \paragraph{Example.}
177 \addcontentsline{toc}{subsection}{Example}
341 \paragraph{Example.}
342 \addcontentsline{toc}{subsection}{Example}
378 A bit more complicated example using routing header can be found
380 contains an example of using operation \verb|IPV6_FL_A_RENEW|.
ip-cref.tex 403 to all hosts sharing the same link. A typical example is an Ethernet link.
807 \paragraph{Example:} Delete all the addresses from the private network
819 Another instructive example is disabling IP on all the Ethernets:
823 And the last example shows how to flush all the IPv6 addresses
920 \paragraph{Example:}
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 108 Example of a config:
  /external/icu4c/data/locales/
resfiles.mk 14 # Example 'reslocal.mk' files:
  /external/blktrace/btreplay/doc/
btreplay.tex 42 example usages of it in everyday work here at OSLO's Scalability and
346 an example of some output, while figure~\ref{fig:verb-defs}
356 \caption{\label{fig:verb-out}Verbose Output Example}
472 removed). Example: \texttt{/dev/sda} would just be \texttt{sda}.
478 An example file for when one would map devices \texttt{/dev/sda} and
  /external/v8/src/
string.js 376 // the static properties of the RegExp constructor. Example:
  /external/dropbear/libtomcrypt/
crypt.tex 171 For example, consider a hardware platform with a specialized RNG device. Obviously one would like to tap
236 An example of handling an error is:
319 Certain functions such as (for example) \textit{rsa\_export()} give an output that is variable length. To prevent buffer overflows you
320 must pass it the length of the buffer where the output will be stored. For example:
351 In the above example if the size of the RSA public key was more than 1024 bytes this function would return an error code
363 Certain PRNG algorithms do not require a \textit{prng\_state} argument (sprng for example). The \textit{prng\_state} argument
394 lower eight bits contain data. For example, if you want to pass a 256 bit key to a symmetric ciphers setup routine, you
425 that you should only used this scheduled key with the intended cipher. For example, if you call \textit{blowfish\_setup()} do not
465 will return {\bf CRYPT\_OK} if the key size specified is acceptable. For example:
496 An example snippet that encodes a block with Blowfish in ECB mode
    [all...]
  /external/blktrace/btt/doc/
btt.tex 171 example\footnote{As with this display, the author has taken some liberty
220 Looking at the following example:
361 to do with the originating IO. For example, if an application is
364 or kjournald for example). Similarly, completion traces are rarely
460 than grepping through a blkparse output file for example). The
491 (low) and on (high). For example, here is a snippet of a file showing
637 spaces). As an example, here is a snippet of 4 IOs that were merged
717 An example name would be after specifying \texttt{-s seek} would be:
    [all...]
  /external/grub/docs/
texinfo.tex 308 % the page break happens to be in the middle of an example.
470 % is used only in environments like @example, where each line of input
475 % If an index command is used in an @example environment, any spaces
629 % equivalent to this in @example-like environments. Otherwise, a space
690 % @example, where each end-of-line in the input causes an
728 group can only be used in environments such as @example,^^J%
771 % good page breaking, for example.) However, I could not construct an
772 % example where a page broke at this \penalty; if it happens in a real
802 % This defn is used inside nofill environments such as @example.
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 22 * In the following example the std-out and error-port are redirected to
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js 16 * In the following example the std-out and error-port are redirected to
    [all...]

Completed in 1562 milliseconds