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

<<11121314151617181920>>

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
AssignableFromTest.java 76 private class Pencil extends TestCase implements WritingInstrument {
81 private class Pen extends TestCase implements WritingInstrument {
  /frameworks/support/v4/java/android/support/v4/view/
ViewConfigurationCompat.java 35 static class BaseViewConfigurationVersionImpl implements ViewConfigurationVersionImpl {
45 static class FroyoViewConfigurationVersionImpl implements ViewConfigurationVersionImpl {
  /packages/apps/Contacts/tests/src/com/android/contacts/format/
TestTextWithHighlightingFactory.java 28 public final class TestTextWithHighlightingFactory implements TextWithHighlightingFactory {
31 implements TextWithHighlighting {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CrossProcessCursorWrapper.java 25 * Cursor wrapper that implements {@link CrossProcessCursor}, but will only behave as such if the
28 public class CrossProcessCursorWrapper extends CursorWrapper implements CrossProcessCursor {
  /external/easymock/src/org/easymock/
EasyMockSupport.java 32 * Creates a mock object that implements the given interface, order checking
47 * Creates a mock object that implements the given interface, order checking
66 * Creates a mock object that implements the given interface, order checking
81 * Creates a mock object that implements the given interface, order checking
101 * Creates a mock object that implements the given interface, order checking
117 * Creates a mock object that implements the given interface, order checking
  /external/mesa3d/docs/
RELNOTES-4.0 136 XMesa (Xlib) implements OpenGL 1.3
137 OSMesa (off-screen) implements OpenGL 1.3
138 FX (3dfx Voodoo1/2) implements OpenGL 1.3
139 SVGA implements OpenGL 1.3
140 Wind River UGL implements OpenGL 1.3
141 Windows/Win32 implements OpenGL 1.3
intro.html 82 October 1996: Mesa 2.0 is released. It implements the OpenGL 1.1 specification.
109 It implements the OpenGL 1.3 specification.
121 It implements the OpenGL 1.4 specification.
125 January 2003: Mesa 6.0 is released. It implements the OpenGL 1.5
156 Version 7.x of Mesa implements the OpenGL 2.1 API. The main feature
163 Version 6.x of Mesa implements the OpenGL 1.5 API with the following
203 Version 5.x of Mesa implements the OpenGL 1.4 API with the following
230 Version 4.x of Mesa implements the OpenGL 1.3 API with the following
249 Version 3.x of Mesa implements the OpenGL 1.2 API with the following
264 Version 2.x of Mesa implements the OpenGL 1.1 API with the followin
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchange.java 68 implements AccountSetupExchangeFragment.Callback, OnClickListener {
110 * Implements View.OnClickListener
158 * Implements AccountCheckSettingsFragment.Callbacks
181 * Implements AccountServerBaseFragment.Callback
193 * Implements AccountServerBaseFragment.Callback
201 * Implements AccountServerBaseFragment.Callback
EditQuickResponseDialog.java 40 implements DialogInterface.OnClickListener, TextWatcher {
107 // implements TextWatcher
113 // implements TextWatcher
117 // implements TextWatcher
130 * Implements DialogInterface.OnClickListener
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectOutputStreamTest.java 47 public class ObjectOutputStreamTest extends TestCase implements Serializable {
51 public class SerializableTestHelper implements Serializable {
99 private static class SerializationTest implements java.io.Serializable {
108 implements Serializable {
118 private static class SpecTestSuperClass implements Runnable, Serializable {
125 private static class SpecTest extends SpecTestSuperClass implements
154 private static class SpecTestSubclass extends SpecTest implements
159 private static class ReadWriteObject implements java.io.Serializable {
181 private static class PublicReadWriteObject implements java.io.Serializable {
203 private static class FieldOrder implements Serializable
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventManager.java 155 private class AdapterStateChangedHandler implements Handler {
171 private class ScanningStateChangedHandler implements Handler {
189 private class DeviceFoundHandler implements Handler {
220 private class DeviceDisappearedHandler implements Handler {
238 private class NameChangedHandler implements Handler {
245 private class BondStateChangedHandler implements Handler {
329 private class ClassChangedHandler implements Handler {
336 private class UuidChangedHandler implements Handler {
343 private class PairingCancelHandler implements Handler {
355 private class DockEventHandler implements Handler
    [all...]
  /external/guava/src/com/google/common/base/
Functions.java 53 private enum ToStringFunction implements Function<Object, String> {
74 private enum IdentityFunction implements Function<Object, Object> {
96 implements Function<K, V>, Serializable {
140 implements Function<K, V>, Serializable {
186 implements Function<A, C>, Serializable {
225 implements Function<T, Boolean>, Serializable {
262 implements Function<Object, E>, Serializable {
Suppliers.java 54 implements Supplier<T>, Serializable {
84 implements Supplier<T>, Serializable {
128 implements Supplier<T>, Serializable {
162 implements Supplier<T>, Serializable {
183 implements Supplier<T>, Serializable {
  /external/llvm/lib/Target/MBlaze/
MBlaze.td 35 "Implements barrel shifter">;
37 "Implements hardware divider">;
39 "Implements hardware multiplier">;
41 "Implements pattern compare instruction">;
43 "Implements floating point unit">;
45 "Implements multiplier with 64-bit result">;
47 "Implements sqrt and floating point convert">;
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 199 class TestFCError implements Function {
212 class TestFCCount implements Function {
226 class TestFCZeroBlob implements Function {
239 class TestFCString implements Function {
253 class TestFCInt implements Function {
267 class TestFCByteArray implements Function {
281 class SinFunc implements Function {
  /external/clang/test/Analysis/
security-syntax-checks.m 101 rand(); // expected-warning{{Function 'rand' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
102 drand48(); // expected-warning{{Function 'drand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
103 erand48(a); // expected-warning{{Function 'erand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
104 jrand48(a); // expected-warning{{Function 'jrand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
105 lcong48(a); // expected-warning{{Function 'lcong48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
106 lrand48(); // expected-warning{{Function 'lrand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
107 mrand48(); // expected-warning{{Function 'mrand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
108 nrand48(a); // expected-warning{{Function 'nrand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
109 rand_r(&b); // expected-warning{{Function 'rand_r' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
  /external/chromium/chrome/browser/extensions/
extension_cookies_api.h 96 // Implements the cookies.get() extension function.
114 // Implements the cookies.getAll() extension function.
132 // Implements the cookies.set() extension function.
157 // Implements the cookies.remove() extension function.
176 // Implements the cookies.getAllCookieStores() extension function.
  /packages/apps/Browser/src/com/android/browser/homepages/
Template.java 65 static class StringEntity implements Entity {
80 static class SimpleEntity implements Entity {
95 static class ListEntity implements Entity {
116 public abstract static class CursorListEntityWrapper implements ListEntityIterator {
145 static class HashMapEntityData implements EntityData {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResultRepo.java 34 public class TestResultRepo implements ITestResultRepo {
121 private class ResultDirFilter implements FileFilter {
135 private class FileComparator implements Comparator<File> {
  /development/apps/Development/src/com/android/development/
LogViewer.java 75 private class LogReader implements Runnable {
139 private class AppendThrowable implements Runnable {
152 private class AppendCharacters implements Runnable {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 37 * The activity implements TextToSpeech.OnInitListener for this purpose.</li>
47 public class TextToSpeechActivity extends Activity implements TextToSpeech.OnInitListener {
87 // Implements TextToSpeech.OnInitListener.
  /external/clang/test/SemaObjC/
comptypes-1.m 43 (which implements MyProtocol). */
51 MyOtherClass implements MyProtocol). */
77 /* Any comparison between 'MyOtherClass *' (which implements
  /external/emma/core/java12/com/vladium/emma/report/
ItemComparator.java 52 private static final class NullComparator implements ItemComparator
62 private static final class ReverseComparator implements ItemComparator
81 private static final class CompositeComparator implements ItemComparator
  /external/javassist/src/test/test/javassist/proxy/
ProxySerializationTest.java 81 public static class TestFilter implements MethodFilter, Serializable
106 public static class TestHandler implements MethodHandler, Serializable
128 public static class TestClass implements Serializable
  /external/jsilver/src/com/google/clearsilver/jsilver/
TemplateRenderer.java 37 * System.out/err), StringBuffer/StringBuilder or anything that implements
63 * System.out/err), StringBuffer/StringBuilder or anything that implements
90 * System.out/err), StringBuffer/StringBuilder or anything that implements

Completed in 541 milliseconds

<<11121314151617181920>>