Home
last modified time | relevance | path

Searched defs:readBinary (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnection.java159 public byte[] readBinary() throws IOException { in readBinary() method in BluetoothConnection
170 public byte[] readBinary(int bufferSize) throws IOException { in readBinary() method in BluetoothConnection
/external/angle/samples/sample_util/
Dtga_utils.cpp39 void readBinary(std::ifstream &stream, dataType &item) in readBinary() function
45 void readBinary(std::ifstream &stream, std::vector<dataType> &items) in readBinary() function
/external/OpenCL-CTS/test_conformance/spirv_new/
Dmain.cpp37 std::vector<unsigned char> readBinary(const char *file_name) in readBinary() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp132 ProgramBinary* readBinary (const std::string& srcPath) in readBinary() function