HomeSort by relevance Sort by last modified time
    Searched full:instantiate (Results 26 - 50 of 799) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/drm/java/android/drm/
DrmRights.java 25 * A caller can instantiate a {@link DrmRights} object by first invoking the
30 * A caller can also instantiate a {@link DrmRights} object by using the
49 instantiate(file, mimeType); method
95 instantiate(rightsFile, mimeType); method
98 private void instantiate(File rightsFile, String mimeType) { method in class:DrmRights
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 132 * @title attempt to instantiate String[] and fill it with reference to assignment-incompatible class
145 * @title attempt to instantiate array of non-existent class
159 * @title attempt to instantiate array of inaccessible class
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 132 * @title attempt to instantiate String[] and fill it with reference to assignment-incompatible class
145 * @title attempt to instantiate array of non-existent class
159 * @title attempt to instantiate array of inaccessible class
  /dalvik/tests/068-classloader/src/
Main.java 65 * able to load it but not instantiate it.
78 /* instantiate */
151 /* instantiate */
198 /* instantiate */
246 /* instantiate */
292 /* instantiate */
339 /* instantiate */
400 /* instantiate */
  /external/clang/test/SemaTemplate/
instantiate-field.cpp 33 template <void(*)()> struct instantiate struct in namespace:PR7123
64 instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // expected-note{{in instantiation of}}
  /frameworks/base/cmds/system_server/library/
system_init.cpp 70 SurfaceFlinger::instantiate();
76 SensorService::instantiate();
  /frameworks/base/include/drm/
DrmRights.h 28 * Caller can instantiate DrmRights by invoking DrmRights(const DrmBuffer&, String)
30 * Caller can also instantiate DrmRights using the file path which contains rights information.
DrmInfoStatus.h 30 * used to instantiate DrmRights in license acquisition.
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 36 // Return null when we cannot instantiate a BlobCache, e.g.:
55 Log.e(TAG, "Cannot instantiate cache!", e);
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 55 * @title attempt to instantiate interface
71 * @title attempt to instantiate abstract
142 * @title Attempt to instantiate array of inaccessible class.
156 * @title Attempt to instantiate array of non-existent class.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 55 * @title attempt to instantiate interface
71 * @title attempt to instantiate abstract
142 * @title Attempt to instantiate array of inaccessible class.
156 * @title Attempt to instantiate array of non-existent class.
  /dalvik/tests/044-proxy/src/
Clash2.java 23 * Try to instantiate a proxy class with interfaces that have conflicting
  /external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTypeMismatchExceptionTest.java 42 assertNotNull("can not instantiate AnnotationTypeMismatchException", e);
IncompleteAnnotationExceptionTest.java 54 assertNotNull("can not instantiate IncompleteAnnotationException", e);
  /external/chromium/chrome/browser/
chrome_browser_application_mac.h 39 // To be used to instantiate BrowserCrApplication from C++ code.
  /external/chromium/chrome/browser/ui/gtk/
chrome_gtk_frame.h 22 // Metaframes can not be instantiated. It has no constructor; instantiate
  /external/chromium/chrome/common/
profiling.h 41 // Do not instantiate this class.
  /external/chromium/net/socket/
client_socket_factory.h 26 // An interface used to instantiate ClientSocket objects. Used to facilitate
  /external/chromium/webkit/glue/
resource_type.h 57 // Don't instantiate this class.
  /external/clang/test/SemaCXX/
warn-self-assign.cpp 44 void instantiate() { function
  /external/icu4c/test/intltest/
lcukocol.cpp 39 errcheckln(status, "Couldn't instantiate the collator with %s", u_errorName(status));
  /external/llvm/include/llvm/Analysis/
DomPrinter.h 11 // instantiate the dominance tree printer.
RegionPrinter.h 11 // instantiate the region printer.
  /external/webkit/Source/WebKit/win/
WebKitCOMAPI.h 33 // Callers should use this API instead of CoCreateInstance to instantiate WebKit COM classes.
  /frameworks/base/drm/drmserver/
main_drmserver.cpp 36 DrmManagerService::instantiate();

Completed in 606 milliseconds

12 3 4 5 6 7 8 91011>>