Searched defs:update (Results 201 - 225 of 320) sorted by relevance

1234567891011>>

/external/replicaisland/src/com/replica/replicaisland/
H A DInputGameInterface.java77 public void update(float timeDelta, BaseObject parent) { method in class:InputGameInterface
90 // update movement inputs
196 // update other buttons
H A DLaunchProjectileComponent.java87 public void update(float timeDelta, BaseObject parent) { method in class:LaunchProjectileComponent
H A DNPCAnimationComponent.java67 public void update(float timeDelta, BaseObject parent) { method in class:NPCAnimationComponent
H A DPhysicsComponent.java54 public void update(float timeDelta, BaseObject parent) { method in class:PhysicsComponent
H A DSpriteComponent.java74 public void update(float timeDelta, BaseObject parent) { method in class:SpriteComponent
H A DHitReactionComponent.java246 public void update(float timeDelta, BaseObject parent) { method in class:HitReactionComponent
301 public void setInventoryUpdate(InventoryComponent.UpdateRecord update) { argument
302 mInventoryUpdate = update;
H A DNPCComponent.java112 public void update(float timeDelta, BaseObject parent) { method in class:NPCComponent
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAdapterView.java85 update();
135 update();
296 private void update() { method in class:ShadowAdapterView
H A DShadowSQLiteDatabase.java154 public int update(String table, ContentValues values, String whereClause, String[] whereArgs) { method in class:ShadowSQLiteDatabase
167 throw new RuntimeException("SQL exception in update", e);
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wtsynth.c330 /* update static channel parameters */
446 EAS_BOOL WT_CheckSampleEnd (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame, EAS_BOOL update) argument
471 /* update data for off-chip synth */
472 if (update)
521 /* update the envelopes */
525 /* update the LFO */
536 /* update the gain */
580 /* if the update interval has elapsed, then force the current gain to the next
647 * nChannel - channel to update
697 /* clear update fla
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtsynth.c330 /* update static channel parameters */
446 EAS_BOOL WT_CheckSampleEnd (S_WT_VOICE *pWTVoice, S_WT_INT_FRAME *pWTIntFrame, EAS_BOOL update) argument
475 /* update data for off-chip synth */
476 if (update)
525 /* update the envelopes */
529 /* update the LFO */
540 /* update the gain */
586 /* if the update interval has elapsed, then force the current gain to the next
653 * nChannel - channel to update
703 /* clear update fla
[all...]
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLTexture.cpp124 update();
145 update();
292 void WebGLTexture::update() function in class:WebCore::WebGLTexture
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp115 void Font::update(PassRefPtr<FontSelector> fontSelector) const function in class:WebCore::Font
/external/webkit/Source/WebKit/chromium/src/
H A DApplicationCacheHost.cpp286 bool ApplicationCacheHost::update() function in class:WebCore::ApplicationCacheHost
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.cpp105 m_widget->update();
111 m_widget->update(m_dirtyRect);
142 m_graphicsItem->update();
148 m_graphicsItem->update(QRectF(rect));
182 void PageClientQWidget::update(const QRect & dirtyRect) function in class:WebCore::PageClientQWidget
184 view->update(dirtyRect);
281 void PageClientQGraphicsWidget::update(const QRect& dirtyRect) function in class:WebCore::PageClientQGraphicsWidget
283 view->update(dirtyRect);
287 overlay->update(QRectF(dirtyRect));
/external/webkit/Source/WebCore/inspector/front-end/
H A DStylesSidebarPane.js125 update: function(node, editedSection, forceUpdate)
388 // Walk the style rules and update the sections with new overloaded and used properties.
395 section.update();
398 section.update(section === editedSection);
495 sections[i].update(true);
729 update: function(full)
954 self.pane.update();
998 update: function()
1063 // Restore expanded state after update.
1415 this.treeOutline.section.pane.update(nul
[all...]
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h354 // Apply the update
381 static bool update(MatrixType& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, typename MatrixType::RealScalar sigma=1) function in struct:Eigen::internal::ldlt_inplace
400 static EIGEN_STRONG_INLINE bool update(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, typename MatrixType::RealScalar sigma=1) function in struct:Eigen::internal::ldlt_inplace
403 return ldlt_inplace<Lower>::update(matt, transpositions, tmp, w.conjugate(), sigma);
471 internal::ldlt_inplace<UpLo>::update(m_matrix, m_transpositions, m_temporary, w, sigma);
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
H A DAndroidInput.java383 public void update() { method in class:AndroidInput
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DBone.java356 final void update() { method in class:Bone
360 children.get(i).update();
452 * Must update all bones in skeleton for this to work.
611 // NOTE: Parent skeleton will call update() then setBindingPose()
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java173 * color bit depth, z-buffer bits, anti-aliasing samples, and update frequency.
510 // update timer so that the next delta is not too large
511 // timer.update();
574 public void update(){ method in class:Application
602 timer.update();
605 inputManager.update(timer.getTimePerFrame());
609 audioRenderer.update(timer.getTimePerFrame());
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
H A DLwjglAudioRenderer.java311 // it should be safe to just ignore the update
722 public void update(float tpf){ method in class:LwjglAudioRenderer
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainGrid.java62 * updates as well. It does this in the overwritten update() method.
97 * These allow physics to update, and other operation (often needed for loading the terrain) to occur
284 public void update(List<Vector3f> locations, LodCalculator lodCalculator) { method in class:TerrainGrid
288 // 2: grids are associated with locations, and no incremental update is done, we load new grids for new locations, and unload those that are not needed anymore
304 super.update(locations, lodCalculator);
374 * update what quads are in the scene now.
/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c778 int update = 0; local
782 /* if any of the delta_q values are changing update flag has to be set */
797 update |= cm->y2dc_delta_q != new_delta_q;
808 if(update)
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCache.java194 @Override public void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection) method in class:HttpResponseCache
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c450 /* Various screen update functions available */
638 Rect update; local
656 update.left = rects[i].x;
657 update.right = rects[i].x+rects[i].w;
658 update.top = rects[i].y;
659 update.bottom = rects[i].y+rects[i].h;
661 &update, &update, srcCopy, nil);
688 /* Set the screen palette and update the display */

Completed in 732 milliseconds

1234567891011>>