Home
last modified time | relevance | path

Searched refs:binary_type (Results 1 – 25 of 27) sorted by relevance

12

/external/python/setuptools/setuptools/
Dglob.py13 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/
Dfiles.py4 from setuptools.extern.six import binary_type
34 if isinstance(contents, binary_type):
/external/python/oauth2client/oauth2client/
D_helpers.py68 if isinstance(result, six.binary_type):
88 if isinstance(value, six.binary_type) else value)
Dtransport.py120 if not isinstance(k, six.binary_type):
122 if not isinstance(v, six.binary_type):
Dclient.py1996 elif not isinstance(code, (six.string_types, six.binary_type)):
/external/tensorflow/tensorflow/contrib/training/python/training/
Dhparam.py169 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/
Dprogram.hpp66 cl_program_binary_type binary_type() const;
Dprogram.cpp112 program::build::binary_type() const { in binary_type() function in program::build
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp251 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/
Ddoc_generator_visitor.py244 (six.binary_type, six.text_type, float, complex, bool))
/external/tensorflow/tensorflow/python/autograph/pyct/
Dpretty_printer.py111 elif isinstance(v, six.binary_type):
/external/python/dateutil/dateutil/test/
Dtest_isoparser.py370 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.py83 if six.PY3 and not isinstance(value, six.binary_type):
/external/python/setuptools/pkg_resources/_vendor/
Dsix.py45 binary_type = bytes variable
53 binary_type = str variable
/external/python/six/
Dsix.py45 binary_type = bytes variable
53 binary_type = str variable
Dtest_six.py73 assert type(six.b("hi")) is six.binary_type
/external/python/setuptools/setuptools/_vendor/
Dsix.py45 binary_type = bytes variable
53 binary_type = str variable
/external/scapy/scapy/modules/
Dsix.py50 binary_type = bytes variable
58 binary_type = str variable
/external/tensorflow/tensorflow/python/ops/
Dscript_ops.py210 if isinstance(ret, six.binary_type):
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py33 from six import binary_type
58 Scalar = tc.Union(numbers.Number, bool, binary_type, text_type)
/external/flatbuffers/tests/
Dpy_test.py210 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.py43 from six import binary_type, integer_types, text_type
66 if isinstance(instream, (binary_type, bytearray)):
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py56 if isinstance(s, _six.binary_type):
/external/python/apitools/apitools/base/py/
Dbase_api.py537 elif isinstance(value, six.binary_type):
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py220 if isinstance(item, (six.string_types, six.binary_type)):

12