/external/chromium_org/tools/gn/ |
loader.cc | 36 // Identifies one time a file is loaded in a given toolchain so we don't load 58 // toolchain is loaded, since we don't know it yet. This will be fixed up 118 return; // Already in set, so this file was already loaded or schedulerd. 121 // Nothing loaded, need to load the default build config. The intial load 173 // The default build config is loaded first, then its toolchain. Secondary 174 // ones are loaded in the opposite order so we can pass toolchain parameters 180 // loaded.
|
/external/guava/guava/src/com/google/common/base/ |
FinalizableReferenceQueue.java | 47 * If this library is loaded in the system class loader, FinalizableReferenceQueue can load 50 * If this library is loaded in an application class loader, it's important that Finalizer not 53 * Finalizer Thread runs instance of -> Finalizer.class loaded by -> Application class loader 54 * which loaded -> ReferenceMap.class which has a static -> FinalizableReferenceQueue instance 60 * This means that dynamically loaded web applications and OSGi bundles can't be unloaded. 62 * If the library is loaded in an application class loader, we try to break the cycle by loading 206 * our class loader (which could be that of a dynamically loaded web application or OSGi bundle),
|
/libcore/luni/src/main/java/java/sql/ |
DriverManager.java | 106 * This will only succeed when the caller's class loader loaded the driver 107 * that is to be removed. If the driver was loaded by a different class 248 * Returns an {@code Enumeration} that contains all of the loaded JDBC 251 * @return An {@code Enumeration} containing all the currently loaded JDBC 326 * A newly loaded JDBC driver class should register itself with the 367 * Sets the {@code PrintWriter} that is used by all loaded drivers, and also 378 * Determines whether the supplied object was loaded by the given {@code ClassLoader}.
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.h | 101 // takes care of loading the favicon if it isn't already loaded, where as 136 // Whether the favicon has been loaded. 190 // Returns the bookmark bar node. This is NULL until loaded. 193 // Returns the 'other' node. This is NULL until loaded. 197 // (as long as the model is loaded). 228 // loaded it is loaded and the observer of the model notified when done. 258 // Blocks until loaded; this is NOT invoked on the main thread. See 349 // Overriden to notify the observer the favicon has been loaded. 429 // Whether the initial set of data has been loaded [all...] |
/external/chromium_org/chrome/browser/ |
enumerate_modules_model_win.h | 30 // What type of module we are dealing with. Loaded modules are modules we 31 // detect as loaded in the process at the time of scanning. The others are 32 // modules of interest and may or may not be loaded in the process at the 131 // Start scanning the loaded module list (if a scan is not already in 149 // block the main thread when in limited_mode). It enumerates all loaded 157 // Enumerate all modules loaded into the Chrome process. 212 // The vector containing all the enumerated modules (loaded and modules of 228 // This is a singleton class that enumerates all modules loaded into Chrome, 229 // both currently loaded modules (called DLLs on Windows) and modules 'of 289 // Asynchronously start the scan for the loaded module list, except when i [all...] |
/frameworks/volley/src/com/android/volley/toolbox/ |
ImageLoader.java | 128 * - onResponse(response, false) will be called if the image was loaded. 137 * as the bitmap (if it is loaded). 140 * image loading in order to, for example, run an animation to fade in network loaded 163 * The ImageContainer will contain either the specified default bitmap or the loaded bitmap. 167 * @param requestUrl The URL of the image to be loaded. 168 * @param defaultImage Optional default image to return until the actual image is loaded. 180 * @param imageListener The listener to call when the remote image is loaded 184 * the currently available image (default if remote is not loaded). 249 * Handler for when an image was successfully loaded. 346 * Returns the bitmap associated with the request URL if it has been loaded, null otherwise [all...] |
/external/chromium/chrome/browser/themes/ |
theme_service_mac.mm | 50 // We loaded successfully. Cache the image. 91 // We loaded successfully. Cache the color. 129 // We loaded successfully. Cache the color. 172 // We loaded successfully. Cache the color. 276 // We loaded successfully. Cache the gradient.
|
/external/chromium_org/chrome/browser/android/bookmarks/ |
partner_bookmarks_shim.cc | 28 bool loaded; member in struct:__anon3976::PartnerModelKeeper 31 : loaded(false) {} 74 return g_partner_model_keeper.Get().loaded; 157 g_partner_model_keeper.Get().loaded = true; 183 g_partner_model_keeper.Get().loaded = false;
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_tag_model.h | 39 bool loaded() const { return loaded_; } function in class:BookmarkTagModel 75 // loaded it is loaded and the observer of the model notified when done. 130 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE; 197 // True if the model is fully loaded.
|
/external/chromium_org/chrome/browser/extensions/api/alarms/ |
alarm_manager.h | 138 // Part of AddAlarm that is executed after alarms are loaded. 143 // Part of GetAlarm that is executed after alarms are loaded. 148 // Part of GetAllAlarms that is executed after alarms are loaded. 152 // Part of RemoveAlarm that is executed after alarms are loaded. 157 // Part of RemoveAllAlarms that is executed after alarms are loaded.
|
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter_delegate.h | 36 // Requests the module enumerator to start scanning for loaded modules now, if 41 // enumerator has finished scanning for loaded modules. 64 // Returns a list of loaded module name digests. 208 // This event is signaled once the TemplateURLService has loaded. If the 209 // TemplateURLService was already loaded prior to the creation of this class,
|
/external/chromium_org/chrome/browser/themes/ |
theme_service_mac.mm | 63 // We loaded successfully. Cache the image. 101 // We loaded successfully. Cache the color. 119 // We loaded successfully. Cache the color. 148 // We loaded successfully. Cache the color. 252 // We loaded successfully. Cache the gradient.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_bridge.mm | 45 void BookmarkMenuBridge::Loaded(BookmarkModel* model, bool ids_reassigned) { 64 if (!model || !model->loaded()) 172 if (model->loaded()) 173 Loaded(model, false); 323 // If we do not have a loaded favicon, use the default site image instead.
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ |
progress_event_listener.js | 55 // The last event.loaded seen from an event with lengthComputable being true. 64 this.stateProgressPrev = event.loaded; 67 this.stateProgressPrev = event.loaded; 134 // loaded and another when the .nexe is loaded.
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
MemoryActivatedFont.mm | 49 // "activating" said font. Caching of loaded fonts is complicated by the fact 102 // same font loaded from the browser process. 168 // parameter. If loading is blocked by the sandbox, the font may be loaded 170 // If sandbox loading also fails, a fallback font is loaded. 178 // * outNSFont - The font that was actually loaded or null if loading failed.
|
/external/oprofile/events/i386/nehalem/ |
unit_masks | 96 0x01 i_state Counts number of L2 data demand loads where the cache line to be loaded is in the I (invalid) state, i 97 0x02 s_state Counts number of L2 data demand loads where the cache line to be loaded is in the S (shared) state 98 0x04 e_state Counts number of L2 data demand loads where the cache line to be loaded is in the E (exclusive) state 99 0x08 m_state Counts number of L2 data demand loads where the cache line to be loaded is in the M (modified) state 101 0x10 i_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the I (invalid) state, i 102 0x20 s_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the S (shared) state 103 0x40 e_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the E (exclusive) state 104 0x80 m_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the M (modified) state 108 0x01 i_state Counts number of L2 demand store RFO requests where the cache line to be loaded is in the I (invalid) state, i 109 0x02 s_state Counts number of L2 store RFO requests where the cache line to be loaded is in the S (shared) stat [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaAudioEffectTest.java | 186 msg = msg.concat(": Effect library not loaded"); 221 msg = msg.concat(": Effect library not loaded"); 245 msg = msg.concat(": Effect library not loaded"); 271 msg = msg.concat(": Effect library not loaded"); 305 msg = msg.concat(": Effect library not loaded"); 306 loge(msg, ": Effect library not loaded"); 337 msg = msg.concat(": Effect library not loaded"); 338 loge(msg, ": Effect library not loaded"); 384 msg = msg.concat(": Effect library not loaded"); 385 loge(msg, ": Effect library not loaded"); [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
contentSecurityPolicy.html | 11 enforce rules governing the types of content that can be loaded and executed 16 In general, CSP works as a black/whitelisting mechanism for resources loaded 187 // Add event listeners once the DOM has fully loaded by listening for the 211 <h3 id="resourceLoading">Only local script and and object resources are loaded</h3> 214 Script and object resources can only be loaded from the extension's 271 executable resources loaded with an extension's elevated permissions are 282 To ease development, we're also allowing the whitelisting of resources loaded 289 The restriction against resources loaded over HTTP applies only to those 297 A relaxed policy definition which allows script resources to be loaded from
|
/external/chromium_org/components/autofill/core/browser/ |
personal_data_manager.h | 43 // This class also stores the profiles loaded from the database for use during 125 // Returns whether the personal data has been loaded from the web database. 139 // form. Identifying info is loaded into the last four outparams. 237 // Receives the loaded profiles from the web data service and stores them in 242 // Receives the loaded credit cards from the web data service and stores them 276 // True if personal data has been loaded from the web database. 279 // The loaded web profiles. 289 // The loaded credit cards. 295 // so they can be loaded at the same time.
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 316 /// \brief The global module index, if loaded. 332 /// \brief Types that have already been loaded from the chain. 335 /// ID = (I + 1) << FastQual::Width has already been loaded 346 /// \brief Declarations that have already been loaded from the chain. 349 /// = I + 1 has already been loaded. 398 // ID as a key. It will be realized when the context is actually loaded. 406 /// haven't been loaded yet. 428 /// loaded. 432 /// been loaded. 444 /// loaded [all...] |
/external/javassist/tutorial/ |
tutorial.html | 107 returns a <code>java.lang.Class</code> object representing the loaded class. 142 to modify a class file that has been already loaded since the JVM does 602 <code>Hello</code> class is never loaded before <code>toClass()</code> 619 <p>then the original <code>Hello</code> class is loaded at the first 637 that has loaded your program (in the above example, the class of 650 same class name. The loaded two classes are regarded as different 665 <p>If the same class file is loaded by two distinct class loaders, 683 The <code>Box</code> class is loaded by two class loaders. 689 class loaded by CL. 692 the <code>Box</code> class loaded by <code>myLoader</code> [all...] |
/frameworks/base/core/java/android/view/ |
PointerIcon.java | 206 * Loads the bitmap and hotspot information for a pointer icon, if it is not already loaded. 210 * @return The loaded pointer icon. 241 * Returns true if the pointer icon has been loaded and its bitmap and hotspot 244 * @return True if the pointer icon is loaded. 265 * @throws IllegalStateException if the bitmap is not loaded. 279 * @throws IllegalStateException if the bitmap is not loaded. 293 * @throws IllegalStateException if the bitmap is not loaded. 304 throw new IllegalStateException("The icon is not loaded."); 406 // Set the properties now that we have successfully loaded the icon.
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_service.h | 214 // Called when a URL is loaded that was generated from a keyword. 235 // loaded, the default search provider is pulled from preferences. 273 // loaded. 278 // Registers a callback to be called when the service has loaded. 280 // If the service has already loaded, this function does nothing. 288 // Whether or not the keywords have been loaded. 289 bool loaded() { return loaded_; } function in class:TemplateURLService 291 // Notification that the keywords have been loaded. 445 // Sets the keywords. This is used once the keywords have been loaded. 453 // Transitions to the loaded state [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/ |
PhotoManager.java | 52 * loaded. 69 * @param success True if we successfully loaded the image from cache. False if we fell back 85 * Subclasses can implement this method to determine whether a previously loaded bitmap can 87 * @param prevWidth The width of the previously loaded bitmap. 88 * @param prevHeight The height of the previously loaded bitmap. 109 * need to be loaded. 115 * been loaded. 304 boolean loaded = loadCachedPhoto(request, false); 305 if (loaded) { 347 * @return false if the photo needs to be (re)loaded from the provider [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | 65 * to specify whether logging classes should be loaded via the thread 105 * are loaded through, etc. 175 * A reference to the classloader that loaded this class. This is the 292 * <li>using JDK1.1 and the calling code is loaded via the system 294 * <li>using JDK1.2+ and the calling code is loaded via the boot 354 * the name of the implementation class to be loaded.</p> 420 // load logging classes or not by checking the loaded properties file (if any). 429 // LogFactory or Log classes, just use the class that loaded 597 + "' via the same classloader that loaded this LogFactory" [all...] |