HomeSort by relevance Sort by last modified time
    Searched full:instantiate (Results 976 - 1000 of 2246) sorted by null

<<31323334353637383940>>

  /libcore/ojluni/src/main/java/javax/crypto/
CipherSpi.java 175 * engine class follows these rules in order to instantiate a provider's
183 * <p>If the answer is YES, instantiate this
191 * engine class follows these rules in order to instantiate a provider's
199 * <p>If the answer is YES, instantiate it.
204 * <p>If the answer is YES, instantiate it, and call
211 * <p>If the answer is YES, instantiate it, and call
217 * <p>If the answer is YES, instantiate it, and call
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorRegistry.java 300 * compound) attempt to instantiate it from the registry. Return
304 * We cannot instantiate it ourselves because the alias may contain
811 * Given an Entry object, instantiate it. Caller owns result. Return
815 * We cannot instantiate it ourselves because the alias may contain
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorRegistry.java 299 * compound) attempt to instantiate it from the registry. Return
303 * We cannot instantiate it ourselves because the alias may contain
810 * Given an Entry object, instantiate it. Caller owns result. Return
814 * We cannot instantiate it ourselves because the alias may contain
    [all...]
  /frameworks/base/docs/html/google/play/licensing/
adding-licensing.jd 33 <li><a href="#lc-lcc">Instantiate LicenseChecker and LicenseCheckerCallback</a></li>
308 {@code LicenseChecker}. See <a href="#lc-lcc">Instantiate LicenseChecker and
349 <a href="#lc-lcc">Instantiate LicenseChecker and LicenseCheckerCallback</a>
481 <li><a href="#lc-lcc">Instantiate LicenseChecker</a> and LicenseCheckerCallback</li>
    [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
Fragment.java 97 public Fragment instantiate(FragmentHostCallback host, Fragment parent, method in class:FragmentState
105 mInstance = Fragment.instantiate(context, mClassName, mArguments);
254 // This state is set by FragmentState.instantiate and cleared in onCreate.
375 * Thrown by {@link Fragment#instantiate(Context, String, Bundle)} when
403 * Like {@link #instantiate(Context, String, Bundle)} but with a null
406 public static Fragment instantiate(Context context, String fname) { method in class:Fragment
407 return instantiate(context, fname, null);
414 * @param context The calling context being used to instantiate the fragment.
416 * @param fname The class name of the fragment to instantiate.
424 public static Fragment instantiate(Context context, String fname, @Nullable Bundle args) method in class:Fragment
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
CustomElements.js 487 function instantiate(definition) {
501 return instantiate(definition);
  /external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
CustomElements.js 487 function instantiate(definition) {
501 return instantiate(definition);
  /external/clang/include/clang/Sema/
Template.h 176 /// instantiate a new function declaration, which will have its own
203 /// when we instantiate add<int>, we will introduce a mapping from
  /external/icu/icu4c/source/i18n/
gregoimp.h 25 * and calendar code. Do not instantiate. Formerly just named 'Math'.
130 * used by time zone and calendar code. Do not instantiate.
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
Box2DTest.java 118 // we instantiate a new World with a proper gravity vector
321 /** we instantiate this vector and the callback here so we don't irritate the GC **/
  /external/pdfium/third_party/bigint/
BigUnsigned.hh 353 * BigInteger.cc needs to instantiate convertToPrimitive, and the uses in
362 * reduce code duplication. (Don't worry: this is protected and we instantiate
  /external/v8/src/
api-natives.cc 27 MaybeHandle<Object> Instantiate(Isolate* isolate, Handle<Object> data,
74 Instantiate(isolate, prop_data, name), Object);
  /external/v8/tools/
generate-ten-powers.scm 111 (instantiate::Cached-Fast
128 (instantiate::Cached-Fast
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 31 * Applications instantiate it using the constructor and issue calls through that instance.
200 * a backed-up dataset from the remote transport, instantiate the application's
  /frameworks/base/core/java/android/view/
MenuInflater.java 39 * This class is used to instantiate menu XML files into Menu objects.
518 Log.w(LOG_TAG, "Cannot instantiate class: " + className, e);
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 196 <p>First, instantiate an anonymous class that implements {@link
203 // Instantiate a new DiscoveryListener
  /frameworks/base/docs/html/training/gestures/
detector.jd 178 <p>When you instantiate a {@link android.support.v4.view.GestureDetectorCompat}
210 // Instantiate the gesture detector with the
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
SupportMenuInflater.java 48 * This class is used to instantiate menu XML files into Menu objects.
502 Log.w(LOG_TAG, "Cannot instantiate class: " + className, e);
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.cpp 242 status_t IntelBufferSharingService::instantiate(){ function in class:IntelBufferSharingService
248 LOGI("IntelBufferSharingService::instantiate() ret = %d\n", ret);
  /libcore/ojluni/src/main/java/java/security/
KeyFactory.java 55 * instantiate a DSA public key from its encoding.
159 // fetch and instantiate initial spi
  /libcore/ojluni/src/main/java/java/security/cert/
X509CRL.java 95 * example of how to instantiate an X.509 CRL:
433 * and instantiate with the name returned by
  /libcore/ojluni/src/main/java/javax/security/cert/
X509Certificate.java 89 * Here is sample code to instantiate an X.509 certificate:
239 // get the appropriate constructor and instantiate it
  /libcore/ojluni/src/main/java/sun/misc/
Service.java 324 * uses the given class loader to lookup and then instantiate each element
336 * and instantiate provider classes, or <tt>null</tt> if the system
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 273 // Instantiate find functor
308 // Instantiate find functor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
context.h 171 /** Instantiate a new connection context with an abstract mainloop API
176 /** Instantiate a new connection context with an abstract mainloop API

Completed in 2182 milliseconds

<<31323334353637383940>>