HomeSort by relevance Sort by last modified time
    Searched full:newinstance (Results 126 - 150 of 3698) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpDec.java 98 public Dfp newInstance() {
104 public Dfp newInstance(final byte x) {
110 public Dfp newInstance(final int x) {
116 public Dfp newInstance(final long x) {
122 public Dfp newInstance(final double x) {
128 public Dfp newInstance(final Dfp d) {
133 final Dfp result = newInstance(getZero());
135 return dotrap(DfpField.FLAG_INVALID, "newInstance", d, result);
144 public Dfp newInstance(final String s) {
150 public Dfp newInstance(final byte sign, final byte nans)
    [all...]
  /art/test/594-load-string-regression/src/
Main.java 25 // CHECK-NEXT: NewInstance
28 // CHECK-NEXT: NewInstance
35 // LICM pulls the LoadClass and ClinitCheck out of the loop, leaves NewInstance in the loop.
44 // and NewInstance in non-PIC mode. The prepare_for_register_allocation pass
45 // merges the LoadClass and ClinitCheck with the NewInstance and checks that
  /external/apache-harmony/support/src/test/resources/tests/resources/JarIndex/
hyts_23.jar 
  /libcore/support/src/test/java/tests/resources/JarIndex/
hyts_23.jar 
  /art/test/530-checker-lse/src/
Main.java 76 /// CHECK: NewInstance
81 /// CHECK: NewInstance
127 /// CHECK: NewInstance
129 /// CHECK: NewInstance
140 /// CHECK: NewInstance
142 /// CHECK: NewInstance
253 /// CHECK: NewInstance
259 /// CHECK: NewInstance
274 /// CHECK: NewInstance
280 /// CHECK: NewInstance
    [all...]
  /dalvik/dx/tests/070-dex-multianewarray/
expected.txt 8 0008: invoke-static {v1, v2}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
22 0008: invoke-static {v1, v2}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
37 0009: invoke-static {v1, v2}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
52 0009: invoke-static {v1, v2}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
68 000a: invoke-static {v1, v2}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
85 000c: invoke-static {v1, v2}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
102 000c: invoke-static {v1, v2}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
119 000c: invoke-static {v1, v2}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
133 0008: invoke-static {v0, v1}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
144 0008: invoke-static {v0, v1}, java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object
    [all...]
  /art/test/563-checker-fakestring/smali/
TestCase.smali 46 ## CHECK-DAG: <<String:l\d+>> NewInstance
68 # compiling --debuggable, the NewInstance will be optimized out.
76 ## CHECK: <<String:l\d+>> NewInstance
108 # Test that a redundant NewInstance is removed if not used and not compiling
112 ## CHECK-NOT: NewInstance
116 ## CHECK: NewInstance
129 # is a NewInstance by inserting an irreducible loop between them (b/26676472).
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
NewInstanceTest.java 38 * JDWP unit test for ArrayType.NewInstance command.
52 * This testcase exercises ArrayType.NewInstance command.
54 * <BR>Creates new instance of array by ArrayType.NewInstance command,
97 // Make NewInstance
104 checkReplyPacket(reply, "ArrayType::NewInstance command");
108 assertNotNull("ArrayType::NewInstance returned null newArray", newArray);
110 logWriter.println("ArrayType.NewInstance: newArray.tag="
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClass.java 77 return ReflectUtils.newInstance(type,
91 public Object newInstance() throws InvocationTargetException {
92 return newInstance(getIndex(Constants.EMPTY_CLASS_ARRAY), null);
95 public Object newInstance(Class[] parameterTypes, Object[] args) throws InvocationTargetException {
96 return newInstance(getIndex(parameterTypes), args);
161 * @see #newInstance(int, Object[])
184 abstract public Object newInstance(int index, Object[] args) throws InvocationTargetException;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerSettingsActivity.java 83 f = AccountSetupOutgoingFragment.newInstance(true);
85 f = AccountSetupIncomingFragment.newInstance(true);
139 final Fragment checkerDialog = CheckSettingsProgressDialogFragment.newInstance(checkMode);
140 final Fragment checkerFragment = AccountCheckSettingsFragment.newInstance(checkMode);
168 SecurityRequiredDialogFragment.newInstance(hostName)
175 CheckSettingsErrorDialogFragment.newInstance(reason, message)
236 // Force usage of newInstance()
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 45 .newInstance()));
47 .newInstance()));
48 tabOtherMetadata.setTabListener(new FragmentTabListener(OtherMetadataFragment.newInstance
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 45 .newInstance()));
47 .newInstance()));
48 tabOtherMetadata.setTabListener(new FragmentTabListener(OtherMetadataFragment.newInstance
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentDialogOrActivity.java 43 DialogFragment newFragment = MyDialogFragment.newInstance();
61 DialogFragment newFragment = MyDialogFragment.newInstance();
68 static MyDialogFragment newInstance() {
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
LNotificationActivity.java 45 .newInstance()));
47 .newInstance()));
48 tabOtherMetadata.setTabListener(new FragmentTabListener(OtherMetadataFragment.newInstance
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
CollectionsTest.java 77 private Object newInstance (Class<?> clazz) {
79 return ClassReflection.newInstance(clazz);
118 return theConstructor.newInstance(object);
126 Object map = newInstance(mapClass);
127 Object otherMap = newInstance(mapClass);
143 Object array = newInstance(arrayClass);
146 Object otherArray = newInstance(arrayClass);
150 Object unorderedArray = newInstance(arrayClass);
152 Object otherUnorderedArray = newInstance(arrayClass);
160 Object set = newInstance(setClass)
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
AbstractFileSystemEntryTestCase.groovy 38 AbstractFileSystemEntry entry = (AbstractFileSystemEntry) getImplementationClass().newInstance()
47 AbstractFileSystemEntry entry = (AbstractFileSystemEntry) constructor.newInstance([PATH] as Object[])
77 def entry = (AbstractFileSystemEntry) getImplementationClass().newInstance()
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Factory.java 35 Object newInstance(Callback callback);
42 Object newInstance(Callback[] callbacks);
52 Object newInstance(Class[] types, Object[] args, Callback[] callbacks);
  /external/objenesis/main/src/org/objenesis/
ObjenesisBase.java 72 public Object newInstance(Class clazz) {
73 return getInstantiatorOf(clazz).newInstance();
79 * ObjectInstantiator than calling {@link #newInstance(Class)}.
  /external/objenesis/tck/test/org/objenesis/tck/
OsgiTest.java 49 XPathFactory xPathFactory = XPathFactory.newInstance();
59 final DocumentBuilderFactory xmlFact = DocumentBuilderFactory.newInstance();
73 assertSame(OsgiTest.class, ObjenesisHelper.newInstance(getClass()).getClass());
  /external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/
JCLLoggerFactory.java 78 Logger newInstance = new JCLLoggerAdapter(jclLogger, name);
79 Logger oldInstance = loggerMap.putIfAbsent(name, newInstance);
80 return oldInstance == null ? newInstance : oldInstance;
  /external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
JDK14LoggerFactory.java 64 Logger newInstance = new JDK14LoggerAdapter(julLogger);
65 Logger oldInstance = loggerMap.putIfAbsent(name, newInstance);
66 return oldInstance == null ? newInstance : oldInstance;
  /external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
Log4jLoggerFactory.java 65 Logger newInstance = new Log4jLoggerAdapter(log4jLogger);
66 Logger oldInstance = loggerMap.putIfAbsent(name, newInstance);
67 return oldInstance == null ? newInstance : oldInstance;
  /external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
SimpleLoggerFactory.java 55 Logger newInstance = new SimpleLogger(name);
56 Logger oldInstance = loggerMap.putIfAbsent(name, newInstance);
57 return oldInstance == null ? newInstance : oldInstance;
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentDialogOrActivitySupport.java 42 DialogFragment newFragment = MyDialogFragment.newInstance();
60 DialogFragment newFragment = MyDialogFragment.newInstance();
67 static MyDialogFragment newInstance() {
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactory.java 25 *<p>See {@link #newInstance(String uri)} for lookup mechanism.</p>
46 * <p>Protected constructor as {@link #newInstance()}, {@link #newInstance(String uri)}
47 * or {@link #newInstance(String uri, String factoryClassName, ClassLoader classLoader)}
60 * newInstance(DEFAULT_OBJECT_MODEL_URI)
67 public static final XPathFactory newInstance() {
69 return newInstance(DEFAULT_OBJECT_MODEL_URI);
73 "XPathFactory#newInstance() failed to create an XPathFactory for the default object model: "
133 public static final XPathFactory newInstance(final String uri)
140 "XPathFactory#newInstance(String uri) cannot be called with uri == \"\"
    [all...]

Completed in 2543 milliseconds

1 2 3 4 56 7 8 91011>>