Searched refs:binary (Results 1 – 9 of 9) sorted by relevance
1 A test that is only available as a DEX binary.
177 binary = tool if tool != 'dxmerger' else 'dexmerger' variable178 os.environ.setdefault(tool.upper(), HOST_OUT_EXECUTABLES + '/' + binary)
134 std::ifstream src_stream(src, std::ios::binary); in Copy()135 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
42 // this will drag ASAN symbols into the binary, even for modules using LOCAL_SANITIZE := never.
327 binary, _ := cc.NewBinary(android.HostAndDeviceSupported)328 module := binary.Init()
97 // runtime binary itself may exploit these features. Secondly, this implies that
17 // Build a "data" binary which will hold all the symbol values that will be parsed by the other scr…
41 std::ifstream src_stream(src, std::ios::binary); in Copy()42 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
222 * Redistributions in binary form must reproduce the above copyright notice,