HomeSort by relevance Sort by last modified time
    Searched refs:testinput (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 132 * @param testinput the file to decode
136 private void decode(int testinput, float maxerror) throws IOException {
138 short [] decoded = decodeToMemory(testinput, RESET_MODE_NONE);
155 short [] decoded2 = decodeToMemory(testinput, RESET_MODE_RECONFIGURE);
162 // short [] decoded3 = decodeToMemory(testinput, RESET_MODE_FLUSH);
169 private short[] decodeToMemory(int testinput, int resetMode) throws IOException {
174 AssetFileDescriptor testFd = mResources.openRawResourceFd(testinput);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 1470 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01, 0xd801, 0xffff, 0x0061,}; local
    [all...]
nucnvtst.c 835 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01 }; local
841 testConvertFromU(testinput, sizeof(testinput)/sizeof(testinput[0]),
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 1476 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01, 0xd801, 0xffff, 0x0061,}; local
    [all...]
nucnvtst.c 854 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01 }; local
860 testConvertFromU(testinput, sizeof(testinput)/sizeof(testinput[0]),
    [all...]

Completed in 43 milliseconds