Searched refs:UpdateRecord (Results 1 – 12 of 12) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | InventoryComponent.java | 20 private UpdateRecord mInventory; 25 mInventory = new UpdateRecord(); in InventoryComponent() 36 public void applyUpdate(UpdateRecord record) { in applyUpdate() 52 public UpdateRecord getRecord() { in getRecord() 60 public static class UpdateRecord extends BaseObject { class in InventoryComponent 65 public UpdateRecord() { in UpdateRecord() method in InventoryComponent.UpdateRecord 75 public void add(UpdateRecord other) { in add()
|
D | HitReactionComponent.java | 45 private InventoryComponent.UpdateRecord mInventoryUpdate; 301 public void setInventoryUpdate(InventoryComponent.UpdateRecord update) { in setInventoryUpdate()
|
D | PlayerComponent.java | 229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update() 351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in stateMove()
|
D | AnimationComponent.java | 175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update()
|
D | HudSystem.java | 224 public void updateInventory(InventoryComponent.UpdateRecord newInventory) { in updateInventory()
|
D | GameObjectFactory.java | 4349 InventoryComponent.UpdateRecord addCoin = new InventoryComponent.UpdateRecord(); 4384 if (entry instanceof InventoryComponent.UpdateRecord) { 4385 hitReact.setInventoryUpdate((InventoryComponent.UpdateRecord)entry); 4450 InventoryComponent.UpdateRecord addRuby = new InventoryComponent.UpdateRecord(); 4476 if (entry instanceof InventoryComponent.UpdateRecord) { 4477 hitReact.setInventoryUpdate((InventoryComponent.UpdateRecord)entry); 4550 InventoryComponent.UpdateRecord addDiary = new InventoryComponent.UpdateRecord(); 4579 if (entry instanceof InventoryComponent.UpdateRecord) { 4580 hitReact.setInventoryUpdate((InventoryComponent.UpdateRecord)entry);
|
/external/chromium_org/content/browser/ |
D | database_browsertest.cc | 48 void UpdateRecord(Shell* shell, int index, const std::string& data) { in UpdateRecord() function in content::DatabaseTest 85 IN_PROC_BROWSER_TEST_F(DatabaseTest, UpdateRecord) { in IN_PROC_BROWSER_TEST_F() argument 89 UpdateRecord(shell(), 0, "0"); in IN_PROC_BROWSER_TEST_F() 94 UpdateRecord(shell(), 1, "1000"); in IN_PROC_BROWSER_TEST_F() 143 UpdateRecord(shell(), i, item); in IN_PROC_BROWSER_TEST_F() 213 UpdateRecord(shell2, 0, "0"); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/sync/util/ |
D | extensions_activity.h | 52 void UpdateRecord(const std::string& extension_id);
|
D | extensions_activity.cc | 32 void ExtensionsActivity::UpdateRecord(const std::string& extension_id) { in UpdateRecord() function in syncer::ExtensionsActivity
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | extensions_activity_monitor.cc | 50 extensions_activity_->UpdateRecord(extension->id()); in Observe()
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 316 typedef SmallVector<DeclUpdate, 1> UpdateRecord; typedef 317 typedef llvm::DenseMap<const Decl *, UpdateRecord> DeclUpdateMap;
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4227 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore()
|