HomeSort by relevance Sort by last modified time
    Searched refs:newInstance (Results 226 - 250 of 2659) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationInfo.java 62 public static AllocationInfo newInstance(Allocation allocation) {
89 public static AllocationInfo newInstance(Size size, int format, int usage) {
127 public static AllocationInfo newInstance(Size size, int format) {
128 return newInstance(size, format, Allocation.USAGE_SCRIPT);
145 public static AllocationInfo newInstance(Element element, Size size) {
164 public static AllocationInfo newInstance(Element element, Size size, int usage) {
193 return newInstance(getSize(), format, usage);
208 return newInstance(element, getSize());
223 return newInstance(getSize(), format, Allocation.USAGE_SCRIPT);
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
InstructionFragment.java 34 public static InstructionFragment newInstance() {
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
InstructionFragment.java 34 public static InstructionFragment newInstance() {
  /development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
InstructionFragment.java 34 public static InstructionFragment newInstance() {
  /external/apache-http/src/org/apache/http/impl/cookie/
BestMatchSpecFactory.java 52 public CookieSpec newInstance(final HttpParams params) {
BrowserCompatSpecFactory.java 52 public CookieSpec newInstance(final HttpParams params) {
NetscapeDraftSpecFactory.java 52 public CookieSpec newInstance(final HttpParams params) {
RFC2109SpecFactory.java 52 public CookieSpec newInstance(final HttpParams params) {
RFC2965SpecFactory.java 52 public CookieSpec newInstance(final HttpParams params) {
  /external/guice/core/src/com/google/inject/internal/
ConstructionProxy.java 38 T newInstance(Object... arguments) throws InvocationTargetException;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
FieldInitializationInTwoConstructorsTest.java 30 targetClass.newInstance();
ImplicitFieldInitializationTest.java 29 targetClass.newInstance();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/java8/
InterfaceDefaultMethodsTest.java 29 loader.add(InterfaceDefaultMethodsTarget.Impl.class).newInstance();
LambdaExpressionsTest.java 29 final Object instance = targetClass.newInstance();
  /external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java 54 TestClass proxy1 = (TestClass)proxyClass1.newInstance();
61 TestClass proxy2 = (TestClass)proxyClass2.newInstance();
79 TestClass proxy3 = (TestClass)proxyClass3.newInstance();
85 TestClass proxy4 = (TestClass)proxyClass4.newInstance();
  /external/junit/src/main/java/org/junit/validator/
AnnotationValidatorFactory.java 34 AnnotationValidator annotationValidator = clazz.newInstance();
  /external/mockito/src/main/java/org/mockito/internal/configuration/
ClassPathLoader.java 67 return (IMockitoConfiguration) configClass.newInstance();
  /external/mockito/src/test/java/org/mockito/internal/runners/util/
RunnerProviderTest.java 21 InternalRunner runner = provider.newInstance(DefaultInternalRunner.class.getName(), this.getClass(), null);
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/gcj/
GCJInstantiator.java 38 public T newInstance() {
GCJSerializationInstantiator.java 41 public T newInstance() {
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 106 CodedInputStream input = CodedInputStream.newInstance(data);
110 input = CodedInputStream.newInstance(data);
114 input = CodedInputStream.newInstance(data);
118 input = CodedInputStream.newInstance(data);
124 input = CodedInputStream.newInstance(
129 input = CodedInputStream.newInstance(
134 input = CodedInputStream.newInstance(
139 input = CodedInputStream.newInstance(
163 CodedInputStream input = CodedInputStream.newInstance(data);
171 input = CodedInputStream.newInstance(data)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameComponentPool.java 39 getAvailable().add(objectClass.newInstance());
  /frameworks/base/core/java/android/content/res/
ConfigurationBoundResourceCache.java 40 return entry.newInstance(resources, theme);
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
ReflectIntermediateClass.java 36 value += ((Integer) get.invoke(bigClass.newInstance())).intValue();
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintProgressFragment.java 31 public static PrintProgressFragment newInstance() {

Completed in 472 milliseconds

1 2 3 4 5 6 7 8 91011>>