HomeSort by relevance Sort by last modified time
    Searched full:instantiated (Results 76 - 100 of 1539) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZoneMonitor.java 23 * with which it is instantiated.
  /libcore/dom/src/test/java/org/w3c/domts/level3/core/
TestBatik.java 33 * @throws Exception if Batik is not available or could not be instantiated
  /libcore/dom/src/test/java/org/w3c/domts/level3/ls/
TestBatik.java 33 * @throws Exception if Batik is not available or could not be instantiated
  /libcore/dom/src/test/java/org/w3c/domts/level3/validation/
TestBatik.java 33 * @throws Exception if Batik is not available or could not be instantiated
  /libcore/dom/src/test/java/org/w3c/domts/level3/xpath/
TestBatik.java 33 * @throws Exception if Batik is not available or could not be instantiated
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DoNothingParser.java 29 * A SAX Parser that does nothing, but can be instantiated properly.
NoInstanceParser.java 29 * A SAX Parser that can be accessed, but not instantiated.
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserFactory.java 71 * found but could not be instantiated.
73 * was found and instantiated, but does not implement
110 * found but could not be instantiated.
112 * was found and instantiated, but does not implement
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?)",
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
ArrayUtils.java 22 private ArrayUtils() { /* cannot be instantiated */ }
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
swap.h 24 /*! \tparam T Type of the arguments to swap, should be instantiated with primitive C++ types only.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTestable.java 31 "setContactsDbForMigration() must be called before DB helepr is instantiated",
  /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
  /system/update_engine/update_manager/
state_factory.h 29 // providers instantiated using the passed interfaces. The State doesn't take
  /external/selinux/secilc/docs/
cil_conditional_statements.md 43 Contains the run time conditional statements that are instantiated in the binary policy according to the computed boolean identifier(s) state.
86 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>boolean</code> is evaluated as <code>true</code>.</p></td>
90 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>boolean</code> is evaluated as <code>false</code>.</p></td>
198 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluated as <code>true</code>.</p></td>
202 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluated as <code>false</code>.</p></td>
  /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/clang/test/CodeGenCXX/
arm64.cpp 69 // This class is explicitly-instantiated, but that instantiation
77 // This class is explicitly-instantiated and *does* guarantee to
  /external/clang/test/SemaCXX/
warn-infinite-recursion.cpp 95 // sum<0>() is instantiated, does recursively call itself, but never runs.
116 // DoStuff<0,0>() is instantiated, but never called.
  /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/guice/core/src/com/google/inject/internal/
PrivateElementsImpl.java 56 /** lazily instantiated */
59 /** lazily instantiated */

Completed in 1966 milliseconds

1 2 34 5 6 7 8 91011>>