/prebuilts/tools/gcc-sdk/ |
gcov | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
gprof | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
ld | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
nm | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
objcopy | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
objdump | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
ranlib | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
readelf | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
size | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
strings | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
strip | 0 #!/bin/bash 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version 12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux 13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
|
/sdk/emulator/qtools/tests/ |
common_head.mk | 10 .SUFFIXES: .dis .bin .elf 24 .elf.bin:
|
/device/lge/hammerhead/self-extractors/lge/staging/ |
device-partial.mk | 31 vendor/lge/hammerhead/proprietary/bu24205_LGIT_VER_2_DATA1.bin:system/vendor/firmware/bu24205_LGIT_VER_2_DATA1.bin:lge \ 32 vendor/lge/hammerhead/proprietary/bu24205_LGIT_VER_2_DATA2.bin:system/vendor/firmware/bu24205_LGIT_VER_2_DATA2.bin:lge \ 33 vendor/lge/hammerhead/proprietary/bu24205_LGIT_VER_2_DATA3.bin:system/vendor/firmware/bu24205_LGIT_VER_2_DATA3.bin:lge \ 34 vendor/lge/hammerhead/proprietary/bu24205_LGIT_VER_3_CAL.bin:system/vendor/firmware/bu24205_LGIT_VER_3_CAL.bin:lge \ 35 vendor/lge/hammerhead/proprietary/bu24205_LGIT_VER_3_DATA1.bin:system/vendor/firmware/bu24205_LGIT_VER_3_DATA1.bin:lge [all...] |
/external/bzip2/ |
Makefile | 15 SHELL=/bin/sh 49 @if ( test -f $(RANLIB) -o -f /usr/bin/ranlib -o \ 50 -f /bin/ranlib -o -f /usr/ccs/bin/ranlib ) ; then \ 73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi 78 cp -f bzip2 $(PREFIX)/bin/bzip2 79 cp -f bzip2 $(PREFIX)/bin/bunzip2 80 cp -f bzip2 $(PREFIX)/bin/bzcat 81 cp -f bzip2recover $(PREFIX)/bin/bzip2recove [all...] |
/external/chromium_org/cc/resources/ |
managed_tile_state.h | 32 ManagedTileBin bin); 40 ManagedTileBinPriority bin); 143 return (bin[HIGH_PRIORITY_BIN] == NEVER_BIN || 144 bin[HIGH_PRIORITY_BIN] == NEVER_AND_ACTIVE_BIN) && 145 (bin[LOW_PRIORITY_BIN] == NEVER_BIN || 146 bin[LOW_PRIORITY_BIN] == NEVER_AND_ACTIVE_BIN); 149 ManagedTileBin bin[NUM_BIN_PRIORITIES]; member in class:cc::ManagedTileState 152 // The bin that the tile would have if the GPU memory manager had
|
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_dft.c | 56 int bin,k; local 59 for (bin=0;bin<nfft;++bin) { 66 double phase = -2*M_PI*bin*k/nfft; 82 difr = ansr - out[bin].r; 83 difi = ansi - out[bin].i;
|
/hardware/invensense/60xx/mlsdk/mllite/ |
ml_stored_data.c | 89 int bin = (int)((temp - MIN_TEMP) / TEMP_PER_BIN); local 90 if (bin < 0) 91 bin = 0; 92 if (bin > BINS - 1) 93 bin = BINS - 1; 94 return bin; 159 int bin; local 185 bin = FindTempBin(newTemp); 186 LOADCAL_LOG("bin = %d", bin); 265 int bin; local 1067 int bin; local [all...] |
/external/chromium_org/third_party/codesighs/ |
autosummary.unix.bash | 0 #!/bin/bash 144 find $OBJROOT/dist/bin ! -type d > $ALLFILES 146 find $OBJROOT/dist/bin -not -type d > $ALLFILES 200 $OBJROOT/dist/bin/nm2tsv --input $NMRESULTS > $RAWTSVFILE 221 $OBJROOT/dist/bin/maptsvdifftool $ZERODRIFT --input $DIFFFILE >> $SUMMARYFILE 223 $OBJROOT/dist/bin/codesighs --modules --input $COPYSORTTSV >> $SUMMARYFILE 238 $OBJROOT/dist/bin/codesighs --totalonly --input $COPYSORTTSV 244 $OBJROOT/dist/bin/maptsvdifftool $ZERODRIFT --summary --input $DIFFFILE
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_winsys.h | 37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) 39 nouveau_bufctx_reset(bufctx(push), bin); local 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); local 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, 53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, local 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, 62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, local 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, 75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd local [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_winsys.h | 37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) 39 nouveau_bufctx_reset(bufctx(push), bin); local 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); local 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, 53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, local 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, 62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, local 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, 75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd local [all...] |
/development/build/ |
sdk-windows-x86.atree | 35 bin/adb.exe strip platform-tools/adb.exe 36 bin/fastboot.exe strip platform-tools/fastboot.exe 37 bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll 38 bin/AdbWinApi.dll platform-tools/AdbWinApi.dll 49 bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe 52 bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe 57 bin/dexdump.exe strip build-tools/${PLATFORM_NAME}/dexdump.exe 60 bin/llvm-rs-cc.exe strip build-tools/${PLATFORM_NAME}/llvm-rs-cc.exe 77 bin/bcc_compat.exe strip build-tools/${PLATFORM_NAME}/bcc_compat.exe
|
/device/samsung/manta/self-extractors/samsung/staging/proprietary/ |
Android.mk | 21 LOCAL_SRC_FILES := fimc_is_fw.bin 22 LOCAL_MODULE_SUFFIX := .bin 31 LOCAL_SRC_FILES := fimc_is_fw2.bin 32 LOCAL_MODULE_SUFFIX := .bin 51 LOCAL_SRC_FILES := mfc_fw.bin 52 LOCAL_MODULE_SUFFIX := .bin 61 LOCAL_SRC_FILES := setfile.bin 62 LOCAL_MODULE_SUFFIX := .bin 71 LOCAL_SRC_FILES := setfile_4e5.bin 72 LOCAL_MODULE_SUFFIX := .bin [all...] |
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
phase1-down.sh | 0 #!/bin/sh 7 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
buildbin.sh | 0 #!/bin/sh 98 perl ${TOOLSDIR}/${GLW} ${CONFIGSDIR}/${LANG}/${LANG}_ta.txt ${LANG}_ta_${VERSION_SUFFIX}.bin 99 perl ${TOOLSDIR}/${GLW} ${CONFIGSDIR}/${LANG}/${LANG}_${SID}_sg.txt ${LANG}_${SID}_sg_${VERSION_SUFFIX}.bin 100 perl ${TOOLSDIR}/${GLW} ${CONFIGSDIR}/${LANG}/${LANG}_dbg.txt ${LANG}_dbg.bin
|
/device/asus/tilapia/factory-images/ |
generate-factory-images-package.sh | 0 #!/bin/sh 43 BOOTLOADERFILE=bootloader.bin
|