HomeSort by relevance Sort by last modified time
    Searched refs:bin (Results 526 - 550 of 1143) sorted by null

<<21222324252627282930>>

  /external/jpeg/
config.guess 0 #! /bin/sh
144 if test "`(/bin/universe) 2>/dev/null`" = att ; then
166 case "`/usr/bin/arch -k`" in
180 case "`/bin/arch`" in
268 UNAME_PROCESSOR=`/usr/bin/uname -p`
329 if [ -x /usr/bin/oslevel ] ; then
330 IBM_REV=`/usr/bin/oslevel`
645 elif /bin/uname -X 2>/dev/null >/dev/null ; then
646 UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
647 (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i48
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 556 info->bin.sourceRep = NV50_PROGRAM_IR_TGSI;
557 info->bin.source = (void *)prog->pipe.tokens;
577 if (info->bin.syms) /* we don't need them yet */
578 FREE(info->bin.syms);
580 prog->code = info->bin.code;
581 prog->code_size = info->bin.codeSize;
584 prog->relocs = info->bin.relocData;
585 prog->max_gpr = MAX2(4, (info->bin.maxGPR + 1));
621 if (info->bin.tlsSpace) {
622 assert(info->bin.tlsSpace < (1 << 24))
    [all...]
  /device/asus/flo/
device-common.mk 60 device/asus/flo/WCNSS_qcom_wlan_nv_flo.bin:system/etc/wifi/WCNSS_qcom_wlan_nv_flo.bin \
61 device/asus/flo/WCNSS_qcom_wlan_nv_deb.bin:system/etc/wifi/WCNSS_qcom_wlan_nv_deb.bin \
62 device/asus/flo/init.flo.wifi.sh:system/bin/init.flo.wifi.sh
84 device/asus/flo/kickstart_checker.sh:system/bin/kickstart_checker.sh
204 device/asus/flo/init.flo.bt.sh:system/bin/init.flo.bt.sh
  /external/aac/libSBRenc/src/
ps_main.cpp 551 INT group, bin, col, band; local
564 /* Translate group to bin */
565 bin = hPsEncode->subband2parameterIndex[group];
569 bin >>= 1;
574 FIXP_QMF tmp = maxVal[0][bin];
584 maxVal[0][bin] = tmp;
586 tmp = maxVal[1][bin];
595 maxVal[1][bin] = tmp;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 692 ByteBuffer bin = (ByteBuffer) data; local
693 bin.put(inPos + elementPos, (Byte)val);
737 ByteBuffer bin = (ByteBuffer) srcData; local
738 return bin.get(inPos + elementPos);
806 ByteBuffer bin = (ByteBuffer) srcData; local
808 bin.position(inPos).limit(inPos + elementSz * len);
810 bout.put(bin);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 206 self.bin = protocol >= 1
251 if self.bin:
261 if self.bin:
339 if self.bin:
438 if self.bin:
474 if self.bin:
481 if self.bin:
493 if self.bin:
509 if self.bin:
594 if self.bin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 206 self.bin = protocol >= 1
251 if self.bin:
261 if self.bin:
339 if self.bin:
438 if self.bin:
474 if self.bin:
481 if self.bin:
493 if self.bin:
509 if self.bin:
594 if self.bin
    [all...]
  /art/compiler/
image_writer.cc 123 // bin size sums being calculated.
231 // The object is already deflated from when we set the bin slot. Just overwrite the lock word.
256 // Will also return true if the bin slot was assigned since we are reusing the lock word.
364 // Likely-to-dirty objects get packed together into the same bin so that
370 Bin bin = kBinRegular; local
375 // Changing the bin of an object is purely a memory-use tuning.
381 // * Dex cache arrays are stored in a special bin. The arrays for each dex cache have
390 // so bin them separately
401 // We assume that "regular" bin objects are highly unlikely to become dirtied
    [all...]
  /external/aac/libAACdec/src/
aacdec_drc.cpp 855 int band, top, bin, numBands;
    [all...]
  /external/elfutils/src/
Makefile 253 EGREP = /bin/grep -E
256 GMSGFMT = /usr/bin/msgfmt
257 GMSGFMT_015 = /usr/bin/msgfmt
258 GREP = /bin/grep
260 INSTALL = /usr/bin/install -c
275 MKDIR_P = /bin/mkdir -p
277 MSGFMT = /usr/bin/msgfmt
278 MSGFMT_015 = /usr/bin/msgfmt
279 MSGMERGE = /usr/bin/msgmerge
293 SHELL = /bin/s
    [all...]
  /external/elfutils/src/libdwfl/
Makefile 276 EGREP = /bin/grep -E
279 GMSGFMT = /usr/bin/msgfmt
280 GMSGFMT_015 = /usr/bin/msgfmt
281 GREP = /bin/grep
283 INSTALL = /usr/bin/install -c
298 MKDIR_P = /bin/mkdir -p
300 MSGFMT = /usr/bin/msgfmt
301 MSGFMT_015 = /usr/bin/msgfmt
302 MSGMERGE = /usr/bin/msgmerge
316 SHELL = /bin/s
    [all...]
  /dalvik/dx/etc/
mainDexClasses.bat 50 set "proguard=%PROGUARD_HOME%\bin\%proguardExec%"
55 set "proguard=%PROGUARD_HOME%\bin\%proguardExec%"
60 set "proguard=%PROGUARD_HOME%\bin\%proguardExec%"
  /external/eigen/lapack/
clarf.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/clarf.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/clarf.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/clarf.f">
clarfg.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/clarfg.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/clarfg.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/clarfg.f">
dlarf.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dlarf.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dlarf.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dlarf.f">
dlarfg.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dlarfg.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dlarfg.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dlarfg.f">
slarf.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/slarf.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/slarf.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/slarf.f">
zlarf.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zlarf.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zlarf.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zlarf.f">
zlarfg.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zlarfg.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zlarfg.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zlarfg.f">
  /external/libvncserver/x11vnc/misc/
desktop.cgi 1 #!/usr/bin/perl
25 # simple example: '-env FD_PROG=/usr/bin/xclock'
31 # https://your.webserver.net/cgi-bin/desktop.cgi
60 # $x11vnc = '/usr/local/bin/x11vnc';
88 # You should put this script in, say, a cgi-bin directory. Enable cgi
94 # ScriptAlias /cgi-bin/ "/dist/apache/2.0/cgi-bin/"
96 # <Directory "/dist/apache/2.0/cgi-bin">
105 # <Directory "/dist/apache/2.0/cgi-bin">
115 # Copy this file (desktop.cgi) to /dist/apache/2.0/cgi-bin and then ru
    [all...]
  /external/llvm/utils/release/
test-release.sh 1 #!/usr/bin/env bash
352 LLVM_CONFIG=$LLVMInstallDir/bin/llvm-config
389 for Candidate in `find $InstallPath/{bin,lib} -type f`; do
507 c_compiler=$llvmCore_phase1_installdir/bin/clang
508 cxx_compiler=$llvmCore_phase1_installdir/bin/clang++
518 c_compiler=$llvmCore_phase2_installdir/bin/clang
519 cxx_compiler=$llvmCore_phase2_installdir/bin/clang++
  /external/v8/test/mjsunit/
md5.js 163 var bin = Array();
166 bin[i>>5] |= (str.charCodeAt(i / 8) & mask) << (i%32);
167 return bin;
  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 2 SHELL = /bin/bash
54 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker64
56 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker
  /external/libogg/win32/
Makefile 16 SHELL = /bin/sh
24 bindir = ${exec_prefix}/bin
47 INSTALL = /usr/bin/install -c
  /bootable/recovery/applypatch/
imgdiff_test.sh 0 #!/bin/bash
78 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch

Completed in 1084 milliseconds

<<21222324252627282930>>