HomeSort by relevance Sort by last modified time
    Searched defs:EntryType (Results 1 - 25 of 25) sorted by null

  /external/google-breakpad/src/processor/
map_serializers_unittest.cc 50 typedef int32_t EntryType;
63 std::map<AddrType, EntryType> std_map_;
64 google_breakpad::StdMapSerializer<AddrType, EntryType> serializer_;
135 google_breakpad::AddressMap<AddrType, EntryType> address_map_;
136 google_breakpad::AddressMapSerializer<AddrType, EntryType> serializer_;
210 google_breakpad::RangeMap<AddrType, EntryType> range_map_;
211 google_breakpad::RangeMapSerializer<AddrType, EntryType> serializer_;
283 google_breakpad::ContainedRangeMap<AddrType, EntryType> crm_map_;
284 google_breakpad::ContainedRangeMapSerializer<AddrType, EntryType> serializer_;
static_range_map_unittest.cc 46 typedef int EntryType;
47 typedef google_breakpad::StaticRangeMap< AddressType, EntryType > TestMap;
48 typedef google_breakpad::RangeMap< AddressType, EntryType > RMap;
60 EntryType id;
196 RangeMapSerializer<AddressType, EntryType> serializer_;
246 const EntryType* id;
314 const EntryType* last_entry = 0;
315 const EntryType* entry;
  /external/protobuf/src/google/protobuf/
map_field_lite.h 51 default_enum_value> EntryType;
72 EntryType* NewEntry() const;
75 EntryType* NewEnumEntryWrapper(const Key& key, const T t) const;
78 EntryType* NewEntryWrapper(const Key& key, const T& t) const;
220 #define EntryType \
227 EntryType*
231 return new EntryType();
233 return Arena::CreateMessage<EntryType>(arena_);
241 EntryType*
245 return EntryType::EnumWrap(key, t, arena_)
    [all...]
map_entry.h 126 Key, Value, kKeyFieldType, kValueFieldType, default_enum_value> EntryType;
map_field.h 228 EntryType;
280 void SetDefaultEntryOnce(const EntryType* default_entry) const;
293 mutable const EntryType* default_entry_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_lite.h 51 default_enum_value> EntryType;
72 EntryType* NewEntry() const;
75 EntryType* NewEnumEntryWrapper(const Key& key, const T t) const;
78 EntryType* NewEntryWrapper(const Key& key, const T& t) const;
220 #define EntryType \
227 EntryType*
231 return new EntryType();
233 return Arena::CreateMessage<EntryType>(arena_);
241 EntryType*
245 return EntryType::EnumWrap(key, t, arena_)
    [all...]
map_entry.h 126 Key, Value, kKeyFieldType, kValueFieldType, default_enum_value> EntryType;
map_field.h 228 EntryType;
280 void SetDefaultEntryOnce(const EntryType* default_entry) const;
293 mutable const EntryType* default_entry_;
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
Mmu.c 63 UINT32 EntryType;
80 EntryType = Entry & TT_TYPE_MASK;
84 if ((EntryType == TT_TYPE_BLOCK_ENTRY) ||
85 ((TableLevel == 3) && (EntryType == TT_TYPE_BLOCK_ENTRY_LEVEL3))) {
101 } else if (EntryType == TT_TYPE_TABLE_ENTRY) {
255 UINT64 EntryType;
265 EntryType = *BlockEntry & TT_TYPE_MASK;
267 if ((TableLevel < 3) && (EntryType == TT_TYPE_TABLE_ENTRY)) {
285 } else if (EntryType == BlockEntryType) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 54 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt };
55 enum EntryType EntryKind;
  /frameworks/compile/mclinker/include/mcld/Target/
KeyEntryMap.h 24 typedef ENTRY EntryType;
28 EntryPair(EntryType* pEntry1, EntryType* pEntry2)
31 EntryType* entry1;
32 EntryType* entry2;
38 EntryType* entry_ptr;
56 const EntryType* lookUp(const KeyType& pKey) const;
57 EntryType* lookUp(const KeyType& pKey);
60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
FileA3D.java 45 public enum EntryType {
59 EntryType(int id) {
63 static EntryType toEntryType(int intID) {
64 return EntryType.values()[intID];
80 EntryType mEntryType;
103 public EntryType getEntryType() {
135 if(entry.mEntryType == EntryType.UNKNOWN) {
157 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) {
189 mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i]));
  /frameworks/ml/nn/common/
Utils.cpp 84 template <typename EntryType, uint32_t entryCount, uint32_t entryCountOEM>
85 EntryType tableLookup(const EntryType (&table)[entryCount],
86 const EntryType (&tableOEM)[entryCountOEM],
94 return EntryType();
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 73 enum EntryType {
79 private EntryType mType;
81 private TrackerEntry(String tag, EntryType type) {
88 this(loc.getProvider(), EntryType.LOCATION_TYPE);
108 TrackerEntry entry = new TrackerEntry(tag, EntryType.LOG_TYPE);
119 EntryType getType() {
174 if (mType == EntryType.LOCATION_TYPE) {
212 TrackerEntry entry = new TrackerEntry(tag, EntryType.valueOf(sType));
214 if (entry.getType() == EntryType.LOCATION_TYPE) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 72 enum EntryType {
78 enum EntryType EntryKind;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
LegacyBiosMpTable.h 67 UINT8 EntryType;
75 UINT8 EntryType;
106 UINT8 EntryType;
134 UINT8 EntryType;
149 UINT8 EntryType;
195 UINT8 EntryType;
234 UINT8 EntryType;
253 UINT8 EntryType;
271 UINT8 EntryType;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
LegacyBiosMpTable.h 64 UINT8 EntryType;
94 UINT8 EntryType;
109 UINT8 EntryType;
142 UINT8 EntryType;
171 UINT8 EntryType;
206 UINT8 EntryType;
241 UINT8 EntryType;
265 UINT8 EntryType;
285 UINT8 EntryType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 754 milliseconds