Home
last modified time | relevance | path

Searched defs:newInstance (Results 1 – 25 of 171) sorted by relevance

1234567

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpDec.java98 public Dfp newInstance() { in newInstance() method in DfpDec
104 public Dfp newInstance(final byte x) { in newInstance() method in DfpDec
110 public Dfp newInstance(final int x) { in newInstance() method in DfpDec
116 public Dfp newInstance(final long x) { in newInstance() method in DfpDec
122 public Dfp newInstance(final double x) { in newInstance() method in DfpDec
128 public Dfp newInstance(final Dfp d) { in newInstance() method in DfpDec
144 public Dfp newInstance(final String s) { in newInstance() method in DfpDec
150 public Dfp newInstance(final byte sign, final byte nans) { in newInstance() method in DfpDec
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapRegionDecoder.java27 protected static BitmapRegionDecoder newInstance( in newInstance() method in ShadowBitmapRegionDecoder
33 protected static BitmapRegionDecoder newInstance(FileDescriptor fd, boolean isShareable) in newInstance() method in ShadowBitmapRegionDecoder
39 protected static BitmapRegionDecoder newInstance(InputStream is, boolean isShareable) in newInstance() method in ShadowBitmapRegionDecoder
45 protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) in newInstance() method in ShadowBitmapRegionDecoder
76 private static BitmapRegionDecoder newInstance() { in newInstance() method in ShadowBitmapRegionDecoder
DShadowJsPromptResult.java11 public static JsPromptResult newInstance() { in newInstance() method in ShadowJsPromptResult
DShadowDiscoverySession.java12 public static DiscoverySession newInstance() { in newInstance() method in ShadowDiscoverySession
DShadowPeerHandle.java12 public static PeerHandle newInstance() { in newInstance() method in ShadowPeerHandle
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DLog4jLoggerFactory.java61 Logger newInstance = new Logger(name); in getLogger() local
72 Logger newInstance = loggerFactory.makeNewLoggerInstance(name); in getLogger() local
/external/objenesis/tck/src/test/java/org/objenesis/tck/
DTCKTest.java33 public <T> T newInstance(Class<T> clazz) { in newInstance() method in TCKTest.StubbedInstantiator1
43 public <T> T newInstance(Class<T> clazz) { in newInstance() method in TCKTest.StubbedInstantiator2
108 public <T> T newInstance(Class<T> clazz) { in newInstance() method in TCKTest.SelectiveInstantiator
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DExoPlayerFactory.java213 public static ExoPlayer newInstance( in newInstance() method in ExoPlayerFactory
221 public static ExoPlayer newInstance( in newInstance() method in ExoPlayerFactory
229 public static ExoPlayer newInstance( in newInstance() method in ExoPlayerFactory
246 public static ExoPlayer newInstance( in newInstance() method in ExoPlayerFactory
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DRepresentation.java71 public static Representation newInstance( in newInstance() method in Representation
86 public static Representation newInstance( in newInstance() method in Representation
108 public static Representation newInstance( in newInstance() method in Representation
205 public static SingleSegmentRepresentation newInstance( in newInstance() method in Representation.SingleSegmentRepresentation
/external/guice/core/src/com/google/inject/internal/
DDefaultConstructionProxyFactory.java87 public T newInstance(Object... arguments) throws InvocationTargetException { in newInstance() method in DefaultConstructionProxyFactory.FastClassProxy
124 public T newInstance(Object... arguments) throws InvocationTargetException { in newInstance() method in DefaultConstructionProxyFactory.ReflectiveProxy
/external/objenesis/main/src/main/java/org/objenesis/instantiator/
DObjectInstantiator.java31 T newInstance(); in newInstance() method
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DParserFactory.java27 Parser newInstance(); in newInstance() method
/external/grpc-grpc-java/protobuf-nano/src/main/java/io/grpc/protobuf/nano/
DMessageNanoFactory.java29 T newInstance(); in newInstance() method
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DConstraintFormula.java31 ReductionResult newInstance = new ReductionResult(); in withConstraint() local
40 ReductionResult newInstance = new ReductionResult(); in withBound() local
/external/apache-http/src/org/apache/http/impl/cookie/
DBestMatchSpecFactory.java52 public CookieSpec newInstance(final HttpParams params) { in newInstance() method in BestMatchSpecFactory
DRFC2109SpecFactory.java52 public CookieSpec newInstance(final HttpParams params) { in newInstance() method in RFC2109SpecFactory
/external/mockito/src/main/java/org/mockito/creation/instance/
DInstantiator.java20 <T> T newInstance(Class<T> cls) throws InstantiationException; in newInstance() method
/external/mockito/src/main/java/org/mockito/internal/creation/instance/
DInstantiator.java20 <T> T newInstance(Class<T> cls) throws InstantiationException; in newInstance() method
/external/auto/factory/src/test/resources/good/
DSimpleClassImplementingSimpleInterface.java24 SimpleClassImplementingSimpleInterface newInstance(); in newInstance() method
/external/apache-http/src/org/apache/http/auth/
DAuthSchemeFactory.java49 AuthScheme newInstance(HttpParams params); in newInstance() method
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DNewInstanceSchema.java35 Object newInstance(Object defaultInstance); in newInstance() method
DNewInstanceSchemaLite.java35 public Object newInstance(Object defaultInstance) { in newInstance() method in NewInstanceSchemaLite
DNewInstanceSchemaFull.java35 public Object newInstance(Object defaultInstance) { in newInstance() method in NewInstanceSchemaFull
/external/apache-http/src/org/apache/http/cookie/
DCookieSpecFactory.java49 CookieSpec newInstance(HttpParams params); in newInstance() method
/external/apache-http/src/org/apache/http/impl/auth/
DBasicSchemeFactory.java51 public AuthScheme newInstance(final HttpParams params) { in newInstance() method in BasicSchemeFactory

1234567