HomeSort by relevance Sort by last modified time
    Searched defs:UpdateRecord (Results 1 - 21 of 21) 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) {
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 94 struct UpdateRecord {
99 UpdateRecord(Constant *C, Instruction *User, unsigned Op)
191 void promoteConstants(Function &F, SmallVectorImpl<UpdateRecord> &Updates,
515 Function &F, SmallVectorImpl<UpdateRecord> &Updates,
538 SmallVector<UpdateRecord, 64> Updates;
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 767 * UpdateRecord()
774 DNSService::UpdateRecord
  /external/clang/include/clang/Serialization/
ASTWriter.h 346 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
347 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ASTWriter.h 352 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
353 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h     [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 215 private final HashMap<String, ArrayList<UpdateRecord>> mRecordsByProvider =
418 for (Entry<String, ArrayList<UpdateRecord>> entry
421 for (UpdateRecord record : entry.getValue()) {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 615 milliseconds