Searched defs:Map (Results 101 - 125 of 172) sorted by relevance

1234567

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwTestBase.java27 import java.util.Map;
114 final Map<String, String> extraHeaders) throws Exception {
144 final Map<String, String> extraHeaders) {
111 loadUrlSync(final AwContents awContents, CallbackHelper onPageFinishedHelper, final String url, final Map<String, String> extraHeaders) argument
142 loadUrlAsync(final AwContents awContents, final String url, final Map<String, String> extraHeaders) argument
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc309 static jobject Map(JNIEnv* env, function in namespace:mojo::android
/external/chromium_org/storage/browser/fileapi/
H A Dplugin_private_file_system_backend.cc35 Map::iterator found = map_.find(url.filesystem_id());
57 typedef std::map<std::string, std::string> Map; typedef in class:storage::PluginPrivateFileSystemBackend::FileSystemIDToPluginMap
59 Map map_;
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.hpp198 typedef std::map<const std::type_info*, Entry> Map; typedef in class:de::cmdline::detail::TypedFieldMap
204 Map m_fields;
/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h388 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> class in namespace:Eigen
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) function in class:Eigen::Map
413 inline Map(const Index* indicesPtr, Index size) function in class:Eigen::Map
419 Map& operator=(const PermutationBase<Other>& other)
424 Map
[all...]
H A DPlainObjectBase.h111 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<Derive
475 static inline ConstMapType Map(const Scalar* data) function in class:Eigen::PlainObjectBase
477 static inline MapType Map(Scalar* data) function in class:Eigen::PlainObjectBase
479 static inline ConstMapType Map(const Scalar* data, Index size) function in class:Eigen::PlainObjectBase
481 static inline MapType Map(Scalar* data, Index size) function in class:Eigen::PlainObjectBase
483 static inline ConstMapType Map(const Scalar* data, Index rows, Index cols) function in class:Eigen::PlainObjectBase
485 static inline MapType Map(Scalar* data, Index rows, Index cols) function in class:Eigen::PlainObjectBase
502 static inline typename StridedConstMapType<Stride<Outer, Inner> >::type Map(const Scalar* data, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
505 static inline typename StridedMapType<Stride<Outer, Inner> >::type Map(Scalar* data, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
508 static inline typename StridedConstMapType<Stride<Outer, Inner> >::type Map(const Scalar* data, Index size, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
511 static inline typename StridedMapType<Stride<Outer, Inner> >::type Map(Scalar* data, Index size, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
514 static inline typename StridedConstMapType<Stride<Outer, Inner> >::type Map(const Scalar* data, Index rows, Index cols, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
517 static inline typename StridedMapType<Stride<Outer, Inner> >::type Map(Scalar* data, Index rows, Index cols, const Stride<Outer, Inner>& stride) function in class:Eigen::PlainObjectBase
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMapConstraints.java29 import java.util.Map;
30 import java.util.Map.Entry;
83 public static <K, V> Map<K, V> constrainedMap( argument
84 Map<K, V> map, MapConstraint<? super K, ? super V> constraint) {
291 private final Map<K, V> delegate;
296 Map<K, V> delegate, MapConstraint<? super K, ? super V> constraint) {
300 @Override protected Map<K, V> delegate() {
315 @Override public void putAll(Map<? extends K, ? extends V> map) {
402 transient Map<K, Collection<V>> asMap;
414 @Override public Map<
295 ConstrainedMap( Map<K, V> delegate, MapConstraint<? super K, ? super V> constraint) argument
[all...]
H A DTables.java33 import java.util.Map;
155 public Map<C, V> column(R columnKey) {
165 public Map<R, Map<C, V>> columnMap() {
216 public Map<R, V> row(C rowKey) {
226 public Map<C, Map<R, V>> rowMap() {
325 * generate a table based on arbitrary {@link Map} classes.
340 * the data is stored in a {@code Map<R, Map<
364 newCustomTable( Map<R, Map<C, V>> backingMap, Supplier<? extends Map<C, V>> factory) argument
[all...]
H A DStandardTable.java35 import java.util.Map;
36 import java.util.Map.Entry;
52 * the data is stored in a {@code Map<R, Map<C, V>>}. A method call like {@code
65 @GwtTransient final Map<R, Map<C, V>> backingMap;
66 @GwtTransient final Supplier<? extends Map<C, V>> factory;
68 StandardTable(Map<R, Map<C, V>> backingMap, argument
69 Supplier<? extends Map<
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java33 import java.util.Map;
797 Map<Integer, AtomicInteger> replica,
823 Map<Integer, AtomicInteger> replica, int value) {
796 insertIntoReplica( Map<Integer, AtomicInteger> replica, int newValue) argument
822 removeFromReplica( Map<Integer, AtomicInteger> replica, int value) argument
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp61 StringMap<int> Map; member in class:__anon26427::NameToIdxMap
65 StringMapEntry<int> &Entry = Map.GetOrCreateValue(Name, -1);
73 StringMap<int>::const_iterator I = Map.find(Name);
74 if (I == Map.end())
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java42 import java.util.Map;
89 private UnknownFieldSet(final Map<Integer, Field> fields) { argument
92 private Map<Integer, Field> fields;
109 public Map<Integer, Field> asMap() {
129 for (final Map.Entry<Integer, Field> entry : fields.entrySet()) {
199 for (final Map.Entry<Integer, Field> entry : fields.entrySet()) {
211 for (final Map.Entry<Integer, Field> entry : fields.entrySet()) {
223 for (final Map.Entry<Integer, Field> entry : fields.entrySet()) {
284 private Map<Integer, Field> fields;
378 for (final Map
[all...]
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener_unittest.cc143 Map::const_iterator it = invalidations_.find(id);
152 Map::const_iterator it = invalidations_.find(id);
162 Map::const_iterator it = invalidations_.find(id);
172 Map::const_iterator it = invalidations_.find(id);
182 Map::const_iterator it = invalidations_.find(id);
242 typedef std::map<ObjectId, List, ObjectIdLessThan> Map; typedef in class:syncer::__anon6556::FakeDelegate
245 Map invalidations_;
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_handler.cc216 scoped_ptr<base::Value> mapped_value = Map(entry_value);
232 scoped_ptr<base::Value> StringMappingListPolicyHandler::Map( function in class:policy::StringMappingListPolicyHandler
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx569 def Map(self, offset, num_bytes, flags=MAP_BUFFER_FLAG_NONE): member in class:Handle
/external/chromium_org/ppapi/proxy/
H A Dppb_image_data_proxy.cc364 void* data = Map();
380 transport_dib_.reset(TransportDIB::Map(handle));
387 void* PlatformImageData::Map() { function in class:ppapi::proxy::PlatformImageData
447 void* SimpleImageData::Map() { function in class:ppapi::proxy::SimpleImageData
449 shm_.Map(size_);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system_mock.cpp226 void* Map(void* address, size_t length, int prot, int flags, off_t offset) { function in class:__anon11495::MockFileHandle
341 void* FileDescriptor::Map(void* address, function in class:crazy::FileDescriptor
351 return handle->Map(address, length, prot, flags, offset);
/external/eigen/Eigen/src/Geometry/
H A DQuaternion.h301 * 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 > class in namespace:Eigen
337 : public QuaternionBase<Map<cons
353 EIGEN_STRONG_INLINE Map(const Scalar* coeffs) : m_coeffs(coeffs) {} function in class:Eigen::Map
373 class Map<Quaternion<_Scalar>, _Options > class in namespace:Eigen
390 EIGEN_STRONG_INLINE Map(Scalar* coeffs) : m_coeffs(coeffs) {} function in class:Eigen::Map
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h637 /// 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; member in struct:llvm::SCEVParameterRewriter
734 /// the Map (Loop -> SCEV) to all AddRecExprs.
738 static const SCEV *rewrite(const SCEV *Scev, LoopToScevMapT &Map, argument
740 SCEVApplyRewriter Rewriter(SE, Map);
641 rewrite(const SCEV *Scev, ScalarEvolution &SE, ValueToValueMap &Map, bool InterpretConsts = false) argument
823 LoopToScevMapT &Map; member in struct:llvm::SCEVApplyRewriter
827 apply(const SCEV *Scev, LoopToScevMapT &Map, ScalarEvolution &SE) argument
[all...]
/external/llvm/include/llvm/IR/
H A DValueMap.h82 MapT Map; member in class:llvm::ValueMap
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(); }
107 size_type size() const { return Map.size(); }
110 void resize(size_t Size) { Map
206 ValueMapT *Map; member in class:llvm::ValueMapCallbackVH
208 ValueMapCallbackVH(KeyT Key, ValueMapT *Map) argument
[all...]
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp37 MMIAddrLabelMap *Map; member in class:llvm::MMIAddrLabelMapCallbackPtr
39 MMIAddrLabelMapCallbackPtr() : Map(nullptr) {}
40 MMIAddrLabelMapCallbackPtr(Value *V) : CallbackVH(V), Map(nullptr) {}
46 void setMap(MMIAddrLabelMap *map) { Map = 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 site
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp700 RelocAddrMap *Map = StringSwitch<RelocAddrMap*>(RelSecName) local
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/utils/TableGen/
H A DRegisterInfoEmitter.cpp605 const CodeGenSubRegIndex::CompMap &Map = Idx->getComposites(); local
607 I = Map.begin(), E = Map.end(); I != E; ++I) {
615 I = Map.begin(), E = Map.end(); I != E; ++I)
644 // Map each Sub-register index to a compatible table row.
/external/smack/src/org/jivesoftware/smackx/packet/
H A DVCard.java34 import java.util.Map;
35 import java.util.Map.Entry;
93 private Map<String, String> homePhones = new HashMap<String, String>();
94 private Map<String, String> workPhones = new HashMap<String, String>();
102 private Map<String, String> homeAddr = new HashMap<String, String>();
103 private Map<String, String> workAddr = new HashMap<String, String>();
121 private Map<String, String> otherSimpleFields = new HashMap<String, String>();
124 private Map<String, String> otherUnescapableFields = new HashMap<String, String>();
771 private void appendPhones(Map<String, String> phones, final String code) {
772 Iterator<Map
785 appendAddress(final Map<String, String> addr, final String code) argument
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h63 // The Map functions and classes below will use the FinalAction()
81 void Map(MutableFst<A> *fst, C* mapper) { function in namespace:fst
149 void Map(MutableFst<A> *fst, C mapper) { function in namespace:fst
150 Map(fst, &mapper);
158 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { function in namespace:fst
231 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { function in namespace:fst
232 Map(ifst, ofst, &mapper);
792 typename Map::iterator miter = map_.find(w1);
838 typedef std::unordered_map<SW, Label, StringKey> Map; typedef in struct:fst::GallicToNewSymbolsMapper
841 Map map
[all...]

Completed in 488 milliseconds

1234567