HomeSort by relevance Sort by last modified time
    Searched refs:bin (Results 226 - 250 of 897) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
testing.properties.template 40 vmDest=jdk-1_4_2_14-fcs-bin-b03-windows-i586-22_jan_2007.zip
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
build_ogg_dynamic_debug.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
build_ogg_static.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
build_ogg_static_debug.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 79 compat::istream::buffer_t bin(p, l);
80 compat::istream s(bin);
199 compat::ostream::buffer_t bin;
200 compat::ostream s(bin);
202 return bin.size();
210 compat::ostream::buffer_t bin;
211 compat::ostream s(bin);
213 return bin;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_local.h 96 PUSH_RESET(struct nouveau_pushbuf *push, int bin)
98 nouveau_bufctx_reset(BUFCTX(push), bin); local
102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
105 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, local
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
115 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, local
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
129 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, local
  /external/opencv/cvaux/include/
cvaux.hpp 114 float query( int* bin ) const
115 { return m_hist ? (float)cvGetRealND(m_hist->bins, bin) : 0.f; }
  /external/openssh/regress/
kextype.sh 6 TIME=/usr/bin/time
putty-kex.sh 6 DATA=/bin/ls
  /external/oprofile/module/ia64/
Makefile.in 27 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 91 login_local /bin/login
  /external/smali/smali/
runjflex.sh 0 #!/bin/bash
25 JFLEX=$TOP_PATH/external/jflex/bin/jflex
  /external/srec/config/en.us/
run-bothtags5-from-saved.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5_from_saved.tcp -datapath audio/ >out_SHIP_bothtags5_from_saved.txt 2>&1
run-bothtags5.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5.tcp -datapath audio/ >out_SHIP_bothtags5.txt 2>&1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
win_asm.bat 3 set ASM="D:\Program Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm\armasm"
  /libcore/
run-libcore-tests 0 #!/bin/bash
4 export PATH=$PATH:~dalvik-prebuild/vogar/bin
  /ndk/
ndk-build.cmd 6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd %*
  /sdk/build/
tools.linux.atree 26 bin/monitor tools/monitor
  /sdk/emulator/opengl/tests/emulator_test_renderer/
Android.mk 9 LOCAL_SDL_CONFIG ?= prebuilts/tools/$(PREBUILT)/sdl/bin/sdl-config
  /sdk/monitor/
monitor 0 #!/bin/bash
20 newProg=`/bin/ls -ld "${prog}"`
  /device/lge/mako/
init.mako.rc 75 chmod 0755 /system/bin/ip
158 rm /data/misc/wifi/WCNSS_qcom_wlan_nv.bin
269 service rmt_storage /system/bin/rmt_storage
273 service hciattach /system/bin/sh /system/etc/init.mako.bt.sh
286 service bridgemgrd /system/bin/bridgemgrd
292 service qmuxd /system/bin/qmuxd
297 service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/
303 service netmgrd /system/bin/netmgrd
307 service sensors /system/bin/sensors.qcom
312 service wpa_supplicant /system/bin/wpa_supplicant
    [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh 0 #!/bin/sh
117 install-bin)
249 bindir=$exec_prefix/bin
265 do_install /usr/bin/install -c -m 755 build/$native_path/sdl-config $bindir/sdl-config
271 do_install /usr/bin/install -c -m 644 $src $includedir/SDL/$file; \
273 do_install /usr/bin/install -c -m 644 $srcdir/include/SDL_config_macosx.h $includedir/SDL/SDL_config.h
277 do_install sh build/$native_path/libtool --mode=install /usr/bin/install -c build/libSDL.la $libdir/libSDL.la
278 do_install sh build/$native_path/libtool --mode=install /usr/bin/install -c build/libSDLmain.la $libdir/libSDLmain.la
282 do_install /usr/bin/install -c -m 644 $srcdir/sdl.m4 $datadir/aclocal/sdl.m4
284 do_install /usr/bin/install -m 644 build/$native_path/sdl.pc $libdir/pkgconfig/sdl.p
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
crypto.c 46 * @bin: binary blob to convert
54 exsltCryptoBin2Hex (const unsigned char *bin, int binlen,
65 lo = bin[i] & 0xf;
66 hi = bin[i] >> 4;
78 * @bin: destination binary buffer
85 unsigned char *bin, int binlen) {
106 bin[j++] = result;
597 xmlChar *bin = NULL, *hex = NULL; local
647 bin = xmlStrdup (str);
648 if (bin == NULL)
694 xmlChar *key = NULL, *str = NULL, *padkey = NULL, *bin = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 30 * Binner data structures and bin-related functions.
98 const struct lp_rast_state *last_state; /* most recent state set in bin */
122 * All bins and bin data are contained here.
123 * Per-bin data goes into the 'tile' bins.
188 struct cmd_bin *bin );
199 * Allocate space for a command/data in the bin's data buffer.
276 /** Return pointer to a particular tile's bin. */
284 /** Remove all commands from a bin */
289 /* Add a command to bin[x][y].
297 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y) local
330 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); local
    [all...]

Completed in 674 milliseconds

1 2 3 4 5 6 7 8 91011>>