Searched refs:loaded (Results 26 - 50 of 238) sorted by relevance

12345678910

/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java35 * loaded at that time; it may have already been loaded or it may be loaded in the future via
37 * various game systems and while the texture data itself is streamed in or loaded as necessary.
81 /** Loads a single texture into memory. Does nothing if the texture is already loaded. */
88 /** Loads all unloaded textures into OpenGL memory. Already-loaded textures are ignored. */
91 if (mTextureHash[x].resource != -1 && mTextureHash[x].loaded == false) {
100 if (mTextureHash[x].resource != -1 && mTextureHash[x].loaded) {
104 mTextureHash[x].loaded = false;
119 if (mTextureHash[x].resource != -1 && mTextureHash[x].loaded) {
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsearch_engine_data_type_controller.cc39 // If the TemplateURLService is loaded, continue with association. We force
46 if (turl_service->loaded()) {
50 // Register a callback and continue when the TemplateURLService is loaded.
H A Dbookmark_data_type_controller.cc103 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/
H A Dkeyword_editor_controller.h58 // Return true if the |url_model_| data is loaded.
59 bool loaded() const;
H A Dkeyword_editor_controller.cc90 bool KeywordEditorController::loaded() const { function in class:KeywordEditorController
91 return url_model_->loaded();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h35 // Must be called after a new dynamic library is loaded.
49 bool loaded; member in struct:__sanitizer::LibIgnore::Lib
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_vert.s157 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...]
H A Dihevc_inter_pred_chroma_vert_w16out.s157 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...]
H A Dihevc_inter_pred_chroma_vert_w16inp.s157 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...]
H A Dihevc_inter_pred_chroma_vert_w16inp_w16out.s155 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...]
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc51 // Ignore VC++ runtimes prior to 7.1. Somehow some of them get loaded
104 // If we've already loaded this library, FreeLibrary() the handle in order to
/external/chromium_org/ui/file_manager/video_player/js/cast/
H A Dcaster.js97 window['__onGCastApiAvailable'] = function(loaded, errorInfo) {
100 if (loaded)
/external/iproute2/include/
H A Dip6tables.h61 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
/external/chromium_org/ui/login/
H A Dresource_loader.js16 * Register assets for deferred loading. When the bundle is loaded
48 loaded: false,
62 * Determines whether an asset bundle has already been loaded.
66 return hasDeferredAssets(id) && ASSETS[id].loaded;
136 * Record that a resource has been loaded for an asset bundle. When
137 * all the resources have been loaded the callback that was specified
155 assets.loaded = true;
172 console.warn('asset bundle', id, 'already loaded!');
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dpartner_bookmarks_shim.cc29 bool loaded; member in struct:__anon2856::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/
H A Dttpost.c21 /* 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 )
H A Dttbdf.c46 if ( bdf->loaded )
126 bdf->loaded = 1;
155 if ( bdf->loaded == 0 )
/external/freetype/src/sfnt/
H A Dttpost.c21 /* 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 )
H A Dttbdf.c46 if ( bdf->loaded )
126 bdf->loaded = 1;
155 if ( bdf->loaded == 0 )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttpost.c21 /* 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 )
H A Dttbdf.c46 if ( bdf->loaded )
126 bdf->loaded = 1;
155 if ( bdf->loaded == 0 )
/external/valgrind/main/callgrind/
H A Dsim.c52 * which loaded the line into cache.
86 line_loaded* loaded; member in struct:__anon32387
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[id
854 line_loaded* loaded = &(LL.loaded[idx]); local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb47 when requiring 'antlr3', only the essential core components are loaded
56 the most important components of the runtime library. loaded by default
62 through strings, tokens, and tree nodes loaded by default
66 loaded by default
70 recognizers. loaded by default
73 throughout the library. loaded by default
76 not loaded by default when 'antlr3' is required, but it is autloaded on demand
86 as a script (not loaded as a module), the code will behave as a full
184 # Set up non-essential components to be loaded on-demand
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dstatus_view.css14 .loaded-status-view {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.idl36 "loaded",
59 [CallWith=ScriptState] readonly attribute Promise loaded;

Completed in 3569 milliseconds

12345678910