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

  /external/python/apitools/samples/dns_sample/
gen_dns_client_test.py 40 if isinstance(value, six.class_types):
  /external/python/apitools/samples/iam_sample/
iam_client_test.py 39 if isinstance(value, six.class_types):
  /external/clang/test/Misc/
diag-template-diffing.cpp 280 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<int, int>' for 1st argumen
    [all...]
  /external/python/setuptools/setuptools/
monkey.py 40 get_unpatched_class if isinstance(item, six.class_types) else
  /external/tensorflow/tensorflow/python/autograph/pyct/
inspect_utils.py 245 if isinstance(m.__class__, six.class_types):
  /external/python/six/
test_six.py 63 assert isinstance(X, six.class_types)
64 assert isinstance(Y, six.class_types)
65 assert not isinstance(X(), six.class_types)
212 assert isinstance(Queue, six.class_types)
214 assert isinstance(ConfigParser, six.class_types)
six.py 43 class_types = type, variable
51 class_types = (type, types.ClassType) variable
  /art/profman/
profman.cc 640 std::set<dex::TypeIndex> class_types; local
646 &class_types,
650 for (const dex::TypeIndex& type_index : class_types) {
    [all...]
  /art/runtime/jit/
jit.cc 771 std::set<dex::TypeIndex> class_types; local
774 &class_types,
    [all...]
  /external/python/setuptools/pkg_resources/_vendor/
six.py 43 class_types = type, variable
51 class_types = (type, types.ClassType) variable
  /external/python/setuptools/setuptools/_vendor/
six.py 43 class_types = type, variable
51 class_types = (type, types.ClassType) variable
  /external/scapy/scapy/modules/
six.py 48 class_types = type, variable
56 class_types = (type, types.ClassType) variable

Completed in 399 milliseconds