Home
last modified time | relevance | path

Searched defs:testValue (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
Dldso_dlopen_ext_test.cpp51 int* testValue = reinterpret_cast<int*>(dlsym(handle, "g_testNumber")); variable
73 void* testValue = dlsym(handle, "g_testNumber"); variable
126 int* testValue = reinterpret_cast<int*>(dlsym(handle, "g_testNumber")); variable
156 void* testValue = dlsym(handle, "g_testNumber"); variable
240 int* testValue = reinterpret_cast<int*>(dlsym(handle, "g_testNumber")); in WriteRelro() local
272 int* testValue = reinterpret_cast<int*>(dlsym(handle, "g_testNumber")); in UseRelro() local
Dldso_dlclose_test.cpp28 int* testValue = reinterpret_cast<int*>(dlsym(handle, "g_testNumber")); variable
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/libs/
Dldso_thread_test_1.cpp19 thread_local ThreadTest testValue(value); in SetThreadLocalValue01() local
Dldso_thread_test.cpp19 thread_local ThreadTest testValue(value); in SetThreadLocalValue() local
/third_party/skia/src/sksl/ir/
DSkSLIfStatement.cpp86 const Expression* testValue = ConstantFolder::GetConstantValueForVariable(*test); in Make() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/shaping/
DArabicShapingRegTest.java207 …private boolean getStaticCharacterHelperFunctionValue(String methodName, char testValue) throws Ex… in getStaticCharacterHelperFunctionValue()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
DArabicShapingRegTest.java204 …private boolean getStaticCharacterHelperFunctionValue(String methodName, char testValue) throws Ex… in getStaticCharacterHelperFunctionValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp107 const int testValue = 5; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp107 const int testValue = 5; in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformTest.cpp503 GLfloat testValue; in TEST_P() local
515 GLint testValue; in TEST_P() local
561 GLint testValue = 1234567; in TEST_P() local
573 GLfloat testValue = 124567.0; in TEST_P() local
DVertexAttributeTest.cpp2917 for (GLfloat testValue : testValues) in TEST_P() local
2965 for (GLfloat testValue : testValues) in TEST_P() local
3166 for (GLfloat testValue : testValues) in TEST_P() local
3217 for (GLfloat testValue : testValues) in TEST_P() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDescriptorLimitsTests.cpp900 const deUint32 testValue = descId; in createDescriptorLimitsTests() local
916 const deUint32 testValue = descId; in createDescriptorLimitsTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDescriptorLimitsTests.cpp919 const deUint32 testValue = descId; in createDescriptorLimitsTests() local
954 const deUint32 testValue = descId; in createDescriptorLimitsTests() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp97 void testValue(FromType Val, size_t &TotalTests, size_t &Passes, in testValue() function
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp306 …const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1… in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp382 …const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSyncTests.cpp357 uint32_t testValue; member
1278 uint32_t testValue = 1628510124u; in createMeshShaderSyncTests() local
DvktMeshShaderSyncTestsEXT.cpp383 uint32_t testValue; member
1731 uint32_t testValue = 1628510124u; in createMeshShaderSyncTestsEXT() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp406 static deUint32 testValue; member in vkt::synchronization::__anon2734349f0111::GPQCase
414 deUint32 GPQCase::testValue = 113; member in vkt::synchronization::__anon2734349f0111::GPQCase
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderSyncTests.cpp357 uint32_t testValue; member
1278 uint32_t testValue = 1628510124u; in createMeshShaderSyncTests() local
DvktMeshShaderSyncTestsEXT.cpp383 uint32_t testValue; member
1731 uint32_t testValue = 1628510124u; in createMeshShaderSyncTestsEXT() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp454 static deUint32 testValue; member in vkt::synchronization::__anon53bec87f0111::GPQCase
462 deUint32 GPQCase::testValue = 113; member in vkt::synchronization::__anon53bec87f0111::GPQCase
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DAlphabeticIndexTest.java626 double testValue = 100; in TestClientSupport() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java623 double testValue = 100; in TestClientSupport() local
/third_party/skia/src/sksl/
DSkSLDSLParser.cpp1124 dsl::DSLExpression testValue = this->expression(); in forStatement() local

12