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

<<31323334353637383940>>

  /external/jsr305/javadoc/javax/annotation/meta/
package-tree.html 94 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/TypeQualifierNickname.html" title="annotation in javax.annotation.meta"><B>TypeQualifierNickname</B></A> (implements java.lang.annotation.Annotation)
95 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/TypeQualifierDefault.html" title="annotation in javax.annotation.meta"><B>TypeQualifierDefault</B></A> (implements java.lang.annotation.Annotation)
96 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/TypeQualifier.html" title="annotation in javax.annotation.meta"><B>TypeQualifier</B></A> (implements java.lang.annotation.Annotation)
97 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/Exhaustive.html" title="annotation in javax.annotation.meta"><B>Exhaustive</B></A> (implements java.lang.annotation.Annotation)
98 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/Exclusive.html" title="annotation in javax.annotation.meta"><B>Exclusive</B></A> (implements java.lang.annotation.Annotation)
105 <LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
  /external/guava/javadoc/com/google/common/collect/
package-tree.html 95 <LI TYPE="circle">java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true" title="class or interface in java.util"><B>AbstractCollection</B></A>&lt;E&gt; (implements java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;E&gt;)
97 <LI TYPE="circle">java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/AbstractSet.html?is-external=true" title="class or interface in java.util"><B>AbstractSet</B></A>&lt;E&gt; (implements java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;E&gt;)
100 <LI TYPE="circle">com.google.common.collect.<A HREF="../../../../com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect"><B>ConcurrentHashMultiset</B></A>&lt;E&gt; (implements java.io.<A HREF="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
103 <LI TYPE="circle">com.google.common.collect.<A HREF="../../../../com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect"><B>ForwardingCollection</B></A>&lt;E&gt; (implements java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;E&gt;)
105 <LI TYPE="circle">com.google.common.collect.<A HREF="../../../../com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect"><B>ForwardingList</B></A>&lt;E&gt; (implements java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;E&gt;)
106 <LI TYPE="circle">com.google.common.collect.<A HREF="../../../../com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect"><B>ForwardingMultiset</B></A>&lt;E&gt; (implements com.google.common.collect.<A HREF="../../../../com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A>&lt;E&gt;)
107 <LI TYPE="circle">com.google.common.collect.<A HREF="../../../../com/google/common/collect/ForwardingQueue.html" title="class in com.google.common.collect"><B>ForwardingQueue</B></A>&lt;E&gt; (implements java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Queue.html?is-external=true" title="class or interface in java.util">Queue</A>&lt;E&gt;)
108 <LI TYPE="circle">com.google.common.collect.<A HREF="../../../../com/google/common/collect/ForwardingSet.html" title="class in com.google.common.collect"><B>ForwardingSet</B></A>&lt;E&gt; (implements java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;E&gt;)
110 <LI TYPE="circle">com.google.common.collect.<A HREF="../../../../com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect"><B>ForwardingSortedSet</B></A>&lt;E&gt; (implements java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</A>&lt;E&gt;)
113 <LI TYPE="circle">com.google.common.collect.<A HREF="../../../../com/google/common/collect/ForwardingIterator.html" title="class in com.google.common.collect"><B>ForwardingIterator</B></A>&lt;T&gt; (implements java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" (…)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Experiment.java 29 public class Experiment implements Runnable {
88 // Implements Runnable
ExperimentService.java 37 public class ExperimentService extends Service implements Terminator {
70 * Implements Terminator, to clean up when the experiment indicates it
  /cts/tests/src/android/theme/cts/
ActionBarModifier.java 26 public class ActionBarModifier implements ActivityTestInfo {
136 private class MyTabListener implements ActionBar.TabListener {
AlertDialogBuilder.java 24 * Implements the {@link DialogBuilder} interface to build and show
33 public class AlertDialogBuilder implements DialogBuilder {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
T_invokeinterface_19.j 18 .implements java/lang/Runnable
19 .implements dxc/junit/opcodes/invokeinterface/jm/ITest
  /cts/tools/dx-tests/src/dxc/junit/opcodes/monitorenter/
Test_monitorenter.java 109 class TestRunnable implements Runnable {
124 class TestRunnable2 implements Runnable {
  /cts/tools/signature-tools/test/signature/converter/
ConvertParameterizedTypeTest.java 67 "public final class A<T> implements I<T>{ " +
69 " final class Sub extends Super implements I<T>{} " +
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageRepo.java 37 public class TestPackageRepo implements ITestPackageRepo {
106 private static class XmlFilter implements FilenameFilter {
  /cts/tools/vm-tests/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 148 class TestRunnable implements Runnable {
163 class TestRunnable2 implements Runnable {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 148 class TestRunnable implements Runnable {
163 class TestRunnable2 implements Runnable {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid3.java 108 public class CheckableLayout extends FrameLayout implements Checkable {
132 public class MultiChoiceModeListener implements GridView.MultiChoiceModeListener {
List9.java 42 public class List9 extends ListActivity implements ListView.OnScrollListener {
44 private final class RemoveWindow implements Runnable {
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
ClassSourcer.java 30 public class ClassSourcer implements ClassVisitor {
80 mOutput.write(" implements ");
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3SerializerImpl.java 34 * This class implements the DOM3Serializer interface.
38 public final class DOM3SerializerImpl implements DOM3Serializer {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 27 * This class implements a generic PrefixResolver that
32 public class PrefixResolverDefault implements PrefixResolver
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java 30 * This class implements a Default PrefixResolver which
35 public class JAXPPrefixResolver implements PrefixResolver
  /external/bouncycastle/
Android.mk 56 -keepclassmembers "class * implements java.io.Serializable { \
66 -keepclassmembers "class * implements org.bouncycastle.crypto.paddings.BlockCipherPadding { \
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 23 * Implements the BouncyCastle Digest interface using OpenSSL's EVP API.
25 public class OpenSSLDigest implements ExtendedDigest {
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.h 140 // Implements BrowserSignin::SigninDelegate interface.
144 // Implements the NotificationObserver interface.
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UniqueStack.java 38 public class UniqueStack<T> implements Iterable<T> {
53 private static class ImmutableIterator<T> implements Iterator<T> {
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
FunctionRegistry.java 33 public class FunctionRegistry implements FunctionExecutor {
144 * @param escaper A TextFilter that implements the escaping functionality.
  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 10 // This file implements the ScheduleHazardRecognizer class, which implements
  /external/llvm/lib/Analysis/
NoAliasAnalysis.cpp 22 /// NoAA - This class implements the -no-aa pass, which always returns "I
70 /// getAdjustedAnalysisPointer - This method is used when a pass implements

Completed in 1209 milliseconds

<<31323334353637383940>>