HomeSort by relevance Sort by last modified time
    Searched full:implements (Results 76 - 100 of 8040) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/docs/
relnotes-6.5.html 117 XMesa/GLX (on Xlib) implements OpenGL 1.5
118 OSMesa (off-screen) implements OpenGL 1.5
119 Glide (3dfx Voodoo1/2) implements OpenGL 1.3
120 SVGA implements OpenGL 1.3
121 Wind River UGL implements OpenGL 1.3
122 Windows/Win32 implements OpenGL 1.5
123 DJGPP implements OpenGL 1.5
124 GGI implements OpenGL 1.3
125 BeOS implements OpenGL 1.5
  /external/jsr305/javadoc/
overview-tree.html 89 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>MatchesPattern.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
90 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>Nonnegative.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
91 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>Nonnull.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
92 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>RegEx.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
104 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/WillNotClose.html" title="annotation in javax.annotation"><B>WillNotClose</B></A> (implements java.lang.annotation.Annotation)
105 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/WillCloseWhenClosed.html" title="annotation in javax.annotation"><B>WillCloseWhenClosed</B></A> (implements java.lang.annotation.Annotation)
106 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>WillClose</B></A> (implements java.lang.annotation.Annotation)
107 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Untainted.html" title="annotation in javax.annotation"><B>Untainted</B></A> (implements java.lang.annotation.Annotation)
108 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Tainted.html" title="annotation in javax.annotation"><B>Tainted</B></A> (implements java.lang.annotation.Annotation)
109 <LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Syntax.html" title="annotation in javax.annotation"><B>Syntax</B></A> (implements java.lang.annotation.Annotation
    [all...]
  /development/samples/USB/AdbTest/
_index.html 1 <p>AdbTest is a sample program that implements a subset of the <code>adb</code> USB protocol.
2 Currently it only implements the <code>adb logcat</code> command and displays the log
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionTest.java 14 private class MyPrivilegedAction implements PrivilegedAction<String> {
23 private class MyPrivilegedAction2 implements PrivilegedAction<String> {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeXLarge.java 33 public class HomeXLarge extends Activity implements ContactsListFragment.Controller,
80 /** Implements ActionBar.Callback */
91 /** Implements ActionBar.Callback */
96 /** Implements ActionBar.Callback */
112 /** Implements ActionBar.Callback */
117 /** Implements ActionBar.Callback */
122 /** Implements ActionBar.Callback */
127 /** Implements ActionBar.Callback */
  /dalvik/dx/src/junit/runner/
StandardTestSuiteLoader.java 6 public class StandardTestSuiteLoader implements TestSuiteLoader {
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERApplicationSpecificParser.java 6 implements ASN1ApplicationSpecificParser
BERSetParser.java 6 implements ASN1SetParser
DEROctetStringParser.java 7 implements ASN1OctetStringParser
DERSetParser.java 6 implements ASN1SetParser
LazyDERConstructionEnumeration.java 7 implements Enumeration
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
ParametersWithIV.java 6 implements CipherParameters
ParametersWithRandom.java 8 implements CipherParameters
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/exception/
ExtCertPathBuilderException.java 8 implements ExtException
ExtCertPathValidatorException.java 8 implements ExtException
  /external/javassist/sample/rmi/
AlertDialog.java 6 public class AlertDialog extends Frame implements ActionListener {
  /external/junit/src/junit/runner/
StandardTestSuiteLoader.java 6 public class StandardTestSuiteLoader implements TestSuiteLoader {
  /frameworks/base/opengl/tools/glgen/stubs/jsr239/
GL11ImplHeader.java-impl 13 public class GL11Impl implements GL11 {
  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 12 public class MockDialogInterface implements DialogInterface {
  /frameworks/base/test-runner/src/junit/runner/
StandardTestSuiteLoader.java 7 public class StandardTestSuiteLoader implements TestSuiteLoader {
  /libcore/luni/src/main/java/java/sql/
Wrapper.java 30 * Returns an object that implements the given interface. If the caller is
35 * @return - an object that implements the interface
42 * If the caller is a wrapper of the class or implements the given
47 * @return - true if the instance implements the interface
  /dalvik/tests/047-returns/src/
Main.java 37 class ClassOne implements CommonInterface, Runnable {
47 class ClassTwo implements CommonInterface, Runnable {
57 class ClassThree implements Runnable {
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/paddings/
ISO10126d2Padding.java 11 implements BlockCipherPadding
34 * Return the name of the algorithm the padder implements.
36 * @return the name of the algorithm the padder implements.
ISO7816d4Padding.java 12 implements BlockCipherPadding
26 * Return the name of the algorithm the padder implements.
28 * @return the name of the algorithm the padder implements.
PKCS7Padding.java 11 implements BlockCipherPadding
25 * Return the name of the algorithm the padder implements.
27 * @return the name of the algorithm the padder implements.

Completed in 295 milliseconds

1 2 34 5 6 7 8 91011>>