/external/python/setuptools/setuptools/ |
D | glob.py | 13 from setuptools.extern.six import binary_type 95 if isinstance(pattern, binary_type): 132 if isinstance(dirname, binary_type): 133 dirname = binary_type(os.curdir, 'ASCII') 152 if isinstance(s, binary_type): 160 if isinstance(pattern, binary_type): 172 if isinstance(pathname, binary_type):
|
/external/python/setuptools/setuptools/tests/ |
D | files.py | 4 from setuptools.extern.six import binary_type 34 if isinstance(contents, binary_type):
|
/external/python/oauth2client/oauth2client/ |
D | _helpers.py | 68 if isinstance(result, six.binary_type): 88 if isinstance(value, six.binary_type) else value)
|
D | transport.py | 120 if not isinstance(k, six.binary_type): 122 if not isinstance(v, six.binary_type):
|
D | client.py | 1996 elif not isinstance(code, (six.string_types, six.binary_type)):
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | hparam.py | 169 if (issubclass(param_type, (six.string_types, six.binary_type)) and 170 not isinstance(value, (six.string_types, six.binary_type))): 688 elif issubclass(param_type, (six.string_types, six.binary_type)):
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | program.hpp | 66 cl_program_binary_type binary_type() const;
|
D | program.cpp | 112 program::build::binary_type() const { in binary_type() function in program::build
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | program.cpp | 251 const auto t = prog.build(dev).binary_type(); in validate_link_devices() 411 buf.as_scalar<cl_program_binary_type>() = prog.build(dev).binary_type(); in clGetProgramBuildInfo()
|
/external/tensorflow/tensorflow/tools/docs/ |
D | doc_generator_visitor.py | 244 (six.binary_type, six.text_type, float, complex, bool))
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | pretty_printer.py | 111 elif isinstance(v, six.binary_type):
|
/external/python/dateutil/dateutil/test/ |
D | test_isoparser.py | 370 elif isinstance(d_str, six.binary_type) and not as_bytes: 444 elif isinstance(time_val, six.binary_type) and not as_bytes:
|
/external/grpc-grpc/src/python/grpcio_tests/tests/ |
D | _runner.py | 83 if six.PY3 and not isinstance(value, six.binary_type):
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | six.py | 45 binary_type = bytes variable 53 binary_type = str variable
|
/external/python/six/ |
D | six.py | 45 binary_type = bytes variable 53 binary_type = str variable
|
D | test_six.py | 73 assert type(six.b("hi")) is six.binary_type
|
/external/python/setuptools/setuptools/_vendor/ |
D | six.py | 45 binary_type = bytes variable 53 binary_type = str variable
|
/external/scapy/scapy/modules/ |
D | six.py | 50 binary_type = bytes variable 58 binary_type = str variable
|
/external/tensorflow/tensorflow/python/ops/ |
D | script_ops.py | 210 if isinstance(ret, six.binary_type):
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | core.py | 33 from six import binary_type 58 Scalar = tc.Union(numbers.Number, bool, binary_type, text_type)
|
/external/flatbuffers/tests/ |
D | py_test.py | 210 binary_type = compat.binary_types[0] # this will always exist variable in TestFuzz 211 ofInt32Bytes = binary_type([0x83, 0x33, 0x33, 0x33]) 212 ofInt64Bytes = binary_type([0x84, 0x44, 0x44, 0x44,
|
/external/python/dateutil/dateutil/parser/ |
D | _parser.py | 43 from six import binary_type, integer_types, text_type 66 if isinstance(instream, (binary_type, bytearray)):
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | trt_convert.py | 56 if isinstance(s, _six.binary_type):
|
/external/python/apitools/apitools/base/py/ |
D | base_api.py | 537 elif isinstance(value, six.binary_type):
|
/external/tensorflow/tensorflow/python/framework/ |
D | meta_graph.py | 220 if isinstance(item, (six.string_types, six.binary_type)):
|