HomeSort by relevance Sort by last modified time
    Searched full:loaded (Results 551 - 575 of 6589) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/sessions/
tab_restore_service.h 162 // from the previous session have already been loaded.
178 // Used to indicate what has loaded.
180 // Indicates we haven't loaded anything.
249 // Invoked when we've loaded the session commands that identify the
296 // Invoked when previous tabs or session is loaded. If both have finished
307 // Whether we've loaded the last session.
  /external/chromium_org/base/threading/
thread_local_storage_win.cc 241 // loaded and on thread creation. They are NOT called if the module has been
242 // loaded by a LoadLibrary() call. It must have implicitly been loaded at
244 // By implicitly loaded, I mean that it is directly referenced by the main EXE
245 // or by one of its dependent DLLs. Delay-loaded DLL doesn't count as being
246 // implicitly loaded.
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 167 // If the key hasn't been loaded yet, enqueue the callback to be fired when
183 // If the current owner key was loaded while the certificates were loaded,
190 // If the key hasn't been loaded with the known certificates, enqueue the
192 // an environment where the certificates are loaded. There is no need to
194 // certificates are loaded.
  /external/chromium_org/chrome/browser/extensions/
extension_resource_request_policy_apitest.cc 74 EXPECT_EQ(result, "Loaded");
100 EXPECT_EQ(result, "Loaded");
116 EXPECT_EQ(result, "Loaded");
180 EXPECT_EQ("Loaded", result);
251 EXPECT_EQ("New Tab Page Loaded Successfully", result);
328 EXPECT_EQ("Loaded", result);
  /external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c 21 /* The post table is not completely loaded by the core engine. This */
407 face->postscript_names.loaded = 1;
422 if ( names->loaded )
450 names->loaded = 0;
519 if ( !names->loaded )
542 if ( !names->loaded )
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
co-586.pl 20 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
25 # "eax" and "edx" will always be pre-loaded.
48 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
53 # "eax" and "edx" will always be pre-loaded.
77 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
82 # "eax" and "edx" will always be pre-loaded.
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
comba.pl 8 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
13 # "eax" and "edx" will always be pre-loaded.
36 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
41 # "eax" and "edx" will always be pre-loaded.
65 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
70 # "eax" and "edx" will always be pre-loaded.
  /external/freetype/src/sfnt/
ttpost.c 21 /* The post table is not completely loaded by the core engine. This */
407 face->postscript_names.loaded = 1;
422 if ( names->loaded )
450 names->loaded = 0;
519 if ( !names->loaded )
542 if ( !names->loaded )
  /external/openssl/crypto/bn/asm/
co-586.pl 20 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
25 # "eax" and "edx" will always be pre-loaded.
48 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
53 # "eax" and "edx" will always be pre-loaded.
77 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
82 # "eax" and "edx" will always be pre-loaded.
  /external/openssl/crypto/bn/asm/x86/
comba.pl 8 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
13 # "eax" and "edx" will always be pre-loaded.
36 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
41 # "eax" and "edx" will always be pre-loaded.
65 # pos == -1 if eax and edx are pre-loaded, 0 to load from next
70 # "eax" and "edx" will always be pre-loaded.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 103 ;// All the 16 src values are loaded at once into 8 registers : SrcDst<y><x> (above)
105 ;// So the only values of pVRow[i] that need to be loaded are for i=0,1,2
106 ;// These 3 values are loaded into rowLuma01 and rowLuma23 (above)
246 ;// All the 16 src values are loaded at once into 8 registers : SrcDst<y><x> (above)
248 ;// So the only values of pVRow[i] that need to be loaded are for i=0,1,2
249 ;// These 3 values are loaded into rowLuma01 and rowLuma23 (above)
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 104 * @param pm A PackageManager from which the label can be loaded; usually
131 * @param pm A PackageManager from which the icon can be loaded; usually
151 * @param pm A PackageManager from which the icon can be loaded; usually
168 * @param pm A PackageManager from which the logo can be loaded; usually
187 * @param pm A PackageManager from which the logo can be loaded; usually
204 * @param pm A PackageManager from which the XML can be loaded; usually
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 52 /** Contact is successfully loaded */
53 LOADED,
143 mStatus = Status.LOADED;
292 * @return true if the specified contact is successfully loaded.
296 return mStatus == Status.LOADED;
429 // If the photo was loaded using the URI, create an entry for the photo
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 83 // Keep track of which .so libraries have been loaded. Once a library is
91 void *loaded = NULL; local
98 // Common path is that we have not loaded this Script/library before.
100 loaded = dlopen(origName, RTLD_NOW | RTLD_LOCAL);
101 if (loaded) {
104 return loaded;
127 loaded = dlopen(newName.c_str(), RTLD_NOW | RTLD_LOCAL);
132 if (loaded) {
136 return loaded;
140 // already loaded this library, we instead create a new symlink (in th
145 void *loaded = NULL; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 172 boolean sdkIsLoaded = plugin.getSdkLoadStatus() == LoadStatus.LOADED;
182 // this might be null if the sdk is not yet loaded.
185 // if we are loaded and the target is non null, we create a valid
188 // first make sure the target has loaded its data
206 // if there is no hash string we only show this if the SDK is loaded.
210 // By testing the sdk is loaded, we only show this once in the console.
220 // loaded and therefore we can't get the target yet.
228 // is resolved again after the SDK is loaded.
232 "Unable to resolve target '%s' until the SDK is loaded.",
241 // to be checked for cache validity once the SDK is loaded
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_DriverManager.java 28 * loaded under a different classloader, necessary for testing the
78 // OK, now THIS driver was loaded by someone else....
  /external/chromium/chrome/browser/chromeos/login/
web_page_view.h 89 // page rendered in it. While page is loaded spinner overlay is shown.
136 // Timer used before toggling loaded page visibility.
  /external/chromium/chrome/browser/history/
top_sites.h 155 bool loaded() const { return loaded_; } function in class:history::TopSites
158 // This function also returns false if TopSites isn't loaded yet.
163 // TopSites isn't loaded yet.
185 // History is loaded.
199 // Top sites is loaded.
266 // we finish loading if any requests came in before we loaded.
284 // Invoked when transitioning to LOADED. Notifies any queued up callbacks.
368 // Are we loaded?
  /external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller.cc 104 bool KeywordEditorController::loaded() const { function in class:KeywordEditorController
105 return url_model()->loaded();
template_url_table_model.h 41 // if the TemplateURLModel wasn't initially loaded and has been loaded.
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.h 76 // We wait to show the ExtensionView until several things have loaded.
98 // loaded.
  /external/chromium_org/base/win/
metro.h 67 // Returns the handle to the metro dll loaded in the process. A NULL return
68 // indicates that the metro dll was not loaded in the process.
  /external/chromium_org/chrome/app/
image_pre_reader_win.h 6 // avoid hard page faults when the image is subsequently loaded into memory
15 // to avoid hard page faults when the image is subsequently loaded into memory
  /external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.cc 150 // This does nothing if the tabs have already been loaded or they
151 // shouldn't be loaded.
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_observer.h 16 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) = 0;
68 // Invoked when a favicon has been loaded or changed.

Completed in 1343 milliseconds

<<21222324252627282930>>