Home
last modified time | relevance | path

Searched refs:binary_type (Results 1 – 25 of 35) 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/arm-trusted-firmware/drivers/st/io/
Dio_stm32image.c67 static int get_part_idx_by_binary_type(uint32_t binary_type) in get_part_idx_by_binary_type() argument
72 if (stm32image_dev.part_info[i].binary_type == binary_type) { in get_part_idx_by_binary_type()
97 stm32image_dev.part_info[i].binary_type = in stm32image_dev_open()
98 device_info->part_info[i].binary_type; in stm32image_dev_open()
152 idx = get_part_idx_by_binary_type(partition_spec->binary_type); in stm32image_partition_open()
205 (header->binary_type != current_part->binary_type) || in stm32image_partition_size()
/external/autotest/client/common_lib/
Dseven.py25 binary_type = bytes variable
34 binary_type = str variable
88 if isinstance(s, 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):
/external/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp217 return prog.build(dev).binary_type() != CL_PROGRAM_BINARY_TYPE_EXECUTABLE; in clBuildProgram()
310 const auto t = prog.build(dev).binary_type(); in validate_link_devices()
322 const auto t = prog.build(dev).binary_type(); in validate_link_devices()
345 const auto t = prog.build(dev).binary_type(); in validate_link_devices()
499 buf.as_scalar<cl_program_binary_type>() = prog.build(dev).binary_type(); in clGetProgramBuildInfo()
/external/arm-trusted-firmware/include/drivers/st/
Dio_stm32image.h19 uint32_t binary_type; member
/external/arm-trusted-firmware/tools/stm32image/
Dstm32image.c45 uint8_t binary_type; member
61 ptr->binary_type = TF_BINARY_TYPE; in stm32image_default_header()
/external/llvm-project/lldb/packages/Python/lldbsuite/support/
Dencoded_file.py32 if isinstance(s, six.binary_type):
/external/OpenCL-CTS/test_conformance/spir/
DCMakeLists.txt58 "binary_type.zip")
Dmain.cpp6570 cl_int binary_type = 0; in test_binary_type() local
6572 …tProgramBuildInfo(clprog, device, CL_PROGRAM_BINARY_TYPE, sizeof(cl_int), &binary_type, &ret_size)) in test_binary_type()
6581 if (binary_type != CL_PROGRAM_BINARY_TYPE_INTERMEDIATE) in test_binary_type()
6583 std::cerr << "binary type is " << binary_type in test_binary_type()
/external/mesa3d/src/gallium/frontends/clover/core/
Dprogram.hpp66 cl_program_binary_type binary_type() const;
Dprogram.cpp107 program::build::binary_type() const { in binary_type() function in program::build
/external/tensorflow/tensorflow/python/autograph/pyct/
Dpretty_printer.py116 elif isinstance(v, six.binary_type):
/external/grpc-grpc/src/python/grpcio_tests/tests/
D_runner.py83 if six.PY3 and not isinstance(value, six.binary_type):
/external/python/six/
Dsix.py45 binary_type = bytes variable
53 binary_type = str variable
/external/llvm-project/lldb/third_party/Python/module/six/
Dsix.py45 binary_type = bytes variable
53 binary_type = str variable
/external/python/parse_type/tasks/_vendor/
Dsix.py45 binary_type = bytes variable
53 binary_type = str variable
/external/python/setuptools/pkg_resources/_vendor/
Dsix.py45 binary_type = bytes variable
53 binary_type = str variable
/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.py252 if isinstance(ret, six.binary_type):
/external/python/apitools/apitools/base/py/
Dgzip.py240 if not isinstance(fname, six.binary_type):
/external/protobuf/python/google/protobuf/internal/
Dencoder.py421 return six.binary_type(

12