HomeSort by relevance Sort by last modified time
    Searched full:instantiate (Results 176 - 200 of 799) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/tools/axl/
singletonmixin.py 25 Singleton. An attempt to instantiate via S() will restult in an SingletonException
65 Call this to instantiate an instance or retrieve the existing instance.
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.cpp 63 /* Instantiate worker thread object. */
66 LOGE("%s: Unable to instantiate worker thread object", __FUNCTION__);
EmulatedCameraFactory.cpp 83 LOGE("%s: Unable to instantiate fake camera class", __FUNCTION__);
295 LOGE("%s: Unable to instantiate EmulatedQemuCamera",
  /external/openssl/crypto/perlasm/
x86asm.pl 93 sub ::label # instantiate a function-scope label
99 sub ::LABEL # instantiate a file-scope label
  /frameworks/base/drm/drmserver/
DrmManagerService.cpp 54 void DrmManagerService::instantiate() { function in class:DrmManagerService
55 LOGV("instantiate");
  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 67 * iterator: construction of the iterator itself does not instantiate any of the providers.
216 throw new ServiceConfigurationError("Couldn't instantiate class " + className, e);
  /system/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 90 // Instantiate a new empty instance of this class
95 throw new RuntimeException("Could not instantiate new structure instance of type '" +
  /external/v8/test/mjsunit/regress/
regress-1200351.js 92 eval("Instantiate(0.add(break)&&x > null)")
172 eval("Instantiate(-1.prototype.0.2.unshift())")
324 eval("Instantiate(true.concat(undef)==0.2.new RegExp)")
    [all...]
  /frameworks/base/core/java/android/app/
Fragment.java 87 public Fragment instantiate(Activity activity) { method in class:FragmentState
96 mInstance = Fragment.instantiate(activity, mClassName, mArguments);
160 * The framework will often re-instantiate a fragment class when needed,
162 * constructor to instantiate it. If the empty constructor is not available,
506 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
536 * Like {@link #instantiate(Context, String, Bundle)} but with a null
539 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
540 return instantiate(context, fname, null);
547 * @param context The calling context being used to instantiate the fragment.
549 * @param fname The class name of the fragment to instantiate
557 public static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 142 * If this property is defined the sip stack will try to instantiate it through
150 * If this property is defined the sip stack will try to instantiate it through
572 "Cound not instantiate stack logger "
578 "Cound not instantiate stack logger "
601 "Cound not instantiate server logger "
607 "Cound not instantiate server logger "
640 "could not instantiate router -- invocation target problem",
643 "Cound not instantiate router - check constructor", ex1);
645 getStackLogger().logError("could not instantiate router",
647 throw new PeerUnavailableException("Could not instantiate router"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 239 * The 2nd step is to use these objects to instantiate the implementation classes.
338 // instantiate the class
361 // instantiate the class
384 // instantiate the class
408 // instantiate the class
  /external/icu4c/i18n/
transreg.h 91 * mutex, because it can instantiate Transliterators embedded in
161 * compound) attempt to instantiate it from the registry. Return
165 * We cannot instantiate it ourselves because the alias may contain
  /external/icu4c/test/intltest/
dadrcal.cpp 120 errln(caseString+": Unable to instantiate calendar for "
377 dataerrln(UnicodeString("Unable to instantiate ToCalendar for ")+testSetting);
400 errln("Unable to instantiate fromCalendar for "+locale);
  /frameworks/base/core/java/android/preference/
GenericInflater.java 352 * instantiate class of the given <var>name</var> found in this
457 * Recursive method used to descend down the xml hierarchy and instantiate
458 * items, instantiate their children, and then call onFinishInflate().
  /frameworks/base/docs/html/guide/tutorials/views/
hello-mapview.jd 99 instantiate handles for the MapView and LinearLayout, plus a ZoomControl object:
199 <li>Now pick up where we left off in the <code>onCreate()</code> method. Instantiate the
208 first retrieve the List with <code>getOverlays()</code> methods. We instantiate the Drawable, which will
  /frameworks/base/docs/html/guide/topics/graphics/
2d-graphics.jd 201 <p>There are three ways to define and instantiate a Drawable: using an image saved in your project
240 // Instantiate an ImageView and define its properties
261 one state, no matter how many different objects you may instantiate for it. For example, if you
262 instantiate two Drawable objects from the same image resource, then change a property (such
295 directory of your project. Then, retrieve and instantiate the object by calling
316 the following code will instantiate the TransitionDrawable and set it as the content of an
  /development/host/windows/usb/api/
adb_api.cpp 49 // Instantiate and initialize enum object
112 // Instantiate interface object, depending on the USB driver type.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 68 // Makes the passed |factory| the factory used to instantiate
183 // The factory used to instantiate a SafeBrowsingDatabase object.
  /frameworks/base/media/java/android/media/audiofx/
PresetReverb.java 44 * <p>An application creates a PresetReverb object to instantiate and control a reverb engine in the
127 * As the PresetReverb is an auxiliary effect it is recommended to instantiate it on
  /system/media/wilhelm/src/android/
AacBqToPcmCbRenderer.cpp 173 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate AAC extractor.");
198 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate decoder.");
  /build/tools/
java-event-log-tags.py 104 buffer.write(" private %s() { } // don't instantiate\n" % (basename,))
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTestBase.java 74 * any messages queued with that looper will never be consumed. We instantiate the player
  /dalvik/dx/src/junit/framework/
TestSuite.java 136 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
  /dalvik/tests/068-classloader/src/
FancyLoader.java 31 * Dalvik and instantiate the class with defineClass().
  /dalvik/vm/mterp/x86-atom/
OP_NEW_INSTANCE.S 130 * We can't instantiate an abstract class or interface, so throw an

Completed in 662 milliseconds

1 2 3 4 5 6 78 91011>>