HomeSort by relevance Sort by last modified time
    Searched full:instantiated (Results 201 - 225 of 1290) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Collapser.java 31 * This utility class cannot be instantiated.
  /packages/services/Telephony/src/com/android/phone/
Profiler.java 50 /** This class is never instantiated. */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin.def 89 /* Called when a pass is first instantiated. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.def 89 /* Called when a pass is first instantiated. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin.def 89 /* Called when a pass is first instantiated. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.def 89 /* Called when a pass is first instantiated. */
  /external/clang/include/clang/AST/
DeclTemplate.h 286 /// instantiated from a function template.
326 /// first instantiated.
369 /// function has yet to be instantiated.
399 // The member declaration from which this member was instantiated, and the
403 // The point at which this member was first instantiated.
416 /// instantiated.
437 /// has not yet been instantiated.
605 /// directly instantiated (or null).
669 /// instantiated, or NULL if this template was not instantiated from a
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmController.java 89 // AndroidManifest.xml) instantiated and called, and then create an
119 // AndroidManifest.xml) instantiated and called, and then create an
  /external/chromium_org/chrome/browser/extensions/api/declarative/
deduping_factory.h 40 // dictionary that describes the object to be instantiated. |error| is used
51 // Two instantiated objects may be different and we need to check for
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service.h 136 // referenced from background threads. It is instantiated on the thread |this|
143 // policies. It is instantiated on the thread |this| runs on but after that,
external_policy_data_fetcher.h 39 // The class can be instantiated on any thread but from then on, it must be
121 // can be instantiated on any thread that is allowed to reference
  /external/chromium_org/third_party/sqlite/src/test/
zeroblob.test 27 # content of the zeroblob is never instantiated on the VDBE stack.
54 # the zeroblob must be instantiated.
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
UiUtils.java 19 * This class is not supposed to be instantiated.
25 * Guards this class from being instantiated.
  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 13 // - template that can be instantiated
162 // instantiated.
  /external/mockito/src/org/mockito/
Spy.java 49 * For example this class can be instantiated by Mockito :
89 * in subclass are only instantiated after super class constructor has returned.
  /frameworks/base/core/java/android/hardware/usb/
UsbAccessory.java 72 * UsbAccessory should only be instantiated by UsbService implementation
86 * UsbAccessory should only be instantiated by UsbService implementation
  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 169 * This test simply confirms that the Application class can be instantiated properly.
175 assertNotNull("Application class could not be instantiated successfully", mApplication);
  /frameworks/support/v4/java/android/support/v4/app/
FragmentStatePagerAdapter.java 90 // If we already have this item instantiated, there is nothing
93 // taken care of restoring the fragments we previously had instantiated.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
static_assert.hpp 65 // instantiated, but that the definitions are *not* instantiated.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
FragmentStatePagerAdapter2.java 78 // If we already have this item instantiated, there is nothing
81 // taken care of restoring the fragments we previously had instantiated.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 54 Log.i(TAG, "Latin IME dictionary broadcast receiver instantiated from the framework.");
126 // should come here instantiated by the framework in reaction to a broadcast of
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
abc.py 20 instantiated unless all of its abstract methods are overridden.
41 instantiated unless all of its abstract properties are overridden.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
abc.py 20 instantiated unless all of its abstract methods are overridden.
41 instantiated unless all of its abstract properties are overridden.
  /external/clang/include/clang/Sema/
Template.h 205 /// instantiated ParmVarDecl for 'x'.
208 /// set of instantiated parameters. This is stored as a DeclArgumentPack
375 /// specializations that will need to be instantiated after the
382 /// specializations that will need to be instantiated after the
430 // Enable late instantiation of attributes. Late instantiated attributes
  /libcore/libdvm/src/main/java/java/lang/reflect/
Constructor.java 80 * Prevent this class from being instantiated.
180 * instantiated for some reason
200 * instantiated for some reason
382 * class cannot be instantiated (i.e. abstract class, an interface, an array
410 * if the class cannot be instantiated

Completed in 1092 milliseconds

1 2 3 4 5 6 7 891011>>