Home
last modified time | relevance | path

Searched defs:testBuf (Results 1 – 4 of 4) sorted by relevance

/external/zstd/contrib/single_file_libs/examples/
Droundtrip.c62 void* testBuf = malloc(sizeof rawData); in main() local
/external/icu/icu4c/source/test/iotest/
Dfiletst.c50 char testBuf[256] = ""; in TestFileFromICU() local
869 UChar testBuf[UPRV_LENGTHOF(strABAccentA)*2]; /* *2 to see if too much was */ in TestCodepage() local
1020 char testBuf[512] = ""; in TestFilePrintCompatibility() local
Dstrtst.c516 char testBuf[256] = ""; in TestStringCompatibility() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DFixedLengthBlockOutputStreamTest.java227 private void testBuf(int blockSize, String text) throws IOException { in testBuf() method in FixedLengthBlockOutputStreamTest