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

  /external/pcre/dist/
RunTest.bat 251 set testinput=testinput%1 variable
253 if exist %srcdir%\testdata\win%testinput% (
254 set testinput=wintestinput%1 variable
259 %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% >%2%bits%\%testoutput%
262 echo. %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%testoutput%
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 540 * @param testinput the file to decode
544 private void decode(int testinput, float maxerror) throws IOException {
546 short[] decoded = decodeToMemory(testinput, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null);
573 if (conf == CONFIG_MODE_QUEUE && !hasAudioCsd(testinput)) {
578 short[] decoded2 = decodeToMemory(testinput, reset, conf, -1, null);
588 private boolean hasAudioCsd(int testinput) throws IOException {
592 fd = mResources.openRawResourceFd(testinput);
606 private short[] decodeToMemory(int testinput, int resetMode, int configMode,
614 AssetFileDescriptor testFd = mResources.openRawResourceFd(testinput);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 1476 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01, 0xd801, 0xffff, 0x0061,}; local
    [all...]
nucnvtst.c 840 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01 }; local
846 testConvertFromU(testinput, sizeof(testinput)/sizeof(testinput[0]),
    [all...]

Completed in 83 milliseconds