HomeSort by relevance Sort by last modified time
    Searched refs:Bin (Results 1 - 25 of 37) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
ms.common 33 BIN_PATH = $(BASE_TOOLS_PATH)\Bin
36 SYS_BIN_PATH=$(EDK_TOOLS_PATH)\Bin
41 BIN_PATH = $(BASE_TOOLS_PATH)\Bin\Win32
43 SYS_BIN_PATH = $(EDK_TOOLS_PATH)\Bin\Win32
49 BIN_PATH = $(BASE_TOOLS_PATH)\Bin\Win64
51 SYS_BIN_PATH = $(EDK_TOOLS_PATH)\Bin\Win64
  /external/llvm/include/llvm/Object/
Binary.h 141 std::unique_ptr<T> Bin;
146 OwningBinary(std::unique_ptr<T> Bin, std::unique_ptr<MemoryBuffer> Buf);
157 OwningBinary<T>::OwningBinary(std::unique_ptr<T> Bin,
159 : Bin(std::move(Bin)), Buf(std::move(Buf)) {}
165 : Bin(std::move(Other.Bin)), Buf(std::move(Other.Buf)) {}
169 Bin = std::move(Other.Bin);
177 return std::make_pair(std::move(Bin), std::move(Buf))
    [all...]
  /external/autotest/client/site_tests/kernel_Bootcache/
kernel_Bootcache.py 1 #!/usr/bin/python
8 from autotest_lib.client.bin import utils, test
14 Bin = '/usr/local/opt/punybench/bin/'
25 Prepends the path to the puny benchmark bin.
32 os.path.join(self.Bin, cmd) + ' ' + args)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
Makefile 22 BIN_DIR = .\Bin
36 @pushd . & @copy .\Dll\sqlite3.dll .\Bin\Sqlite3.dll & @popd
  /external/libvpx/libvpx/build/make/
ads2armasm_ms.pl 1 #!/usr/bin/env perl
13 use lib $FindBin::Bin;
ads2gas.pl 1 #!/usr/bin/env perl
22 use lib $FindBin::Bin;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgMS.mak 29 $(EDK_TOOLS_PATH)\Bin\Win32\dlg.exe: $(DLG_OBJS) $(SUPPORT_OBJS)
31 -@if not exist $(EDK_TOOLS_PATH)\Bin\Win32 mkdir $(EDK_TOOLS_PATH)\Bin\Win32
32 copy dlg.exe $(EDK_TOOLS_PATH)\Bin\Win32
125 -del $(EDK_TOOLS_PATH)\Bin\Win32\dlg.exe
  /external/libusb/msvc/
appveyor.bat 10 call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /Debug /x64
16 call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /Release /x64
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
FspWrapperSecCore.inf 39 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
  /external/skia/experimental/xps_to_png/
compile_xps_to_png.bat 6 @set CSC="C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\csc.exe"
  /device/linaro/bootloader/edk2/BaseTools/Source/
BinaryFiles.txt 2 # This file lists all of the tool files that must be present in the Bin trees.
6 # When new tools are create, the tool executable must be listed in the [Bin.Win32]
12 # present in the Bin\Win32 directory.
26 [Bin.Win32]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
FspSecCore.inf 47 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
  /external/llvm/lib/Object/
Binary.cpp 88 std::unique_ptr<Binary> &Bin = BinOrErr.get();
90 return OwningBinary<Binary>(std::move(Bin), std::move(Buffer));
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 87 blockmix_salsa8(uint8x16_t * Bin, uint8x16_t * Bout, uint8x16_t * X, size_t r)
92 blkcpy(X, &Bin[8 * r - 4], 64);
97 blkxor(X, &Bin[i * 8], 64);
105 blkxor(X, &Bin[i * 8 + 4], 64);
crypto_scrypt-sse.c 143 * blockmix_salsa8(Bin, Bout, X, r):
144 * Compute Bout = BlockMix_{salsa20/8, r}(Bin). The input Bin must be 128r
149 blockmix_salsa8(__m128i * Bin, __m128i * Bout, __m128i * X, size_t r)
154 blkcpy(X, &Bin[8 * r - 4], 64);
159 blkxor(X, &Bin[i * 8], 64);
167 blkxor(X, &Bin[i * 8 + 4], 64);
  /external/syslinux/gpxe/src/include/gpxe/efi/
import.pl 1 #!/usr/bin/perl -w
65 my $gpxedir = $FindBin::Bin;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
AntlrMS.mak 30 $(EDK_TOOLS_PATH)\Bin\Win32\antlr.exe: $(ANTLR_OBJS) $(SUPPORT_OBJS)
32 -@if not exist $(EDK_TOOLS_PATH)\Bin\Win32 mkdir $(EDK_TOOLS_PATH)\Bin\Win32
33 copy antlr.exe $(EDK_TOOLS_PATH)\Bin\Win32
239 -del $(EDK_TOOLS_PATH)\Bin\Win32\antlr.exe
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 63 if exist %1\Bin\Win32 set EDK_TOOLS_PATH=%1
103 if exist %WORKSPACE%\BaseTools\Bin (
117 if exist %EDK_TOOLS_PATH%\Bin\Win32 (
118 set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32
121 echo !!! ERROR !!! Cannot find BaseTools Bin Win32!!!
122 echo Please check the directory %EDK_TOOLS_PATH%\Bin\Win32
135 if exist %EDK_TOOLS_PATH%\Bin\Win32 (
136 set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32
139 echo !!! ERROR !!! Cannot find BaseTools Bin Win32!!!
140 echo Please check the directory %EDK_TOOLS_PATH%\Bin\Win32
    [all...]
BuildEnv 180 EDK_TOOLS_PATH_BIN=$EDK_TOOLS_PATH/Bin/$BIN_SUB_DIR
  /art/compiler/
image_writer.h 170 enum Bin {
203 friend std::ostream& operator<<(std::ostream& stream, const Bin& bin);
240 // We use the lock word to store the bin # and bin index of the object in the image.
246 BinSlot(Bin bin, uint32_t index);
248 // The bin an object belongs to, i.e. regular, class/verified, class/initialized, etc.
249 Bin GetBin() const;
250 // The offset in bytes from the beginning of the bin. Aligned to object size
    [all...]
  /external/autotest/client/site_tests/kernel_fs_Punybench/
kernel_fs_Punybench.py 1 #!/usr/bin/python
10 from autotest_lib.client.bin import utils, test
19 Bin = '/usr/local/opt/punybench/bin/'
30 Prepends the path to the puny benchmark bin.
36 os.path.join(self.Bin, cmd) + ' ' + args)
359 if not os.path.exists(self.Bin):
360 raise error.TestFail("%s does not exist" % self.Bin)
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 325 Binary *Bin = nullptr;
332 Bin = BinOrErr->getBinary();
335 Bin = I->second.getBinary();
338 if (!Bin)
341 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) {
358 if (Bin->isObject()) {
359 return cast<ObjectFile>(Bin);
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 151 @REM Force pulling updated (or checkout if they do not exist) from SVN for the BaseTools\Bin\Win32 directory
348 @REM Set up the path to include the EDK_TOOLS_PATH\Bin\Win32 directory; this test determines
355 @if not exist "%EDK_TOOLS_PATH%\Bin\Win32\build.exe" (
356 @echo ERROR : %EDK_TOOLS_PATH%\Bin\Win32\build.exe does not exist
406 @if exist %EDK_TOOLS_PATH%\Bin\Win32 (
407 @set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32
410 @echo !!! ERROR !!! Cannot find BaseTools Bin Win32!!!
411 @echo Please check the directory %EDK_TOOLS_PATH%\Bin\Win32
432 @if exist %EDK_TOOLS_PATH%\Bin\Win32 @rmdir /S /Q %EDK_TOOLS_PATH%\Bin\Win32
    [all...]
  /external/mesa3d/include/VG/
vgext.h 222 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguTransformClipLineNDS(const VGfloat Ain,const VGfloat Bin,const VGfloat Cin,const VGfloat* matrix,const VGboolean inverse,VGfloat* Aout,VGfloat* Bout,VGfloat* Cout);
225 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUTRANSFORMCLIPLINENDSPROC) (const VGfloat Ain,const VGfloat Bin,const VGfloat Cin,const VGfloat* matrix,const VGboolean inverse,VGfloat* Aout,VGfloat* Bout,VGfloat* Cout);
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
SetVisualStudio.bat 29 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64"
34 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64"
39 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64"
44 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64"
49 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\x86_amd64"
77 @set "BIN_DIR=%EDK_TOOLS_PATH%\Bin\Win32"

Completed in 787 milliseconds

1 2