HomeSort by relevance Sort by last modified time
    Searched refs:CollectionType (Results 1 - 12 of 12) sorted by null

  /system/security/keystore/include/keystore/
utils.h 28 typedef Coll<std::unique_ptr<typename std::remove_const<T>::type>> CollectionType;
29 typedef std::shared_ptr<CollectionType> CollectionPtr;
32 SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { init(); }
33 SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { init(); }
80 typename CollectionType::iterator cur_;
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 67 namespace CollectionType {
77 } // namespace CollectionType
HidTree.cpp 90 using namespace HidDef::CollectionType;
  /external/llvm/include/llvm/Support/
YAMLParser.h 362 template <class CollectionType>
363 typename CollectionType::iterator begin(CollectionType &C) {
366 typename CollectionType::iterator ret(&C);
371 template <class CollectionType> void skip(CollectionType &C) {
375 for (typename CollectionType::iterator i = begin(C), e = C.end(); i != e;
  /libcore/luni/src/test/java/tests/security/cert/
CertStore1Test.java 61 private static final String CollectionType = "Collection";
78 defaultProviderCol = SpiEngUtils.isSupport(CollectionType,
84 validValuesC[0] = CollectionType;
85 validValuesC[1] = CollectionType.toUpperCase();
86 validValuesC[2] = CollectionType.toLowerCase();
103 dType = (CollectionSupport ? CollectionType : defaultType );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 129 ULONG CollectionType: 8;
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen-instructions.h     [all...]
hydrogen.cc     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 

Completed in 1785 milliseconds