Searched defs:Map (Results 1 - 25 of 136) sorted by relevance

123456

/external/openfst/src/script/
H A Dmap.cc24 FstClass *Map(const FstClass& ifst, MapType map_type, function in namespace:fst::script
29 Apply<Operation<MapArgs> >("Map", ifst.ArcType(), &args_with_retval);
34 REGISTER_FST_OPERATION(Map, StdArc, MapArgs);
35 REGISTER_FST_OPERATION(Map, LogArc, MapArgs);
36 REGISTER_FST_OPERATION(Map, Log64Arc, MapArgs);
/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) {
36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end());
41 Map.clear();
34 getSortedStubs( DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) argument
/external/apache-http/src/org/apache/http/auth/
H A DAuthSchemeRegistry.java37 import java.util.Map;
58 private final Map<String,AuthSchemeFactory> registeredSchemes;
146 public synchronized void setItems(final Map<String, AuthSchemeFactory> map) { argument
/external/apache-http/src/org/apache/http/client/
H A DAuthenticationHandler.java34 import java.util.Map;
57 Map<String, Header> getChallenges(
62 Map<String, Header> challenges,
61 selectScheme( Map<String, Header> challenges, HttpResponse response, HttpContext context) argument
/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractAuthenticationHandler.java38 import java.util.Map;
77 protected Map<String, Header> parseChallenges(
80 Map<String, Header> map = new HashMap<String, Header>(headers.length);
115 final Map<String, Header> challenges,
114 selectScheme( final Map<String, Header> challenges, final HttpResponse response, final HttpContext context) argument
/external/clang/include/clang/Basic/
H A DAddressSpaces.h45 typedef unsigned Map[Count]; typedef in namespace:clang::LangAS
/external/google-breakpad/src/common/linux/
H A Dmemory_mapped_file.cc50 Map(path, offset);
57 bool MemoryMappedFile::Map(const char* path, size_t offset) { function in class:google_breakpad::MemoryMappedFile
/external/guava/guava/src/com/google/common/escape/
H A DArrayBasedEscaperMap.java26 import java.util.Map;
55 Map<Character, String> replacements) {
76 static char[][] createReplacementArray(Map<Character, String> map) {
54 create( Map<Character, String> replacements) argument
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementAndAttributePolicies.java31 import java.util.Map;
52 Map<? extends String, ? extends AttributePolicy>
67 for (Map.Entry<String, AttributePolicy> e : this.attrPolicies.entrySet()) {
76 for (Map.Entry<String, AttributePolicy> e : p.attrPolicies.entrySet()) {
104 Map<String, AttributePolicy> globalAttrPolicies) {
106 Map<String, AttributePolicy> anded = null;
107 for (Map.Entry<String, AttributePolicy> e : this.attrPolicies.entrySet()) {
123 for (Map.Entry<String, AttributePolicy> e : globalAttrPolicies.entrySet()) {
103 andGlobals( Map<String, AttributePolicy> globalAttrPolicies) argument
/external/apache-http/src/org/apache/http/conn/params/
H A DConnPerRouteBean.java34 import java.util.Map;
60 private final Map<HttpRoute, Integer> maxPerHostMap;
111 public void setMaxForRoutes(final Map<HttpRoute, Integer> map) { argument
/external/apache-http/src/org/apache/http/conn/scheme/
H A DSchemeRegistry.java36 import java.util.Map;
60 private final Map<String,Scheme> registeredSchemes;
183 public synchronized void setItems(final Map<String, Scheme> map) { argument
/external/apache-http/src/org/apache/http/cookie/
H A DCookieSpecRegistry.java38 import java.util.Map;
59 private final Map<String,CookieSpecFactory> registeredSpecs;
157 public synchronized void setItems(final Map<String, CookieSpecFactory> map) { argument
/external/clang/lib/Serialization/
H A DModule.cpp64 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) {
65 if (Map.begin() == Map.end())
70 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end();
63 dumpLocalRemap(StringRef Name, const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) argument
/external/google-breakpad/src/processor/
H A Dmap_serializers.h159 typedef std::map<AddrType, ContainedRangeMap<AddrType, EntryType>*> Map; typedef in class:google_breakpad::ContainedRangeMapSerializer
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestMapEntrySetGenerator.java22 import java.util.Map;
32 implements TestSetGenerator<Map.Entry<K, V>> {
43 public SampleElements<Map.Entry<K, V>> samples() {
48 public Set<Map.Entry<K, V>> create(Object... elements) {
49 Map.Entry<K, V>[] entries = createArray(elements.length);
54 public abstract Set<Map.Entry<K, V>> createFromEntries( argument
55 Map.Entry<K, V>[] entries);
59 public Map.Entry<K, V>[] createArray(int length) {
60 return new Map.Entry[length];
65 public List<Map
[all...]
/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DMapTestSuiteBuilderTests.java38 import java.util.Map;
60 @Override protected final Map<String, String> create( argument
61 Map.Entry<String, String>[] entries) {
63 for (Map.Entry<String, String> entry : entries) {
69 abstract Map<String, String> wrap(HashMap<String, String> map);
89 @Override Map<String, String> wrap(final HashMap<String, String> map) {
94 @Override public Set<Map.Entry<String, String>> entrySet() {
108 @Override Map<String, String> wrap(final HashMap<String, String> map) {
113 @Override public Set<Map.Entry<String, String>> entrySet() {
/external/llvm/include/llvm/ADT/
H A DUniqueVector.h31 // Map - Used to handle the correspondence of entry to ID.
32 std::map<T, unsigned> Map; member in class:llvm::UniqueVector
43 unsigned &Val = Map[Entry];
60 typename std::map<T, unsigned>::const_iterator MI = Map.find(Entry);
63 if (MI != Map.end()) return MI->second;
99 Map.clear();
/external/lzma/CPP/Windows/
H A DFileMapping.h39 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap) function in class:NWindows::CFileMapping
45 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress) function in class:NWindows::CFileMapping
/external/clang/include/clang/Lex/
H A DDirectoryLookup.h45 /// Map - This is the HeaderMap if this is a headermap lookup.
47 const HeaderMap *Map; member in union:clang::DirectoryLookup::__anon690
82 u.Map = map;
108 return isHeaderMap() ? u.Map : nullptr;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h57 MapTy Map; member in class:clang::ento::FunctionSummariesTy
61 MapTy::iterator I = Map.find(D);
62 if (I != Map.end())
66 I = Map.insert(KVPair(D, FunctionSummary())).first;
67 assert(I != Map.end());
88 MapTy::const_iterator I = Map.find(D);
89 if (I != Map.end() && I->second.InlineChecked)
106 MapTy::const_iterator I = Map.find(D);
107 if (I != Map.end())
113 MapTy::const_iterator I = Map
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h74 T *Map(IndexT idx) { function in class:__tsan::DenseSlabAlloc
84 *(IndexT*)Map(idx) = freelist_;
121 freelist_ = *(IndexT*)Map(idx);
129 *(IndexT*)Map(idx) = freelist_;
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample3-inl.h153 Queue* Map(F function) const { function in class:Queue
/external/guava/guava/src/com/google/common/collect/
H A DPlatform.java26 import java.util.Map;
55 static <E> Set<E> newSetFromMap(Map<E, Boolean> map) {
86 Predicate<? super Map.Entry<K, V>> predicate) {
85 mapsFilterSortedMap(SortedMap<K, V> map, Predicate<? super Map.Entry<K, V>> predicate) argument
H A DStandardRowSortedTable.java25 import java.util.Map;
39 * {@link Map} specified by the {@link Table} interface.
57 StandardRowSortedTable(SortedMap<R, Map<C, V>> backingMap, argument
58 Supplier<? extends Map<C, V>> factory) {
62 private SortedMap<R, Map<C, V>> sortedBackingMap() {
63 return (SortedMap<R, Map<C, V>>) backingMap;
79 * <p>This method returns a {@link SortedMap}, instead of the {@code Map}
82 @Override public SortedMap<R, Map<C, V>> rowMap() {
83 return (SortedMap<R, Map<C, V>>) super.rowMap();
87 SortedMap<R, Map<
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
H A DMeshContext.java8 import java.util.Map;
21 private Map<Integer, List<Integer>> vertexReferenceMap;
23 private Map<Geometry, VertexBuffer> uvCoordinates = new HashMap<Geometry, VertexBuffer>();
68 public Map<Integer, List<Integer>> getVertexReferenceMap() {
79 Map<Integer, List<Integer>> vertexReferenceMap) {
78 setVertexReferenceMap( Map<Integer, List<Integer>> vertexReferenceMap) argument

Completed in 729 milliseconds

123456