OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:implements
(Results
326 - 350
of
8040
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/mesa3d/docs/
relnotes-6.4.html
77
XMesa (Xlib)
implements
OpenGL 1.5
78
OSMesa (off-screen)
implements
OpenGL 1.5
79
Windows/Win32
implements
OpenGL 1.5
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java
29
implements
org.xml.sax.Parser
100
implements
ContentHandler
191
implements
AttributeList
/frameworks/base/core/java/com/android/internal/util/
Predicates.java
80
private static class AndPredicate<T>
implements
Predicate<T> {
97
private static class OrPredicate<T>
implements
Predicate<T> {
114
private static class NotPredicate<T>
implements
Predicate<T> {
/libcore/luni/src/main/java/java/util/concurrent/
Executor.java
31
* class DirectExecutor
implements
Executor {
42
* class ThreadPerTaskExecutor
implements
Executor {
54
* class SerialExecutor
implements
Executor {
/packages/apps/Contacts/src/com/android/contacts/vcard/
CancelActivity.java
39
public class CancelActivity extends Activity
implements
ServiceConnection {
51
private class RequestCancelListener
implements
DialogInterface.OnClickListener {
60
implements
DialogInterface.OnClickListener, DialogInterface.OnCancelListener {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java
34
public class SlideshowDataAdapter
implements
SlideshowPage.Model {
83
private class ReloadTask
implements
Job<Void> {
136
private class SourceListener
implements
ContentListener {
/external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
hyts_services.jar
hyts_services2.jar
/libcore/luni/src/test/java/tests/security/cert/
CertStore2Test.java
281
static class MyCertStoreParameters
implements
CertStoreParameters {
287
static class MyOtherCertStoreParameters
implements
CertStoreParameters {
293
static class MyCRLSelector
implements
CRLSelector {
304
static class MyOtherCRLSelector
implements
CRLSelector {
315
static class MyCertSelector
implements
CertSelector {
327
static class MyOtherCertSelector
implements
CertSelector {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ViewResultsActivity.java
39
public class ViewResultsActivity extends Activity
implements
View.OnClickListener {
93
//
Implements
View.OnClickListener
/development/pdk/docs/porting/
gps.jd
17
<p>Android defines a user space C abstraction interface for GPS hardware. The interface header is defined in <code>include/hardware/gps.h</code>. In order to integate GPS with Android, you need to build a shared library that
implements
this interface. </p>
22
<p>To implement a GPS driver, create a shared library that
implements
the interface defined in <code>gps.h</code>. You must name your shared library <code>libgps.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. Place GPS sources and Android.mk in <code>vendor/acme/chipset_or_board/gps/</code> (where "acme" is your organization name and "chipset_or_board" is your hardware target).</p>
sensors.jd
18
In order to integrate sensors with Android you need to build a shared library that
implements
this interface.
34
<p> To implement a Sensors driver, create a shared library that
implements
the interface defined in <code>sensors.h</code>. You must name your shared library
/development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionScroll.java
33
* {@link android.widget.ScrollView}, in turn,
implements
{@link android.view.View#requestRectangleOnScreen}
34
* thereby acheiving the result. Note that {@link android.widget.ListView} also
implements
the
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorLEDController.java
23
class LedValueUpdater
implements
Slider.SliderPositionListener {
42
class LabelClickListener
implements
OnClickListener {
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java
100
public class tmpKey
implements
Key {
118
public class tmp1Key
implements
Key {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertStoreSpiTest.java
85
public static class tmpCRLSelector
implements
CRLSelector {
93
public static class tmpCertSelector
implements
CertSelector {
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyPairGenerator1.java
93
public class PubKey
implements
PublicKey {
119
public class PrivKey
implements
PrivateKey {
/external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java
24
* which
implements
StringEncoder. This comparator
33
public class StringEncoderComparator
implements
Comparator {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
package.html
22
<p>
Implements
the {@link javax.xml.transform.Templates} interface,
25
<p>{@link org.apache.xalan.templates.StylesheetRoot}
implements
the {@link javax.xml.transform.Templates} interface, and
/external/apache-xml/src/main/java/org/apache/xml/serializer/
package.html
32
implements
plain text serialization.
34
implements
XML serialization.
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java
9
*
Implements
the Segmented Integer Counter (SIC) mode on top of a simple
12
public class SICBlockCipher
implements
BlockCipher
/external/easymock/src/org/easymock/
IMocksControl.java
24
* Creates a mock object that
implements
the given interface.
32
* Creates a mock object that
implements
the given interface.
/external/guava/src/com/google/common/util/concurrent/
ListenableFutureTask.java
24
* A {@link FutureTask} that also
implements
the {@link ListenableFuture}
33
implements
ListenableFuture<V> {
/external/proguard/examples/ant/
servlets.xml
21
<keep access="public"
implements
="javax.servlet.Servlet" />
52
<keepclassmembers
implements
="java.io.Serializable">
/external/proguard/examples/
library.pro
64
-keepclassmembers class *
implements
java.io.Serializable {
78
# -keep public class *
implements
mypackage.MyInterface
Completed in 1407 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>