Home
last modified time | relevance | path

Searched refs:result (Results 5426 - 5450 of 16224) sorted by relevance

1...<<211212213214215216217218219220>>...649

/third_party/vk-gl-cts/modules/egl/
H A DteglNativeCoordMappingTests.cpp262 bool validate (TestLog& log, const tcu::TextureLevel& result, int rectX, int rectY, int rectW, int rectH) in validate() argument
266 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in validate()
269 for (int y = 0; y < result.getHeight(); y++) in validate()
271 for (int x = 0; x < result.getWidth(); x++) in validate()
273 const tcu::Vec4 resultColor = result.getAccess().getPixel(x, y); in validate()
310 log << TestLog::Image("Result", "Result of rendering", result.getAccess()); in validate()
377 tcu::TextureLevel result; in testNativeWindow() local
396 nativeWindow.readScreenPixels(&result); in testNativeWindow()
398 if (!validate(log, result, rect in testNativeWindow()
424 tcu::TextureLevel result; testNativePixmap() local
468 tcu::TextureLevel result; testNativePixmapCopy() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducase.cpp295 /* skip the lowercase result string */ in ucase_addCaseClosure()
340 return c1; /* return difference result */ in strcmpMax()
354 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local
387 result=strcmpMax(s, length, p, unfoldStringWidth); in ucase_addStringCaseClosure()
389 if(result==0) { in ucase_addStringCaseClosure()
399 } else if(result<0) { in ucase_addStringCaseClosure()
401 } else /* result>0 */ { in ucase_addStringCaseClosure()
621 * They map single code points to result code points or strings and take
1058 // The sign of the result has meaning, input must be non-negative so that it can be returned as is. in ucase_toFullLower()
1060 UChar32 result in ucase_toFullLower() local
1212 UChar32 result=c; toUpperOrTitle() local
1447 UChar32 result=c; ucase_toFullFolding() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumfmt.cpp466 // result in the toAppendTo string buffer.
610 // result in the toAppendTo string buffer.
668 // Parses the string and save the result object as well
673 Formattable& result, in parseObject()
676 parse(source, result, parse_pos); in parseObject()
680 // Formats a double number and save the result in a string.
690 // Formats a long number and save the result in a string.
700 // Formats a long number and save the result in a string.
710 // Parses the text and save the result object. If the returned
717 Formattable& result, in parse()
672 parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const parseObject() argument
716 parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const parse() argument
895 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind); global() variable
1062 NumberFormat *result = (*shared)->clone(); createInstance() local
1196 getEffectiveCurrency(UChar* result, UErrorCode& ec) const getEffectiveCurrency() argument
1266 SharedNumberFormat *result = new SharedNumberFormat(nf); createObject() local
1285 const SharedNumberFormat *result = NULL; createSharedInstance() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducase.cpp291 /* skip the lowercase result string */ in ucase_addCaseClosure()
436 return c1; /* return difference result */ in strcmpMax()
450 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local
483 result=strcmpMax(s, length, p, unfoldStringWidth); in ucase_addStringCaseClosure()
485 if(result==0) { in ucase_addStringCaseClosure()
495 } else if(result<0) { in ucase_addStringCaseClosure()
497 } else /* result>0 */ { in ucase_addStringCaseClosure()
717 * They map single code points to result code points or strings and take
1154 // The sign of the result has meaning, input must be non-negative so that it can be returned as is. in ucase_toFullLower()
1156 UChar32 result in ucase_toFullLower() local
1308 UChar32 result=c; toUpperOrTitle() local
1543 UChar32 result=c; ucase_toFullFolding() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumfmt.cpp466 // result in the toAppendTo string buffer.
610 // result in the toAppendTo string buffer.
668 // Parses the string and save the result object as well
673 Formattable& result, in parseObject()
676 parse(source, result, parse_pos); in parseObject()
680 // Formats a double number and save the result in a string.
690 // Formats a long number and save the result in a string.
700 // Formats a long number and save the result in a string.
710 // Parses the text and save the result object. If the returned
717 Formattable& result, in parse()
672 parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const parseObject() argument
716 parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const parse() argument
896 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind); global() variable
1064 NumberFormat *result = (*shared)->clone(); createInstance() local
1198 getEffectiveCurrency(char16_t* result, UErrorCode& ec) const getEffectiveCurrency() argument
1268 SharedNumberFormat *result = new SharedNumberFormat(nf); createObject() local
1287 const SharedNumberFormat *result = nullptr; createSharedInstance() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp242 UnicodeString showDifference(const UnicodeString& expected, const UnicodeString& result) in showDifference() argument
246 if(expected.length() != result.length()) in showDifference()
252 if(expected[i] == result[i]) in showDifference()
264 res += result + u"<Result\n"; in showDifference()
296 UnicodeString &result) in formatErrorMessage()
321 fmt->format(myArgs,4,result,ignore,realStatus); in formatErrorMessage()
624 UnicodeString result; variable
627 countryToCheck,currencyToCheck,result);
636 if(result != expected)
638 IntlTest::gTest->errln(u"PatternFormat: \n" + showDifference(expected,result));
293 formatErrorMessage(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLocale, UErrorCode inStatus0, const Locale &inCountry2, double currency3, UnicodeString &result) formatErrorMessage() argument
716 normalizeResult(int32_t result) normalizeResult() argument
1094 const UCTMultiThreadItem *result = NULL; createObject() local
1099 cacheContext->get(LocaleCacheKey<UCTMultiThreadItem>(fLoc.getLanguage()), result, status); createObject() local
1121 const UCTMultiThreadItem *result = createObject() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp1424 vector<string> result (stageCount, string()); in getPerStageHeadDeclarations()
1427 result.resize(result.size() + 1); in getPerStageHeadDeclarations()
1431 for (size_t i = 0; i < result.size(); ++i) in getPerStageHeadDeclarations()
1439 result[i] += "layout(location = 0) out uint result;\n"; in getPerStageHeadDeclarations()
1443 result[i] += in getPerStageHeadDeclarations()
1446 " uint result[];\n" in getPerStageHeadDeclarations()
1450 result[i] += in getPerStageHeadDeclarations()
1459 for (size_t i = 0; i < result in getPerStageHeadDeclarations()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumfmt.cpp466 // result in the toAppendTo string buffer.
610 // result in the toAppendTo string buffer.
668 // Parses the string and save the result object as well
673 Formattable& result, in parseObject()
676 parse(source, result, parse_pos); in parseObject()
680 // Formats a double number and save the result in a string.
690 // Formats a long number and save the result in a string.
700 // Formats a long number and save the result in a string.
710 // Parses the text and save the result object. If the returned
717 Formattable& result, in parse()
672 parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const parseObject() argument
716 parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const parse() argument
895 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind); create() local
1062 NumberFormat *result = (*shared)->clone(); createInstance() local
1196 getEffectiveCurrency(UChar* result, UErrorCode& ec) const getEffectiveCurrency() argument
1266 SharedNumberFormat *result = new SharedNumberFormat(nf); createObject() local
1285 const SharedNumberFormat *result = NULL; createSharedInstance() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducase.cpp301 /* skip the lowercase result string */ in ucase_addCaseClosure()
346 return c1; /* return difference result */ in strcmpMax()
360 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local
393 result=strcmpMax(s, length, p, unfoldStringWidth); in ucase_addStringCaseClosure()
395 if(result==0) { in ucase_addStringCaseClosure()
405 } else if(result<0) { in ucase_addStringCaseClosure()
407 } else /* result>0 */ { in ucase_addStringCaseClosure()
627 * They map single code points to result code points or strings and take
1064 // The sign of the result has meaning, input must be non-negative so that it can be returned as is. in ucase_toFullLower()
1066 UChar32 result in ucase_toFullLower() local
1217 UChar32 result=c; toUpperOrTitle() local
1451 UChar32 result=c; ucase_toFullFolding() local
[all...]
/third_party/python/Lib/test/
H A Dtest_contextlib.py147 # Calling __exit__ should not result in an exception
464 with context as result:
465 self.assertIs(result, context)
637 result = []
640 result.append((args, kwds))
656 self.assertEqual(result, expected)
658 result = []
666 self.assertEqual(result, [])
705 result.append(1)
707 result
[all...]
/third_party/python/Modules/
H A Doverlapped.c88 PyObject *result; member
99 PyObject* result; member
674 // The result tuple of (message, address) is only in Overlapped_clear()
676 if(self->read_from.result) { in Overlapped_clear()
677 // We've received a message, free the result tuple. in Overlapped_clear()
678 Py_CLEAR(self->read_from.result); in Overlapped_clear()
686 if (self->read_from_into.result) { in Overlapped_clear()
687 // We've received a message, free the result tuple. in Overlapped_clear()
688 Py_CLEAR(self->read_from_into.result); in Overlapped_clear()
851 Retrieve result o
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp1424 vector<string> result (stageCount, string()); in getPerStageHeadDeclarations()
1427 result.resize(result.size() + 1); in getPerStageHeadDeclarations()
1431 for (size_t i = 0; i < result.size(); ++i) in getPerStageHeadDeclarations()
1439 result[i] += "layout(location = 0) out uint result;\n"; in getPerStageHeadDeclarations()
1443 result[i] += in getPerStageHeadDeclarations()
1446 " uint result[];\n" in getPerStageHeadDeclarations()
1450 result[i] += in getPerStageHeadDeclarations()
1459 for (size_t i = 0; i < result in getPerStageHeadDeclarations()
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils.h813 angle::BitSetArray<N> result(other); in operator &()
814 result &= *this; in operator &()
815 return result; in operator &()
821 angle::BitSetArray<N> result(other); in operator |()
822 result |= *this; in operator |()
823 return result; in operator |()
829 angle::BitSetArray<N> result(other); in operator ^()
830 result ^= *this; in operator ^()
831 return result; in operator ^()
856 angle::BitSetArray<N> result; in operator ~() local
[all...]
/drivers/hdf_core/framework/test/fuzztest/servmgr_cpp_fuzzer/unregisterservicestatuslistener_fuzzer/
H A Dunregisterservicestatuslistener_fuzzer.cpp46 bool result = false; in UnregisterServiceStatusListenerFuzzTest() local
58 result = true; in UnregisterServiceStatusListenerFuzzTest()
62 return result; in UnregisterServiceStatusListenerFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatchercapturecmdid_fuzzer/
H A Daudioadmdispatchercapturecmdid_fuzzer.cpp25 bool result = false; in AudioAdmDispatcherCaptureCmdidFuzzTest() local
54 result = true; in AudioAdmDispatcherCaptureCmdidFuzzTest()
58 return result; in AudioAdmDispatcherCaptureCmdidFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatcherrendercmdid_fuzzer/
H A Daudioadmdispatcherrendercmdid_fuzzer.cpp25 bool result = false; in AudioAdmDispatcherRenderCmdidFuzzTest() local
55 result = true; in AudioAdmDispatcherRenderCmdidFuzzTest()
59 return result; in AudioAdmDispatcherRenderCmdidFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatchercontrolcmdid_fuzzer/
H A Daudioadmdispatchercontrolcmdid_fuzzer.cpp25 bool result = false; in AudioAdmDispatcherControlCmdidFuzzTest() local
58 result = true; in AudioAdmDispatcherControlCmdidFuzzTest()
62 return result; in AudioAdmDispatcherControlCmdidFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/
H A Daudiointerfacelibctlcapturecmdid_fuzzer.cpp24 bool result = false; in AudioInterfacelibctlcaptureCmdidFuzzTest() local
58 result = true; in AudioInterfacelibctlcaptureCmdidFuzzTest()
71 return result; in AudioInterfacelibctlcaptureCmdidFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/
H A Daudiointerfaceliboutputcapturecmdid_fuzzer.cpp24 bool result = false; in AudioInterfaceliboutputcaptureCmdidFuzzTest() local
58 result = true; in AudioInterfaceliboutputcaptureCmdidFuzzTest()
71 return result; in AudioInterfaceliboutputcaptureCmdidFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputrendercmdid_fuzzer/
H A Daudiointerfaceliboutputrendercmdid_fuzzer.cpp23 bool result = false; in AudioInterfaceliboutputrenderCmdidFuzzTest() local
58 result = true; in AudioInterfaceliboutputrenderCmdidFuzzTest()
71 return result; in AudioInterfaceliboutputrenderCmdidFuzzTest()
/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/
H A Dcloseinputdevice_fuzzer.cpp26 bool result = false; in CloseInputDeviceFuzzTest() local
55 result = true; in CloseInputDeviceFuzzTest()
59 return result; in CloseInputDeviceFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/
H A Dinputgetchipinfo_fuzzer.cpp26 bool result = false; in InputGetchipInfoFuzzTest() local
57 result = true; in InputGetchipInfoFuzzTest()
72 return result; in InputGetchipInfoFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/
H A Dinputgetdevicetype_fuzzer.cpp26 bool result = false; in InputGetDeviceTypeFuzzTest() local
57 result = true; in InputGetDeviceTypeFuzzTest()
72 return result; in InputGetDeviceTypeFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/
H A Dinputgetchipname_fuzzer.cpp25 bool result = false; in InputGetChipnameFuzzTest() local
56 result = true; in InputGetChipnameFuzzTest()
71 return result; in InputGetChipnameFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/
H A Dinputgetvendorname_fuzzer.cpp26 bool result = false; in InputGetVendorNameFuzzTest() local
57 result = true; in InputGetVendorNameFuzzTest()
72 return result; in InputGetVendorNameFuzzTest()

Completed in 29 milliseconds

1...<<211212213214215216217218219220>>...649