Searched
full:instantiate (Results
901 -
925 of
2246) sorted by null
<<31323334353637383940>>
/external/sfntly/cpp/src/sfntly/table/core/ |
font_header_table.h | 47 // class to instantiate derived class with protected constructors.
|
/external/skia/include/core/ |
SkGraphics.h | 163 * To instantiate images from encoded data, first looks at this runtime function-ptr. If it
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
Level.java | 102 Instantiate a Level object.
|
Priority.java | 78 Instantiate a level object.
|
/external/slf4j/slf4j-site/src/site/pages/ |
localization.html | 82 can instantiate a <code>IMessageConveyor</code>, inject it into a
|
/external/testng/src/main/java/org/testng/junit/ |
JUnitMethodFinder.java | 106 private Object instantiate(Class cls) { method in class:JUnitMethodFinder
|
/external/v8/src/base/ |
logging.h | 106 // will not instantiate the template version of the function on values of
|
/external/v8/src/wasm/ |
wasm-module.h | 120 MaybeHandle<JSObject> Instantiate(Isolate* isolate, Handle<JSObject> ffi,
|
/external/vixl/examples/ |
custom-disassembler.cc | 151 // Instantiate a standard disassembler, our custom disassembler, and register
|
/external/webrtc/webrtc/common_audio/ |
blocker.h | 56 // 2. Instantiate a Blocker object |b|, passing in |bc|.
|
/external/webrtc/webrtc/tools/loopback_test/ |
loopback_test.html | 15 <!-- This file is included to allow loopback_test.js instantiate a
|
/external/webrtc/webrtc/video/ |
video_encoder.cc | 112 // Try to instantiate software codec.
|
/frameworks/av/media/libstagefright/ |
StagefrightMetadataRetriever.cpp | 87 ALOGE("Unable to instantiate an extractor for '%s'.", uri); 134 ALOGE("Failed to instantiate a MediaExtractor."); 174 ALOGW("Failed to instantiate decoder [%s]", componentName.c_str()); 488 ALOGV("unable to instantiate video track.");
|
/frameworks/av/services/audiopolicy/engineconfigurable/interface/ |
AudioPolicyPluginInterface.h | 31 * - instantiate all the members of the policy engine (strategies, input sources, usages, profiles)
|
/frameworks/base/core/java/android/app/job/ |
JobScheduler.java | 45 * instantiate this class directly; instead, retrieve it through
|
/frameworks/base/core/java/android/content/ |
ClipboardManager.java | 33 * You do not instantiate this class directly; instead, retrieve it through
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHello.java | 45 /* singleton, do not instantiate */
|
DdmHandleProfiling.java | 43 /* singleton, do not instantiate */
|
DdmHandleThread.java | 40 /* singleton, do not instantiate */
|
/frameworks/base/core/java/android/hardware/camera2/marshal/ |
MarshalRegistry.java | 66 * will not instantiate new marshalers.
|
Marshaler.java | 40 * Instantiate a marshaler between a single managed/native type combination.
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 46 <p>As with other system services, you do not instantiate a {@link android.location.LocationManager}
|
/frameworks/base/docs/html/guide/topics/ui/ |
overview.jd | 29 <p>To declare your layout, you can instantiate {@link android.view.View} objects in code and start
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
new-implementation.jd | 46 <p>You can directly use newer APIs in these concrete classes—and not crash on earlier devices—because of lazy class loading. Classes are loaded and initialized on first access—instantiating the class or accessing one of its static fields or methods for the first time. Thus, as long as you don't instantiate the Honeycomb-specific implementations on pre-Honeycomb devices, the Dalvik VM won't throw any {@link java.lang.VerifyError} exceptions.</p>
|
/frameworks/base/drm/java/android/drm/ |
package.html | 45 instantiate a {@link android.drm.DrmManagerClient}. The application calls various methods
|
Completed in 1194 milliseconds
<<31323334353637383940>>