HomeSort by relevance Sort by last modified time
    Searched refs:binaries (Results 101 - 125 of 238) sorted by null

1 2 3 45 6 7 8 910

  /external/lz4/programs/
Makefile 145 @echo Installing binaries
  /external/v8/tools/testrunner/server/
work_handler.py 62 for binary in packet.binaries:
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
build.go 61 test binaries, that can be run in parallel.
130 For more about where packages and binaries are installed,
427 base.Errorf("go %s: cannot install cross-compiled binaries when GOBIN is set", cfg.CmdName)
513 // ExecCmd is the command to use to run user binaries.
514 // Normally it is empty, meaning run the binaries directly.
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
build.go 61 test binaries, that can be run in parallel.
130 For more about where packages and binaries are installed,
427 base.Errorf("go %s: cannot install cross-compiled binaries when GOBIN is set", cfg.CmdName)
513 // ExecCmd is the command to use to run user binaries.
514 // Normally it is empty, meaning run the binaries directly.
  /device/linaro/bootloader/edk2/
edksetup.bat 155 @echo create X64 binaries. Setting these two options have the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 197 All toolchain binaries can generate both Win32 and Win64 executables.
204 64-bit binaries that can run on older Linux distributions, using the Android
215 tools to build the final binaries.
258 # On Darwin, we want to use the 10.4 / 10.5 / 10.6 SDKs to generate binaries
262 # this can be used to generate binaries compatible with either Tiger or
278 log "Generating Tiger-compatible binaries!"
280 log "Generating Leopard-compatible binaries!"
282 log "Generating Snow Leopard-compatible binaries!"
285 log "Generating $osx_version-compatible binaries!"
  /prebuilts/go/darwin-x86/misc/android/
go_android_exec.go 6 // It executes binaries on an android device using adb.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/
cfg.go 60 // User binaries (during go test or go run) are run with OrigEnv,
  /prebuilts/go/linux-x86/misc/android/
go_android_exec.go 6 // It executes binaries on an android device using adb.
  /prebuilts/go/linux-x86/src/cmd/go/internal/cfg/
cfg.go 60 // User binaries (during go test or go run) are run with OrigEnv,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
Android.mk 6 # Normally, we distribute the NDK with prebuilt binaries of libc++
  /external/ImageMagick/MagickCore/
opencl-private.h 137 const unsigned char **binaries,cl_int *binary_status,cl_int *errcode_ret)
  /external/python/cpython3/Tools/msi/
buildrelease.bat 195 mkdir "%OUTDIR%\%OUTDIR_PLAT%\binaries"
198 robocopy "%BUILD%\" "%OUTDIR%\%OUTDIR_PLAT%\binaries" *.exe *.dll *.pyd /XF "_test*" /XF "*_d.*" /XF "_freeze*" /XF "tcl*" /XF "tk*" /XF "*_test.*"
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 295 // information). It can be slow for large binaries with debug
324 // When addr2line encounters some gcc compiled binaries, it
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 48 // local binaries; if the source is a URL it attempts to get any
356 "Try setting PPROF_BINARY_PATH to the search path for local binaries.")
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 295 // information). It can be slow for large binaries with debug
324 // When addr2line encounters some gcc compiled binaries, it
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 48 // local binaries; if the source is a URL it attempts to get any
356 "Try setting PPROF_BINARY_PATH to the search path for local binaries.")
  /external/libxml2/doc/
search.php 82 <li><a href="http://ww.zlatkovic.com/projects/libxml/">Windows binaries</a></li>
83 <li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li>
84 <li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li>
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 6 // It executes binaries on an iOS device using the XCode toolchain
97 // This wrapper uses complicated machinery to run iOS binaries. It
111 // Approximately 1 in a 100 binaries fail to start. If it happens,
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch.go 393 // Use $HOME/pprof/binaries as default directory for local symbolization binaries
394 searchPath = filepath.Join(os.Getenv(homeEnv()), "pprof", "binaries")
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 6 // It executes binaries on an iOS device using the XCode toolchain
97 // This wrapper uses complicated machinery to run iOS binaries. It
111 // Approximately 1 in a 100 binaries fail to start. If it happens,
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch.go 393 // Use $HOME/pprof/binaries as default directory for local symbolization binaries
394 searchPath = filepath.Join(os.Getenv(homeEnv()), "pprof", "binaries")
  /bionic/libc/kernel/tools/
cpp.py 400 binaries = ["+", "-", "<", "<=", ">=", ">", "&&", "||", "*", "/", "%",
639 return token.id in self.binaries
684 elif op in CppExpr.binaries:
718 if op in CppExpr.binaries:
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 94 // TODO: Auto-generate some day. (Hard-coded in binaries so not likely to change.)
222 // TODO: Auto-generate some day. (Hard-coded in binaries so not likely to change.)
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 94 // TODO: Auto-generate some day. (Hard-coded in binaries so not likely to change.)
222 // TODO: Auto-generate some day. (Hard-coded in binaries so not likely to change.)

Completed in 1263 milliseconds

1 2 3 45 6 7 8 910