HomeSort by relevance Sort by last modified time
    Searched defs:Map (Results 101 - 125 of 249) sorted by null

1 2 3 45 6 7 8 910

  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 52 // If we have the MachO uniquing map, free it.
164 // Create the map if it doesn't already exist.
167 MachOUniqueMapTy &Map = *(MachOUniqueMapTy*)MachOUniquingMap;
176 const MCSectionMachO *&Entry = Map[Name.str()];
195 ELFUniqueMapTy &Map = *(ELFUniqueMapTy*)ELFUniquingMap;
198 StringMapEntry<const MCSectionELF*> &Entry = Map.GetOrCreateValue(Section);
229 COFFUniqueMapTy &Map = *(COFFUniqueMapTy*)COFFUniquingMap;
232 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section);
  /libcore/ojluni/src/main/java/java/util/
Map.java 33 // Android-changed: removed docs for removed OpenJDK 9 Immutable Map static methods
36 * An object that maps keys to values. A map cannot contain duplicate keys;
37 * each key can map to at most one value.
42 * <p>The {@code Map} interface provides three <i>collection views</i>, which
43 * allow a map's contents to be viewed as a set of keys, collection of values,
44 * or set of key-value mappings. The <i>order</i> of a map is defined as
45 * the order in which the iterators on the map's collection views return their
46 * elements. Some map implementations, like the {@code TreeMap} class, make
50 * <p>Note: great care must be exercised if mutable objects are used as map
51 * keys. The behavior of a map is not specified if the value of an object i
    [all...]
  /prebuilts/go/darwin-x86/src/expvar/
expvar.go 100 // Map is a string-to-Var map variable that satisfies the Var interface.
101 type Map struct {
103 m map[string]Var
107 // KeyValue represents a single entry in a Map.
113 func (v *Map) String() string {
130 func (v *Map) Init() *Map {
131 v.m = make(map[string]Var)
137 func (v *Map) updateKeys()
    [all...]
  /prebuilts/go/linux-x86/src/expvar/
expvar.go 100 // Map is a string-to-Var map variable that satisfies the Var interface.
101 type Map struct {
103 m map[string]Var
107 // KeyValue represents a single entry in a Map.
113 func (v *Map) String() string {
130 func (v *Map) Init() *Map {
131 v.m = make(map[string]Var)
137 func (v *Map) updateKeys()
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.h 123 MAP_INFO * Map;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.c 44 ONE_OF_OPTION_MAP *Map;
49 Map = ONE_OF_OPTION_MAP_FROM_LINK (Link);
50 if (QuestionId == Map->QuestionId) {
51 return &Map->OneOfOptionMapEntryListHead;
60 Free OneOfOption map list.
70 ONE_OF_OPTION_MAP *Map;
78 Map = ONE_OF_OPTION_MAP_FROM_LINK (Link);
80 while (!IsListEmpty (&Map->OneOfOptionMapEntryListHead)) {
81 Link2 = GetFirstNode (&Map->OneOfOptionMapEntryListHead);
91 FreePool (Map);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/
IsaIo.h 52 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE 0x080 // Map a memory range so write are combined
53 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_CACHED 0x800 // Map a memory range so all r/w accesses are cached
173 EFI_ISA_IO_PROTOCOL_MAP Map;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/
IsaIo.h 56 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE 0x080 ///< Map a memory range so write are combined.
57 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_CACHED 0x800 ///< Map a memory range so all read and write accesses are cached.
174 This function is used to map system memory for ISA DMA operations. All ISA DMA
185 If performing a DMA read operation, all the data must be present in system memory before the Map() is performed. Similarly,
209 @param[in] HostAddress The system memory address to map to the device.
210 @param[in, out] NumberOfBytes On input the number of bytes to map. On
212 @param[out] DeviceAddress The resulting map address for the bus master
216 resources associated with this map request.
222 @retval EFI_DEVICE_ERROR The system hardware could not map the requested address.
240 Unmaps a memory region that was previously mapped with EFI_ISA_IO_PROTOCOL.Map().
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.h 139 VOID *Map; // Pointer to map.
140 VOID *TableMap; // Pointer to PRD table map.
141 EFI_ATA_DMA_PRD *MapBaseAddress; // Pointer to range Base address for Map.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 116 VOID *Map;
125 // 1. Allocate and map the memory for the frame list
148 Status = PciIo->Map (
154 &Map
163 Ehc->PeriodFrameMap = Map;
245 PciIo->Unmap (PciIo, Map);
840 VOID *Map;
858 Status = PciIo->Map (PciIo, MapOp, Urb->Data, &Len, &PhyAddr, &Map);
864 Urb->DataMap = Map;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbHub.c 507 always return changed bit map from its interrupt endpoint.
659 // OK, actually something is changed, save the change map
704 // Locate the interrupt endpoint for port change map
796 // changed port map from the interrupt endpoint. The port map
871 USB_CHANGE_FEATURE_MAP *Map;
888 Map = &mHubFeatureMap[Index];
890 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) {
891 UsbHubCtrlClearPortFeature (HubIf->Device, Port, (UINT16) Map->Feature);
1176 USB_CHANGE_FEATURE_MAP *Map;
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 49 class Map {
70 void testMap(Map &m, int i) {
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3.cpp 54 struct Map {
55 Map(std::initializer_list<std::pair<std::string,int>>) {}
58 Map ship = {{"Sophie",14}, {"Surprise",28}};
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 28 #include <map>
144 using std::map;
198 typedef std::map<const std::type_info*, Entry> Map;
204 Map m_fields;
  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 421 struct traits<Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex>,_PacketAccess> >
425 typedef Map<const Matrix<_StorageIndex, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1>, _PacketAccess> IndicesType;
432 class Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex>,_PacketAccess>
433 : public PermutationBase<Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex>,_PacketAccess> >
435 typedef PermutationBase<Map> Base;
436 typedef internal::traits<Map> Traits;
444 inline Map(const StorageIndex* indicesPtr)
448 inline Map(const StorageIndex* indicesPtr, Index size)
454 Map& operator=(const PermutationBase<Other>& other)
459 Map& operator=(const TranspositionsBase<Other>& tr
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 176 static SkylineStorage Map(Index* upperProfile, Index* lowerProfile, Scalar* diag, Scalar* upper, Scalar* lower, Index size, Index upperSize, Index lowerSize) {
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 66 typedef MappedSparseMatrix<Scalar,Flags> Map;
  /external/libmojo/mojo/android/system/
core_impl.cc 344 static ScopedJavaLocalRef<jobject> Map(JNIEnv* env,
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 76 // Provide public access to the underlying map to allow overlap iteration.
77 typedef LiveSegments Map;
78 const Map &getMap() { return Segments; }
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 39 MMIAddrLabelMap *Map;
41 MMIAddrLabelMapCallbackPtr() : Map(nullptr) {}
42 MMIAddrLabelMapCallbackPtr(Value *V) : CallbackVH(V), Map(nullptr) {}
48 void setMap(MMIAddrLabelMap *map) { Map = map; }
156 // Get the entry for the RAUW'd block and remove it from our map.
179 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr()));
183 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2));
418 /// setCallSiteLandingPad - Map the landing pad's EH symbol to the call sit
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 188 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map;
192 I = Map.begin(), E = Map.end(); I != E; ++I)
199 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
  /external/llvm/lib/Target/Hexagon/
BitTracker.h 17 #include <map>
39 typedef std::map<unsigned, RegisterCell> CellMapType;
73 CellMapType &Map;
299 return Map.find(Reg) != Map.end();
305 CellMapType::const_iterator F = Map.find(Reg);
306 assert(F != Map.end());
417 // Evaluate a non-branching machine instruction, given the cell map with
418 // the input values. Place the results in the Outputs map. Return "true"
422 // Evaluate a branch, given the cell map with the input values. Fill ou
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 228 DenseMap<MachineBasicBlock *, MachineBasicBlock *> Map;
247 Map[Succ] = Split;
253 Op.setMBB(Map[Op.getMBB()]);
254 for (auto Rewrite : Map)
  /external/llvm/unittests/ADT/
StringMapTest.cpp 78 // Empty map tests.
83 // Constant map tests.
104 // A map with a single entry.
140 // StringMap has a tricky corner case when the map is small (<8 buckets) and
143 llvm::StringMap<int> Map(2);
145 Map["eins"] = 1;
146 Map["zwei"] = 2;
147 Map["drei"] = 3;
148 Map.erase("drei");
149 Map.erase("eins")
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h 98 `---------------|-----------------' (get_def_obj map)
333 // These operate on a map field (i.e., a repeated field of submessages whose
334 // submessage type is a map-entry msgdef).
339 // These operate on a map-entry msgdef.
386 // Defined in repeated_field.c; also used by Map.
390 // Map container type.
398 } Map;
409 Map* ruby_to_Map(VALUE value);
429 Map* self;
518 // Global map from upb {msg,enum}defs to wrapper Descriptor/EnumDescripto
    [all...]

Completed in 853 milliseconds

1 2 3 45 6 7 8 910