/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-badrx1.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
b-badrx2.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
b-badrx3.d | 5 #ld: --oformat binary
|
b-badrx3.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
b-bend3.d | 4 #ld: --oformat binary
|
b-bstab1.d | 5 #ld: --oformat binary
|
b-bstab1.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
b-fixo2.s | 1 % The .text contents is supposed to be linked --oformat binary with
|
b-post1.s | 1 % The .text contents is supposed to be linked --oformat binary, and will
|
b-widec1.d | 4 #ld: --oformat binary
|
/build/core/ |
host_static_library_internal.mk | 21 include $(BUILD_SYSTEM)/binary.mk
|
host_executable_internal.mk | 27 include $(BUILD_SYSTEM)/binary.mk
|
static_library_internal.mk | 21 include $(BUILD_SYSTEM)/binary.mk
|
/development/ide/emacs/ |
android-common.el | 135 (defun android-find-host-bin (binary) 136 "Return the full path to the host BINARY. 138 Try first to locate BINARY in the out/host tree. Fallback using 142 (android-host) "/bin/" binary))) 145 (error (concat binary " is missing.")))) 146 (executable-find binary)))
|
/external/google-breakpad/src/tools/linux/dump_syms/ |
dump_syms.cc | 4 // Redistribution and use in source and binary forms, with or without 10 // * Redistributions in binary form must reproduce the above 43 fprintf(stderr, "Usage: %s [OPTION] <binary-with-debugging-info> " 82 const char* binary; local 84 binary = argv[arg_index]; 93 if (!WriteSymbolFile(binary, debug_dirs, options, std::cout)) {
|
/external/strace/debian/ |
rules | 68 binary: binary-indep binary-arch 70 binary-indep: 72 binary-arch: build
|
/external/v8/test/mjsunit/regress/ |
regress-145201.js | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 36 binary(operator, 1, false); 37 binary(operator, 1, true); 38 binary(operator, '{}', false); 39 binary(operator, '{}', true); 40 binary(operator, '"x"', false); 41 binary(operator, '"x"', true); 53 function binary(op, other_side, inverted) {
|
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/ |
Interpreter.java | 60 String binary = data.get(BINARY); local 75 interpreter.setBinary(new File(binary)); 118 protected void setBinary(File binary) { 119 if (!binary.exists()) { 120 throw new RuntimeException("Binary " + binary + " does not exist!"); 122 mBinary = binary;
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
binary_unittest.cc | 34 #include "binary.h" 77 // Use the executable itself as the binary data. 86 Binary_to_elf binary(static_cast<elfcpp::EM>(0xffff), size, big_endian, 89 CHECK(binary.convert(task)); 91 Input_file input_file(task, "test.o", binary.converted_data(), 92 binary.converted_size()); 94 binary.converted_data(), 95 binary.converted_size(), NULL); 182 Register_test binary_register("Binary", Binary_test);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBase64.java | 6 import org.apache.commons.codec.binary.Base64;
|
/external/vboot_reference/tests/ |
gen_test_cases.sh | 24 openssl dgst -${hashalgo} -binary ${TEST_FILE} > \
|
/external/xmlrpcpp/test/ |
TestBase64Client.cpp | 30 std::ofstream outfile(argv[3], std::ios::binary | std::ios::trunc);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
tlsnopic.s | 9 ! Main binary, no PIC
|
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/ |
video_VideoDecodeAccelerator.py | 13 This test is a wrapper of the chrome unittest binary: 18 binary = 'video_decode_accelerator_unittest' variable in class:video_VideoDecodeAccelerator 50 self.run_chrome_test_binary(self.binary, cmd_line)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
resource.py | 14 def __init__(self, toplevel_dir, absolute_path, binary=False): 18 self._binary = binary
|