Home
last modified time | relevance | path

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

12345678910>>...403

/external/apache-commons-math/src/main/java/org/apache/commons/math3/dfp/
DDfpDec.java113 public Dfp newInstance() { in newInstance() method in DfpDec
119 public Dfp newInstance(final byte x) { in newInstance() method in DfpDec
125 public Dfp newInstance(final int x) { in newInstance() method in DfpDec
131 public Dfp newInstance(final long x) { in newInstance() method in DfpDec
137 public Dfp newInstance(final double x) { in newInstance() method in DfpDec
143 public Dfp newInstance(final Dfp d) { in newInstance() method in DfpDec
158 public Dfp newInstance(final String s) { in newInstance() method in DfpDec
164 public Dfp newInstance(final byte sign, final byte nans) { in newInstance() method in DfpDec
/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
DDfp.java550 public Dfp newInstance() { in newInstance() method in Dfp
558 public Dfp newInstance(final byte x) { in newInstance() method in Dfp
566 public Dfp newInstance(final int x) { in newInstance() method in Dfp
574 public Dfp newInstance(final long x) { in newInstance() method in Dfp
582 public Dfp newInstance(final double x) { in newInstance() method in Dfp
591 public Dfp newInstance(final Dfp d) { in newInstance() method in Dfp
610 public Dfp newInstance(final String s) { in newInstance() method in Dfp
620 public Dfp newInstance(final byte sig, final byte code) { in newInstance() method in Dfp
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapRegionDecoder.java24 protected static BitmapRegionDecoder newInstance( in newInstance() method in ShadowBitmapRegionDecoder
30 protected static BitmapRegionDecoder newInstance(FileDescriptor fd, boolean isShareable) in newInstance() method in ShadowBitmapRegionDecoder
36 protected static BitmapRegionDecoder newInstance(InputStream is, boolean isShareable) in newInstance() method in ShadowBitmapRegionDecoder
42 protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) in newInstance() method in ShadowBitmapRegionDecoder
76 private static BitmapRegionDecoder newInstance() { in newInstance() method in ShadowBitmapRegionDecoder
DBackupDataOutputFactory.java18 public static BackupDataOutput newInstance() { in newInstance() method in BackupDataOutputFactory
24 public static BackupDataOutput newInstance(long quota) { in newInstance() method in BackupDataOutputFactory
31 public static BackupDataOutput newInstance(long quota, int transportFlags) { in newInstance() method in BackupDataOutputFactory
DShadowScanResult.java15 public static ScanResult newInstance( in newInstance() method in ShadowScanResult
24 public static ScanResult newInstance( in newInstance() method in ShadowScanResult
56 public static ScanResult newInstance( in newInstance() method in ShadowScanResult
DShadowJsPromptResult.java11 public static JsPromptResult newInstance() { in newInstance() method in ShadowJsPromptResult
DShadowPeerHandle.java12 public static PeerHandle newInstance() { in newInstance() method in ShadowPeerHandle
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/driver/
DFuzzTargetHolder.java25 public static FuzzTarget autofuzzFuzzTarget(Callable<Object> newInstance) { in autofuzzFuzzTarget()
48 public final Callable<Object> newInstance; field in FuzzTargetHolder.FuzzTarget
51 public FuzzTarget(Method method, Callable<Object> newInstance, Optional<Method> tearDown) { in FuzzTarget()
/external/mockito/src/main/java/org/mockito/plugins/
DMemberAccessor.java18 Object newInstance(Constructor<?> constructor, Object... arguments) in newInstance() method
21 default Object newInstance( in newInstance() method
42 Object newInstance() in newInstance() method
/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DClonesArguments.java27 Object newInstance = Array.newInstance(from.getClass().getComponentType(), len); in answer() local
35 Object newInstance = instantiator.newInstance(from.getClass()); in answer() local
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DLog4jLoggerFactory.java43 Logger newInstance = new Logger(name); in getLogger() local
54 Logger newInstance = loggerFactory.makeNewLoggerInstance(name); in getLogger() local
/external/ow2-asm/asm-test/src/test/java/org/objectweb/asm/test/
DClassFileTest.java39 Executable newInstance = () -> classFile.newInstance(); in testNewInstance_validClass() local
54 Executable newInstance = () -> classFile.newInstance(); in testNewInstance_invalidClass() local
69 Executable newInstance = () -> ClassFile.newInstance(className, classContent); in testStaticNewInstance_invalidClass() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
DByteArrayOutputStreamTest.java44 T newInstance(); in newInstance() method
46 T newInstance(final int size); in newInstance() method
51 public ByteArrayOutputStream newInstance() { in newInstance() method in ByteArrayOutputStreamTest.ByteArrayOutputStreamFactory
56 public ByteArrayOutputStream newInstance(final int size) { in newInstance() method in ByteArrayOutputStreamTest.ByteArrayOutputStreamFactory
63 public UnsynchronizedByteArrayOutputStream newInstance() { in newInstance() method in ByteArrayOutputStreamTest.UnsynchronizedByteArrayOutputStreamFactory
68 public UnsynchronizedByteArrayOutputStream newInstance(final int size) { in newInstance() method in ByteArrayOutputStreamTest.UnsynchronizedByteArrayOutputStreamFactory
/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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/
DSHA256Digest.java39 public static SavableDigest newInstance() in newInstance() method in SHA256Digest
44 public static SavableDigest newInstance(CryptoServicePurpose purpose) in newInstance() method in SHA256Digest
49 public static SavableDigest newInstance(Digest digest) in newInstance() method in SHA256Digest
59 public static SavableDigest newInstance(byte[] encoded) in newInstance() method in SHA256Digest
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/digests/
DSHA256Digest.java39 public static SavableDigest newInstance() in newInstance() method in SHA256Digest
44 public static SavableDigest newInstance(CryptoServicePurpose purpose) in newInstance() method in SHA256Digest
49 public static SavableDigest newInstance(Digest digest) in newInstance() method in SHA256Digest
59 public static SavableDigest newInstance(byte[] encoded) in newInstance() method in SHA256Digest
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DSHA256Digest.java37 public static SavableDigest newInstance() in newInstance() method in SHA256Digest
42 public static SavableDigest newInstance(CryptoServicePurpose purpose) in newInstance() method in SHA256Digest
47 public static SavableDigest newInstance(Digest digest) in newInstance() method in SHA256Digest
57 public static SavableDigest newInstance(byte[] encoded) in newInstance() method in SHA256Digest
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DReflectionMemberAccessor.java18 public Object newInstance(Constructor<?> constructor, Object... arguments) in newInstance() method in ReflectionMemberAccessor
24 public Object newInstance( in newInstance() method in ReflectionMemberAccessor
DModuleMemberAccessor.java40 public Object newInstance(Constructor<?> constructor, Object... arguments) in newInstance() method in ModuleMemberAccessor
46 public Object newInstance( in newInstance() method in ModuleMemberAccessor
/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/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/
DShadowAndroidHttpClient.java27 protected static AndroidHttpClient newInstance(String userAgent) { in newInstance() method in ShadowAndroidHttpClient
32 protected static AndroidHttpClient newInstance(String userAgent, Context context) { in newInstance() method in ShadowAndroidHttpClient
/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/objenesis/main/src/main/java/org/objenesis/instantiator/
DObjectInstantiator.java31 T newInstance(); in newInstance() method
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DFileCleanerTest.java26 protected FileCleaningTracker newInstance() { in newInstance() method in FileCleanerTest

12345678910>>...403