Searched refs:class_types (Results 1 - 9 of 9) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dkillthread.py19 if not isinstance(exctype, (six.class_types, type)):
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp121 TypeList class_types; local
132 class_types);
144 class_types);
156 type_sp = class_types.GetTypeAtIndex(0);
164 class_type_or_name.SetTypeSP(class_types.GetTypeAtIndex(0));
173 type_sp = class_types.GetTypeAtIndex(i);
188 type_sp = class_types.GetTypeAtIndex(i);
/external/lldb/test/lang/cpp/class_types/
H A DTestClassTypes.py12 mydir = os.path.join("lang", "cpp", "class_types")
19 self.class_types()
36 self.class_types()
47 # test/class_types test failures: runCmd: expr this->m_c_int
55 # test/class_types test failures: runCmd: expr this->m_c_int
68 def class_types(self): member in class:ClassTypesTestCase
80 # CC=clang ./dotest.py -v -t class_types
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dcompat.py12 class_types = type, variable
18 class_types = (type, types.ClassType) variable
H A Dexc.py172 class_types,
1143 if (isinstance(value, (type, class_types)) and
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp280 template<typename ...A> class class_types {}; class
281 void set10(class_types<int, int>) {}
283 set10(class_types<int>());
284 set10(class_types<int, int, int>());
288 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_types<[...], (no argument)>' to 'class_types<[...], int>' for 1st argument
290 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_types<[2 * ...], int>' to 'class_types<[2 * ...], (no argument)>' for 1st argument
292 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_types<int, (no argument)>' to 'class_types<in
[all...]
/external/chromium-trace/trace-viewer/third_party/six/
H A Dtest_six.py43 assert isinstance(X, six.class_types)
44 assert isinstance(Y, six.class_types)
45 assert not isinstance(X(), six.class_types)
192 assert isinstance(Queue, six.class_types)
194 assert isinstance(ConfigParser, six.class_types)
H A Dsix.py42 class_types = type, variable
50 class_types = (type, types.ClassType) variable
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dhttpexceptions.py598 if (isinstance(value, (type, six.class_types)) and

Completed in 367 milliseconds