Searched
full:instantiate (Results
926 -
950 of
2246) sorted by null
<<31323334353637383940>>
/frameworks/base/media/mca/effect/java/android/media/effect/ |
Effect.java | 29 * you to instantiate specific Effects.</p>
|
EffectFactory.java | 24 * inspect and instantiate them. Some effects may not be available on all platforms, so before 430 * Instantiate a new effect with the given effect name. 435 * current when creating an effect. This allows the host application to instantiate effects 446 throw new IllegalArgumentException("Cannot instantiate unknown effect '" +
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
GraphEnvironment.java | 37 * 1. Instantiate a new GraphEnvironment instance.
|
/frameworks/base/test-runner/src/android/test/ |
ApplicationTestCase.java | 87 * This will do the work to instantiate the Application under test. After this, your test
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxSessionManager.java | 137 throw new RuntimeException("Can't instantiate class: " +
|
BordeauxSessionStorage.java | 108 throw new RuntimeException("Can't instantiate class: " + className);
|
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/ |
ActionBarTabsPager.java | 126 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
|
FragmentNestingPagerSupport.java | 124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
|
FragmentNestingStatePagerSupport.java | 124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentTabsPager.java | 149 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
|
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/ |
LeanbackSettingsFragment.java | 122 * Called to instantiate the initial {@link android.support.v14.preference.PreferenceFragment}
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
PreferenceScreen.java | 26 * points to an instance of this class to show the preferences. To instantiate
|
/frameworks/wilhelm/src/android/ |
android_AudioSfDecoder.cpp | 185 // Instantiate and initialize the data source for the decoder 231 // Instantiate and initialize the decoder attached to the data source 234 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor."); 304 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder.");
|
/hardware/bsp/intel/peripheral/libupm/ |
README.md | 19 // Instantiate an MMA7660 on I2C bus 0
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
hmtrp.cxx | 67 // Instantiate a HMTRP radio device on uart 0
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
HMTRPSample.java | 51 // Instantiate a HMTRP radio device on uart 0
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
hm11.js | 76 // Instantiate a HM11 BLE Module on UART 0
|
hmtrp.js | 42 // Instantiate a HMTRP radio device on uart 0
|
wt5001.js | 41 // Instantiate a WT5001 serial MP3 player on uart 0.
|
zfm20-register.js | 28 // Instantiate a ZFM20 Fingerprint reader on UART 0
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
hmtrp.py | 27 # Instantiate a HMTRP radio device on uart 0
|
zfm20-register.py | 27 # Instantiate a ZFM20 Fingerprint reader on UART 0
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
mem_ops.h | 27 * on to the symbol name. This allows the developer to instantiate these
|
/hardware/libhardware/modules/camera/ |
CameraHAL.cpp | 49 // Allocate camera array and instantiate camera devices
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
DdmServer.java | 42 * Don't instantiate; all members and methods are static.
|
Completed in 1292 milliseconds
<<31323334353637383940>>