HomeSort by relevance Sort by last modified time
    Searched refs:fromClass (Results 1 - 21 of 21) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ObjectFormat.java 29 public static MutableFrameFormat fromClass(Class clazz, int count, int target) {
40 public static MutableFrameFormat fromClass(Class clazz, int target) {
41 return fromClass(clazz, FrameFormat.SIZE_UNSPECIFIED, target);
47 : fromClass(object.getClass(), FrameFormat.SIZE_UNSPECIFIED, target);
53 : fromClass(object.getClass(), count, target);
  /external/junit/src/org/junit/internal/matchers/
TypeSafeMatcher.java 27 private static Class<?> findExpectedType(Class<?> fromClass) {
28 for (Class<?> c = fromClass; c != Object.class; c = c.getSuperclass()) {
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
StringLogger.java 38 addMaskedInputPort("string", ObjectFormat.fromClass(Object.class,
StringSource.java 45 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
ToUpperCase.java 41 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
SinWaveFilter.java 47 mOutputFormat = ObjectFormat.fromClass(Float.class, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawOverlayFilter.java 52 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
CropFilter.java 80 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
DrawRectFilter.java 74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java 369 MutableFrameFormat format = ObjectFormat.fromClass(field.getType(),
390 MutableFrameFormat format = ObjectFormat.fromClass(varType,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
junit-dep-4.8.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 328 def __forwardmethods(fromClass, toClass, toPart, exclude = ()):
340 for ex in __methods(fromClass):
350 fromClass.__dict__[method] = d[method]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 328 def __forwardmethods(fromClass, toClass, toPart, exclude = ()):
340 for ex in __methods(fromClass):
350 fromClass.__dict__[method] = d[method]
    [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 3679 milliseconds