/external/srec/srec/include/ |
frontapi.h | [all...] |
simapi.h | 760 * It is an error to call this function without first loading [all...] |
/hardware/qcom/keymaster/ |
keymaster_qcom.cpp | 685 ALOGE("dlsym: Error Loading QSEECom_start_app"); 693 ALOGE("dlsym: Error Loading QSEECom_shutdown_app"); 701 ALOGE("dlsym: Error Loading QSEECom_send_cmd"); 709 ALOGE("dlsym: Error Loading QSEECom_send_modified_cmd"); 717 ALOGE("dlsym: Error Loading QSEECom_set_bandwidth"); 762 ALOGE("Loading keymaster app failed");
|
/libcore/libart/src/main/java/java/lang/ |
ClassLoader.java | 61 * special ways for loading classes. 68 * The 'System' ClassLoader - the one that is responsible for loading 366 * Finds the class with the specified name, loading it using the system 474 * loading. The following steps are performed: 492 * Indicates if the class should be resolved after loading. This 760 * class loading mechanism.
|
/packages/apps/Music/src/com/android/music/ |
MusicPicker.java | 130 * when done loading the initial cursor. */ 133 * loading the initial cursor. */ 201 public void setLoading(boolean loading) { 202 mLoading = loading; 208 // We don't want the empty state to show when loading. 383 // Update the adapter: we are no longer loading, and have
|
/external/guava/guava/src/com/google/common/cache/ |
LocalCache.java | 225 * The default cache loader to use on loading operations. 369 * TODO(kevinb): If we strongly reference the value and aren't loading, we needn't wrap the 628 * Waits for a value that may still be loading. Unlike get(), this method can block (in the 631 * @throws ExecutionException if the loading thread throws an exception 632 * @throws ExecutionError if the loading thread throws an error 654 * Notifify pending loads that a new value was set. This is only relevant to loading 660 * Returns true if a new value is currently loading, regardless of whether or not there is an 670 * consist strictly of loading values, though during refresh a value may be both active and 671 * loading. 735 * - Loading: loading is pendin [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
ContactPhotoManager.java | 522 * Temporarily stops loading photos from the database. 527 * Resumes loading photos from the database. 636 * The request may swapped out before the photo loading request is started. 647 * Thread responsible for loading photos from the database. Created upon 658 * Flag indicating if the image loading is paused. [all...] |
/external/chromium_org/native_client_sdk/doc_generated/ |
faq.html | 67 <li><a class="reference internal" href="#my-pexe-isn-t-loading-help" id="id41">My <code>.pexe</code> isn’t loading, help!</a></li> 68 <li><a class="reference internal" href="#my-nexe-files-never-finish-loading-what-gives" id="id42">My <code>.nexe</code> files never finish loading. What gives?</a></li> 289 before loading a large NaCl application, see <a class="reference internal" href="/native-client/devguide/coding/3D-graphics.html"><em>Vetting the driver in 394 <p>Your application does not need to make the decision of loading an [all...] |
/external/clang/include/clang/Serialization/ |
ASTReader.h | 163 /// loading a precompiled header. 352 /// \brief The preprocessor that will be loading the source file. 802 /// \brief The system include root to be used when loading the 823 /// \brief Whether we have tried loading the global module index yet. 909 /// (recursively) loading declarations. 912 /// loaded once the recursive loading has completed [all...] |
/external/chromium_org/native_client_sdk/doc_generated/devguide/coding/ |
file-io.html | 30 <li><a class="reference internal" href="#loading-a-file" id="id18">Loading a file</a></li> 42 <p>You might use the File IO API with the URL Loading APIs to create an overall 48 the file doesn’t exist locally, use the URL Loading API to retrieve the 327 </section><section id="loading-a-file"> 328 <h3 id="loading-a-file">Loading a file</h3>
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PhotoDataAdapter.java | 129 // mCurrentIndex triggers the data loading and image loading. 603 if (entry == null) { // in loading [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 131 * to compile before the loading was finished. Those projects will be recompiled 132 * at the end of the loading. 169 * Called when the targets are loaded (either the SDK finished loading when Eclipse starts, 295 String.format("%s when loading the SDK:\n", 662 * data is finished loading. 684 // set status to loading 685 bundle.status = LoadStatus.LOADING; 692 // and set the flag to start the loading below 694 } else if (bundle.status == LoadStatus.LOADING) { 707 Job job = new Job(String.format("Loading data for %1$s", target.getFullName())) [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
alsa_default.cpp | 478 ALOGE("dlsym:Error:%s Loading csd_client_disable_device", dlerror()); 597 ALOGE("dlsym:Error:%s Loading csd_client_enable_device", dlerror()); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest1.java | 30 // loading, runs the object's constructor (wrong) or the constructor defined 248 // This one tests class-based replacement when loading 260 // This one tests what happens if a loading-replacement is not 924 // This test is only useful for X-loading, so if it managed to [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationListFragment.java | 92 // Delay before displaying the loading view. 94 // Minimum amount of time to keep the loading view displayed. 210 // Keep track of if we are waiting for the loading view. This variable is also used to check 384 // Show list and start loading list. [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/data/ |
destination_store.js | 119 * Whether the destination store has already loaded or is loading all local 134 * Whether the destination store has already loaded or is loading all privet 445 /** Initiates loading of local print destinations. */ 456 /** Initiates loading of privet print destinations. */ 470 * Initiates loading of cloud destinations. [all...] |
/external/chromium_org/components/gcm_driver/ |
gcm_client_impl.cc | 300 // Once the loading is completed, the check-in will be initiated. 303 state_ = LOADING; 307 DCHECK_EQ(LOADING, state_); 689 case GCMClientImpl::LOADING: 690 return "LOADING";
|
/external/chromium_org/content/browser/frame_host/ |
interstitial_page_impl.cc | 184 // a page) when we have a pending entry (in the process of loading a new top 459 // interstitial while the interstitial was loading, that would have disabled 489 // Notify the tab we are not loading so the throbber is stopped. It also 611 // interstitial was shown as a result of a resource loading in the page. 641 // means the interstitial was shown as a result of a resource loading in the [all...] |
/external/chromium_org/remoting/webapp/ |
main.css | 266 #host-list-loading-indicator:not(.loading) #host-list-loading, 267 #host-list-loading-indicator.loading #host-list-reload {
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_depth_texture.txt | 182 DEPTH_STENCIL_OES do not support loading image data via the TexImage 365 - does not support loading pre-baked depth stencil data via 379 though it does not actually support loading data? 382 extension and to make it easier to add support for loading texture 390 this extension forbids loading existing data and GenerateMipmap on
|
/external/qemu/distrib/sdl-1.2.15/ |
docs.html | 118 Fixed crash loading BMP files saved with the scanlines inverted. 159 Fixed detecting X11 libraries for dynamic loading on 64-bit Linux. 233 Fixed dynamic object loading on Windows CE. 490 Dynamic X11 loading is only enabled with gcc 4 supporting -fvisibility=hidden. This fixes crashes related to symbol collisions, and allows building on Solaris and IRIX. 496 Fixed DRI OpenGL library loading, using RTLD_GLOBAL in dlopen().
|
/frameworks/base/docs/html/guide/components/ |
loaders.jd | 49 <li>They provide asynchronous loading of data.</li> 75 their own loaders for loading other types of data. 90 <td>An abstract class that performs asynchronous loading of data. This is 196 starts and stops loading when necessary, and maintains the state of the loader 201 android.app.LoaderManager.LoaderCallbacks} methods to intervene in the loading
|
/system/core/init/ |
devices.c | 843 char *root, *loading, *data, *file1 = NULL, *file2 = NULL, *file3 = NULL; local 847 INFO("firmware: loading '%s' for '%s'\n", 854 l = asprintf(&loading, "%sloading", root); 874 loading_fd = open(loading, O_WRONLY); 921 free(loading);
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
ImageLoader.java | 38 * This class wraps up completing some arbitrary long running work when loading a bitmap to an 99 * @param resId Resource ID of loading image. 314 // Transition drawable to fade from loading bitmap to final bitmap
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
egl.cpp | 88 ALOGD("loading %s into %s complete\n", implLibName, driverLibName); 190 ALOGD("Loading egl dispatch for %s\n", getProcName()); 258 // should be able to find this function through dynamic loading.
|