/external/icu/icu4c/source/i18n/ |
transreg.h | 91 * mutex, because it can instantiate Transliterators embedded in 161 * compound) attempt to instantiate it from the registry. Return 165 * We cannot instantiate it ourselves because the alias may contain
|
/external/icu/icu4c/source/test/intltest/ |
dadrcal.cpp | 120 errln(caseString+": Unable to instantiate calendar for " 377 dataerrln(UnicodeString("Unable to instantiate ToCalendar for ")+testSetting); 400 errln("Unable to instantiate fromCalendar for "+locale);
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
TagLibConfiguration.java | 200 * a listener which the web container is supposed to instantiate and 464 LOG.warn("Could not instantiate listener "+className+": "+e); 469 LOG.warn("Could not instantiate listener "+className+": "+e);
|
/external/llvm/utils/llvm-build/llvmbuild/ |
componentinfo.py | 448 # Determine the type of the component to instantiate. 459 # Instantiate the component based on the remaining values. 465 section, path, "unable to instantiate: %r" % type_name)
|
/frameworks/base/core/java/android/preference/ |
GenericInflater.java | 353 * instantiate class of the given <var>name</var> found in this 459 * Recursive method used to descend down the xml hierarchy and instantiate 460 * items, instantiate their children, and then call onFinishInflate().
|
/frameworks/base/media/jni/ |
android_media_MediaExtractor.cpp | 665 "Failed to instantiate extractor."); 693 "Failed to instantiate extractor."); 726 "Failed to instantiate extractor.");
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
GenericInflater.java | 342 * instantiate class of the given <var>name</var> found in this 439 * Recursive method used to descend down the xml hierarchy and instantiate 440 * items, instantiate their children, and then call onFinishInflate().
|
/tools/test/connectivity/acts/framework/acts/ |
test_runner.py | 61 by name to instantiate. 261 # Instantiate builtin controllers 337 This will instantiate controller and test classes, and execute test
|
/frameworks/base/docs/html/guide/topics/graphics/ |
2d-graphics.jd | 200 <p>There are three ways to define and instantiate a Drawable: using an image saved in your project 239 // Instantiate an ImageView and define its properties 260 one state, no matter how many different objects you may instantiate for it. For example, if you 261 instantiate two Drawable objects from the same image resource, then change a property (such 294 directory of your project. Then, retrieve and instantiate the object by calling 315 the following code will instantiate the TransitionDrawable and set it as the content of an
|
/art/runtime/interpreter/ |
interpreter_common.h | [all...] |
/cts/tools/utils/cts/ |
tools.py | 114 """Instantiate a test plan with a list of available package names. 223 """Instantiate the class using the manifest file denoted by path."""
|
/development/host/windows/usb/api/ |
adb_api.cpp | 49 // Instantiate and initialize enum object
112 // Instantiate interface object, depending on the USB driver type.
|
/device/generic/goldfish/camera/ |
EmulatedCameraDevice.cpp | 73 /* Instantiate worker thread object. */ 76 ALOGE("%s: Unable to instantiate worker thread object", __FUNCTION__);
|
/external/autotest/server/hosts/ |
remote.py | 21 must not instantiate this class but should instantiate one of those
|
/external/boringssl/src/crypto/perlasm/ |
x86asm.pl | 170 sub ::label # instantiate a function-scope label 176 sub ::LABEL # instantiate a file-scope label
|
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/ |
app.rst | 139 # Instantiate the imported class. 146 The registry can be used to lazily instantiate objects when needed, and keep a
|
/external/clang/test/CodeGenCXX/ |
mangle-exprs.cpp | 147 void instantiate() { function in namespace:test2 179 void instantiate() { function in namespace:test3
|
/external/google-breakpad/src/client/mac/tests/ |
crash_generation_server_test.cc | 233 // Instantiate an OOP exception handler. 381 // Instantiate an OOP exception handler.
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/reflect/ |
ClassReflection.java | 70 throw new ReflectionException("Could not instantiate instance of class: " + c.getName(), e);
72 throw new ReflectionException("Could not instantiate instance of class: " + c.getName(), e);
|
/external/parameter-framework/upstream/bindings/c/ |
Test.cpp | 203 * instantiate one string (names) big enough 205 * Then instantiate an array of pointer (values),
|
/frameworks/av/drm/drmserver/ |
DrmManagerService.cpp | 98 void DrmManagerService::instantiate() { function in class:DrmManagerService 99 ALOGV("instantiate");
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
stopping.jd | 141 method should essentially clean up all your activity's resources, you'll need to re-instantiate them 142 when the activity restarts. Yet, you also need to instantiate them when your activity is created
|
/frameworks/base/docs/html/training/multiple-threads/ |
communicate-ui.jd | 54 Instantiate the {@link android.os.Handler} object in the constructor for the class that 58 the Android system's thread management framework. When you instantiate a
|
/frameworks/base/media/java/android/media/audiofx/ |
PresetReverb.java | 36 * <p>An application creates a PresetReverb object to instantiate and control a reverb engine in the 119 * As the PresetReverb is an auxiliary effect it is recommended to instantiate it on
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
SuggestionParser.java | 287 * Recursive method used to descend down the xml hierarchy and instantiate 288 * items, instantiate their children.
|