/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-badlop.d | 5 #ld: --oformat binary
|
b-badlop.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
b-badm.d | 4 #ld: --oformat binary
|
b-badquot.d | 5 #ld: --oformat binary
|
b-badrx1.d | 5 #ld: --oformat binary
|
b-badrx2.d | 5 #ld: --oformat binary
|
b-widec2.d | 4 #ld: --oformat binary
|
b-widec3.d | 4 #ld: --oformat binary
|
b-badfil1.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
b-badfil2.d | 5 #ld: --oformat binary
|
b-badfixo.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
b-badloc.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
b-badquot.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
/external/libunwind/tests/ |
run-coredump-unwind | 9 binary="$1" 16 # Extract the dynamic symbols from the main binary, there is no need to also have these 18 nm -D "$binary" --format=posix --defined-only | awk '{ print $1 }' | sort > "$dynsyms" 25 #Inject the compressed data into the .gnu_debugdata section of the original binary 28 objcopy --add-section .gnu_debugdata="$mini_debuginfo" "$binary" 31 strip "$binary" ## throw away the symbol table
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
utility.hpp | 14 #include <boost/utility/binary.hpp>
|
/external/gptfdisk/ |
gdisk_test.sh | 367 for binary in gdisk sgdisk 370 printf "\033[0;34m**Testing $binary binary**\033[m\n" 372 create_table "$binary" 373 create_partition "$binary" 374 change_partition_name "$binary" 375 change_partition_type "$binary" 376 backup_table "$binary" 377 delete_partition "$binary" 379 change_disk_uid "$binary" [all...] |
/external/autotest/client/cros/audio/ |
audio_data.py | 60 def __init__(self, binary, channel, sample_format): 63 @param binary: A string containing binary data. If binary is not None, 64 The samples in binary will be parsed and be filled into 72 if binary: 73 self.read_binary(binary) 92 def read_binary(self, binary): 93 """Reads samples from binary and fills channel_data. 96 input binary [all...] |
/development/testrunner/test_defs/ |
native_test.py | 128 is no binary corresponding to the source file. We need to filter 139 binary = os.path.basename(f) 140 binary = os.path.splitext(binary)[0] 141 found = self._FindFileRecursively(path, binary) 143 binary = os.path.relpath(os.path.abspath(found), 145 binaries.append(binary) 149 """Finds the first executable binary in a given path that matches the name. 153 binary: Which binary to search for [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue137/ |
SupplementaryCharactersTest.java | 43 * Supplementary Characters are dumped as binary 49 assertEquals("!!binary |-\n 8J+ZiA==\n", output); 50 byte[] binary = (byte[]) yaml.load(output); 51 String binString = new String(binary, "UTF-8");
|
/external/xmlrpcpp/test/ |
TestBase64Server.cpp | 29 std::ifstream infile("pngnow.png", std::ios::binary);
31 infile.open("../pngnow.png", std::ios::binary);
|
/libcore/ojluni/src/main/java/sun/net/ |
TelnetInputStream.java | 81 public TelnetInputStream(InputStream fd, boolean binary) { 83 binaryMode = binary;
|
TelnetOutputStream.java | 78 public TelnetOutputStream(OutputStream fd, boolean binary) { 80 binaryMode = binary;
|
/ndk/tests/build/import-install/path1/ |
Android.mk | 2 # by the main project's binary. Note that it imports
|
/ndk/tests/build/import-install/path2/ |
Android.mk | 2 # by 'libpath1', and hence by the project's main binary
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/ |
msupdate | 38 objdump -b binary -s $o | sed -n '/^ [0-9a-f][0-9a-f]* /p' > $d
|