HomeSort by relevance Sort by last modified time
    Searched defs:mapType (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Util.java 52 public static TypeMirror getProvidedValueTypeOfMap(DeclaredType mapType) {
53 checkState(MoreTypes.isTypeOf(Map.class, mapType), "%s is not a Map.", mapType);
54 return asDeclared(mapType.getTypeArguments().get(1)).getTypeArguments().get(0);
61 public static TypeMirror getValueTypeOfMap(DeclaredType mapType) {
62 checkState(MoreTypes.isTypeOf(Map.class, mapType), "%s is not a Map.", mapType);
63 return mapType.getTypeArguments().get(1);
69 public static TypeMirror getKeyTypeOfMap(DeclaredType mapType) {
70 checkState(MoreTypes.isTypeOf(Map.class, mapType), "%s is not a Map.", mapType)
    [all...]
AbstractComponentWriter.java     [all...]
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 65 typedef multimap<int, int> mapType;
67 void check_keys( hashType& h, mapType& m );
79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; typedef
80 maptype m;
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100")));
101 maptype::iterator ite(m.begin());
102 maptype::const_iterator cite(m.begin());
104 maptype const& cm = m;
199 void HashTest::check_keys( HashTest::hashType& h, HashTest::mapType& m )
207 for ( mapType::iterator i = m.begin(); i != m.end(); ++i )
    [all...]
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 65 typedef multimap<int, int> mapType;
67 void check_keys( hashType& h, mapType& m );
79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; typedef
80 maptype m;
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100")));
101 maptype::iterator ite(m.begin());
102 maptype::const_iterator cite(m.begin());
104 maptype const& cm = m;
199 void HashTest::check_keys( HashTest::hashType& h, HashTest::mapType& m )
207 for ( mapType::iterator i = m.begin(); i != m.end(); ++i )
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationClass.java 87 DeclaredType mapType = findInterface(mapClass.mTypeMirror);
88 if (mapType == null) {
91 component = mapType.getTypeArguments().get(1);
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.1/
asm-commons-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.3/
asm-commons-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-commons/5.0.3/
asm-commons-5.0.3.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 
  /external/dexmaker/lib/
jarjar.jar 
  /external/guice/lib/build/
jarjar-1.1.jar 
spring-beans.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/
jarjar-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/
jarjar-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar 
  /development/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar 

Completed in 272 milliseconds

1 2 3 4