/external/chromium_org/base/memory/ |
shared_memory.h | 38 // system, but insufficient to map it. 165 bool Map(size_t bytes) { 170 // memory block to map. 180 // The size requested when the map is first created. 187 // Mapped via Map(). Returns NULL if it is not mapped.
|
/external/chromium_org/build/android/pylib/ |
forwarder.py | 66 def Map(port_pairs, device, tool=None): 93 ['--serial-id=' + device_serial, '--map', str(device), 127 device_port: A previously forwarded port (through Map()).
|
/external/chromium_org/content/renderer/pepper/ |
ppb_image_data_impl.cc | 117 void* PPB_ImageData_Impl::Map() { return backend_->Map(); } 204 void* ImageDataPlatformBackend::Map() { 275 void* ImageDataSimpleBackend::Map() { 278 shared_memory_->Map(skia_bitmap_.getSize());
|
/external/clang/include/clang/AST/ |
DependentDiagnostic.h | 177 const DependentStoredDeclsMap *Map 180 if (!Map) 183 return ddiag_range(ddiag_iterator(Map->FirstDiagnostic), ddiag_iterator());
|
/external/eigen/Eigen/src/Core/ |
Map.h | 16 /** \class Map 24 * \tparam StrideType optionally specifies strides. By default, Map assumes the memory layout 38 * If you need to map non-contiguous arrays, you can do so by specifying strides: 56 * \b Tip: to change the array of data mapped by a Map object, you can use the C++ 62 * This class is the return type of PlainObjectBase::Map() but can also be used directly. 64 * \sa PlainObjectBase::Map(), \ref TopicStorageOrders 69 struct traits<Map<PlainObjectType, MapOptions, StrideType> > 104 template<typename PlainObjectType, int MapOptions, typename StrideType> class Map 105 : public MapBase<Map<PlainObjectType, MapOptions, StrideType> > 109 typedef MapBase<Map> Base [all...] |
Transpositions.h | 219 struct traits<Map<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType>,_PacketAccess> > 222 typedef Map<const Matrix<Index,SizeAtCompileTime,1,0,MaxSizeAtCompileTime,1>, _PacketAccess> IndicesType; 227 class Map<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType>,PacketAccess> 228 : public TranspositionsBase<Map<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType>,PacketAccess> > 230 typedef internal::traits<Map> Traits; 233 typedef TranspositionsBase<Map> Base; 237 inline Map(const Index* indicesPtr) 241 inline Map(const Index* indicesPtr, Index size) 247 Map& operator=(const TranspositionsBase<OtherDerived>& other) 256 Map& operator=(const Map& other [all...] |
PermutationMatrix.h | 388 struct traits<Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, IndexType>,_PacketAccess> > 392 typedef Map<const Matrix<IndexType, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1>, _PacketAccess> IndicesType; 397 class Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, IndexType>,_PacketAccess> 398 : public PermutationBase<Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, IndexType>,_PacketAccess> > 400 typedef PermutationBase<Map> Base; 401 typedef internal::traits<Map> Traits; 409 inline Map(const Index* indicesPtr) 413 inline Map(const Index* indicesPtr, Index size) 419 Map& operator=(const PermutationBase<Other>& other) 424 Map& operator=(const TranspositionsBase<Other>& tr [all...] |
/external/eigen/Eigen/src/SparseCore/ |
CompressedStorage.h | 111 static CompressedStorage Map(Index* indices, Scalar* values, size_t size)
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
DynamicSparseMatrix.h | 64 typedef MappedSparseMatrix<Scalar,Flags> Map;
|
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
ObjectContainerBSDArchive.h | 128 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map; 130 static Map &
|
/external/chromium_org/chrome/browser/ui/views/ |
select_file_dialog_extension.cc | 65 typedef std::map<SelectFileDialogExtension::RoutingID, 66 scoped_refptr<SelectFileDialogExtension> > Map; 67 Map map_; 90 Map::const_iterator it = map_.find(id);
|
/external/chromium_org/components/policy/core/browser/ |
configuration_policy_handler.cc | 157 const char* policy_value, scoped_ptr<base::Value> map) 158 : enum_value(policy_value), mapped_value(map.Pass()) {} 216 scoped_ptr<base::Value> mapped_value = Map(entry_value); 232 scoped_ptr<base::Value> StringMappingListPolicyHandler::Map( 234 // Lazily generate the map of policy strings to mapped values.
|
/external/chromium_org/extensions/common/permissions/ |
base_set_operators.h | 9 #include <map> 31 typedef std::map<ElementIDType, linked_ptr<ElementType> > Map; 36 const_iterator(const typename Map::const_iterator& it) : it_(it) {} 66 typename Map::const_iterator it_; 238 return const_iterator(map().begin()); 242 return map().end(); 246 return map().find(id); 250 return map().count(id); 254 return map().empty() 270 const Map& map() const { function in class:extensions::BaseSetOperators 274 Map& map() { function in class:extensions::BaseSetOperators [all...] |
/external/chromium_org/mojo/android/system/ |
core_impl.cc | 299 static jobject Map(JNIEnv* env,
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
WidthCache.h | 169 Map::AddResult addResult = m_map.add(smallStringKey, entry); 194 typedef HashMap<SmallStringKey, WidthCacheEntry, SmallStringKeyHash, SmallStringKeyHashTraits> Map; 203 Map m_map;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
dynamic_message.cc | 445 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map; 446 Map map_; 460 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin();
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
hamt.c | 224 unsigned long key, keypart, Map; 344 BitCount(Map, node->BitMapKey & ~((~0UL)<<keypart)); 345 Map &= 0x1F; /* Clamp to <32 */ 347 memcpy(newnodes, GetSubTrie(node), Map*sizeof(HAMTNode)); 348 memcpy(&newnodes[Map+1], &(GetSubTrie(node))[Map], 349 (Size-Map-1)*sizeof(HAMTNode)); 353 newnodes[Map].BitMapKey = key; 358 SetValue(hamt, &newnodes[Map], entry); 366 BitCount(Map, node->BitMapKey & ~((~0UL)<<keypart)) [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
plugin_private_file_system_backend.cc | 7 #include <map> 35 Map::iterator found = map_.find(url.filesystem_id()); 57 typedef std::map<std::string, std::string> Map; 59 Map map_;
|
/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-0x.cpp | 51 struct Map { 52 Map(std::initializer_list<std::pair<std::string,int>>) {} 55 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/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/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/Support/ |
Timer.cpp | 200 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map; 204 I = Map.begin(), E = Map.end(); I != E; ++I) 211 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
|
/external/llvm/tools/yaml2obj/ |
yaml2elf.cpp | 61 StringMap<int> Map; 63 /// \returns true if name is already present in the map. 65 StringMapEntry<int> &Entry = Map.GetOrCreateValue(Name, -1); 71 /// \returns true if name is not present in the map 73 StringMap<int>::const_iterator I = Map.find(Name); 74 if (I == Map.end())
|