OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateRecord
(Results
1 - 14
of
14
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
InventoryComponent.java
20
private
UpdateRecord
mInventory;
25
mInventory = new
UpdateRecord
();
36
public void applyUpdate(
UpdateRecord
record) {
52
public
UpdateRecord
getRecord() {
60
public static class
UpdateRecord
extends BaseObject {
65
public
UpdateRecord
() {
75
public void add(
UpdateRecord
other) {
HitReactionComponent.java
45
private InventoryComponent.
UpdateRecord
mInventoryUpdate;
301
public void setInventoryUpdate(InventoryComponent.
UpdateRecord
update) {
PlayerComponent.java
229
InventoryComponent.
UpdateRecord
inventory = mInventory.getRecord();
351
InventoryComponent.
UpdateRecord
inventory = mInventory.getRecord();
AnimationComponent.java
175
InventoryComponent.
UpdateRecord
inventory = mInventory.getRecord();
HudSystem.java
224
public void updateInventory(InventoryComponent.
UpdateRecord
newInventory) {
GameObjectFactory.java
[
all
...]
/external/chromium_org/sync/util/
extensions_activity.h
52
void
UpdateRecord
(const std::string& extension_id);
extensions_activity.cc
32
void ExtensionsActivity::
UpdateRecord
(const std::string& extension_id) {
/external/chromium_org/chrome/browser/sync/glue/
extensions_activity_monitor.cc
50
extensions_activity_->
UpdateRecord
(extension->id());
/external/chromium_org/content/browser/
database_browsertest.cc
49
void
UpdateRecord
(Shell* shell, int index, const std::string& data) {
52
"
updateRecord
(" + base::IntToString(index) + ", '" + data + "')",
86
IN_PROC_BROWSER_TEST_F(DatabaseTest,
UpdateRecord
) {
90
UpdateRecord
(shell(), 0, "0");
95
UpdateRecord
(shell(), 1, "1000");
144
UpdateRecord
(shell(), i, item);
214
UpdateRecord
(shell2, 0, "0");
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
178
private final HashMap<String, ArrayList<
UpdateRecord
>> mRecordsByProvider =
179
new HashMap<String, ArrayList<
UpdateRecord
>>();
484
final HashMap<String,
UpdateRecord
> mUpdateRecords = new HashMap<String,
UpdateRecord
>();
567
for (
UpdateRecord
updateRecord
: mUpdateRecords.values()) {
568
if (isAllowedByCurrentUserSettingsLocked(
updateRecord
.mProvider)) {
571
= mProvidersByName.get(
updateRecord
.mProvider);
576
&&
updateRecord
.mRequest.getInterval() < HIGH_POWER_INTERVAL_MS) {
[
all
...]
/external/clang/include/clang/Serialization/
ASTWriter.h
286
typedef SmallVector<uint64_t, 2>
UpdateRecord
;
287
typedef llvm::DenseMap<const Decl *,
UpdateRecord
> DeclUpdateMap;
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
ASTWriterDecl.cpp
[
all
...]
Completed in 217 milliseconds