HomeSort by relevance Sort by last modified time
    Searched defs:Implements (Results 1 - 10 of 10) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
Implements.java 12 public @interface Implements {
  /prebuilts/go/darwin-x86/src/go/types/
api.go 5 // Package types declares the data types and implements
35 // An Error describes a type-checking error; it implements the error interface.
332 // Implements reports whether type V implements interface T.
333 func Implements(V Type, T *Interface) bool {
  /prebuilts/go/linux-x86/src/go/types/
api.go 5 // Package types declares the data types and implements
35 // An Error describes a type-checking error; it implements the error interface.
332 // Implements reports whether type V implements interface T.
333 func Implements(V Type, T *Interface) bool {
  /external/robolectric/v3/
robolectric-annotations-3.1-SNAPSHOT.jar 
  /prebuilts/go/darwin-x86/src/reflect/
type.go 5 // Package reflect implements run-time reflection, allowing a program to
90 // Implements reports whether the type implements the interface type u.
91 Implements(u Type) bool
1105 func (t *rtype) Implements(u Type) bool {
1107 panic("reflect: nil type passed to Type.Implements")
1110 panic("reflect: non-interface type passed to Type.Implements")
1112 return implements(u.(*rtype), t)
1120 return directlyAssignable(uu, t) || implements(uu, t)
1135 // implements reports whether the type V implements the interface type T
1136 func implements(T, V *rtype) bool { func
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 5 // Package reflect implements run-time reflection, allowing a program to
90 // Implements reports whether the type implements the interface type u.
91 Implements(u Type) bool
1105 func (t *rtype) Implements(u Type) bool {
1107 panic("reflect: nil type passed to Type.Implements")
1110 panic("reflect: non-interface type passed to Type.Implements")
1112 return implements(u.(*rtype), t)
1120 return directlyAssignable(uu, t) || implements(uu, t)
1135 // implements reports whether the type V implements the interface type T
1136 func implements(T, V *rtype) bool { func
    [all...]
  /art/runtime/mirror/
class-inl.h 306 inline bool Class::Implements(Class* klass) {
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js 1356 Implements: function(items){
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 768 // This struct holds information about a segment, plus a pointer to the function that implements the evaluation.
796 cmsStageSignature Implements; // Identifies the *function* of the stage (for optimizations)
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 436 milliseconds