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

1 23

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
InputStreamReaderTest.java 113 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
114 OutputStreamWriter osw = new OutputStreamWriter(bos);
119 fis = new ByteArrayInputStream(bos.toByteArray());
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 89 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
90 p.store(bos, "");
91 return new ByteArrayInputStream(bos.toByteArray());
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java 475 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
476 DataOutputStream dos = new DataOutputStream(bos);
481 cache.insert(uri.hashCode(), bos.toByteArray());
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 322 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
323 DataOutputStream dos = new DataOutputStream(bos);
348 mGeoCache.insert(locationKey, bos.toByteArray());
  /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...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 350 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
351 PrintStream os = new PrintStream(bos);
355 assertEquals(expected, bos.toString());
390 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
391 PrintStream os = new PrintStream(bos);
396 assertEquals(expected, bos.toString());
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java     [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2698 LCHAR bos [MAX_LINE_LENGTH]; local
2792 LCHAR bos [MAX_LINE_LENGTH]; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java 308 ByteArrayOutputStream bos = new ByteArrayOutputStream();
309 ObjectOutputStream out = new ObjectOutputStream(bos);
315 bos.write(ref);
317 return bos.toByteArray();
    [all...]
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 887 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 719 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java     [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1051 milliseconds

1 23