/external/deqp/ |
CMakeLists.txt | 83 # \todo [2013-04-14 pyry] Remove once we've got dynamic loading of GL libraries figured out 155 message(FATAL_ERROR "Run-time loading of GLES1 is not supported (DEQP_GLES1_LIBRARIES is not set)") 167 message(FATAL_ERROR "Run-time loading of VG is not supported (DEQP_VG_LIBRARIES is not set)") 171 message(FATAL_ERROR "Run-time loading of EGL is not supported (DEQP_EGL_LIBRARIES is not set)") 175 message(FATAL_ERROR "Run-time loading of OpenCL is not supported (DEQP_OPENCL_LIBRARIES is not set)") 196 # \todo [2013-04-14 pyry] Remove once we've got dynamic loading of GL libraries figured out
|
/external/libhevc/common/arm64/ |
ihevc_itrans_recon_4x4.s | 131 ld1 {v4.4h},[x8] //loading first row of g_ai2_ihevc_trans_4_transpose 136 ld1 {v1.4h},[x9] //loading pi2_src 2nd row 137 ld1 {v3.4h},[x10] //loading pi2_src 4th row 138 ld1 {v0.4h},[x0],x4 //loading pi2_src 1st row 139 ld1 {v2.4h},[x0],x4 //loading pi2_src 3rd row 212 // loading pred
|
/external/owasp/sanitizer/tools/findbugs/src/xsl/ |
fancy-hist.xsl | 320 displayMessage("Loading history...");
399 displayMessage("Loading stats (categories)...");
414 displayMessage("Loading stats (packages)...");
453 displayMessage("Loading stats (codes)...");
456 if (container.innerHTML=="Loading..." || container.innerHTML=="") {
464 displayMessage("Loading stats (codes)...");
467 if (container.innerHTML=="Loading..." || container.innerHTML=="") {
475 displayMessage("Loading stats (patterns)...");
478 if (container.innerHTML=="Loading..." || container.innerHTML=="")
485 displayMessage("Loading stats (patterns)..."); [all...] |
/libcore/luni/src/test/java/dalvik/system/ |
DexClassLoaderTest.java | 44 private static final File TMP_DIR = new File(WORKING_DIR, "loading-test"); 46 private static final String JAR_NAME = "loading-test.jar"; 47 private static final String DEX_NAME = "loading-test.dex"; 48 private static final String JAR2_NAME = "loading-test2.jar"; 49 private static final String DEX2_NAME = "loading-test2.dex"; 207 * that lives inside the loading-test dex/jar file.
|
/external/chromium_org/chrome/renderer/net/ |
net_error_helper_core_unittest.cc | 450 // Original page starts loading. 476 // Original page starts loading. 500 // Original page starts loading. 533 // Original page starts loading. 557 // Original page starts loading. 581 // Original page starts loading. 617 // Test case where the error page finishes loading before receiving any DNS 620 // Original page starts loading. 658 // Original page starts loading. 692 // Original page starts loading [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_restore.cc | 79 // TabLoader is responsible for loading tabs after session restore creates 80 // tabs. New tabs are loaded after the current tab finishes loading, or a delay 82 // a tab finishes loading a new tab is loaded and the time of the delay 85 // TabLoader keeps a reference to itself when it's loading. When it has finished 86 // loading, it drops the reference. If another profile is restored while the 87 // TabLoader is loading, it will schedule its tabs to get loaded by the same 101 // Schedules a tab for loading. 104 // Notifies the loader that a tab has been scheduled for loading through 110 // This must be invoked once to start loading. 171 // The set of tabs we've initiated loading on. This does NOT include th [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViewsAdapter.java | 65 // Default height for the default loading view, in case we cannot get inflate the first view 288 * A FrameLayout which contains a loading view, and manages the re/applying of RemoteViews when 385 // in their default state of the loading view. 399 // Used to determine how to construct loading views. If a loading view is not specified 401 // the default loading view. 446 // We +1 because the loading view always has view type id of 0 469 // Create a new loading view 474 // Try to inflate user-specified loading view 483 Log.w(TAG, "Error inflating custom loading view, using default loading" [all...] |
/cts/hostsidetests/theme/app/res/values/ |
strings.xml | 82 <string name="loading">Loading...</string>
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
Transitions.java | 49 // loading them from layout resources cooperates with the 50 // TransitionManager that we are also loading from resources, and which
|
/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/ |
BitmapAllocation.java | 29 * This example shows how to speed up bitmap loading and reduce garbage collection 38 // it assumes that all bitmaps are the same size and that loading all bitmaps as the activity
|
/external/bzip2/ |
dlltest.c | 78 fprintf(stderr,"Loading of %s failed. Giving up.\n", BZ2_LIBNAME);
81 printf("Loading of %s succeeded. Library version is %s.\n",
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_cache_delegate.h | 23 // If |log_storage_init_delay| is set, the delay caused by loading and 90 // We measure the time spent on loading rules on init. The result is logged
|
/external/chromium_org/chrome/browser/extensions/api/mdns/ |
mdns_apitest.cc | 72 // Test loading extension, registering an MDNS listener and dispatching events. 109 // Test loading extension and registering multiple listeners.
|
/external/chromium_org/chrome/browser/extensions/ |
app_icon_loader_impl.cc | 51 return; // Already loading the image. 68 // Triggers image loading now instead of depending on paint message. This
|
extension_util.h | 37 // extension if it's enabled since this permission is applied at loading time 58 // loading time only. Note than an ExtensionService must exist.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_tab_helper.h | 106 // even if the prerender is not currently loading. 126 // a applicable (in cases when a prerender that was still loading was
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_terms_of_service.js | 36 this.classList.remove('tos-loading'); 46 this.classList.remove('tos-loading');
|
screen_gaia_signin.css | 7 height: 609px; /* Should be the same as #user-image.loading min-heigth. */ 9 width: 722px; /* Should be the same as #user-image.loading width. */
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
events_tracker.js | 10 * It receives events from the browser and when loading a log file, and passes 63 // This can happen when loading logs with no events.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
environment_data_collection_win_unittest.cc | 37 // This test will check if the CollectDlls method works by loading 48 // Redo the same verification after loading a new dll.
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
auto_login_prompter.cc | 38 // If the WebContents isn't loading a page, the load notification will never 91 // finish loading. If we don't, the info bar appears and then disappears
|
/external/chromium_org/chrome/browser/ui/ash/ |
chrome_new_window_delegate.cc | 37 // attempts to a restore a tab if the TabRestoreService hasn't finished loading 38 // this waits for it. Once the TabRestoreService finishes loading the tab is
|
/external/chromium_org/chromeos/ |
tpm_token_loader.h | 26 // This class is responsible for loading the TPM token when the user logs 62 // token loading.
|
/external/chromium_org/components/bookmarks/test/ |
bookmark_test_helpers.cc | 20 // loading. As soon as the BookmarkModel finishes loading the message loop is
|
/external/chromium_org/components/policy/core/common/cloud/ |
user_cloud_policy_store.cc | 352 // 1) Validation after loading from cache with no cached key. 356 // 2) Validation after loading from cache with a cached key 359 // 3) Validation after loading new policy from the server with no cached key 363 // 4) Validation after loading new policy from the server with a cached key 366 // Loading from cache should not change the cached keys. 369 // Case #1 - loading from cache with no signing key. 374 // Case #2 - loading from cache with a cached key - validate the cached 376 // key. We're loading from cache so don't allow key rotation.
|