OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newinstance
(Results
151 - 175
of
2106
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
ObjectCache.java
31
T
newInstance
();
59
result = mCallback.
newInstance
();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Mixin.java
45
public Object
newInstance
(int style, String[] classes, int[] route);
48
abstract public Mixin
newInstance
(Object[] delegates);
165
return (Mixin)super.create(KEY_FACTORY.
newInstance
(style, ReflectUtils.getNames( classes ), route));
183
return ((Mixin)ReflectUtils.
newInstance
(type)).
newInstance
(delegates);
187
return ((Mixin)instance).
newInstance
(delegates);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/widi/
WifiDisplayActivity.java
56
mActionFragment = ActionFragment.
newInstance
(getMainActions());
57
setContentAndActionFragments(ContentFragment.
newInstance
(
104
setContentAndActionFragments(ContentFragment.
newInstance
(
108
ActionFragment.
newInstance
(actions));
121
setContentAndActionFragments(ContentFragment.
newInstance
(
125
ActionFragment.
newInstance
(actions));
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessageLite.java
63
final CodedOutputStream output = CodedOutputStream.
newInstance
(result);
78
CodedOutputStream.
newInstance
(output, bufferSize);
88
CodedOutputStream.
newInstance
(output, bufferSize);
169
CodedInputStream.
newInstance
(data, off, len);
195
CodedInputStream.
newInstance
(data, off, len);
209
final CodedInputStream codedInput = CodedInputStream.
newInstance
(input);
219
final CodedInputStream codedInput = CodedInputStream.
newInstance
(input);
/external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessageLite.java
63
final CodedOutputStream output = CodedOutputStream.
newInstance
(result);
78
CodedOutputStream.
newInstance
(output, bufferSize);
88
CodedOutputStream.
newInstance
(output, bufferSize);
161
CodedInputStream.
newInstance
(data, off, len);
187
CodedInputStream.
newInstance
(data, off, len);
201
final CodedInputStream codedInput = CodedInputStream.
newInstance
(input);
211
final CodedInputStream codedInput = CodedInputStream.
newInstance
(input);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java
53
public static DatePicker
newInstance
() {
54
return
newInstance
("");
63
public static DatePicker
newInstance
(String format) {
64
return
newInstance
(format, DEFAULT_START_YEAR);
74
public static DatePicker
newInstance
(String format, int startYear) {
75
return
newInstance
(format, startYear, DEFAULT_YEAR_RANGE, true);
87
public static DatePicker
newInstance
(String format, int startYear, int yearRange,
/external/chromium_org/content/shell/tools/plugin/
PluginObject.cpp
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java
84
CodedOutputStream output = CodedOutputStream.
newInstance
(rawOutput);
96
CodedOutputStream output = CodedOutputStream.
newInstance
(rawOutput);
112
CodedOutputStream.
newInstance
(rawOutput, blockSize);
121
CodedOutputStream.
newInstance
(rawOutput, blockSize);
166
CodedOutputStream output = CodedOutputStream.
newInstance
(rawOutput);
174
output = CodedOutputStream.
newInstance
(rawOutput, blockSize);
188
CodedOutputStream output = CodedOutputStream.
newInstance
(rawOutput);
196
output = CodedOutputStream.
newInstance
(rawOutput, blockSize);
289
CodedOutputStream.
newInstance
(rawOutput, blockSize);
/external/protobuf/java/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java
83
CodedOutputStream output = CodedOutputStream.
newInstance
(rawOutput);
95
CodedOutputStream output = CodedOutputStream.
newInstance
(rawOutput);
111
CodedOutputStream.
newInstance
(rawOutput, blockSize);
120
CodedOutputStream.
newInstance
(rawOutput, blockSize);
165
CodedOutputStream output = CodedOutputStream.
newInstance
(rawOutput);
173
output = CodedOutputStream.
newInstance
(rawOutput, blockSize);
187
CodedOutputStream output = CodedOutputStream.
newInstance
(rawOutput);
195
output = CodedOutputStream.
newInstance
(rawOutput, blockSize);
288
CodedOutputStream.
newInstance
(rawOutput, blockSize);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
PrivacyActivity.java
92
mActionFragment = ActionFragment.
newInstance
(getFactoryResetActions());
152
ActionFragment.
newInstance
(getFactoryResetActions()));
167
setContentAndActionFragments(ContentFragment.
newInstance
(
173
ActionFragment.
newInstance
(getFactoryResetConfirmActions()));
239
ActionFragment.
newInstance
(actions));
298
ActionFragment.
newInstance
(actions));
369
return ContentFragment.
newInstance
(type.getTitle(getResources()),
376
return ContentFragment.
newInstance
(getString(R.string.device_backup_restore),
384
return ContentFragment.
newInstance
(
/packages/apps/Email/src/com/android/email/mail/
Sender.java
40
public static Sender
newInstance
(Account account) throws MessagingException {
41
throw new MessagingException("Sender.
newInstance
: Unknown scheme in "
50
// and invoke "
newInstance
" class method and instantiate sender object.
52
c.getMethod("
newInstance
", Account.class, Context.class);
56
"exception %s invoking method %s#
newInstance
(Account, Context) for %s",
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilitiesTest.java
35
DocumentBuilderFactory factory = DocumentBuilderFactory.
newInstance
();
88
DocumentBuilderFactory factory = DocumentBuilderFactory.
newInstance
();
117
DocumentBuilderFactory factory = DocumentBuilderFactory.
newInstance
();
156
DocumentBuilderFactory factory = DocumentBuilderFactory.
newInstance
();
190
DocumentBuilderFactory factory = DocumentBuilderFactory.
newInstance
();
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.0/
dexmaker-mockito-1.0.jar
/cts/tests/tests/permission/src/android/permission/cts/
NoCaptureVideoPermissionTest.java
48
ImageReader reader = ImageReader.
newInstance
(WIDTH, HEIGHT, PixelFormat.RGBX_8888, 1);
71
ImageReader reader = ImageReader.
newInstance
(WIDTH, HEIGHT, PixelFormat.RGBX_8888, 1);
92
ImageReader reader = ImageReader.
newInstance
(WIDTH, HEIGHT, PixelFormat.RGBX_8888, 1);
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentCustomAnimations.java
54
Fragment newFragment = CountingFragment.
newInstance
(mStackLevel);
73
Fragment newFragment = CountingFragment.
newInstance
(mStackLevel);
96
static CountingFragment
newInstance
(int num) {
FragmentStack.java
56
Fragment newFragment = CountingFragment.
newInstance
(mStackLevel);
75
Fragment newFragment = CountingFragment.
newInstance
(mStackLevel);
95
static CountingFragment
newInstance
(int num) {
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentCustomAnimationSupport.java
51
Fragment newFragment = CountingFragment.
newInstance
(mStackLevel);
70
Fragment newFragment = CountingFragment.
newInstance
(mStackLevel);
93
static CountingFragment
newInstance
(int num) {
FragmentStackSupport.java
63
Fragment newFragment = CountingFragment.
newInstance
(mStackLevel);
82
Fragment newFragment = CountingFragment.
newInstance
(mStackLevel);
102
static CountingFragment
newInstance
(int num) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java
166
* @tests java.net.URLClassLoader#
newInstance
(java.net.URL[])
173
ucl = URLClassLoader.
newInstance
(urls);
183
ucl = URLClassLoader.
newInstance
(urls);
189
* @tests java.net.URLClassLoader#
newInstance
(java.net.URL[],
195
ucl = URLClassLoader.
newInstance
(u, cl);
238
URLClassLoader ucl = URLClassLoader.
newInstance
(urls, null);
252
ucl = URLClassLoader.
newInstance
(urls, null);
294
ucl = URLClassLoader.
newInstance
(urls, null);
298
ucl = URLClassLoader.
newInstance
(urls, null);
311
ucl = URLClassLoader.
newInstance
(urls, null)
[
all
...]
/external/guava/guava/src/com/google/common/collect/
Platform.java
62
@GwtIncompatible("Array.
newInstance
(Class, int)")
65
return (T[]) Array.
newInstance
(type, length);
81
T[] result = (T[]) Array.
newInstance
(type, length);
/external/javassist/src/test/test/javassist/proxy/
ProxyCacheGCTest.java
96
MethodHandler handler= (MethodHandler)javaHandlerClass.
newInstance
();
97
MethodFilter filter = (MethodFilter)javaFilterClass.
newInstance
();
105
Object target = proxyClass.
newInstance
();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BulkBean.java
35
public Object
newInstance
(String target, String[] getters, String[] setters, String[] types);
109
Object key = KEY_FACTORY.
newInstance
(targetClassName, getters, setters, typeClassNames);
118
BulkBean instance = (BulkBean)ReflectUtils.
newInstance
(type);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java
57
public static SimpleBitmapRegionDecoderWrapper
newInstance
(
60
BitmapRegionDecoder d = BitmapRegionDecoder.
newInstance
(pathName, isShareable);
70
public static SimpleBitmapRegionDecoderWrapper
newInstance
(
73
BitmapRegionDecoder d = BitmapRegionDecoder.
newInstance
(is, isShareable);
101
public static DumbBitmapRegionDecoder
newInstance
(String pathName) {
108
public static DumbBitmapRegionDecoder
newInstance
(InputStream is) {
233
d = SimpleBitmapRegionDecoderWrapper.
newInstance
(mPath, true);
235
d = DumbBitmapRegionDecoder.
newInstance
(mPath);
275
SimpleBitmapRegionDecoderWrapper.
newInstance
(is, false);
279
regionDecoder = DumbBitmapRegionDecoder.
newInstance
(is)
[
all
...]
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
FragmentStack.java
52
Fragment newFragment = CountingFragment.
newInstance
(stackLevel);
71
Fragment newFragment = CountingFragment.
newInstance
(stackLevel);
94
static CountingFragment
newInstance
(int num) {
/libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java
47
factory = DocumentBuilderFactory.
newInstance
();
75
public DOMTestDocumentBuilderFactory
newInstance
(DocumentBuilderSetting[]
81
DocumentBuilderFactory newFactory = factory.
newInstance
();
Completed in 872 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>