OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newinstance
(Results
76 - 100
of
2106
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
TestXercesAltConfig.java
35
ClassLoader.getSystemClassLoader().loadClass("org.apache.xerces.jaxp.DocumentBuilderFactoryImpl").
newInstance
();
41
Object test = testConstructor.
newInstance
(new Object[] { factory });
/libcore/dom/src/test/java/org/w3c/domts/level2/events/
TestXerces.java
35
ClassLoader.getSystemClassLoader().loadClass("org.apache.xerces.jaxp.DocumentBuilderFactoryImpl").
newInstance
();
42
Object test = testConstructor.
newInstance
(new Object[] { factory });
TestXercesAltConfig.java
35
ClassLoader.getSystemClassLoader().loadClass("org.apache.xerces.jaxp.DocumentBuilderFactoryImpl").
newInstance
();
41
Object test = testConstructor.
newInstance
(new Object[] { factory });
/libcore/dom/src/test/java/org/w3c/domts/level3/ls/
TestXerces.java
42
ClassLoader.getSystemClassLoader().loadClass("org.apache.xerces.jaxp.DocumentBuilderFactoryImpl").
newInstance
();
49
Object test = testConstructor.
newInstance
(new Object[] { factory });
/libcore/dom/src/test/java/org/w3c/domts/level3/xpath/
TestXalan.java
34
DocumentBuilderFactory jaxpFactory = DocumentBuilderFactory.
newInstance
();
41
Object test = testConstructor.
newInstance
(new Object[] { factory });
TestXalanAltConfig.java
34
DocumentBuilderFactory jaxpFactory = DocumentBuilderFactory.
newInstance
();
40
Object test = testConstructor.
newInstance
(new Object[] { factory });
/libcore/luni/src/main/java/java/util/
UnsafeArrayList.java
32
this.array = (T[]) Array.
newInstance
(elementType, initialCapacity);
38
T[] newArray = (T[]) Array.
newInstance
(elementType, size * 2);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
MultiLineTexture.java
28
// To create a MultiLineTexture, use the
newInstance
() method and specify
38
public static MultiLineTexture
newInstance
(
/external/apache-harmony/support/src/test/resources/tests/resources/JarIndex/
hyts_23.jar
/external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.h
58
static void setInstanceForTesting(CompositorAnimations*
newInstance
) { instance(
newInstance
); }
71
static CompositorAnimations* instance(CompositorAnimations*
newInstance
)
74
if (
newInstance
) {
75
instance =
newInstance
;
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java
93
CodedInputStream input = CodedInputStream.
newInstance
(data);
96
input = CodedInputStream.
newInstance
(data);
102
input = CodedInputStream.
newInstance
(
106
input = CodedInputStream.
newInstance
(
130
CodedInputStream input = CodedInputStream.
newInstance
(data);
138
input = CodedInputStream.
newInstance
(data);
200
CodedInputStream input = CodedInputStream.
newInstance
(data);
206
input = CodedInputStream.
newInstance
(
219
CodedInputStream input = CodedInputStream.
newInstance
(data);
225
input = CodedInputStream.
newInstance
(
[
all
...]
/external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java
93
CodedInputStream input = CodedInputStream.
newInstance
(data);
96
input = CodedInputStream.
newInstance
(data);
102
input = CodedInputStream.
newInstance
(
106
input = CodedInputStream.
newInstance
(
130
CodedInputStream input = CodedInputStream.
newInstance
(data);
138
input = CodedInputStream.
newInstance
(data);
200
CodedInputStream input = CodedInputStream.
newInstance
(data);
206
input = CodedInputStream.
newInstance
(
219
CodedInputStream input = CodedInputStream.
newInstance
(data);
225
input = CodedInputStream.
newInstance
(
[
all
...]
/libcore/support/src/test/java/tests/resources/JarIndex/
hyts_23.jar
/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
...]
/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
82
f = AccountSetupOutgoingFragment.
newInstance
(true);
84
f = AccountSetupIncomingFragment.
newInstance
(true);
138
final Fragment checkerDialog = CheckSettingsProgressDialogFragment.
newInstance
(checkMode);
139
final Fragment checkerFragment = AccountCheckSettingsFragment.
newInstance
(checkMode);
167
SecurityRequiredDialogFragment.
newInstance
(hostName)
174
CheckSettingsErrorDialogFragment.
newInstance
(reason, message)
235
// 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/ui/notifications/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/Support4Demos/src/com/example/android/supportv4/app/
FragmentDialogOrActivitySupport.java
42
DialogFragment newFragment = MyDialogFragment.
newInstance
();
60
DialogFragment newFragment = MyDialogFragment.
newInstance
();
67
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/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());
Completed in 469 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>