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

  /external/chromium/chrome/browser/sync/glue/
data_type_manager.h 45 typedef std::set<syncable::ModelType> TypeSet;
54 TypeSet requested_types;
60 const TypeSet& requested_types)
87 virtual void Configure(const TypeSet& desired_types) = 0;
data_type_manager_mock.h 37 MOCK_METHOD1(Configure, void(const TypeSet&));
data_type_manager_impl.h 29 virtual void Configure(const TypeSet& desired_types);
67 TypeSet last_requested_types_;
data_type_manager_impl.cc 87 for (TypeSet::const_iterator it = last_requested_types_.begin();
101 void DataTypeManagerImpl::Configure(const TypeSet& desired_types) {
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java 22 import com.android.vcard.tests.testutils.PropertyNodesVerifierElem.TypeSet;
413 .addExpectedNode("TEL", "tel:1", new TypeSet("HOME"));
416 .addExpectedNode("TEL", "1", new TypeSet("HOME"));
439 new TypeSet("HOME"));
500 .addExpectedNode("TEL", "tel:10", new TypeSet("HOME"))
501 .addExpectedNode("TEL", "tel:20", new TypeSet("WORK"))
502 .addExpectedNode("TEL", "tel:30", new TypeSet("HOME", "FAX"))
503 .addExpectedNode("TEL", "tel:40", new TypeSet("WORK", "FAX"))
504 .addExpectedNode("TEL", "tel:50", new TypeSet("CELL"))
505 .addExpectedNode("TEL", "60", new TypeSet("PAGER")
    [all...]
VCardJapanizationTests.java 30 import com.android.vcard.tests.testutils.PropertyNodesVerifierElem.TypeSet;
101 .addExpectedNode("SOUND", ";;;;", new TypeSet("X-IRMC-N"))
102 .addExpectedNode("TEL", "", new TypeSet("HOME"))
103 .addExpectedNode("EMAIL", "", new TypeSet("HOME"))
104 .addExpectedNode("ADR", "", new TypeSet("HOME"))
175 mContentValuesForSJis, new TypeSet("X-IRMC-N"));
196 mContentValuesForSJis, new TypeSet("X-IRMC-N"));
271 .addExpectedNode("TEL", "", new TypeSet("HOME"))
272 .addExpectedNode("EMAIL", "", new TypeSet("HOME"))
278 Arrays.asList("3", "", "", "", "", "", ""), new TypeSet("HOME"))
    [all...]
VCardImporterTests.java 21 import com.android.vcard.tests.testutils.PropertyNodesVerifierElem.TypeSet;
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNodesVerifierElem.java 38 public static class TypeSet extends HashSet<String> {
39 public TypeSet(String ... array) {
92 TypeSet paramMap_TYPE) {
98 List<String> propValueList, TypeSet paramMap_TYPE) {
104 List<String> propValueList, ContentValues paramMap, TypeSet paramMap_TYPE) {
110 ContentValues paramMap, TypeSet paramMap_TYPE) {
116 List<String> propValueList, TypeSet paramMap_TYPE) {
129 ContentValues paramMap, TypeSet paramMap_TYPE, GroupSet propGroupSet) {
174 TypeSet paramMap_TYPE) {
179 List<String> propValueList, TypeSet paramMap_TYPE)
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 45 /// TypeSet - This is either empty if it's completely unknown, or holds a set
50 /// TypeSet can have three states:
57 class TypeSet {
60 TypeSet() {}
61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
62 TypeSet(const std::vector<MVT::SimpleValueType> &VTList);
91 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
95 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
99 /// hasVectorTypes - Return true if this TypeSet contains a vector value
103 /// getName() - Return this TypeSet as a string
    [all...]
CodeGenDAGPatterns.cpp 29 // EEVT::TypeSet Implementation
45 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
60 EEVT::TypeSet::TypeSet(const std::vector<MVT::SimpleValueType> &VTList) {
75 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
100 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
102 bool EEVT::TypeSet::hasIntegerTypes() const {
109 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
111 bool EEVT::TypeSet::hasFloatingPointTypes() const
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 86 typedef std::set<Type*> TypeSet;
99 TypeSet DefinedTypes;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 1335 milliseconds