HomeSort by relevance Sort by last modified time
    Searched refs:loaded (Results 26 - 50 of 436) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.h 63 void dispatchProgressEvent(const AtomicString&, bool lengthComputable, unsigned long long loaded, unsigned long long total);
XMLHttpRequestProgressEventThrottle.cpp 51 void XMLHttpRequestProgressEventThrottle::dispatchProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total)
53 RefPtrWillBeRawPtr<XMLHttpRequestProgressEvent> progressEvent = XMLHttpRequestProgressEvent::create(type, lengthComputable, loaded, total);
70 // We should not have any pending loaded & total information from a previous run.
81 m_loaded = loaded;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
main.js 13 * Indicates if the DOM and scripts have been already loaded.
38 // Final initialization is performed after all scripts and DOM is loaded.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.h 35 // Must be called after a new dynamic library is loaded.
49 bool loaded; member in struct:__sanitizer::LibIgnore::Lib
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert.s 157 vst1.8 {d6},[r1]! @stores the loaded value
159 vst1.8 {d4},[r6] @stores the loaded value
198 vst1.32 {d4[0]},[r1] @stores the loaded value
200 vst1.32 {d4[1]},[r6] @stores the loaded value
253 vst1.8 {d30},[r1]! @stores the loaded value
270 vst1.8 {d28},[r7],r3 @stores the loaded value
286 vst1.8 {d26},[r7],r3 @stores the loaded value
294 vst1.8 {d24},[r7],r3 @stores the loaded value
314 vst1.8 {d30},[r1]! @stores the loaded value
336 vst1.8 {d28},[r7],r3 @stores the loaded valu
    [all...]
ihevc_inter_pred_chroma_vert_w16out.s 157 vst1.8 {q3},[r1]! @stores the loaded value
159 vst1.8 {q2},[r6] @stores the loaded value
197 vst1.32 {d4},[r1] @stores the loaded value
199 vst1.32 {d5},[r6] @stores the loaded value
252 vst1.8 {q15},[r1]! @stores the loaded value
269 vst1.8 {q14},[r7],r3 @stores the loaded value
282 vst1.8 {q13},[r7],r3 @stores the loaded value
289 vst1.8 {q12},[r7],r3 @stores the loaded value
306 vst1.8 {q15},[r1]! @stores the loaded value
326 vst1.8 {q14},[r7],r3 @stores the loaded valu
    [all...]
ihevc_inter_pred_chroma_vert_w16inp.s 157 vst1.32 {d0[0]},[r1]! @stores the loaded value
158 vst1.32 {d30[0]},[r7] @stores the loaded value
218 vst1.32 {d30[0]},[r1]! @stores the loaded value
236 vst1.32 {d28[0]},[r9],r3 @stores the loaded value
248 vst1.32 {d26[0]},[r9],r3 @stores the loaded value
259 vst1.32 {d24[0]},[r9] @stores the loaded value
276 vst1.32 {d30[0]},[r1]! @stores the loaded value
289 vst1.32 {d28[0]},[r9],r3 @stores the loaded value
300 vst1.32 {d26[0]},[r9],r3 @stores the loaded value
316 vst1.32 {d24[0]},[r9] @stores the loaded valu
    [all...]
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 155 vst1.32 {d0},[r1]! @stores the loaded value
156 vst1.32 {d30},[r7] @stores the loaded value
216 vst1.32 {d30},[r1]! @stores the loaded value
233 vst1.32 {d28},[r9],r3 @stores the loaded value
244 vst1.32 {d26},[r9],r3 @stores the loaded value
254 vst1.32 {d24},[r9] @stores the loaded value
270 vst1.32 {d30},[r1]! @stores the loaded value
282 vst1.32 {d28},[r9],r3 @stores the loaded value
292 vst1.32 {d26},[r9],r3 @stores the loaded value
306 vst1.32 {d24},[r9] @stores the loaded valu
    [all...]
  /development/samples/ApiDemos/tests/
Android.mk 14 # automatically get all of its classes loaded into our environment.
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 103 DCHECK(model->loaded());
120 // are loaded.
122 if (!bookmark_model_ || !bookmark_model_->loaded())
130 // All necessary services are loaded.
  /external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller.cc 93 bool KeywordEditorController::loaded() const { function in class:KeywordEditorController
94 return url_model()->loaded();
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 6 // the current page has loaded.
22 * Logs all loaded URLs in the urls var.
63 'This page has loaded the following resources:' :
64 'This page loaded the following resource:';
  /external/chromium_org/content/browser/resources/gpu/
gpu_internals.js 11 * Main entry point. called once the page has loaded.
  /external/iproute2/include/
ip6tables.h 61 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:ip6tables_match
111 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:ip6tables_target
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 12 # automatically get all of its classes loaded into our environment.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
naclterm.js 66 if (!this.loaded) {
114 this.io.print('Loaded.\n');
124 this.loaded = true;
147 percent = Math.round(e.loaded * 100 / e.total);
148 var kbloaded = Math.round(e.loaded / 1024);
178 this.loaded = false;
274 if (!this.loaded) {
296 this.loaded = false;
  /external/chromium_org/chrome/browser/android/bookmarks/
partner_bookmarks_shim.cc 29 bool loaded; member in struct:__anon7417::PartnerModelKeeper
32 : loaded(false) {}
82 return g_partner_model_keeper.Get().loaded;
180 g_partner_model_keeper.Get().loaded = true;
206 g_partner_model_keeper.Get().loaded = false;
  /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 )
ttbdf.c 46 if ( bdf->loaded )
126 bdf->loaded = 1;
155 if ( bdf->loaded == 0 )
  /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 )
ttbdf.c 46 if ( bdf->loaded )
126 bdf->loaded = 1;
155 if ( bdf->loaded == 0 )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 )
ttbdf.c 46 if ( bdf->loaded )
126 bdf->loaded = 1;
155 if ( bdf->loaded == 0 )
  /external/valgrind/main/callgrind/
sim.c 52 * which loaded the line into cache.
86 line_loaded* loaded; member in struct:__anon36104
162 c->loaded[i].memline = 0;
163 c->loaded[i].use_base = 0;
164 c->loaded[i].dep_use = 0;
165 c->loaded[i].iaddr = 0;
613 c->loaded = CLG_MALLOC("cl.sim.cu_ic.2",
715 idx, L.loaded[idx].memline, L.loaded[idx].iaddr, \
732 i, idx, L.loaded[idx].memline, L.loaded[idx].iaddr,
854 line_loaded* loaded = &(LL.loaded[idx]); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 259 protected void onPostExecute(Boolean loaded) {
261 if (loaded != null && loaded) {

Completed in 1238 milliseconds

12 3 4 5 6 7 8 91011>>