| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/ |
| D | 1-2.c | 33 static int returned; variable
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
| D | 3-2.c | 96 static int returned = 0; variable
|
| D | 1-2.c | 90 static int returned = 0; variable
|
| /third_party/node/test/parallel/ |
| D | test-net-socket-setnodelay.js | 55 const returned = socket.setNoDelay(true); constant
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2556 bool compare16BitFloat (float original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& l… in compare16BitFloat() 2619 bool compare16BitFloat (deUint16 original, deUint16 returned, tcu::TestLog& log) in compare16BitFloat() 2666 bool compare16BitFloat(deUint16 original, float returned, tcu::TestLog & log) in compare16BitFloat() 2714 bool compare16BitFloat (deFloat16 original, deFloat16 returned, std::string& error) in compare16BitFloat() 2771 bool compare16BitFloat64 (double original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog… in compare16BitFloat64() 2834 bool compare32BitFloat (float expected, float returned, tcu::TestLog& log) in compare32BitFloat() 2867 bool compare64BitFloat (double expected, double returned, tcu::TestLog& log) in compare64BitFloat()
|
| D | vktSpvAsmEmptyStructTests.cpp | 50 const deUint32* returned = static_cast<const deUint32*>(outputAllocs[outputNdx]->getHostPtr()); in verifyResult() local
|
| D | vktSpvAsm16bitStorageTests.cpp | 95 bool compare16Bit (float original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& log) in compare16Bit() 100 bool compare16Bit (deUint16 original, float returned, RoundingModeFlags flags, tcu::TestLog& log) in compare16Bit() 106 bool compare16Bit (deInt16 original, deInt16 returned, RoundingModeFlags flags, tcu::TestLog& log) in compare16Bit() 205 const deUint16* returned = static_cast<const deUint16*>(outputAllocs[outputNdx]->getHostPtr()); in graphicsCheck16BitFloats() local 232 const deUint16* returned = static_cast<const deUint16*>(outputAllocs[outputNdx]->getHostPtr()); in graphicsCheck16BitFloats64() local 283 const deUint16* returned = static_cast<const deUint16*>(outputAllocs[outputNdx]->getHostPtr()); in computeCheck16BitFloats() local 310 const deUint16* returned = static_cast<const deUint16*>(outputAllocs[outputNdx]->getHostPtr()); in computeCheck16BitFloats64() local 821 bool compareStruct(const resultType* returned, const originType* original, tcu::TestLog& log) in compareStruct() 909 …const resultType* returned = static_cast<const resultType*>(outputAllocs[outputNdx]->getHostPtr()); in computeCheckStruct() local 929 …const resultType* returned = static_cast<const resultType*>(outputAllocs[outputNdx]->getHostPtr()); in graphicsCheckStruct() local
|
| D | vktSpvAsm8bitStorageTests.cpp | 582 bool compareStruct(const resultType* returned, const originType* original) in compareStruct() 671 …const resultType* returned = static_cast<const resultType*>(outputAllocs[outputNdx]->getHostPtr()); in checkStruct() local 696 …const resultType* returned = static_cast<const resultType*>(outputAllocs[outputNdx]->getHostPtr()); in checkUniformsArray() local 730 …const resultType* returned = static_cast<const resultType*>(outputAllocs[outputNdx]->getHostPtr()); in checkUniformsArrayConstNdx() local
|
| D | vktSpvAsmFloatControlsTests.cpp | 2636 const TYPE* returned = static_cast<const TYPE*>(outputAlloc->getHostPtr()); in compareBytes() local
|
| /third_party/harfbuzz/src/ |
| D | hb-debug.hh | 261 static inline void _hb_warn_no_return (bool returned) in _hb_warn_no_return() 321 bool returned; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-debug.hh | 261 static inline void _hb_warn_no_return (bool returned) in _hb_warn_no_return() 321 bool returned; member
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-debug.hh | 262 static inline void _hb_warn_no_return (bool returned) in _hb_warn_no_return() 321 bool returned; member
|
| /third_party/skia/tests/ |
| D | PointTest.cpp | 30 SkScalar returned = SkPoint::Normalize(&point); in test_Normalize() local
|
| /third_party/flutter/skia/tests/ |
| D | PointTest.cpp | 30 SkScalar returned = SkPoint::Normalize(&point); in test_Normalize() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| D | pool.h | 241 ConditionVariable returned; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | Attributor.h | 185 static const IRPosition returned(const Function &F) { in returned() function
|
| /third_party/vulkan-loader/tests/framework/ |
| D | test_util.h | 851 … check_permutation(std::initializer_list<const char*> expected, std::array<T, U> const& returned) { in check_permutation() 866 bool check_permutation(std::initializer_list<const char*> expected, std::vector<T> const& returned)… in check_permutation()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cExplicitUniformLocationTest.cpp | 1688 GLint returned = glGetUniformLocation(program.name, name.str().c_str()); in runQueryUniform() local 1790 GLint returned = glGetSubroutineUniformLocation(program.name, stage, name.str().c_str()); in runQueryUniformSubroutine() local 1899 GLint returned = glGetSubroutineIndex(program.name, stage, name.c_str()); in runQueryUniformSubroutineFunction() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
| D | CalendarRegressionTest.java | 1299 int returned = calendar.getActualMaximum(field); in Test4166109() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| D | CalendarRegressionTest.java | 1296 int returned = calendar.getActualMaximum(field); in Test4166109() local
|
| /third_party/python/Python/ |
| D | _warnings.c | 1053 PyObject *returned; in warnings_warn_explicit() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | calregts.cpp | 1915 int32_t returned = calendar->getActualMaximum(field, status); in Test4166109() local
|