/external/webkit/WebCore/manual-tests/ |
location-host-canonicalization.html | 11 <p>Clicking the following button should change the host in the current URL to "www.example.com:". It actually loading is not important -
|
animated-gif-bfcache-crash.html | 42 <li>A window will open, loading a page with an animated gif.</li> 45 <li>A new window will open, loading that page with the animated gif</li>
|
/external/webkit/WebCore/workers/ |
WorkerLoaderProxy.h | 44 // provides loading services for the subordinate workers. This interface provides 2-way 52 // Posts a task to the thread which runs the loading code (normally, the main thread). 55 // Posts callbacks from loading code to the WorkerContext. The 'mode' is used to differentiate 56 // specific synchronous loading requests so they can be 'nested', per spec.
|
/external/freetype/include/freetype/internal/services/ |
svsfnt.h | 5 /* The FreeType SFNT table loading service (specification). */ 30 * SFNT table loading service.
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPhotoLoader.java | 76 private static final int LOADING = 1; 91 * photo ID may change before the photo loading request is started. 102 * Thread responsible for loading photos from the database. Created upon 113 * Flag indicating if the image loading is paused. 148 // Send a request to start loading photos 190 * Stops loading images, kills the image loader thread and clears all caches. 210 * Temporarily stops loading photos from the database. 217 * Resumes loading photos from the database. 227 * Sends a message to this thread itself to start loading images. If the current 268 * Goes over pending loading requests and displays loaded photos. If some of th [all...] |
/external/qemu/distrib/sdl-1.2.12/src/loadso/macos/ |
SDL_sysloadso.c | 27 /* System dependent library loading routines */ 72 SDL_SetError("Failed loading %s: %s", sofile, loaderror); 92 SDL_SetError("Failed loading %s: %s", name, loaderror);
|
/external/freetype/src/autofit/ |
afloader.h | 5 /* Auto-fitter glyph loading routines (specification). */
|
/external/webkit/LayoutTests/http/tests/appcache/ |
crash-when-navigating-away-then-back.html | 24 <div>This tests that loading a page with a manifest, navigating away from the page, and then back does not cause a crash.</div>
|
remove-cache-expected.txt | 4 Frame 2: Manifest loading results in 404 response, so the cache group becomes obsolete, and an obsolete event is dispatched (because the document in frame was associated with a cache in the group).
|
fallback.html | 52 alert("Unexpected error loading " + url + ": " + ex); 128 // Try loading a fallback resource as main one. 154 log("FAIL: Loading an URL from fallback namespace when network is disabled returned unexpected response");
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
remove-cache-frame-2.html | 16 // Associated to a cache, so loading should fail
|
subframe-3.html | 13 // Loading should fail, because simple.txt is not in cache manifest.
|
subframe-4.html | 13 // Loading should fail, because simple.txt is not in cache manifest.
|
xhr-foreign-resource-frame.html | 15 // simple.txt is only listed s a resource in main frame's manifest, so loading should fail.
|
/external/webkit/WebCore/manual-tests/memory/ |
xhr-repeated-string-access.xml | 19 alert('done loading');
|
/external/webkit/WebKit/gtk/resources/ |
error.html | 48 <p>Problem occurred while loading the URL %s</p>
|
/external/webkit/WebKitTools/WebKitLauncher/ |
start.html | 3 <title>Loading WebKit...</title>
|
/packages/apps/Browser/src/com/android/browser/ |
EventLogTags.logtags | 10 # This event is logged after a page has finished loading. It is sending back the page url,
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ImageHelper.java | 33 * loading failed. 39 * be returned if the loading fails. 41 * be returned if the loading fails. 44 * @return a new Image or null if the loading failed and the optional
|
/development/samples/JetBoy/ |
_index.html | 10 <p>The JetBoyView.java file in JetBoy illustrates the loading of JET content 11 (loading a file, queuing segments), its playback, and how to alter what
|
/external/freetype/include/freetype/ |
ftincrem.h | 5 /* FreeType incremental loading (specification). */ 40 * Incremental Loading 43 * Custom Glyph Loading. 47 * `incremental' glyph loading. This is a mode where all glyphs loaded 69 * `incremental' glyph loading within FreeType. This is used to support 144 * during @FT_Load_Glyph or @FT_Load_Char if incremental loading is 285 * wants to support incremental glyph loading. You should use it with 341 * an incremental loading object to be used by FreeType.
|
/external/webkit/WebCore/html/ |
HTMLStyleElement.h | 61 virtual void setLoading(bool loading) { m_loading = loading; }
|
/external/yaffs2/yaffs2/ |
Kconfig | 74 bool "Disable lazy loading" 78 "Lazy loading" defers loading file details until they are 82 Lazy loading will only happen if enabled by this option being 'n' 84 automatically fall back to immediate loading and do the right 89 Setting this to 'y' will disable lazy loading.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/image/ |
DecodingImageSource.java | 44 boolean loading; field in class:DecodingImageSource 138 if (!loading && consumers.size() > 0) { 140 loading = true; 210 loading = false; 221 loading = false; 244 loading = false;
|
/external/qemu/distrib/sdl-1.2.12/src/loadso/win32/ |
SDL_sysloadso.c | 27 /* System dependent library loading routines */ 79 SDL_SetError("Failed loading %s: %s", sofile, loaderror); 127 SDL_SetError("Failed loading %s: %s", name, loaderror);
|