/external/chromium-libpac/test/ |
proxy_resolver_v8_unittest.cc | 261 // Try loading a malformed PAC script. 466 // Try loading a PAC script that ends with a comment and has no terminal 484 // Try loading a PAC script that ends with a statement and has no terminal
|
/external/chromium_org/chrome/app/ |
client_util.cc | 226 // Loading chrome is an interesting affair. First we try loading from the 268 // Launching is a matter of loading the right dll, setting the CHROME_VERSION
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/ |
bookmark_list.js | 6 // that handles the loading and the events from the bookmark backend. 111 * Callback function for loading items. 415 * The ID of the bookmark folder we are currently showing or loading.
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extensions.js | 280 // be careful to remove the 'finished loading' timeout. 283 document.documentElement.classList.add('loading'); 285 document.documentElement.classList.remove('loading');
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_search_prerenderer_unittest.cc | 269 // Page hasn't finished loading yet. 450 // When the Instant search base page has finished loading, 467 // When the Instant search base page hasn't finished loading,
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab.h | 319 // The current index of the loading animation. The range varies depending on 320 // whether the tab is loading or waiting, see AdvanceLoadingAnimation(). 323 // Step in the immersive loading progress indicator.
|
/external/chromium_org/components/autofill/content/browser/risk/ |
fingerprint.cc | 54 // Maximum amount of time, in seconds, to wait for loading asynchronous 226 // Data that will be passed on to the next loading phase. See the comment for 456 // Begin loading all of the data that we need to load asynchronously.
|
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.h | 89 // Resource loading. 137 // Internal states of loading and network. 340 // Whether loading has progressed since the last call to didLoadingProgress.
|
/external/chromium_org/native_client_sdk/src/resources/ |
common.js | 9 // Set to true when loading a "Release" NaCl module, false when loading a 350 // status message indicating that the module is still loading. Otherwise,
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSharedWorkerImpl.cpp | 77 // A thin wrapper for one-off script loading. 189 // loading requests from the worker context to the rest of WebKit and Chromium 205 // to have same origin as the worker so the loading checks work correctly.
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
jsonresults.py | 404 logging.info("Loading incremental json.") 421 logging.info("Loading existing aggregated json.") 509 logging.debug("Loading test results json...")
|
/external/chromium_org/third_party/android_crazy_linker/src/include/ |
crazy_linker.h | 115 // which is the default, then after loading any library, the crazy linker 147 // library loading, by calling crazy_linker_set_callback_poster(). 173 // loading to let the user record callbacks for delayed operations.
|
/frameworks/base/core/java/android/webkit/ |
WebViewClient.java | 49 * Notify the host application that a page has started loading. This method 64 * Notify the host application that a page has finished loading. This method 217 * Notify the host application that an SSL error occurred while loading a
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentTasksLoader.java | 76 private enum State { LOADING, LOADED, CANCELLED }; 259 // additional optimization when we have software system buttons - start loading the recent 423 mState = State.LOADING;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
UsimPhoneBookManager.java | 348 log("Loading USIM ADN records done"); 358 log("Loading USIM IAP records done"); 368 log("Loading USIM Email records done");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccFileHandler.java | 78 /** Finished retrieving size of transparent EF; start loading. */ 80 /** Finished loading contents of transparent EF; post result. */ 84 /** Finished loading single record from a linear-fixed EF; post result. */
|
/hardware/ti/omap3/dspbridge/inc/ |
drv.h | 22 * at the time of Loading. It holds the List of Device Objects 257 * Creates the Driver Object. This is done during the driver loading. 288 * Called upon driver unLoading.or unsuccesful loading of the driver.
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Attr.java | 220 * after loading the document or invoking 237 * while loading the document or while invoking 245 * <li> If validation occurred using a DTD while loading the document or
|
/ndk/sources/android/crazy_linker/include/ |
crazy_linker.h | 115 // which is the default, then after loading any library, the crazy linker 147 // library loading, by calling crazy_linker_set_callback_poster(). 173 // loading to let the user record callbacks for delayed operations.
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthByWeekFragment.java | 226 Log.d(TAG, "Stopped loader from loading"); 245 // Synchronized the loading time of the month's events with the animation of the 309 // To get a smoother transition when showing this fragment, delay loading of events until
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
Contact.java | 47 * partial loading of contact data. Thus, an instance of this class should be treated as 54 /** There was an error loading the contact */ 276 * @return true when an exception happened during loading, in which case
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ExpandableBinaryDictionary.java | 109 * Abstract method for loading initial contents of a given dictionary. 536 Log.w(TAG, "Start stress in loading: " + mDictName); 538 Log.w(TAG, "End stress in loading");
|
/external/chromium_org/chrome/browser/resources/options/ |
options_page.js | 763 * Whether the page is still loading (i.e. onload hasn't finished running). 764 * @return {boolean} Whether the page is still loading. 767 return document.documentElement.classList.contains('loading'); 898 var loading = OptionsPage.isLoading(); 899 if (!loading) { 937 if (loading) [all...] |
/external/libexif/libexif/ |
exif-data.c | 62 /* Temporarily used while loading data */ 174 "Loading entry 0x%x ('%s')...", entry->tag, 389 "Loading %hu entries...", n); 396 "Short data; only loading %hu entries...", n); 1179 N_("Ignore unknown tags when loading EXIF data.")}, 1184 N_("When loading and resaving Exif data, save the maker note unmodified." [all...] |
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/ |
BasicAndroidKeyStoreFragment.java | 112 Log.w(TAG, "Error occurred while loading certificates", e); 126 Log.w(TAG, "Error occurred while loading certificates", e);
|