OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Example
(Results
1 - 6
of
6
) sorted by null
/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/iproute2/doc/
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
...]
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|.
/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
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py
25
This won't display anything unless an
example
fails, in which case the
26
failing
example
(s) and the cause(s) of the failure(s) are printed to stdout
66
# 2.
Example
& DocTest
67
'
Example
',
107
# -
Example
: a <source, want> pair, plus an intra-docstring line number.
120
# |
Example
|
122
# |
Example
|
164
# 2.
Example
& DocTest -- store test cases
172
# 10.
Example
Usage
258
# case they used print with a trailing comma in an
example
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py
25
This won't display anything unless an
example
fails, in which case the
26
failing
example
(s) and the cause(s) of the failure(s) are printed to stdout
66
# 2.
Example
& DocTest
67
'
Example
',
107
# -
Example
: a <source, want> pair, plus an intra-docstring line number.
120
# |
Example
|
122
# |
Example
|
164
# 2.
Example
& DocTest -- store test cases
172
# 10.
Example
Usage
258
# case they used print with a trailing comma in an
example
[
all
...]
Completed in 1789 milliseconds