Searched refs:binary (Results 1 – 9 of 9) sorted by relevance
1 A test that is only available as a DEX binary.
239 binary = tool if tool != 'dxmerger' else 'dexmerger' variable240 os.environ.setdefault(tool.upper(), HOST_OUT_EXECUTABLES + '/' + binary)
121 std::ifstream src_stream(src, std::ios::binary); in Copy()122 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
299 binary, _ := cc.NewBinary(android.HostAndDeviceSupported)300 module := binary.Init()
36 // this will drag ASAN symbols into the binary, even for modules using LOCAL_SANITIZE := never.
17 // Build a "data" binary which will hold all the symbol values that will be parsed by the other scr…
48 std::ofstream file(fname, std::ios::binary | std::ios::out | std::ios::trunc); in WriteToFile()54 std::ifstream file(fname, std::ios::binary | std::ios::in); in ReadIntoBuffer()
222 * Redistributions in binary form must reproduce the above copyright notice,