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

<<11121314151617181920>>

  /bionic/tests/
malloc_test.cpp 360 auto bin = arena->FirstChildElement("bin"); local
361 for (; bin != nullptr; bin = bin ->NextSiblingElement()) {
362 if (strcmp(bin->Name(), "bin") == 0) {
363 ASSERT_EQ(tinyxml2::XML_SUCCESS, bin->QueryIntAttribute("nr", &val));
365 bin->FirstChildElement("allocated")->QueryIntText(&val));
367 bin->FirstChildElement("nmalloc")->QueryIntText(&val))
    [all...]
  /external/aac/libSBRenc/src/
ps_encode.cpp 732 INT group, bin; local
738 /* Translate group to bin */
739 bin = hPsEncode->subband2parameterIndex[group];
743 bin = bin>>1;
746 hPsEncode->psBandNrgScale[bin] = (hPsEncode->psBandNrgScale[bin]==0)
748 : (fixMax(hPsEncode->iidGroupWidthLd[group],hPsEncode->psBandNrgScale[bin]) + 1) ;
855 int group, bin, col, subband, band; local
880 /* Translate group to bin */
    [all...]
  /external/vboot_reference/utility/
chromeos-tpm-recovery 0 #!/bin/sh -u
14 tpmc=${USR_BIN:=/usr/bin}/tpmc
15 nvtool=${USR_LOCAL_BIN:=/usr/local/bin}/tpm-nvtool
20 awk=/usr/bin/awk
242 /usr/bin/logger "$0 started, output in $RECOVERY_LOG"
245 /usr/bin/logger "$0 usage error"
  /external/google-tv-pairing-protocol/cpp/
config.guess 0 #! /bin/sh
311 if test "`(/bin/universe) 2>/dev/null`" = att ; then
324 case `/usr/bin/uname -p` in
359 case "`/usr/bin/arch -k`" in
373 case "`/bin/arch`" in
481 UNAME_PROCESSOR=`/usr/bin/uname -p`
518 if [ -x /usr/bin/oslevel ] ; then
519 IBM_REV=`/usr/bin/oslevel`
558 if [ -x /usr/bin/oslevel ] ; then
559 IBM_REV=`/usr/bin/oslevel
    [all...]
  /external/libexif/
config.guess 0 #! /bin/sh
311 if test "`(/bin/universe) 2>/dev/null`" = att ; then
324 case `/usr/bin/uname -p` in
362 case "`/usr/bin/arch -k`" in
376 case "`/bin/arch`" in
484 UNAME_PROCESSOR=`/usr/bin/uname -p`
521 if [ -x /usr/bin/oslevel ] ; then
522 IBM_REV=`/usr/bin/oslevel`
561 if [ -x /usr/bin/oslevel ] ; then
562 IBM_REV=`/usr/bin/oslevel
    [all...]
  /external/libpcap/
config.guess 0 #! /bin/sh
312 if test "`(/bin/universe) 2>/dev/null`" = att ; then
325 case `/usr/bin/uname -p` in
363 case "`/usr/bin/arch -k`" in
377 case "`/bin/arch`" in
485 UNAME_PROCESSOR=`/usr/bin/uname -p`
522 if [ -x /usr/bin/oslevel ] ; then
523 IBM_REV=`/usr/bin/oslevel`
562 if [ -x /usr/bin/oslevel ] ; then
563 IBM_REV=`/usr/bin/oslevel
    [all...]
  /external/tcpdump/
config.guess 0 #! /bin/sh
312 if test "`(/bin/universe) 2>/dev/null`" = att ; then
325 case `/usr/bin/uname -p` in
363 case "`/usr/bin/arch -k`" in
377 case "`/bin/arch`" in
485 UNAME_PROCESSOR=`/usr/bin/uname -p`
522 if [ -x /usr/bin/oslevel ] ; then
523 IBM_REV=`/usr/bin/oslevel`
562 if [ -x /usr/bin/oslevel ] ; then
563 IBM_REV=`/usr/bin/oslevel
    [all...]
  /device/asus/fugu/self-extractors/intel/staging/
device-partial.mk 17 vendor/intel/fugu/proprietary/houdini:system/bin/houdini:intel \
21 vendor/intel/fugu/proprietary/msvdx.bin.0008.0000.0000:system/etc/firmware/msvdx.bin.0008.0000.0000:intel \
22 vendor/intel/fugu/proprietary/msvdx.bin.0008.0000.0001:system/etc/firmware/msvdx.bin.0008.0000.0001:intel \
23 vendor/intel/fugu/proprietary/msvdx.bin.0008.0000.0002:system/etc/firmware/msvdx.bin.0008.0000.0002:intel \
24 vendor/intel/fugu/proprietary/msvdx.bin.0008.0002.0001:system/etc/firmware/msvdx.bin.0008.0002.0001:intel \
25 vendor/intel/fugu/proprietary/msvdx.bin.000c.0001.0001:system/etc/firmware/msvdx.bin.000c.0001.0001:intel
    [all...]
  /development/scripts/
gdbclient 0 #!/bin/bash
77 mkdir -p $SYMBOLS_DIR/system/bin
123 if [ -n "$IS_TAPAS_USER" -a ! -f "$SYMBOLS_DIR/system/bin/linker$USE64BIT" ]; then
124 adb pull /system/bin/linker$USE64BIT $SYMBOLS_DIR/system/bin/linker$USE64BIT
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassHeaderReader.java 34 private MyByteArrayInputStream bin = new MyByteArrayInputStream(); field in class:ClassHeaderReader
35 private DataInputStream data = new DataInputStream(bin);
131 bin.readFrom(b, items[index]);
  /external/sonic/
Makefile 43 install -d $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/include $(DESTDIR)$(PREFIX)/lib
44 install sonic $(DESTDIR)$(PREFIX)/bin
52 rm -f $(DESTDIR)$(PREFIX)/bin/sonic
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlWriter.c 105 void Ebml_SerializeBinary(EbmlGlobal *glob, unsigned long class_id, unsigned long bin) {
108 if (bin & (unsigned int)0x000000ff << ((size - 1) * 8))
113 Ebml_WriteID(glob, bin);
  /build/core/
executable_prefer_symlink.mk 5 # Note: now only limited to the binaries that will be installed under system/bin directory
12 my_symlink := $(addprefix $(TARGET_OUT)/bin/, $(LOCAL_MODULE))
34 my_symlink := $(addprefix $(HOST_OUT)/bin/, $(LOCAL_MODULE))
  /device/asus/deb/self-extractors/
files-by-owner.sh 0 #!/bin/sh
67 if test $file = system/bin/mm-qcamera-app -o $file = system/lib/hw/camera.deb.so -o $file = system/lib/hw/gps.msm8960.so -o $file = system/lib/libgps.utils.so -o $file = system/lib/libloc_adapter.so -o $file = system/lib/libloc_eng.so -o $file = system/lib/libmmcamera_interface.so -o $file = system/lib/libmmjpeg_interface.so -o $file = system/lib/libqomx_core.so
72 if test "$auto_owner" = "" -a $file != system/etc/firmware/tzapps.b00 -a $file != system/etc/firmware/tzapps.b01 -a $file != system/etc/firmware/tzapps.b02 -a $file != system/etc/firmware/tzapps.b03 -a $file != system/etc/firmware/tzapps.mdt -a $file != system/etc/firmware/wcd9310/wcd9310_anc.bin -a $file != system/etc/firmware/wcd9310/wcd9310_mbhc.bin
generate-packages.sh 0 #!/bin/sh
69 system/bin/ATFWD-daemon \
70 system/bin/bridgemgrd \
71 system/bin/btnvtool \
72 system/bin/diag_klog \
73 system/bin/diag_mdlog \
74 system/bin/ds_fmc_appd \
75 system/bin/efsks \
76 system/bin/hci_qcomm_init \
77 system/bin/irsc_util
    [all...]
  /device/asus/flo/self-extractors/
files-by-owner.sh 0 #!/bin/sh
67 if test $file = system/bin/mm-qcamera-app -o $file = system/lib/hw/camera.flo.so -o $file = system/lib/hw/gps.msm8960.so -o $file = system/lib/libgps.utils.so -o $file = system/lib/libloc_adapter.so -o $file = system/lib/libloc_eng.so -o $file = system/lib/libmmcamera_interface.so -o $file = system/lib/libmmjpeg_interface.so -o $file = system/lib/libqomx_core.so
72 if test "$auto_owner" = "" -a $file != system/etc/firmware/tzapps.b00 -a $file != system/etc/firmware/tzapps.b01 -a $file != system/etc/firmware/tzapps.b02 -a $file != system/etc/firmware/tzapps.b03 -a $file != system/etc/firmware/tzapps.mdt -a $file != system/etc/firmware/wcd9310/wcd9310_anc.bin -a $file != system/etc/firmware/wcd9310/wcd9310_mbhc.bin
generate-packages.sh 0 #!/bin/sh
65 system/bin/ATFWD-daemon \
66 system/bin/bridgemgrd \
67 system/bin/btnvtool \
68 system/bin/diag_klog \
69 system/bin/diag_mdlog \
70 system/bin/ds_fmc_appd \
71 system/bin/efsks \
72 system/bin/hci_qcomm_init \
73 system/bin/irsc_util
    [all...]
  /device/lge/hammerhead/self-extractors/
generate-packages.sh 0 #!/bin/sh
60 system/vendor/bin/vss_init \
61 system/vendor/firmware/bu24205_LGIT_VER_2_DATA1.bin \
62 system/vendor/firmware/bu24205_LGIT_VER_2_DATA2.bin \
63 system/vendor/firmware/bu24205_LGIT_VER_2_DATA3.bin \
64 system/vendor/firmware/bu24205_LGIT_VER_3_CAL.bin \
65 system/vendor/firmware/bu24205_LGIT_VER_3_DATA1.bin \
66 system/vendor/firmware/bu24205_LGIT_VER_3_DATA2.bin \
67 system/vendor/firmware/bu24205_LGIT_VER_3_DATA3.bin \
84 system/bin/bridgemgrd
    [all...]
  /external/eigen/lapack/
ilaclc.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ilaclc.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/ilaclc.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilaclc.f">
ilaclr.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ilaclr.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/ilaclr.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilaclr.f">
iladlc.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/iladlc.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/iladlc.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/iladlc.f">
iladlr.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/iladlr.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/iladlr.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/iladlr.f">
ilaslc.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ilaslc.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/ilaslc.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilaslc.f">
ilaslr.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ilaslr.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/ilaslr.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilaslr.f">
ilazlc.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ilazlc.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/ilazlc.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilazlc.f">

Completed in 689 milliseconds

<<11121314151617181920>>