HomeSort by relevance Sort by last modified time
    Searched defs:bin (Results 1 - 25 of 52) sorted by null

1 2 3

  /hardware/ti/omap4xxx/domx/Ducati_binary/
Android.mk 4 define _add-ducati-vendor-bin
18 etc/firmware/ducati-m3.bin
31 $(eval $(call _add-ducati-vendor-bin,$(_file))))
35 _add-ducati-vendor-bin :=
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidSerializationTest.java 40 ByteArrayInputStream bin = new ByteArrayInputStream(bout.toByteArray()); local
41 Object o = new ObjectInputStream(bin).readObject();
  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.h 60 GtkBin bin; member in struct:_GtkFloatingContainer
gtk_floating_container.cc 135 GtkBin* bin = GTK_BIN(container); local
136 if (bin->child == widget) {
195 GtkBin* bin = GTK_BIN(widget); local
196 if (bin && bin->child) {
197 gtk_widget_size_request(bin->child, requisition);
217 GtkBin* bin = GTK_BIN(widget); local
218 if (bin->child) {
219 gtk_widget_size_allocate(bin->child, allocation);
  /external/guava/guava-tests/test/com/google/common/io/
LimitInputStreamTest.java 30 InputStream bin = new ByteArrayInputStream(big); local
31 InputStream lin = new LimitInputStream(bin, 2);
61 InputStream bin = new ByteArrayInputStream(big); local
62 InputStream lin = new LimitInputStream(bin, 2);
82 InputStream bin = new ByteArrayInputStream(big); local
83 InputStream lin = new LimitInputStream(bin, 2);
100 InputStream bin = new ByteArrayInputStream(big); local
101 InputStream lin = new LimitInputStream(bin, 2);
  /external/openssh/
bufbn.c 102 u_char buf[2], *bin; local
120 bin = buffer_ptr(buffer);
121 if (BN_bin2bn(bin, bytes, value) == NULL) {
191 u_char *bin; local
193 if ((bin = buffer_get_string_ret(buffer, &len)) == NULL) {
198 if (len > 0 && (bin[0] & 0x80)) {
200 xfree(bin);
206 xfree(bin);
209 if (BN_bin2bn(bin, len, value) == NULL) {
211 xfree(bin);
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsReadWrite.java 126 ByteArrayInputStream bin=new ByteArrayInputStream(bout.toByteArray()); local
129 Node newPhysicsRootNode=(Node)imp.load(bin);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
EnergyProbe.java 72 int bin = 2 * (freq * CAPTURE_SIZE / mMaxFrequency / 2); local
73 if (bin < 2) bin = 2;
77 (j < AVERAGE_COUNT) && ((bin + 2 * j) < CAPTURE_SIZE);
79 tmp += (int)mFft[bin + 2 * j] * (int)mFft[bin + 2 * j] +
80 (int)mFft[bin + 2 * j + 1] * (int)mFft[bin + 2 * j + 1];
  /sdk/anttasks/src/com/android/ant/
ComputeProjectClasspathTask.java 85 File bin = new File(mProjectLocation, local
88 String p = bin.getAbsolutePath();
DependencyHelper.java 301 String bin = properties.getProperty("out.dir"); local
302 if (bin == null) {
306 return bin;
  /external/aac/libSBRdec/src/
sbrdec_drc.cpp 202 int band, bottomMdct, topMdct, bin, useLP; local
227 bin = 0;
351 for (bin = bottomQmf; bin < topQmf; bin++) {
352 FIXP_DBL drcFact1_mag = hDrcData->prevFact_mag[bin];
373 qmfRealSlot[bin] = fMult(qmfRealSlot[bin], drcFact_mag);
375 qmfImagSlot[bin] = fMult(qmfImagSlot[bin], drcFact_mag)
    [all...]
psdec_hybrid.cpp 381 int bin; local
426 for(bin=0; bin<8;bin++ ) {
427 mHybridReal[bin] = fft[FIXP_FFT_IDX_R(bin)] << 4;
428 mHybridImag[bin] = fft[FIXP_FFT_IDX_I(bin)] << 4;
psdec.cpp 593 INT i, m, sb, gr, bin; local
660 for ( bin = 8; bin < NO_MID_RES_BINS; bin++ ) {
663 for ( i = groupBorders20[bin+2]; i < groupBorders20[bin+3]; i++ ) { /* max loops: 29 */
666 aaPowerSlot[bin] = slotNrg;
672 for (bin=0; bin < NO_MID_RES_BINS; bin++) { /* noBins = 20 ( BASELINE_PS ) *
940 INT bin = 0; local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/export/
TestAssetLinkNode.java 82 ByteArrayInputStream bin=new ByteArrayInputStream(bout.toByteArray()); local
85 Node newLoaderNode=(Node)imp.load(bin);
  /external/zlib/src/examples/
gzjoin.c 76 /* bin buffered input file type */
83 } bin; typedef in typeref:struct:__anon17203
86 local void bclose(bin *in)
97 /* open a buffered file for input, return a pointer to type bin, or NULL on
99 local bin *bopen(char *name)
101 bin *in;
103 in = malloc(sizeof(bin));
120 local int bload(bin *in)
144 local unsigned long bget4(bin *in)
156 local void bskip(bin *in, unsigned skip
    [all...]
  /development/ide/emacs/
android-common.el 135 (defun android-find-host-bin (binary)
142 (android-host) "/bin/" binary)))
151 (android-find-host-bin "adb"))
158 (concat (android-find-host-bin "fastboot") " -p " (android-product)))
  /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;
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/openssl/crypto/jpake/
jpake.c 153 unsigned char *bin = OPENSSL_malloc(l); local
156 BN_bn2bin(bn, bin);
157 SHA1_Update(sha, bin, l);
158 OPENSSL_free(bin);
  /external/srec/portable/src/
pmemblock.c 95 int i, bin; local
96 for (i = 0, bin = 1; i < NUM_TRACKING_BINS; i++, bin <<= 1)
98 if ((int)size <= bin)
138 uint32 bin = findBin(size); local
139 uint32 binsize = 1 << bin;
144 if (bin == 0)
146 if (bin == 1)
148 if (bin == 2)
150 if (bin == 3
222 uint32 bin = findBin(size); local
    [all...]
  /hardware/invensense/mlsdk/mllite/
ml_stored_data.c 89 int bin = (int)((temp - MIN_TEMP) / TEMP_PER_BIN); local
90 if (bin < 0)
91 bin = 0;
92 if (bin > BINS - 1)
93 bin = BINS - 1;
94 return bin;
159 int bin; local
185 bin = FindTempBin(newTemp);
186 LOADCAL_LOG("bin = %d", bin);
265 int bin; local
1067 int bin; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java 36 // in that bin.
76 // The ItemMap will store the number of items in each bin.
91 // We are already in the last bin, so it will
168 int bin = mDateSorter.getIndex(getLong(mDateIndex)); local
169 // bin is the same as the group if the number of bins is the
172 return bin;
176 for (int i = 0; i < bin; i++) {
188 * Translates from a group position in the ExpandableList to a bin. This is
192 * @return The corresponding bin that holds that group.
  /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/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]++;
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java 41 // in that bin.
97 // The ItemMap will store the number of items in each bin.
112 // We are already in the last bin, so it will
184 int bin = mDateSorter.getIndex(getLong(mDateIndex)); local
185 // bin is the same as the group if the number of bins is the
187 if (DateSorter.DAY_COUNT == mNumberOfBins) return bin;
190 for (int i = 0; i < bin; i++) {
200 * Translates from a group position in the ExpandableList to a bin. This is
204 * @return The corresponding bin that holds that group.

Completed in 1934 milliseconds

1 2 3