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

1 2

  /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);
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_pwr_transient_detection.cpp 183 Int32 bin; local
292 for (bin = 0; bin < NO_BINS; bin++) /* NO_BINS = 20 */
299 accu = h_ps_dec->aPeakDecayFast[bin];
313 h_ps_dec->aPeakDecayFast[bin] = accu;
333 } /* bin */
ps_decorrelate.cpp 175 Int32 bin; local
279 bin = bins2groupMap[gr];
280 rTmp = aTransRatio[bin];
ps_init_stereo_mixing.cpp 223 Int32 bin; local
281 bin = bins2groupMap[group];
287 tmp = pms->aaIidIndex[env][bin];
312 tmp = pms->aaIccIndex[env][bin];
386 bin = bins2groupMap[group];
392 tmp = pms->aaIidIndex[env][bin];
417 tmp = pms->aaIccIndex[env][bin];
  /external/bluetooth/bluez/audio/
gsta2dpsink.h 48 GstBin bin; member in struct:_GstA2dpSink
  /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];
  /external/zlib/examples/
gzjoin.c 76 /* bin buffered input file type */
83 } bin; typedef in typeref:struct:__anon14466
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/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 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/icu4c/tools/genbidi/
genbidi.c 233 const Binaries *bin; local
238 bin=(const Binaries *)context;
242 fprintf(stderr, "genbidi: syntax error in %s.txt field 0 at %s\n", bin->ucdFile, fields[0][0]);
249 if(i==bin->binariesCount) {
253 if(isToken(bin->binaries[i].propName, s)) {
258 if(bin->binaries[i].vecMask==0) {
260 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName);
264 upvec_setValue(pv, start, end, bin->binaries[i].vecWord, bin->binaries[i].vecValue, bin->binaries[i].vecMask, pErrorCode)
    [all...]
  /external/icu4c/tools/gencase/
gencase.c 129 const Binaries *bin; local
134 bin=(const Binaries *)context;
138 fprintf(stderr, "gencase: syntax error in %s.txt field 0 at %s\n", bin->ucdFile, fields[0][0]);
145 if(i==bin->binariesCount) {
149 if(isToken(bin->binaries[i].propName, s)) {
154 if(bin->binaries[i].vecMask==0) {
156 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName);
160 upvec_setValue(pv, start, end, bin->binaries[i].vecWord, bin->binaries[i].vecValue, bin->binaries[i].vecMask, pErrorCode)
    [all...]
  /external/icu4c/tools/genprops/
props2.c 334 const Binaries *bin; local
339 bin=(const Binaries *)context;
343 fprintf(stderr, "genprops: syntax error in %s.txt field 0 at %s\n", bin->ucdFile, fields[0][0]);
350 if(i==bin->binariesCount) {
357 if(isToken(bin->binaries[i].propName, s)) {
362 if(bin->binaries[i].vecShift>=32) {
364 (int)bin->binaries[i].vecShift, bin->ucdFile, bin->binaries[i].propName);
367 uv=U_MASK(bin->binaries[i].vecShift)
    [all...]
  /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.
  /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...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 1521 u8 bin[8]; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 1328 u8 bin[8]; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectInputStreamTest.java 394 ByteArrayInputStream bin = new ByteArrayInputStream(bytes); local
397 ObjectInputStream in = new ObjectInputStream(bin);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 549 ByteArrayInputStream bin = new ByteArrayInputStream(bytes); local
551 ObjectInputStream in = new ObjectInputStream(bin);
    [all...]

Completed in 1605 milliseconds

1 2