HomeSort by relevance Sort by last modified time
    Searched defs:update (Results 501 - 525 of 1241) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.h 117 void update(uint8_t Value) { Hash.update(Value); } function in class:llvm::DIEHash
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 137 // Update cached sum.
167 /// update - Recompute Value from Bias and Links. Return true when node
169 bool update(const Node nodes[]) { function in struct:SpillPlacement::Node
313 nodes[n].update(nodes);
326 /// iterate - Repeatedly update the Hopfield nodes until stability or the
330 // First update the recently positive nodes. They have likely received new
333 nodes[RecentPositive.pop_back_val()].update(nodes);
352 if (nodes[n].update(nodes)) {
366 if (nodes[n].update(nodes)) {
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftoutln.c 607 FT_Bool update = FALSE; local
638 update = TRUE;
643 if ( !error && update && renderer )
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 450 /* 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 */
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 137 public void update(float timeDelta, BaseObject parent) { method in class:DoorAnimationComponent
EnemyAnimationComponent.java 62 public void update(float timeDelta, BaseObject parent) { method in class:EnemyAnimationComponent
FadeDrawableComponent.java 62 public void update(float timeDelta, BaseObject parent) { method in class:FadeDrawableComponent
GameObjectCollisionSystem.java 100 public void update(float timeDelta, BaseObject parent) { method in class:GameObjectCollisionSystem
GameThread.java 66 mGameRoot.update(secondsDelta, null);
GhostComponent.java 58 public void update(float timeDelta, BaseObject parent) { method in class:GhostComponent
LauncherComponent.java 62 public void update(float timeDelta, BaseObject parent) { method in class:LauncherComponent
LifetimeComponent.java 78 public void update(float timeDelta, BaseObject parent) { method in class:LifetimeComponent
NPCAnimationComponent.java 67 public void update(float timeDelta, BaseObject parent) { method in class:NPCAnimationComponent
OrbitalMagnetComponent.java 53 public void update(float timeDelta, BaseObject parent) { method in class:OrbitalMagnetComponent
PatrolComponent.java 69 public void update(float timeDelta, BaseObject parent) { method in class:PatrolComponent
PhysicsComponent.java 54 public void update(float timeDelta, BaseObject parent) { method in class:PhysicsComponent
SolidSurfaceComponent.java 82 public void update(float timeDelta, BaseObject parent) { method in class:SolidSurfaceComponent
SpriteComponent.java 74 public void update(float timeDelta, BaseObject parent) { method in class:SpriteComponent
TheSourceComponent.java 59 public void update(float timeDelta, BaseObject parent) { method in class:TheSourceComponent
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java 154 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/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestMD5SaslClient.java 333 * challenge only contains data for the client to update its
445 md.update(userName.getBytes("UTF-8"));
446 md.update(":".getBytes("UTF-8"));
447 md.update(realm.getBytes("UTF-8"));
448 md.update(":".getBytes("UTF-8"));
449 md.update(password.getBytes("UTF-8"));
454 md.update(hash);
455 md.update(":".getBytes("UTF-8"));
456 md.update(nonce.getBytes("UTF-8"));
457 md.update(":".getBytes("UTF-8"))
    [all...]
  /external/smack/src/com/novell/sasl/client/
DigestMD5SaslClient.java 333 * challenge only contains data for the client to update its
445 md.update(userName.getBytes("UTF-8"));
446 md.update(":".getBytes("UTF-8"));
447 md.update(realm.getBytes("UTF-8"));
448 md.update(":".getBytes("UTF-8"));
449 md.update(password.getBytes("UTF-8"));
454 md.update(hash);
455 md.update(":".getBytes("UTF-8"));
456 md.update(nonce.getBytes("UTF-8"));
457 md.update(":".getBytes("UTF-8"))
    [all...]
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 141 xml_node_t *update)
151 debug_dump_node(ctx, "updateNode", update);
153 uri = get_spp_attr_value(ctx->xml, update, "managementTreeURI");
167 wpa_printf(MSG_INFO, "Update interior node: '%s'", name);
169 str = xml_node_get_text(ctx->xml, update);
221 wpa_printf(MSG_INFO, "Do not allow update outside ./Wi-Fi");
237 wpa_printf(MSG_INFO, "Do not allow update outside ./Wi-Fi/%s",
246 wpa_printf(MSG_INFO, "Do not allow update outside ./Wi-Fi/%s/PerProviderSubscription",
254 wpa_printf(MSG_INFO, "Update command for PPS node %s", pos);
286 static int update_pps(struct hs20_osu_client *ctx, xml_node_t *update,
598 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; local
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 174 ALOGE("Update metadata entry: Unknown tag %d", tag);
188 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
201 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
214 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
227 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
240 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
253 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
266 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
310 ALOGE("%s: Unable to update metadata entry %s.%s (%x): %s (%d)",
319 "%s: Failed to validate metadata structure after update %p"
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderClient.java 246 /** See {@link ContentProvider#update ContentProvider.update} */
247 public int update(Uri url, ContentValues values, String selection, method in class:ContentProviderClient
251 return mContentProvider.update(mPackageName, url, values, selection, selectionArgs);

Completed in 1018 milliseconds

<<21222324252627282930>>