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

1 2 3 45 6 7 8 91011>>

  /packages/services/Telephony/src/com/android/phone/
CarrierLogo.java 26 /** This class is never instantiated. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 67 <view /> : A view tag whose class attribute names the class to be instantiated
completion1-expected-completion12.txt 67 <view /> : A view tag whose class attribute names the class to be instantiated
completion9-expected-completion64.txt 68 <view /> : A view tag whose class attribute names the class to be instantiated
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 56 * <p>This constructor prevents the class from being instantiated.</p>
103 * can be identified and instantiated.
168 * @param className the name of the class that should be instantiated.
176 * loaded, instantiated, and cast to XMLReader.
198 " loaded but cannot be instantiated (no empty public constructor?)",
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 31 // This class cannot be instantiated
40 // This class cannot be instantiated
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemFallback.java 62 * This is the normal call when xsl:fallback is instantiated.
82 * must be instantiated in sequence; otherwise, an error must
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base.h 79 // referenced from background threads. It is instantiated on the thread |this|
86 // and retrieval. It is instantiated on the thread |this| runs on but after
  /external/chromium_org/components/webdata/common/
web_database_service.cc 49 // WebDatabaseService should be instantiated on UI thread.
51 // WebDatabaseService requires DB thread if instantiated.
  /external/chromium_org/mojo/public/tests/
bindings_remote_ptr_unittest.cc 106 // Suppose this is instantiated in a process that has pipe0_.
109 // Suppose this is instantiated in a process that has pipe1_.
  /external/clang/test/SemaTemplate/
instantiate-init.cpp 112 // Ensure that in-class direct-initialization is instantiated as
113 // direct-initialization and likewise copy-initialization is instantiated as
instantiate-member-class.cpp 16 type; // expected-note{{not-yet-instantiated member is declared here}}
19 typedef type field; // expected-error{{no member 'type' in 'PR8965::Y<int>'; it has not yet been instantiated}}
  /external/guava/guava-gwt/src/com/google/common/collect/
GwtSerializationDependencies.java 40 * instantiated, they are visible to GWT when it performs its serialization
57 // None of these classes are instantiated, let alone serialized:
  /external/stlport/stlport/stl/config/
_warnings_off.h 23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
43 # pragma warning( disable : 4610 ) // struct '...' can never be instantiated - user defined construtor required
  /frameworks/base/core/java/android/hardware/
SerialPort.java 44 * SerialPort should only be instantiated by SerialManager
52 * SerialPort should only be instantiated by SerialManager
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
43 # pragma warning( disable : 4610 ) // struct '...' can never be instantiated - user defined construtor required
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
43 # pragma warning( disable : 4610 ) // struct '...' can never be instantiated - user defined construtor required
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
43 # pragma warning( disable : 4610 ) // struct '...' can never be instantiated - user defined construtor required
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
43 # pragma warning( disable : 4610 ) // struct '...' can never be instantiated - user defined construtor required
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
43 # pragma warning( disable : 4610 ) // struct '...' can never be instantiated - user defined construtor required
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_warnings_off.h 23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
43 # pragma warning( disable : 4610 ) // struct '...' can never be instantiated - user defined construtor required
  /development/samples/training/notify-user/src/com/example/android/pingme/
CommonConstants.java 27 // don't allow the class to be instantiated
  /development/tools/axl/
singletonmixin.py 58 raise SingletonException, 'Singletons may only be instantiated through getInstance()'
66 If the singleton requires args to be instantiated, include them the first
71 raise SingletonException, 'If no supplied args, singleton must already be instantiated, or __init__ must require no args'
159 Demonstrates that singletons can ONLY be instantiated through
  /external/chromium/base/memory/
singleton_objc.h 38 // are instantiated by sending |alloc| and |init| messages, and are deallocated
  /external/chromium/chrome/browser/chromeos/login/
mock_auth_response_handler.h 25 // allow a MockAuthResponseHandler to be instantiated with the state we

Completed in 3343 milliseconds

1 2 3 45 6 7 8 91011>>