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

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 152 private static final void recycleChunks(Chunk[][] patchChunks, List<Chunk> bin) {
158 if (bin.size() < CHUNK_BIN_SIZE) {
159 bin.add(patchChunks[y][x]);
174 private static final void recycleProjections(Projection[][] projections, List<Projection> bin) {
183 if (bin.size() < CHUNK_BIN_SIZE) {
184 bin.add(projections[y][x]);
  /system/extras/tests/fstest/
perm_checker.conf 133 /system/bin/... 000 755 root shell root shell
134 /system/bin/netcfg 000 2750 root root inet inet
135 /system/bin/ping 000 2755 root root net_raw net_raw
  /external/opencv/cv/src/
cvhistogram.cpp 115 CV_ERROR( CV_StsBadArg, "Only uniform bin ranges can be used here "
719 // Sets a value range for every histogram bin
775 CV_ERROR(CV_StsOutOfRange, "Bin ranges should go in ascenting order");
1085 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1 ); local
1086 bin[0]++;
1105 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
1106 bin[0]++;
1354 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
1382 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
1796 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
2003 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
2030 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
    [all...]
  /ndk/build/core/
init.mk 179 # Instead, we assume that a program named /bin/uname.exe
186 ifneq (,$(strip $(wildcard /bin/uname.exe)))
187 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
191 UNAME := $(shell /bin/uname.exe -s 2>NUL)
214 # Always use /usr/bin/file on Darwin to avoid relying on broken Ports
218 HOST_FILE_PROGRAM := /usr/bin/file
297 HOST_PREBUILT := $(strip $(wildcard $(HOST_PREBUILT_ROOT)/bin))
  /external/marisa-trie/
configure 0 #! /bin/sh
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
243 SHELL=${CONFIG_SHELL-/bin/sh}
737 bindir='${exec_prefix}/bin'
    [all...]
  /external/stressapptest/
configure 0 #! /bin/sh
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
243 SHELL=${CONFIG_SHELL-/bin/sh}
747 bindir='${exec_prefix}/bin'
    [all...]
  /external/chromium_org/cc/resources/
tile_manager.cc 27 // Memory limit policy works by mapping some bin states to the NEVER bin.
64 // Determine bin based on three categories of tiles: things we need now,
80 // Don't let low res tiles be in the now bin unless we're in a mode where
100 // Soon bin if we are within backfling-guard, or under both the time window
271 // For each tree, bin into different categories of tiles.
305 mts.bin[HIGH_PRIORITY_BIN] =
310 mts.bin[LOW_PRIORITY_BIN] =
336 mts.bin[i] = kBinPolicyMap[memory_policy][mts.bin[i]]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 1124 switch (info->bin.sourceRep) {
1173 info->bin.maxGPR = prog->maxGPR;
1174 info->bin.code = prog->code;
1175 info->bin.codeSize = prog->binSize;
1176 info->bin.tlsSpace = prog->tlsSize;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 1124 switch (info->bin.sourceRep) {
1173 info->bin.maxGPR = prog->maxGPR;
1174 info->bin.code = prog->code;
1175 info->bin.codeSize = prog->binSize;
1176 info->bin.tlsSpace = prog->tlsSize;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 282 def __init__(self, dir, pre, suf, bin):
283 if bin: flags = self._bflags
295 def do_create(self, dir=None, pre="", suf="", bin=1):
299 file = self.mkstemped(dir, pre, suf, bin)
386 self.do_create(bin=0).write("blat\n")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 282 def __init__(self, dir, pre, suf, bin):
283 if bin: flags = self._bflags
295 def do_create(self, dir=None, pre="", suf="", bin=1):
299 file = self.mkstemped(dir, pre, suf, bin)
386 self.do_create(bin=0).write("blat\n")
  /external/elfutils/
configure 0 #! /bin/sh
47 # Printing a long string crashes Solaris 7 /usr/bin/printf.
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
245 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
596 SHELL=${CONFIG_SHELL-/bin/sh}
792 bindir='${exec_prefix}/bin'
    [all...]
  /external/chromium_org/third_party/libxml/src/
configure 0 #! /bin/sh
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
240 SHELL=${CONFIG_SHELL-/bin/sh}
531 SHELL=${CONFIG_SHELL-/bin/sh
    [all...]
  /external/grub/
config.status 0 #! /bin/sh
10 SHELL=${CONFIG_SHELL-/bin/sh}
91 echo "#! /bin/sh" >conf$$.sh
135 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
313 INSTALL="/usr/bin/install -c"
386 echo "running /bin/sh ./configure " '--disable-auto-linux-mem-opt' '--enable-preset-menu=android.lst' '--disable-ffs' '--disable-ufs2' '--disable-minix' '--disable-reiserfs' '--disable-vstafs' '--disable-jfs' '--disable-xfs' '--disable-iso9660' $ac_configure_extra_args " --no-create --no-recursion" >&6
387 exec /bin/sh ./configure '--disable-auto-linux-mem-opt' '--enable-preset-menu=android.lst' '--disable-ffs' '--disable-ufs2' '--disable-minix' '--disable-reiserfs' '--disable-vstafs' '--disable-jfs' '--disable-xfs' '--disable-iso9660' $ac_configure_extra_args --no-create --no-recursion
467 s,@SHELL@,/bin/sh,;t t
477 s,@bindir@,${exec_prefix}/bin,;t
    [all...]
  /external/jpeg/
ltconfig 0 #! /bin/sh
896 for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
    [all...]
  /external/libpng/
configure 0 #! /bin/sh
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
243 SHELL=${CONFIG_SHELL-/bin/sh}
534 SHELL=${CONFIG_SHELL-/bin/sh
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 0 #! /bin/sh
896 for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
    [all...]
  /external/srtp/
config.status 0 #! /bin/sh
10 SHELL=${CONFIG_SHELL-/bin/sh}
91 echo "#! /bin/sh" >conf$$.sh
135 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
309 INSTALL="/usr/bin/install -c"
382 echo "running /bin/sh ./configure " '--prefix=/home/astor/localastor/google3/third_party/libsrtp/v1_4_2' $ac_configure_extra_args " --no-create --no-recursion" >&6
383 exec /bin/sh ./configure '--prefix=/home/astor/localastor/google3/third_party/libsrtp/v1_4_2' $ac_configure_extra_args --no-create --no-recursion
445 s,@SHELL@,/bin/sh,;t t
455 s,@bindir@,${exec_prefix}/bin,;t
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 641 int bin = (int)(error/m_max_cost_pix*m_nr_bins); local
642 if ( bin < m_nr_bins )
643 m_cost_histogram[bin]++;
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp 641 int bin = (int)(error/m_max_cost_pix*m_nr_bins); local
642 if ( bin < m_nr_bins )
643 m_cost_histogram[bin]++;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 640 int bin = (int)(error/m_max_cost_pix*m_nr_bins); local
641 if ( bin < m_nr_bins )
642 m_cost_histogram[bin]++;
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 107 --debug-dump=syms mimic /usr/bin/readelf --syms
108 --debug-dump=line mimic /usr/bin/readelf --debug-dump=line
109 --debug-dump=frames mimic /usr/bin/readelf --debug-dump=frames
  /external/libusb/
configure 0 #! /bin/sh
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
240 SHELL=${CONFIG_SHELL-/bin/sh}
531 SHELL=${CONFIG_SHELL-/bin/sh
    [all...]
  /device/lge/mako/
device.mk 50 device/lge/mako/WCNSS_qcom_wlan_nv.bin:system/etc/wifi/WCNSS_qcom_wlan_nv.bin
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 105 it could run "/usr/bin/perl -wT hello.pl".
107 "/usr/bin/perl" to "<cygwin_path>\perl.exe".

Completed in 899 milliseconds

<<21222324252627282930>>