Home
last modified time | relevance | path

Searched defs:ofType (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/
DKey.java263 public <T> Key<T> ofType(Class<T> type) { in ofType() method in Key
272 public Key<?> ofType(Type type) { in ofType() method in Key
281 public <T> Key<T> ofType(TypeLiteral<T> type) { in ofType() method in Key
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DSilenceTrackImpl.java22 public SilenceTrackImpl(Track ofType, long ms) { in SilenceTrackImpl()