| /external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/ |
| Makefile | 13 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowBase64.java | 6 import org.apache.commons.codec.binary.Base64;
|
| /external/tensorflow/tensorflow/contrib/lite/schema/builtin_ops_header/ |
| consistency_test.cc | 30 std::ifstream input_stream(kHeaderFileName, std::ios::binary);
|
| /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);
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
| instruction.cpp | 85 std::vector<uint32_t>* binary) const { 87 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); 89 binary->insert(binary->end(), operand.words.begin(), operand.words.end());
|
| /test/vts/utils/python/hal/ |
| hal_service_name_utils.py | 43 binary = VTS_TESTABILITY_CHECKER_64 45 binary = VTS_TESTABILITY_CHECKER_32 46 # Give permission to execute the binary. 47 shell.Execute("chmod 755 %s" % binary) 48 cmd = binary
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/ |
| tlsnopic.s | 9 ! Main binary, no PIC
|
| /build/soong/python/ |
| binary.go | 17 // This file contains the module types for building Python binary. 38 // set the name of the output binary. 41 // append to the name of the output binary. 79 func (binary *binaryDecorator) bootstrapperProps() []interface{} { 80 return []interface{}{&binary.binaryProperties} 83 func (binary *binaryDecorator) bootstrap(ctx android.ModuleContext, actual_version string, 129 main := binary.getPyMainFile(ctx, srcsPathMappings) 148 binary.getHostInterpreterName(ctx, actual_version), 149 main, binary.getStem(ctx), newPyPkgs, append(depsParSpecs, parSpec)) 155 func (binary *binaryDecorator) getHostInterpreterName(ctx android.ModuleContext [all...] |
| /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
| objdumpext_test.go | 12 "encoding/binary" 200 binary.Write(&buf, binary.LittleEndian, &hdr) 202 binary.Write(&buf, binary.LittleEndian, &prog) 204 binary.Write(&buf, binary.LittleEndian, §) 224 binary.Write(&buf, binary.LittleEndian, &hdr) 235 binary.Write(&buf, binary.LittleEndian, &prog [all...] |
| /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
| objdumpext_test.go | 12 "encoding/binary" 240 binary.Write(&buf, binary.LittleEndian, &hdr) 242 binary.Write(&buf, binary.LittleEndian, &prog) 244 binary.Write(&buf, binary.LittleEndian, §) 264 binary.Write(&buf, binary.LittleEndian, &hdr) 275 binary.Write(&buf, binary.LittleEndian, &prog [all...] |
| /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
| objdumpext_test.go | 12 "encoding/binary" 196 binary.Write(&buf, binary.BigEndian, &hdr) 198 binary.Write(&buf, binary.BigEndian, &prog) 200 binary.Write(&buf, binary.BigEndian, §) 220 binary.Write(&buf, binary.BigEndian, &hdr) 231 binary.Write(&buf, binary.BigEndian, &prog [all...] |
| /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
| objdumpext_test.go | 12 "encoding/binary" 200 binary.Write(&buf, binary.LittleEndian, &hdr) 202 binary.Write(&buf, binary.LittleEndian, &prog) 204 binary.Write(&buf, binary.LittleEndian, §) 224 binary.Write(&buf, binary.LittleEndian, &hdr) 235 binary.Write(&buf, binary.LittleEndian, &prog [all...] |
| /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
| objdumpext_test.go | 12 "encoding/binary" 240 binary.Write(&buf, binary.LittleEndian, &hdr) 242 binary.Write(&buf, binary.LittleEndian, &prog) 244 binary.Write(&buf, binary.LittleEndian, §) 264 binary.Write(&buf, binary.LittleEndian, &hdr) 275 binary.Write(&buf, binary.LittleEndian, &prog [all...] |
| /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
| objdumpext_test.go | 12 "encoding/binary" 196 binary.Write(&buf, binary.BigEndian, &hdr) 198 binary.Write(&buf, binary.BigEndian, &prog) 200 binary.Write(&buf, binary.BigEndian, §) 220 binary.Write(&buf, binary.BigEndian, &hdr) 231 binary.Write(&buf, binary.BigEndian, &prog [all...] |
| /build/make/core/ |
| aux_static_library.mk | 20 include $(BUILD_SYSTEM)/binary.mk
|
| /external/autotest/client/site_tests/video_VideoDecodeAccelerator/ |
| video_VideoDecodeAccelerator.py | 14 This test is a wrapper of the chrome unittest binary: 19 binary = 'video_decode_accelerator_unittest' variable in class:video_VideoDecodeAccelerator 57 self.run_chrome_test_binary(self.binary, cmd_line)
|
| /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
| resource.py | 14 def __init__(self, toplevel_dir, absolute_path, binary=False): 18 self._binary = binary
|
| resource_loader.py | 38 def FindResource(self, some_path, binary=False): 48 return self.FindResourceGivenAbsolutePath(some_path, binary) 50 return self.FindResourceGivenRelativePath(some_path, binary) 52 def FindResourceGivenAbsolutePath(self, absolute_path, binary=False): 64 return resource_module.Resource(longest_candidate, absolute_path, binary) 66 def FindResourceGivenRelativePath(self, relative_path, binary=False): 72 return resource_module.Resource(script_path, absolute_path, binary) 191 res = self.FindResourceGivenAbsolutePath(abs_path, binary=True)
|
| /external/clang/tools/clang-format/ |
| clang-format-sublime.py | 2 # - Change 'binary' if clang-format is not on the path (see below). 21 binary = 'clang-format' variable 35 command = [binary, '-style', style]
|
| clang-format.py | 2 # - Change 'binary' if clang-format is not on the path (see below). 37 binary = 'clang-format' variable 39 binary = vim.eval('g:clang_format_path') variable 75 command = [binary, '-style', style, '-cursor', str(cursor)]
|
| /external/curl/docs/cmdline-opts/ |
| ntlm-wb.d | 7 to the separate binary ntlmauth application that is executed when needed.
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| vkBinaryRegistry.hpp | 23 * \brief Program binary registry. 68 // Program Binary Index 73 // just storing each compiled binary without de-duplication would be incredibly 76 // To locate binary that corresponds given ProgramIdentifier, a program binary 78 // binary, it must be fast to load (to reduce statup cost), and fast to access. 80 // Simple trie is used to store binary indices. It is laid out as an array of 92 // If word contains one or more trailing 0 bytes, index denotes the binary index 98 deUint32 index; //!< Binary index if word ends with 0 bytes, or index of first child node otherwise. 210 deUint32* find (const ProgramBinary* binary) const 240 ProgramBinary* binary; member in struct:vk::BinaryRegistryDetail::BinaryRegistryWriter::BinarySlot [all...] |
| /external/gemmlowp/scripts/ |
| test-android.sh | 34 EXE=gemmlowp-android-binary 85 echo "$0: adb shell failed to run binary on device"
|
| /external/libxcam/modules/isp/ |
| x3a_analyzer_aiq.cpp | 33 bool read (ia_binary_data &binary); 56 bool CpfReader::read (ia_binary_data &binary) 62 binary.data = _aiq_cpf->data; 63 binary.size = _aiq_cpf->size; 145 ia_binary_data binary; local 151 xcam_mem_clear (binary); 154 reader.read(binary), 161 _aiq_compositor->open (binary),
|