HomeSort by relevance Sort by last modified time
    Searched refs:binary (Results 126 - 150 of 2018) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/debug/pe/
file.go 10 "encoding/binary"
31 // Open opens the named file using os.Open and prepares it for use as a PE binary.
59 sizeofOptionalHeader32 = uint16(binary.Size(OptionalHeader32{}))
60 sizeofOptionalHeader64 = uint16(binary.Size(OptionalHeader64{}))
65 // NewFile creates a new File for accessing a PE binary in an underlying reader.
76 signoff := int64(binary.LittleEndian.Uint32(dosheader[0x3c:]))
87 if err := binary.Read(sr, binary.LittleEndian, &f.FileHeader); err != nil {
116 if err := binary.Read(sr, binary.LittleEndian, &f.FileHeader); err != nil
    [all...]
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 10 "encoding/binary"
31 // Open opens the named file using os.Open and prepares it for use as a PE binary.
59 sizeofOptionalHeader32 = uint16(binary.Size(OptionalHeader32{}))
60 sizeofOptionalHeader64 = uint16(binary.Size(OptionalHeader64{}))
65 // NewFile creates a new File for accessing a PE binary in an underlying reader.
76 signoff := int64(binary.LittleEndian.Uint32(dosheader[0x3c:]))
87 if err := binary.Read(sr, binary.LittleEndian, &f.FileHeader); err != nil {
116 if err := binary.Read(sr, binary.LittleEndian, &f.FileHeader); err != nil
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/
Makefile 12 $(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/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
  /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, &sect)
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/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, &sect)
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, &sect)
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/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, &sect)
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
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Scripts/uefi-aarch64-bootstrap/
model.lds.S 7 * Redistribution and use in source and binary forms, with or without
13 * * Redistributions in binary form must reproduce the above copyright
38 TARGET(binary)
  /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/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/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 6 (* Install standard binary operators.
  /external/ltp/testcases/network/rpc/rpc-tirpc/
rpc_test.sh 44 sprog - server program binary
45 clprog - client program binary
  /external/protobuf/examples/
add_person.cc 70 fstream input(argv[1], ios::in | ios::binary);
84 fstream output(argv[1], ios::out | ios::trunc | ios::binary);
  /external/selinux/secilc/
secilc.c 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
49 printf(" -o, --output=<file> write binary policy to <file>\n");
58 printf(" -c, --policyvers=<version> build a binary policy with a given <version>\n");
64 printf(" -D, --disable-dontaudit do not add dontaudit rules to the binary policy\n");
80 FILE *binary = NULL; local
303 binary = fopen(output, "w");
304 if (binary == NULL) {
305 fprintf(stderr, "Failure opening binary file for writing\n");
316 sepol_policy_file_set_fp(pf, binary);
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 6 (* Install standard binary operators.
  /external/syslinux/com32/gfxboot/
Makefile 29 $(OBJCOPY) -B i386 -I binary -O elf32-i386 \
37 $(OBJCOPY) -B i386:x86-64 -I binary -O elf64-x86-64 \

Completed in 580 milliseconds

1 2 3 4 56 7 8 91011>>