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

<<31323334353637383940>>

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
shared.mk 16 #--yd CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-
  /ndk/toolchains/aarch64-linux-android-4.9/
setup.mk 27 TOOLCHAIN_PREFIX := $(TOOLCHAIN_PREBUILT_ROOT)/bin/aarch64-linux-android-
  /ndk/toolchains/x86-4.8/
setup.mk 27 TOOLCHAIN_PREFIX := $(TOOLCHAIN_PREBUILT_ROOT)/bin/i686-linux-android-
  /ndk/toolchains/x86-4.9/
setup.mk 27 TOOLCHAIN_PREFIX := $(TOOLCHAIN_PREBUILT_ROOT)/bin/i686-linux-android-
  /ndk/toolchains/x86_64-4.9/
setup.mk 27 TOOLCHAIN_PREFIX := $(TOOLCHAIN_PREBUILT_ROOT)/bin/x86_64-linux-android-
  /packages/apps/Messaging/build/
gcheckstyle.mk 40 $(hide) -/usr/local/buildtools/java/jdk/bin/java -jar $(STYLE_JAR) $(SOURCES) > $@
  /system/keymaster/
Makefile 42 CC=/usr/bin/clang
43 CXX=/usr/bin/clang
  /external/eigen/lapack/
clarft.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/clarft.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/clarft.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/clarft.f">
dlarft.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dlarft.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dlarft.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dlarft.f">
slarft.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/slarft.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/slarft.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/slarft.f">
zlarft.f 10 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zlarft.f">
12 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zlarft.f">
14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zlarft.f">
  /external/jemalloc/include/jemalloc/internal/
arena.h 41 /* Index of bin this run is associated with. */
214 /* Size of regions in a run for this bin's size class. */
223 /* Total size of a run for this bin's size class. */
226 /* Total number of regions in a run for this bin's size class. */
231 * bin.
235 /* Offset of first region in a run for this bin's size class. */
243 * which may be acquired while holding one or more bin locks, but not
249 * Current run being used to service allocations of this bin's size
263 /* Bin statistics. */
281 * 2) Bin-related operations are protected by bin locks
    [all...]
  /external/owasp/sanitizer/tools/findbugs/bin/
findbugs.bat 33 if not exist "%JAVA_HOME%\bin\javaw.exe" goto nojavahome
34 set javahome=%JAVA_HOME%\bin\
196 if "%firstArg%"=="-javahome" set javahome=%secondArg%\bin\
  /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]);
  /device/moto/shamu/self-extractors/moto/staging/
device-partial.mk 17 vendor/moto/shamu/proprietary/adspd:system/bin/adspd:moto \
18 vendor/moto/shamu/proprietary/ramdump:system/bin/ramdump:moto \
19 vendor/moto/shamu/proprietary/tcmd_mini:system/bin/tcmd_mini:moto \
72 vendor/moto/shamu/proprietary/VRGain.bin:system/vendor/firmware/VRGain.bin:moto \
  /external/libhevc/decoder/
ihevcd_parse_slice.c 681 /* encode the context modelled first bin */
688 /* encode the context modelled second bin */
732 /* encode the context modelled first bin */
738 /* encode the context modelled second bin */
841 WORD32 bin; local
844 bin = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx);
845 if(bin)
878 WORD32 bin; local
880 bin = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx);
881 if(bin)
915 WORD32 bin; local
1403 UWORD32 bin; local
    [all...]
  /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/google-breakpad/
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 ||
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
279 SHELL=${CONFIG_SHELL-/bin/sh}
809 bindir='${exec_prefix}/bin'
    [all...]
  /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/openssh/
clientloop.c 687 client_suspend_self(Buffer *bin, Buffer *bout, Buffer *berr)
703 buffer_free(bin);
714 buffer_init(bin);
1055 process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr,
1134 client_suspend_self(bin, bout, berr);
    [all...]
  /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")
  /development/perftests/panorama/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]++;

Completed in 1238 milliseconds

<<31323334353637383940>>