/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/arm-trusted-firmware/drivers/st/io/ |
D | io_stm32image.c | 67 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/ |
D | seven.py | 25 binary_type = bytes variable 34 binary_type = str variable 88 if isinstance(s, 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):
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | program.cpp | 217 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/ |
D | io_stm32image.h | 19 uint32_t binary_type; member
|
/external/arm-trusted-firmware/tools/stm32image/ |
D | stm32image.c | 45 uint8_t binary_type; member 61 ptr->binary_type = TF_BINARY_TYPE; in stm32image_default_header()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/support/ |
D | encoded_file.py | 32 if isinstance(s, six.binary_type):
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | CMakeLists.txt | 58 "binary_type.zip")
|
D | main.cpp | 6570 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/ |
D | program.hpp | 66 cl_program_binary_type binary_type() const;
|
D | program.cpp | 107 program::build::binary_type() const { in binary_type() function in program::build
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | pretty_printer.py | 116 elif isinstance(v, six.binary_type):
|
/external/grpc-grpc/src/python/grpcio_tests/tests/ |
D | _runner.py | 83 if six.PY3 and not isinstance(value, six.binary_type):
|
/external/python/six/ |
D | six.py | 45 binary_type = bytes variable 53 binary_type = str variable
|
/external/llvm-project/lldb/third_party/Python/module/six/ |
D | six.py | 45 binary_type = bytes variable 53 binary_type = str variable
|
/external/python/parse_type/tasks/_vendor/ |
D | six.py | 45 binary_type = bytes variable 53 binary_type = str variable
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | six.py | 45 binary_type = bytes variable 53 binary_type = str variable
|
/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 | 252 if isinstance(ret, six.binary_type):
|
/external/python/apitools/apitools/base/py/ |
D | gzip.py | 240 if not isinstance(fname, six.binary_type):
|
/external/protobuf/python/google/protobuf/internal/ |
D | encoder.py | 421 return six.binary_type(
|