HomeSort by relevance Sort by last modified time
    Searched defs:initTest (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/syzkaller/pkg/repro/
repro_test.go 15 func initTest(t *testing.T) (*rand.Rand, int) {
31 rd, iters := initTest(t)
  /external/syzkaller/pkg/ipc/
ipc_test.go 34 func initTest(t *testing.T) (*prog.Target, rand.Source, int, EnvFlags) {
72 target, _, _, configFlags := initTest(t)
120 target, _, _, configFlags := initTest(t)
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSInitTest.java 30 native boolean initTest(String path);
37 assertTrue(initTest(this.getContext().getCacheDir().toString()));
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5AtomicCountersArrayIndexing.cpp 79 void GPUShader5AtomicCountersArrayIndexing::initTest(void)
126 initTest();
esextcGPUShader5SSBOArrayIndexing.cpp 95 void GPUShader5SSBOArrayIndexing::initTest(void)
146 initTest();
esextcGPUShader5ImagesArrayIndexing.cpp 66 void GPUShader5ImagesArrayIndexing::initTest(void)
169 initTest();
esextcGPUShader5PreciseQualifier.cpp 116 void GPUShader5PreciseQualifier::initTest(void)
276 initTest();
esextcGPUShader5SamplerArrayIndexing.cpp 139 void GPUShader5SamplerArrayIndexing::initTest(void)
245 initTest();
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampGetTexParameterIErrors.cpp 60 void TextureBorderClampGetTexParameterIErrorsTest::initTest(void)
68 TextureBorderClampBase::initTest();
100 initTest();
esextcTextureBorderClampParameterBorderColorError.cpp 81 void TextureBorderClampParameterBorderColorErrorTest::initTest(void)
89 TextureBorderClampBase::initTest();
113 initTest();
esextcTextureBorderClampSamplerParameterIError.cpp 83 void TextureBorderClampSamplerParameterIErrorTest::initTest(void)
128 initTest();
esextcTextureBorderClampSamplerParameterIWithWrongPname.cpp 86 void TextureBorderClampSamplerParameterIWithWrongPnameTest::initTest(void)
128 initTest();
esextcTextureBorderClampTexParameterIErrors.cpp 58 void TextureBorderClampTexParameterIErrorsTest::initTest(void)
66 TextureBorderClampBase::initTest();
79 initTest();
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferAtomicFunctions.cpp 58 void TextureBufferAtomicFunctions::initTest(void)
173 initTest();
esextcTextureBufferBufferParameters.cpp 80 void TextureBufferBufferParameters::initTest(void)
208 initTest();
esextcTextureBufferErrors.cpp 84 void TextureBufferErrors::initTest(void)
167 initTest();
esextcTextureBufferMAXSizeValidation.cpp 65 void TextureBufferMAXSizeValidation::initTest(void)
179 initTest();
esextcTextureBufferParamValueIntToFloatConversion.cpp 69 void TextureBufferParamValueIntToFloatConversion::initTest(void)
185 initTest();
esextcTextureBufferParameters.cpp 56 void TextureBufferParameters::initTest(void)
149 initTest();
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayFBOIncompleteness.cpp 134 void TextureCubeMapArrayFBOIncompleteness::initTest()
168 initTest();
  /external/syzkaller/prog/
export_test.go 21 InitTest = initTest
55 func initTest(t *testing.T) (*Target, rand.Source, int) {
  /external/testng/src/test/java/test/alwaysrun/
AlwaysRunBefore1.java 29 public void initTest() {
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderAdjacency.cpp 265 void GeometryShaderAdjacency::initTest(void)
349 initTest();
esextcGeometryShaderConstantVariables.cpp 134 void GeometryShaderConstantVariables::initTest(void)
186 initTest();
esextcGeometryShaderOutput.cpp 323 void GeometryShaderOutputRenderingBase::initTest()
382 initTest();

Completed in 984 milliseconds

1 2 3