Home
last modified time | relevance | path

Searched full:fulltest (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/.azure-pipelines/
Dwindows-layout-steps.yml4 fulltest: false
14 - ${{ if eq(parameters.fulltest, 'true') }}:
Dci.yml162 fulltest: true
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr9517.ll44 define dso_local void @fulltest() local_unnamed_addr {
45 ; CHECK-LABEL: fulltest:
/external/libjpeg-turbo/java/
DTJBench.java326 static void fullTest(byte[] srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest() method in TJBench
984 fullTest(srcBuf, w, h, subsamp, i, argv[0]); in main()
988 fullTest(srcBuf, w, h, TJ.SAMP_GRAY, i, argv[0]); in main()
992 fullTest(srcBuf, w, h, TJ.SAMP_420, i, argv[0]); in main()
996 fullTest(srcBuf, w, h, TJ.SAMP_422, i, argv[0]); in main()
1000 fullTest(srcBuf, w, h, TJ.SAMP_444, i, argv[0]); in main()
/external/libjpeg-turbo/
Dtjbench.c312 int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, int jpegQual, in fullTest() function
1008 fullTest(srcBuf, w, h, subsamp, i, argv[1]); in main()
1013 fullTest(srcBuf, w, h, TJSAMP_GRAY, i, argv[1]); in main()
1017 fullTest(srcBuf, w, h, TJSAMP_420, i, argv[1]); in main()
1020 fullTest(srcBuf, w, h, TJSAMP_422, i, argv[1]); in main()
1023 fullTest(srcBuf, w, h, TJSAMP_444, i, argv[1]); in main()