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

<<51525354555657585960>>

  /libcore/ojluni/src/main/java/sun/security/x509/
X509Key.java 219 // Instantiate the key factory of the appropriate algorithm
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 77 * _STLP_NO_CUSTOM_IO : define this if you do not instantiate basic_xxx iostream
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 261 * Instantiate a new RawContactDeltaList for this contact.
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 340 fragment = Fragment.instantiate(mContext, info.clss.getName(), info.args);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 238 * This constructor is used exclusively to instantiate the factory for
  /packages/apps/Launcher3/tests/src/com/android/launcher3/util/
FocusLogicTest.java 57 // Either, 1) create a helper method to generate/instantiate all possible cell layout that
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/
stream.md 60 By default, `StringBuffer` will instantiate an internal allocator.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 109 throw new RuntimeException("do not instantiate");
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 77 * _STLP_NO_CUSTOM_IO : define this if you do not instantiate basic_xxx iostream
  /system/bt/vendor_libs/test_vendor_lib/include/
dual_mode_controller.h 48 // TODO(dennischeng): Add default initialization and use that to instantiate
  /system/connectivity/shill/cellular/
cellular_capability.h 38 // Cellular devices instantiate subclasses of CellularCapability that
cellular_capability_universal.h 410 // TODO(pprabhu) Instead instantiate a local |MobileOperatorInfo| instance
  /system/connectivity/shill/net/
netlink_manager.h 49 // - Instantiate a message:
nl80211_attribute.h 272 // Set SHILL_EXPORT to allow unit tests to instantiate these.
  /system/connectivity/shill/
profile.cc 91 // to abort whenever we attempt to instantiate a DefaultProfile.
  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 523 // Instantiate the templates we need.
  /tools/test/connectivity/acts/framework/acts/controllers/
attenuator.py 57 Users will instantiate a specific child class, but almost all operation should be performed
  /external/chromium-trace/catapult/third_party/WebOb/docs/
do-it-yourself.txt 362 There's another pattern that might be interesting to try for a controller. Instead of a function, we can make a class with methods like ``get``, ``post``, etc. The ``urlvars`` will be used to instantiate the class.
397 **line 5**: We instantiate the class with both the request and ``req.urlvars`` to initialize it. The instance will only be used for one request. (Note that the *instance* then doesn't have to be thread safe.)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 149 This credential does not require a flow to instantiate because it represents
571 Instantiate and then use with oauth_required or oauth_aware
    [all...]
  /external/clang/lib/Driver/
Tools.h 199 // For Hexagon, we do not need to instantiate tools for PreProcess, PreCompile
771 // For XCore, we do not need to instantiate tools for PreProcess, PreCompile and
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-matchers.h.pump 567 // While you can instantiate a matcher template with reference types,
615 // instantiate templates. The up-coming C++0x standard will fix this.
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 121 // it's all in the class init. The worst problem is we might instantiate
220 * Instantiate a currency from resource data.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 127 // it's all in the class init. The worst problem is we might instantiate
232 * Instantiate a currency from resource data.
    [all...]
  /external/llvm/lib/CodeGen/
Passes.cpp 678 /// Instantiate the default register allocator pass for this target for either
693 /// Find and instantiate the register allocation pass requested by this target
  /frameworks/base/docs/html/guide/topics/ui/
declaring-layout.jd 48 <li><strong>Instantiate layout elements at runtime</strong>. Your
456 <p>When you instantiate the {@link android.widget.SimpleCursorAdapter}, pass the layout to use for

Completed in 1636 milliseconds

<<51525354555657585960>>