Searched defs:checkResults (Results 1 - 17 of 17) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.cpp432 bool TextureCubeMapArraySubImage3D::checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth) function in class:glcts::TextureCubeMapArraySubImage3D
476 if (!checkResults(width, height, depth))
499 if (!checkResults(width, height, depth))
535 if (!checkResults(width, height, depth))
H A DesextcTextureCubeMapArrayImageTextureSize.cpp188 if (!checkResults(width, height, depth, (STORAGE_TYPE)i))
468 glw::GLboolean TextureCubeMapArrayTextureSizeTFBase::checkResults(glw::GLuint width, glw::GLuint height, function in class:glcts::TextureCubeMapArrayTextureSizeTFBase
1168 glw::GLboolean TextureCubeMapArrayTextureSizeRTBase::checkResults(glw::GLuint width, glw::GLuint height, function in class:glcts::TextureCubeMapArrayTextureSizeRTBase
1646 glw::GLboolean TextureCubeMapArrayTextureSizeRTComputeShader::checkResults(glw::GLuint width, glw::GLuint height, function in class:glcts::TextureCubeMapArrayTextureSizeRTComputeShader
1649 glw::GLboolean test_passed = TextureCubeMapArrayTextureSizeRTBase::checkResults(width, height, depth, storType);
H A DesextcTextureCubeMapArrayImageOperations.cpp139 bool checkResults(Context& context, glw::GLuint copy_po_id, glw::GLuint id, glw::GLuint width, glw::GLuint height, function in namespace:glcts
603 if (!checkResults<glw::GLfloat>(m_context, m_copy_po_id, m_image_write_to_id, width, height, depth,
609 if (!checkResults<glw::GLint>(m_context, m_copy_po_id, m_iimage_write_to_id, width, height, depth,
615 if (!checkResults<glw::GLuint>(m_context, m_copy_po_id, m_uimage_write_to_id, width, height, depth,
664 if (!checkResults<glw::GLfloat>(m_context, m_copy_po_id, m_image_write_to_id, width, height, depth,
670 if (!checkResults<glw::GLint>(m_context, m_copy_po_id, m_iimage_write_to_id, width, height, depth,
676 if (!checkResults<glw::GLuint>(m_context, m_copy_po_id, m_uimage_write_to_id, width, height, depth,
/external/eigen/bench/btl/generic_bench/
H A Dbtl.hh167 : overwriteResults(false), checkResults(true), realclock(false), tries(DEFAULT_NB_TRIES)
204 Instance.checkResults = false;
231 bool checkResults; member in class:BtlConfig
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DWrappingExecutorServiceTest.java102 checkResults(futures);
111 checkResults(futures);
135 private static void checkResults(List<Future<String>> futures) method in class:WrappingExecutorServiceTest
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c124 int32_t checkResults; local
156 checkResults = uspoof_check(rsc, goodLatin, -1, NULL, &status);
158 TEST_ASSERT_EQ(0, checkResults);
196 int32_t checkResults; local
219 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
221 TEST_ASSERT_EQ(0, checkResults);
223 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
225 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT, checkResults);
283 int32_t checkResults = 0; local
296 checkResults
331 int32_t checkResults; local
356 int32_t checkResults; local
403 int32_t checkResults; local
439 int32_t checkResults, checkResults2; local
519 int32_t checkResults; local
539 int32_t checkResults; local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h224 virtual bool checkResults() { function in class:clang::ento::NodeBuilder
282 assert(checkResults());
290 assert(checkResults());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java847 checkResults("testForwards", CheckDirection.FORWARD);
871 checkResults("testFollowing", CheckDirection.FORWARD);
888 checkResults("testPrevius", CheckDirection.REVERSE);
938 checkResults("testPreceding", CheckDirection.REVERSE);
951 checkResults("testForwards", CheckDirection.FORWARD);
955 void checkResults(String msg, CheckDirection direction) { method in class:RBBIMonkeyTest.RBBIMonkeyImpl
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp102 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); local
104 TEST_ASSERT_EQ(0, checkResults);
111 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); local
113 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
H A Drbbimonkeytest.cpp701 checkResults("testForwards", FORWARD, status);
728 checkResults("testFollowing", FORWARD, status);
750 checkResults("testPrevius", REVERSE, status);
788 checkResults("testPreceding", REVERSE, status);
803 checkResults("testForwards", FORWARD, status);
829 void RBBIMonkeyImpl::checkResults(const char *msg, CheckDirection direction, UErrorCode &status) { function in class:RBBIMonkeyImpl
H A Drbbitst.cpp138 void checkResults(const char *heading, RBBITest *test);
174 // checkResults. Compare the actual and expected break positions, report any differences.
176 void BITestData::checkResults(const char *heading, RBBITest *test) { function in class:BITestData
396 td.checkResults("testFirstAndNext", this);
429 td.checkResults("testLastAndPrevious", this);
473 td.checkResults("testFollowing", this);
515 td.checkResults("testPreceding", this);
536 td.checkResults("testIsBoundary: ", this);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java844 checkResults("testForwards", CheckDirection.FORWARD);
868 checkResults("testFollowing", CheckDirection.FORWARD);
885 checkResults("testPrevius", CheckDirection.REVERSE);
935 checkResults("testPreceding", CheckDirection.REVERSE);
948 checkResults("testForwards", CheckDirection.FORWARD);
952 void checkResults(String msg, CheckDirection direction) { method in class:RBBIMonkeyTest.RBBIMonkeyImpl
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp665 if (!checkResults(primitive_type, i_clip_function, results))
832 bool gl3cts::ClipDistance::FunctionalTest::checkResults(glw::GLenum primitive_type, glw::GLuint clip_function, function in class:gl3cts::ClipDistance::FunctionalTest
H A Dgl4cShadingLanguage420PackTests.cpp1776 return checkResults(program);
1835 return checkResults(program);
1949 bool GLSLTestBase::checkResults(Utils::texture& color_texture) const function in class:gl4cts::GLSL420Pack::GLSLTestBase
2091 result = checkResults(color_tex);
2203 result = checkResults(color_tex);
8860 bool BindingUniformDefaultTest::checkResults(Utils::program& program) function in class:gl4cts::GLSL420Pack::BindingUniformDefaultTest
10846 bool BindingSamplerDefaultTest::checkResults(Utils::program& program) function in class:gl4cts::GLSL420Pack::BindingSamplerDefaultTest
12586 bool BindingImageDefaultTest::checkResults(Utils::program& program) function in class:gl4cts::GLSL420Pack::BindingImageDefaultTest
H A Dgl4cEnhancedLayoutsTests.cpp6290 bool TextureTestBase::checkResults(glw::GLuint /* test_case_index */, Utils::Texture& color_0) function in class:gl4cts::EnhancedLayouts::TextureTestBase
7510 if (false == checkResults(test_case_index, texture_fb))
7576 if (false == checkResults(test_case_index, texture_im))
7701 if (false == checkResults(test_case_index, texture_fb))
7763 if (false == checkResults(test_case_index, texture_im))
19123 bool FragmentDataLocationAPITest::checkResults(glw::GLuint /* test_case_index */, Utils::Texture& /* color_0 */) function in class:gl4cts::EnhancedLayouts::FragmentDataLocationAPITest
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp2652 bool result = checkResults(texture_0, texture_1, draw_call);
2669 bool result = checkResults(texture_0, texture_1, 0);
2702 bool DrawTestBase::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*draw_call_index */) function in class:glcts::ViewportArray::DrawTestBase
3466 bool DynamicViewportIndex::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, function in class:glcts::ViewportArray::DynamicViewportIndex
3723 bool ViewportIndexSubroutine::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, function in class:glcts::ViewportArray::ViewportIndexSubroutine
3948 bool DrawMultipleLayers::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, function in class:glcts::ViewportArray::DrawMultipleLayers
4045 bool ScissorZeroDimension::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, function in class:glcts::ViewportArray::ScissorZeroDimension
4134 bool ScissorClear::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*draw_call_index */) function in class:glcts::ViewportArray::ScissorClear
4212 bool DepthRange::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*draw_call_index */) function in class:glcts::ViewportArray::DepthRange
4375 bool DepthRangeDepthTest::checkResults(Util function in class:glcts::ViewportArray::DepthRangeDepthTest
4589 bool ProvokingVertex::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, function in class:glcts::ViewportArray::ProvokingVertex
[all...]
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 615 milliseconds