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

1 2 3 4 5 67 8 91011>>

  /prebuilts/tools/gcc-sdk/
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
  /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/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;
  /external/libopus/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/intel/img/psb_video/
psb-video.spec 36 BuildRequires: pvr-bin-UMG pvr-bin-UMG-compatlibs
38 Requires: pvr-bin-UMG pvr-bin-UMG-compatlibs
82 %{fwdir}/*.bin
  /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...]
  /ndk/tests/
run-libcxx.sh 0 #!/bin/sh
42 ADB="adb -s $DEVICE_arm" PATH=$TOOLCHAIN_DIR_ARM/bin:$PATH \
50 ADB="adb -s $DEVICE_x86" PATH=$TOOLCHAIN_DIR_X86/bin:$PATH \
58 ADB="adb -s $DEVICE_mips" PATH=$TOOLCHAIN_DIR_MIPS/bin:$PATH \
66 ADB="adb -s $DEVICE_arm" PATH=$TOOLCHAIN49_DIR_ARM/bin:$PATH \
74 ADB="adb -s $DEVICE_x86" PATH=$TOOLCHAIN49_DIR_X86/bin:$PATH \
82 ADB="adb -s $DEVICE_mips" PATH=$TOOLCHAIN49_DIR_MIPS/bin:$PATH \
90 ADB="adb -s $DEVICE_arm" PATH=$TOOLCHAIN_DIR_ARM/bin:$PATH \
98 ADB="adb -s $DEVICE_x86" PATH=$TOOLCHAIN_DIR_X86/bin:$PATH \
106 ADB="adb -s $DEVICE_mips" PATH=$TOOLCHAIN_DIR_MIPS/bin:$PATH
    [all...]
  /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/fio/os/windows/
dobuild.cmd 19 "%WIX%bin\candle" -nologo -arch %FIO_ARCH% install.wxs
21 "%WIX%bin\candle" -nologo -arch %FIO_ARCH% examples.wxs
23 "%WIX%bin\light" -nologo -sice:ICE61 install.wixobj examples.wixobj -ext WixUIExtension -out %FIO_VERSION%-%FIO_ARCH%.msi
  /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
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/
makefile 22 ./node_modules/karma/bin/karma start
25 ./node_modules/karma/bin/karma start --single-run
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/
libjingle_peerconnection_java_unittest.sh 0 #!/bin/bash
46 ${JAVA_HOME}/bin/java -Xcheck:jni -classpath $CLASSPATH \
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_winsys.h 19 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin,
22 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL;
26 nvc0_add_resident(struct nouveau_bufctx *bufctx, int bin,
30 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);
35 #define BCTX_REFN_bo(ctx, bin, fl, bo) \
36 nv50_add_bufctx_resident_bo(ctx, NVC0_BIND_##bin, fl, bo);
38 #define BCTX_REFN(bctx, bin, res, acc) \
39 nvc0_add_resident(bctx, NVC0_BIND_##bin, res, NOUVEAU_BO_##acc)
  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.cpp 16 int bin = bins[k + (j*y)]; local
18 double b = double(bin) / double(reps);
  /external/dhcpcd/mk/
sys.mk 3 BINDIR?= ${PREFIX}/usr/bin

Completed in 674 milliseconds

1 2 3 4 5 67 8 91011>>