Searched refs:UpdateRecord (Results 1 - 12 of 12) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DInventoryComponent.java20 private UpdateRecord mInventory;
25 mInventory = new UpdateRecord();
36 public void applyUpdate(UpdateRecord record) {
52 public UpdateRecord getRecord() {
60 public static class UpdateRecord extends BaseObject { class in class:InventoryComponent
65 public UpdateRecord() { method in class:InventoryComponent.UpdateRecord
75 public void add(UpdateRecord other) {
H A DHitReactionComponent.java45 private InventoryComponent.UpdateRecord mInventoryUpdate;
301 public void setInventoryUpdate(InventoryComponent.UpdateRecord update) {
H A DPlayerComponent.java229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
H A DAnimationComponent.java175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
H A DHudSystem.java224 public void updateInventory(InventoryComponent.UpdateRecord newInventory) {
H A DGameObjectFactory.java4349 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();
[all...]
/external/chromium_org/sync/util/
H A Dextensions_activity.h52 void UpdateRecord(const std::string& extension_id);
H A Dextensions_activity.cc32 void ExtensionsActivity::UpdateRecord(const std::string& extension_id) { function in class:syncer::ExtensionsActivity
/external/chromium_org/chrome/browser/sync/glue/
H A Dextensions_activity_monitor.cc50 extensions_activity_->UpdateRecord(extension->id());
/external/chromium_org/content/browser/
H A Ddatabase_browsertest.cc48 void UpdateRecord(Shell* shell, int index, const std::string& data) { function in class:content::DatabaseTest
85 IN_PROC_BROWSER_TEST_F(DatabaseTest, UpdateRecord) {
89 UpdateRecord(shell(), 0, "0");
94 UpdateRecord(shell(), 1, "1000");
143 UpdateRecord(shell(), i, item);
213 UpdateRecord(shell2, 0, "0");
/external/clang/include/clang/Serialization/
H A DASTWriter.h316 typedef SmallVector<DeclUpdate, 1> UpdateRecord; typedef in class:clang::ASTWriter
317 typedef llvm::DenseMap<const Decl *, UpdateRecord> DeclUpdateMap;
/external/clang/lib/Serialization/
H A DASTWriter.cpp4227 ASTWriter::UpdateRecord &Record = DeclUpdates[TU];

Completed in 5455 milliseconds