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

1 2 3 4 5 67 8 91011>>

  /external/syslinux/diag/mbr/
Makefile 32 $(OBJCOPY) -O binary $< $@
37 $(OBJCOPY) -O binary $< $@
  /external/syslinux/gnu-efi/gnu-efi-3.0/debian/
rules 89 binary-indep: build install
93 binary-arch: build install
108 binary: binary-indep binary-arch
109 .PHONY: build clean binary-indep binary-arch binary install configure
  /hardware/intel/img/hwcomposer/merrifield/test/
Android.mk 24 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
  /packages/apps/Dialer/java/com/android/dialer/binary/aosp/
AospDialerRootComponent.java 17 package com.android.dialer.binary.aosp;
19 import com.android.dialer.binary.basecomponent.BaseDialerRootComponent;
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 39 t.Fatalf("reading build ID from hello binary: %v", err)
42 t.Fatalf("buildID in hello binary = %q, want %q", id, buildID)
59 t.Fatalf("reading build ID from hello binary (linkmode=external): %v", err)
62 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external)", id, buildID)
  /prebuilts/go/darwin-x86/src/cmd/pprof/
doc.go 9 // go tool pprof binary profile
  /prebuilts/go/darwin-x86/src/runtime/
compiler.go 8 // running binary. Known toolchains are:
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug393.go 8 // was trying binary search with an interface type
issue15646.go 8 // in binary export data and can be imported again.
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 39 t.Fatalf("reading build ID from hello binary: %v", err)
42 t.Fatalf("buildID in hello binary = %q, want %q", id, buildID)
59 t.Fatalf("reading build ID from hello binary (linkmode=external): %v", err)
62 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external)", id, buildID)
  /prebuilts/go/linux-x86/src/cmd/pprof/
doc.go 9 // go tool pprof binary profile
  /prebuilts/go/linux-x86/src/runtime/
compiler.go 8 // running binary. Known toolchains are:
  /prebuilts/go/linux-x86/test/fixedbugs/
bug393.go 8 // was trying binary search with an interface type
issue15646.go 8 // in binary export data and can be imported again.
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate.cpp 39 #include "binary.h"
86 // TODO(umar): The binary parser validates the magic word, and the length of the
163 const spv_const_binary binary,
169 if (spvBinaryEndianness(binary, &endian)) {
175 if (spvBinaryHeaderGet(binary, endian, &header)) {
183 spvCheckReturn(spvBinaryParse(context, &vstate, binary->code,
184 binary->wordCount, setHeader,
207 // CFG checks are performed after the binary has been parsed
214 while (index < binary->wordCount) {
217 spvOpcodeSplit(spvFixWord(binary->code[index], endian), &wordCount
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
cons.s 5 .global binary, octal, hex, field
6 binary: .word 11b, 0100B label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-badfil2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badm2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badmain.s 1 % The .text contents is supposed to be linked --oformat binary with
b-bend.s 1 % The .text contents is supposed to be linked --oformat binary with
b-bend1.d 5 #ld: --oformat binary
b-bend2.d 5 #ld: --oformat binary
b-goodmain.s 1 % The .text contents is supposed to be linked --oformat binary with
b-loc64k.d 3 #ld: --oformat binary
b-loc64k.s 1 % The .text contents is supposed to be linked --oformat binary, and will

Completed in 876 milliseconds

1 2 3 4 5 67 8 91011>>