HomeSort by relevance Sort by last modified time
    Searched defs:Map (Results 76 - 100 of 140) sorted by null

1 2 34 5 6

  /external/protobuf/src/google/protobuf/
dynamic_message.cc 432 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
433 Map map_;
447 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin();
  /art/runtime/
profiler.h 124 typedef std::map<mirror::ArtMethod*, uint32_t> Map; // Map of method vs its count.
125 Map *table[kHashSize];
128 // Map of method hit by profiler vs the set of stack trie nodes for this method.
129 typedef std::map<MethodReference, TrieNodeSet*, MethodReferenceComparator> MethodContextMap;
133 // Map from <pc, context> to counts.
134 typedef std::map<std::pair<uint32_t, std::string>, uint32_t> PreviousContextMap;
144 typedef std::map<std::string, PreviousValue> PreviousProfile;
277 // Profile data is stored in a map, indexed by the full method name
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_image_data_proxy.cc 9 #include <map>
252 typedef std::map<PP_Instance, ImageDataInstanceCache> CacheMap;
364 void* data = Map();
380 transport_dib_.reset(TransportDIB::Map(handle));
387 void* PlatformImageData::Map() {
447 void* SimpleImageData::Map() {
449 shm_.Map(size_);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system_mock.cpp 226 void* Map(void* address, size_t length, int prot, int flags, off_t offset) {
236 void* map = mmap(address, length, PROT_WRITE, MAP_ANONYMOUS, -1, 0); local
237 if (map == MAP_FAILED) {
238 return map;
245 ::memcpy(map, data + offset_, avail);
248 mprotect(map, length, prot);
251 return map;
341 void* FileDescriptor::Map(void* address,
351 return handle->Map(address, length, prot, flags, offset);
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 111 template<typename PlainObjectType, int MapOptions, typename StrideType> friend class Eigen::Map;
112 friend class Eigen::Map<Derived, Unaligned>;
113 typedef Eigen::Map<Derived, Unaligned> MapType;
114 friend class Eigen::Map<const Derived, Unaligned>;
115 typedef const Eigen::Map<const Derived, Unaligned> ConstMapType;
116 friend class Eigen::Map<Derived, Aligned>;
117 typedef Eigen::Map<Derived, Aligned> AlignedMapType;
118 friend class Eigen::Map<const Derived, Aligned>;
119 typedef const Eigen::Map<const Derived, Aligned> ConstAlignedMapType;
120 template<typename StrideType> struct StridedMapType { typedef Eigen::Map<Derived, Unaligned, StrideType> type; }
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
67 /// Returns a mutex that should be acquired around any changes to the map.
82 MapT Map;
93 : Map(NumInitBuckets), Data() {}
95 : Map(NumInitBuckets), Data(Data) {}
101 inline iterator begin() { return iterator(Map.begin()); }
102 inline iterator end() { return iterator(Map.end()); }
103 inline const_iterator begin() const { return const_iterator(Map.begin()); }
104 inline const_iterator end() const { return const_iterator(Map.end()); }
106 bool empty() const { return Map.empty();
    [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 37 MMIAddrLabelMap *Map;
39 MMIAddrLabelMapCallbackPtr() : Map(nullptr) {}
40 MMIAddrLabelMapCallbackPtr(Value *V) : CallbackVH(V), Map(nullptr) {}
46 void setMap(MMIAddrLabelMap *map) { Map = map; }
202 // Get the entry for the RAUW'd block and remove it from our map.
243 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr()));
247 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2));
502 /// setCallSiteLandingPad - Map the landing pad's EH symbol to the call sit
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 700 RelocAddrMap *Map = StringSwitch<RelocAddrMap*>(RelSecName)
706 if (!Map) {
710 Map = &TypesSections[*RelocatedSection].Relocs;
712 Map = &TypesDWOSections[*RelocatedSection].Relocs;
761 Map->insert(std::make_pair(Address, std::make_pair(R.Width, R.Value)));
  /external/llvm/lib/IR/
ConstantsContext.h 26 #include <map>
510 typedef std::map<MapKey, ConstantClass *> MapTy;
511 typedef std::map<ConstantClass *, typename MapTy::iterator> InverseMapTy;
513 /// Map - This is the main map from the element descriptor to the Constants.
516 MapTy Map;
519 /// from the constants to their element in Map. This is important for
521 /// through the map with very large keys.
525 typename MapTy::iterator map_begin() { return Map.begin(); }
526 typename MapTy::iterator map_end() { return Map.end();
    [all...]
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 451 struct Map {
456 static const Map kMap[] = {
MP3Extractor.cpp 599 struct Map {
604 static const Map kMap[] = {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system_mock.cpp 226 void* Map(void* address, size_t length, int prot, int flags, off_t offset) {
236 void* map = mmap(address, length, PROT_WRITE, MAP_ANONYMOUS, -1, 0); local
237 if (map == MAP_FAILED) {
238 return map;
245 ::memcpy(map, data + offset_, avail);
248 mprotect(map, length, prot);
251 return map;
341 void* FileDescriptor::Map(void* address,
351 return handle->Map(address, length, prot, flags, offset);
  /external/chromium_org/components/invalidation/
sync_invalidation_listener_unittest.cc 6 #include <map>
146 Map::const_iterator it = invalidations_.find(id);
155 Map::const_iterator it = invalidations_.find(id);
165 Map::const_iterator it = invalidations_.find(id);
175 Map::const_iterator it = invalidations_.find(id);
185 Map::const_iterator it = invalidations_.find(id);
252 typedef std::map<ObjectId, List, ObjectIdLessThan> Map;
253 typedef std::map<ObjectId,
257 Map invalidations_
390 ObjectIdInvalidationMap map; local
391 it->second.ExportInvalidations(WeakHandle<AckHandler>(), &map); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 406 virtual HRESULT STDMETHODCALLTYPE Map(
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
431 virtual HRESULT STDMETHODCALLTYPE Map(
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
460 virtual HRESULT STDMETHODCALLTYPE Map(
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
490 virtual HRESULT STDMETHODCALLTYPE Map(
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
560 virtual HRESULT STDMETHODCALLTYPE Map(
580 HRESULT hres = this->device->get_immediate_context()->Map(this, 0, d3d_map, 0, &d3d_mapped)
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 301 * Specialization of Map<Quaternion<Scalar>>
306 struct traits<Map<Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
308 typedef Map<Matrix<_Scalar,4,1>, _Options> Coefficients;
314 struct traits<Map<const Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
316 typedef Map<const Matrix<_Scalar,4,1>, _Options> Coefficients;
328 * \tparam _Options see class Map
330 * This is a specialization of class Map for Quaternion. This class allows to view
333 * \sa class Map, class Quaternion, class QuaternionBase
336 class Map<const Quaternion<_Scalar>, _Options >
337 : public QuaternionBase<Map<const Quaternion<_Scalar>, _Options>
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 637 /// the SCEVUnknown components following the Map (Value -> Value).
642 ValueToValueMap &Map,
644 SCEVParameterRewriter Rewriter(SE, Map, InterpretConsts);
649 : SE(S), Map(M), InterpretConsts(C) {}
712 if (Map.count(V)) {
713 Value *NV = Map[V];
727 ValueToValueMap &Map;
734 /// the Map (Loop -> SCEV) to all AddRecExprs.
738 static const SCEV *rewrite(const SCEV *Scev, LoopToScevMapT &Map,
740 SCEVApplyRewriter Rewriter(SE, Map);
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 318 typedef std::map<Record*, std::vector<int64_t>, LessRecordRegister> DwarfRegNumsMapTy;
321 // First, just pull all provided information to the map
358 std::map<uint64_t, Record*> Dwarf2LMap;
367 for (std::map<uint64_t, Record*>::iterator
601 // Try to combine Idx's compose map into Vec if it is compatible.
605 const CodeGenSubRegIndex::CompMap &Map = Idx->getComposites();
607 I = Map.begin(), E = Map.end(); I != E; ++I) {
615 I = Map.begin(), E = Map.end(); I != E; ++I
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 406 virtual HRESULT STDMETHODCALLTYPE Map(
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
431 virtual HRESULT STDMETHODCALLTYPE Map(
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
460 virtual HRESULT STDMETHODCALLTYPE Map(
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
490 virtual HRESULT STDMETHODCALLTYPE Map(
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
560 virtual HRESULT STDMETHODCALLTYPE Map(
580 HRESULT hres = this->device->get_immediate_context()->Map(this, 0, d3d_map, 0, &d3d_mapped)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 0 // map.h
17 // Class to map over/transform arcs e.g., change semirings or
63 // The Map functions and classes below will use the FinalAction()
68 // We include a various map versions below. One dimension of
74 // decoding. We also include map versions that pass the mapper
81 void Map(MutableFst<A> *fst, C* mapper) {
149 void Map(MutableFst<A> *fst, C mapper) {
150 Map(fst, &mapper);
158 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) {
231 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 143 GLubyte *Map; /**< Pointer to mapped image memory */
178 GLubyte *Map;
345 * driver's opportunity to map renderbuffers and textures.
473 assert(srb->Map);
474 return (GLubyte *) srb->Map + y * rowStride + x * bpp;
  /external/chromium_org/v8/src/
types.h 44 // Class(map) < T iff instance_type(map) < T
45 // Constant(x) < T iff instance_type(map(x)) < T
55 // Note also that Constant(x) < Class(map(x)) does _not_ hold, since x's map can
60 // considers the _current_ state only, i.e., Constant(x) <_now Class(map(x)).
122 // bitsets. Class is a heap pointer to the respective map. Only Constant's, or
228 // static i::Handle<i::Map> as_class(Type*);
232 // static Handle<Type>::type from_class(i::Handle<Map>, Region*);
279 static TypeHandle Class(i::Handle<i::Map> map, Region* region)
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 985 /// built a lookup map. For every name in the map, pull in the new names from
1041 StoredDeclsMap *Map;
1042 if (!(Map = DC->LookupPtr.getPointer()))
1043 Map = DC->CreateStoredDeclsMap(Context);
1047 (*Map)[Name].removeExternalDecls();
1057 StoredDeclsMap *Map;
1058 if (!(Map = DC->LookupPtr.getPointer()))
1059 Map = DC->CreateStoredDeclsMap(Context);
1063 StoredDeclsList &List = (*Map)[Name]
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 93 typedef MappedSparseMatrix<Scalar,Flags> Map;
110 Eigen::Map<Matrix<Index,Dynamic,1> > innerNonZeros() { return Eigen::Map<Matrix<Index,Dynamic,1> >(m_innerNonZeros, m_innerNonZeros?m_outerSize:0); }
111 const Eigen::Map<const Matrix<Index,Dynamic,1> > innerNonZeros() const { return Eigen::Map<const Matrix<Index,Dynamic,1> >(m_innerNonZeros, m_innerNonZeros?m_outerSize:0); }
699 Eigen::Map<Matrix<Index, Dynamic, 1> >(&this->m_data.index(0), rows()).setLinSpaced(0, rows()-1);
700 Eigen::Map<Matrix<Scalar, Dynamic, 1> >(&this->m_data.value(0), rows()).setOnes();
701 Eigen::Map<Matrix<Index, Dynamic, 1> >(this->m_outerIndex, rows()+1).setLinSpaced(0, rows());
    [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 150 static SluMatrix Map(MatrixBase<MatrixType>& _mat)
168 static SluMatrix Map(SparseMatrixBase<MatrixType>& mat)
267 return SluMatrix::Map(mat);
655 m_sluB = SluMatrix::Map(b.const_cast_derived());
656 m_sluX = SluMatrix::Map(x.derived());
662 m_sluB = SluMatrix::Map(b_cpy.const_cast_derived());
965 m_sluB = SluMatrix::Map(b.const_cast_derived());
966 m_sluX = SluMatrix::Map(x.derived());
972 m_sluB = SluMatrix::Map(b_cpy.const_cast_derived());
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 171 DEBUG(dbgs() << "JIT: Map \'" << GV->getName()
206 ExecutionEngineState::GlobalAddressMapTy &Map =
213 void *&CurVal = Map[GV];
250 std::map<void *, AssertingVH<const GlobalValue> >::iterator I =
    [all...]

Completed in 2638 milliseconds

1 2 34 5 6