HomeSort by relevance Sort by last modified time
    Searched refs:bos (Results 26 - 41 of 41) sorted by null

12

  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 725 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
1140 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
1182 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
    [all...]
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 464 * @param bos Beginning of speech (seconds)
472 const double bos,
    [all...]
SR_RecognizerImpl.h 142 /* does the windback after bos detected */
253 * Max number of frames to process before BOS timeout
524 const double bos,
  /external/srec/srec/Recognizer/src/
Recognizer.c 360 const double bos,
369 return self->logWaveformData(self, waveformFilename, transcription, bos, eos, isInvocab);
RecognizerImpl.c     [all...]
  /frameworks/base/awt/java/beans/
PropertyDescriptor.java 219 String bos = propertyName.substring(0, 1).toUpperCase(); local
221 result = prefix + bos + eos;
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 449 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
450 PrintStream os = new PrintStream(bos);
454 assertEquals(expected, bos.toString());
508 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
509 PrintStream os = new PrintStream(bos);
514 assertEquals(expected, bos.toString());
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
InputStreamReaderTest.java 116 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
117 OutputStreamWriter osw = new OutputStreamWriter(bos);
122 fis = new ByteArrayInputStream(bos.toByteArray());
  /packages/apps/Gallery3D/src/com/cooliris/media/
ReverseGeocoder.java 414 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
415 DataOutputStream dos = new DataOutputStream(new BufferedOutputStream(bos, 256));
439 sGeoCache.put(locationKey, bos.toByteArray(), 0);
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2698 LCHAR bos [MAX_LINE_LENGTH]; local
2792 LCHAR bos [MAX_LINE_LENGTH]; local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
URLClassLoader.java 718 ByteArrayOutputStream bos = new ByteArrayOutputStream(4096); local
721 bos.write(buf, 0, count);
723 return bos.toByteArray();
    [all...]
  /dalvik/libcore/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 1274 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c     [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java     [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 566 milliseconds

12