/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
MsgHelp.java | 37 * This class contains helper methods for loading resource bundles and 62 " loading messages");
|
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TestHelper_ClassLoader.java | 202 .println("TestHelper_ClassLoader: Exception loading class from Jar "); 205 .println("TestHelper_ClassLoader: ClassFormatException loading class from Jar ");
|
/development/pdk/pndk/samples/sample/ |
README | 88 3) The application, use_hellolibrary-so, can now be tested by loading and 105 5) Test the application use_hellolibrary-a by loading and running it on the ARM
|
/external/icu4c/samples/ufortune/ |
ufortune.c | 14 * Loading resource data using ICU's API 30 #include "unicode/ures.h" /* ICU API for resource loading */
|
/external/iptables/include/ |
iptables.h | 94 unsigned int loaded; /* simulate loading so options are merged properly */ 147 unsigned int loaded; /* simulate loading so options are merged properly */
|
/external/openssl/crypto/engine/ |
eng_err.c | 130 {ERR_REASON(ENGINE_R_FAILED_LOADING_PRIVATE_KEY),"failed loading private key"}, 131 {ERR_REASON(ENGINE_R_FAILED_LOADING_PUBLIC_KEY),"failed loading public key"},
|
/external/openssl/crypto/x509/ |
x509_err.c | 133 {ERR_REASON(X509_R_LOADING_CERT_DIR) ,"loading cert dir"}, 134 {ERR_REASON(X509_R_LOADING_DEFAULTS) ,"loading defaults"},
|
/external/proguard/docs/ |
main.html | 28 across networks, faster loading, and smaller memory footprints. 35 advantage of Java 6's faster class loading.
|
/external/proguard/docs/manual/ |
optimizations.html | 112 <dd>Performs peephole optimizations for variable loading and storing.</dd> 121 <dd>Performs peephole optimizations for field loading and storing.</dd>
|
/external/webkit/WebCore/inspector/front-end/ |
TimelinePanel.js | 103 loading: new WebInspector.TimelineCategory("loading", WebInspector.UIString("Loading"), "rgb(47,102,236)"), 178 this._recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse"), category: this.categories.loading }; 186 this._recordStyles[recordTypes.ResourceSendRequest] = { title: WebInspector.UIString("Send Request"), category: this.categories.loading }; 187 this._recordStyles[recordTypes.ResourceReceiveResponse] = { title: WebInspector.UIString("Receive Response"), category: this.categories.loading }; 188 this._recordStyles[recordTypes.ResourceFinish] = { title: WebInspector.UIString("Finish Loading"), category: this.categories.loading };
|
/external/webkit/WebCore/loader/ |
DocumentLoader.cpp | 208 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it 209 // to stop loading. Because of this, we need to save it so we don't return early. 210 bool loading = m_loading; local 213 // Attempt to stop the frame if the document loader is loading, or if it is done loading but 217 if (loading || doc->parsing()) 224 if (!loading) 238 // The main resource loader already finished loading. Set the cancelled error on the
|
/external/webkit/WebCore/platform/graphics/ |
SimpleFontData.cpp | 50 SimpleFontData::SimpleFontData(const FontPlatformData& f, bool customFont, bool loading, SVGFontData* svgFontData) 60 , m_isLoading(loading)
|
SimpleFontData.h | 67 SimpleFontData(const FontPlatformData&, bool customFont = false, bool loading = false, SVGFontData* data = 0); 193 bool m_isLoading; // Whether or not this custom font is still in the act of loading.
|
/external/webkit/WebCore/svg/ |
SVGScriptElement.cpp | 205 // externalResourcesRequired has been modified while loading the <script>. Don't dispatch twice. 213 // is set to 'false', otherwhise it dispatches the 'SVGLoad' event just after loading the remote resource.
|
/external/webkit/WebKit/android/benchmark/ |
Intercept.cpp | 59 LOGD("Loading data (%s) ...", data.latin1().data()); 143 LOGD("Loading file (%s) ...", file.latin1().data());
|
/external/webkit/WebKit/mac/WebView/ |
WebDocument.h | 185 @abstract Called when the data source has finished loading. 186 @param dataSource The datasource that has finished loading.
|
/frameworks/base/libs/rs/ |
rsProgram.cpp | 197 LOGV("Loading shader type %x, ID %i", type, mShaderID); 220 rsc->setError(RS_ERROR_BAD_SHADER, "Error returned from GL driver loading shader text,");
|
/frameworks/base/media/jni/soundpool/ |
SoundPool.h | 53 enum sample_state { UNLOADED, LOADING, READY, UNLOADING }; 65 void startLoad() { mState = LOADING; }
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageViewTests.java | 72 // Long.MIN_VALUE are sentinels to command MessageView to skip loading 136 * has completed loading the message. This catches various race conditions.
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
HTMLViewerActivity.java | 40 * loading the top level markup using the file scheme. 43 * This activity shows a loading progress bar in the window title and sets
|
/external/bluetooth/glib/gobject/ |
gtypemodule.c | 31 * @short_description: Type loading modules 61 * g_type_module_use() and g_type_module_unuse(). Typically, when loading 68 * loading and unloading. To create a particular module type you must 241 * If loading the plugin fails, the use count is reset to 245 * loading the plugin failed.
|
/external/icu4c/common/ |
umapfile.c | 72 /* No memory mapping for 390 batch mode. Fake it using dll loading. */ 312 /* 390 specific Library Loading. 314 * All other platforms use .data files when dynamic loading is required, but 317 * The idea here is to hide the fact that 390 is using dll loading from the 318 * rest of ICU, and make it look like there is file loading happening.
|
/external/grub/ |
NEWS | 152 * ELF symbol loading support is added. 357 other programs/modules/loaders. (chain-loading doesn't matter here, 358 just loading 32-bit modules/kernels) 372 chain-loading. 386 gzip normally, then when loading, the GRUB internals will see the 389 version of the "module" loading function has been added which 482 "NOTES". Loading an a.out or elf kernel won't work with it, but all 483 other filetypes pretty much should. (certainly chain-loading works 499 * Supports chain-loading. For details, see "COMMANDS" and the 527 FFS floppy loading "/grub/stage2" as the main bootloader [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 99 * to compile before the loading was finished. Those projects will be recompiled 100 * at the end of the loading. 131 * Called when the targets are loaded (either the SDK finished loading when Eclipse starts, 232 StringBuilder sb = new StringBuilder("Error Loading the SDK:\n"); 410 * data is finished loading. 427 // set status to loading 428 bundle.status = LoadStatus.LOADING; 435 // and set the flag to start the loading below 437 } else if (bundle.status == LoadStatus.LOADING) { 450 Job job = new Job(String.format("Loading data for %1$s", target.getFullName())) [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
FactoryFinder.java | 34 * sync. It is package private for secure class loading.</p> 48 * <p>Debug flag to trace loading process.</p> 113 // Figure out which ClassLoader to use for loading the provider
|