Searched defs:update (Results 251 - 275 of 320) sorted by relevance

<<111213

/external/replicaisland/src/com/replica/replicaisland/
H A DPlayerComponent.java213 public void update(float timeDelta, BaseObject parent) { method in class:PlayerComponent
H A DHudSystem.java257 public void update(float timeDelta, BaseObject parent) { method in class:HudSystem
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentResolver.java106 public int update(Uri uri, ContentValues values, String where, String[] selectionArgs) { method in class:ShadowContentResolver
109 return provider.update(uri, values, where, selectionArgs);
/external/skia/src/utils/
H A DSkMD5.cpp35 void SkMD5::update(const uint8_t* input, size_t inputLength) { function in class:SkMD5
77 this->update(PADDING, paddingLength);
79 // Append length (length before padding, will cause final update).
80 this->update(bits, 8);
/external/v8/src/
H A Dutils.h241 static uint32_t update(uint32_t previous, T value) { function in class:v8::internal::BitField
649 // some of the current data into the new chunk. The function may update
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp164 mainResourceCache->group()->update(frame, ApplicationCacheUpdateWithBrowsingContext);
209 group->update(frame, ApplicationCacheUpdateWithBrowsingContext);
224 mainResourceCache->group()->update(frame, ApplicationCacheUpdateWithBrowsingContext);
254 // Cache update has been a failure, so there is no reason to keep the document associated with the incomplete cache
271 // The "cached" event will be posted to all associated documents once update is complete.
297 // Cache update failed, too.
416 void ApplicationCacheGroup::update(Frame* frame, ApplicationCacheUpdateOption updateOption) function in class:WebCore::ApplicationCacheGroup
857 // FIXME: Fetch the resource from manifest URL again, and check whether it is identical to the one used for update (in case the application was upgraded server-side in the meanwhile). (<rdar://problem/6467625>)
1047 // update machinery and nothing can yet cause it to get deleted.
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_model.c374 * Mark whole tile as dirty and requiring update.
391 * Mark the specific subarea as dirty and requiring update.
427 void ewk_tile_updates_process(Ewk_Tile *t, void (*cb)(void *data, Ewk_Tile *t, const Eina_Rectangle *update), const void *data) argument
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp460 void PluginProxy::update(const IntRect& paintedRect) function in class:WebKit::PluginProxy
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c544 * wpa_bss_update_start - Start a BSS table update from scan results
547 * This function is called at the start of each BSS table update round for new
549 * wpa_bss_update_scan_res() and the update round is finished with a call to
555 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Start scan result update %u",
579 struct os_time update; local
580 calculate_update_time(fetch_time, res->age, &update);
581 if (os_time_before(&update, &wpa_s->scan_trigger_time)) {
583 os_time_sub(&wpa_s->scan_trigger_time, &update, &age);
610 * If it's a P2P specific interface, then don't update
614 " update fo
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_updater.cc59 // change this value, make sure to update comments where it is used.
62 // For sanity checking on update frequency - enforced in release mode only.
66 // Maximum length of an extension manifest update check url, since it is a GET
77 // The format for request parameters in update checks is:
89 // the number of days since the last time it was present in an update check.
95 // the full update url would be:
220 // Skip extensions with empty update URLs converted from user
227 // If the extension updates itself from the gallery, ignore any update URL
229 // communicate to the the gallery update servers.
295 // Skip extensions with non-empty invalid update URL
752 const UpdateManifest::Result* update = &(results->list.at(updates[i])); local
1026 const UpdateManifest::Result* update = &possible_updates.list[i]; local
[all...]
/external/chromium/chrome/browser/resources/bookmark_manager/js/
H A Dmain.js69 * @param {string} id The id of the node to update the children for.
123 * @param {boolean=} opt_updateHashNow Whether to immediately update the
155 // We listen to hashchange so that we can update the currently shown folder when
162 // In case we got a search hash update the text input and the bmm.treeLookup
204 // Only update search item if we have a search term. We never want the
212 // Do not update the input if the user is actively using the text input.
225 // Navigate now and update hash immediately.
975 function update(canPaste) {
983 update(false);
985 chrome.experimental.bookmarkManager.canPaste(list.parentId, update);
[all...]
/external/chromium/chrome/browser/resources/
H A Dkeyboard_overlay.js278 function update(modifiers) { function
341 update(modifiers);
447 update();
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc378 SQLStatement update; local
379 update.prepare(dbhandle, "UPDATE share_info "
391 update.bind_string(0, info.store_birthday);
392 update.bind_int64(1, info.next_id);
393 update.bind_blob(2, info.notification_state.data(),
395 update.bind_int(3, info.autofill_migration_state);
396 update.bind_int(4,
398 update.bind_int64(5,
400 update.bind_int(6,
402 update
758 SQLStatement update; local
1065 SQLStatement update; local
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc848 SessionUpdate update; local
849 if (!ParseSessionUpdate(msg.action_elem, &update, error)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jmf.jar ... sound.sampled.Clip clip long duration public void update (javax.sound.sampled.LineEvent) javax.sound ...
/external/eigen/Eigen/src/Core/util/
H A DMemory.h173 inline bool is_malloc_allowed_impl(bool update, bool new_value = false) argument
176 if (update == 1)
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
H A DPhysicsSpace.java334 public void update(float time) { method in class:PhysicsSpace
335 update(time, maxSubSteps);
343 public void update(float time, int maxSteps) { method in class:PhysicsSpace
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleEmitter.java137 public void update(float tpf) { method in class:ParticleEmitter.ParticleEmitterControl
869 // Force world transform to update
970 // Force world transform to update
1030 * disabled, it will be "frozen in time" and not update.
1039 * Check if a particle emitter is enabled for update.
1041 * @return True if a particle emitter is enabled for update.
1050 * Callback from Control.update(), do not use.
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DChaseCamera.java540 * update the camera control, should only be used internally
543 public void update(float tpf) { method in class:ChaseCamera
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java281 cam.update();
380 * Note that this will work properly only if it's called on each update, and be aware that it won't work properly with the sky bucket.
432 * Note that this will work properly only if it's called on each update, and be aware that it won't work properly with the sky bucket.
859 * <code>update</code> updates the camera parameters by calling
863 * @see Camera#update()
865 public void update() { method in class:Camera
1204 // update it as well
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainQuad.java72 * The root terrain quad will be the only one that receives the update() call every frame
251 * Call from the update() method of a terrain controller to update
254 * do the actual update on the opengl thread.
256 public void update(List<Vector3f> locations, LodCalculator lodCalculator) { method in class:TerrainQuad
261 * update the normals if there were any height changes recently.
277 // update any existing ones that need updating
291 return; // don't update if in same spot
468 * Back on the ogl thread: update the terrain patch geometries
477 // do the actual geometry update her
[all...]
/external/opencv/cv/src/
H A Dcvcalibration.cpp121 bool CvLevMarq::update( const CvMat*& _param, CvMat*& _J, CvMat*& _err ) function in class:CvLevMarq
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c1081 /* Fall through to video surface update */
1103 * Performs hardware double buffering, if possible, or a full update if not.
1144 /* Fall through to video surface update */
1556 SDL_Rect update, tmp; local
1569 update.x = tmp.x;
1570 update.y = tmp.y;
1571 update.w = tmp.w;
1572 update.h = tmp.h;
1574 if ( update.w > 256 )
1575 update
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... Object { public static final int INSERT public static final int UPDATE public static final int DELETE public static final int SELECT ...
/external/bison/
H A Dmaint.mk1073 update-NEWS-hash: NEWS
1189 halt='out of date copyright in $(v_etc_file); update it' \
1193 halt='out of date copyright in $(sample-test); update it' \
1197 halt='out of date copyright in $(texi); update it' \
1368 '* cfg.mk (old_NEWS_hash): Auto-update.'
1440 $(AM_V_at)$(MAKE) update-NEWS-hash
1462 .PHONY: web-manual-update
1463 web-manual-update:
1465 && $(_build-aux)/gnu-web-doc-update -C $(abs_builddir)
1539 update
[all...]

Completed in 1149 milliseconds

<<111213