Home
last modified time | relevance | path

Searched refs:result (Results 2476 - 2500 of 11090) sorted by relevance

1...<<919293949596979899100>>...444

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_umask_chk_test.cpp19 mode_t result = __umask_chk(mode); in HWTEST_F() local
20 result = __umask_chk(result); in HWTEST_F()
21 EXPECT_EQ(mode, result); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dfsetxattr.c35 int result = fsetxattr(fd, "user.foo", "bar", 4, 0); in fsetxattr_0100() local
36 EXPECT_EQ("fsetxattr_0100", result, 0); in fsetxattr_0100()
38 result = fgetxattr(fd, "user.foo", buf, sizeof(buf)); in fsetxattr_0100()
39 EXPECT_EQ("fsetxattr_0100", result, 4); in fsetxattr_0100()
/third_party/musl/libc-test/src/functionalext/supplement/manual/termios/
H A Dtcsendbreak.c28 int result = tcsendbreak(STDIN_FILENO, 0); in tcsendbreak_0100() local
29 if (result != 0) { in tcsendbreak_0100()
42 int result = tcsendbreak(-1, 0); in tcsendbreak_0200() local
43 if (result == 0) { in tcsendbreak_0200()
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A Dsched_getaffinity.c34 int result = sched_setaffinity(0, sizeof(mask), &mask); in sched_getaffinity_0100() local
35 if (result == -1) { in sched_getaffinity_0100()
40 result = sched_getaffinity(0, sizeof(get), &get); in sched_getaffinity_0100()
41 if (result == -1) { in sched_getaffinity_0100()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfsetispeed.c28 int result = cfsetispeed(&t, B1200); in cfsetispeed_0100() local
29 if (result != 0) { in cfsetispeed_0100()
46 int result = cfsetispeed(&t, 1200); in cfsetispeed_0200() local
47 if (result != -1) { in cfsetispeed_0200()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dreduction_opportunity_finder.cpp22 std::vector<opt::Function*> result; in GetTargetFunctions() local
25 result.push_back(&function); in GetTargetFunctions()
28 assert((!target_function || !result.empty()) && in GetTargetFunctions()
30 return result; in GetTargetFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dreduction_opportunity_finder.cpp22 std::vector<opt::Function*> result; in GetTargetFunctions() local
25 result.push_back(&function); in GetTargetFunctions()
28 assert((!target_function || !result.empty()) && in GetTargetFunctions()
30 return result; in GetTargetFunctions()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dialloc.c13 register char * result; in icatalloc() local
22 if ((result = realloc(old, oldsize + newsize + 1)) != NULL) in icatalloc()
24 (void) strcpy(result + oldsize, new); in icatalloc()
25 return result; in icatalloc()
/third_party/typescript/tests/baselines/reference/
H A DinferentialTypingWithFunctionTypeZip.js4 var result = zipWith([1, 2], ['a', 'b'], pair); variable
5 var i = result[0].x; // number
10 var result = zipWith([1, 2], ['a', 'b'], pair); variable
11 var i = result[0].x; // number
H A DAPISample_transform.js22 let result = ts.transpile(source, { module: ts.ModuleKind.CommonJS });
24 console.log(JSON.stringify(result));
37 var result = ts.transpile(source, { module: ts.ModuleKind.CommonJS }); variable
38 console.log(JSON.stringify(result));
/third_party/spirv-tools/source/reduce/
H A Dreduction_opportunity_finder.cpp22 std::vector<opt::Function*> result; in GetTargetFunctions() local
25 result.push_back(&function); in GetTargetFunctions()
28 assert((!target_function || !result.empty()) && in GetTargetFunctions()
30 return result; in GetTargetFunctions()
/third_party/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp734 ParsedNumber result; in parse() local
742 parser->parse(text, startIndex, true, result, status); in parse()
747 if (result.success()) { in parse()
748 parsePosition.setIndex(result.charEnd); in parse()
749 result.populateFormattable(output, parser->getParseFlags()); in parse()
751 parsePosition.setErrorIndex(startIndex + result.charEnd); in parse()
764 ParsedNumber result; in parseCurrency() local
772 parser->parse(text, startIndex, true, result, status); in parseCurrency()
777 if (result.success()) { in parseCurrency()
778 parsePosition.setIndex(result in parseCurrency()
[all...]
H A Dcoll.cpp120 UnicodeString& result) in getDisplayName()
122 return objectLocale.getDisplayName(displayLocale, result); in getDisplayName()
469 Collator *result = new RuleBasedCollator(entry); in makeInstance() local
470 if (result != NULL) { in makeInstance()
474 return result; in makeInstance()
564 Locale *result = NULL; in getAvailableLocales() local
568 result = availableLocaleList; in getAvailableLocales()
571 return result; in getAvailableLocales()
654 uint8_t *result, in getBound()
658 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLengt in getBound()
118 getDisplayName(const Locale& objectLocale, const Locale& displayLocale, UnicodeString& result) getDisplayName() argument
650 getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode &status) getBound() argument
819 CollationLocaleListEnumeration *result = new CollationLocaleListEnumeration(); global() variable
831 const char* result; global() variable
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddecimfmt.cpp734 ParsedNumber result; in parse() local
742 parser->parse(text, startIndex, true, result, status); in parse()
747 if (result.success()) { in parse()
748 parsePosition.setIndex(result.charEnd); in parse()
749 result.populateFormattable(output, parser->getParseFlags()); in parse()
751 parsePosition.setErrorIndex(startIndex + result.charEnd); in parse()
764 ParsedNumber result; in parseCurrency() local
772 parser->parse(text, startIndex, true, result, status); in parseCurrency()
777 if (result.success()) { in parseCurrency()
778 parsePosition.setIndex(result in parseCurrency()
[all...]
H A Dcoll.cpp120 UnicodeString& result) in getDisplayName()
122 return objectLocale.getDisplayName(displayLocale, result); in getDisplayName()
470 Collator *result = new RuleBasedCollator(entry); in makeInstance() local
471 if (result != nullptr) { in makeInstance()
475 return result; in makeInstance()
565 Locale *result = nullptr; in getAvailableLocales() local
569 result = availableLocaleList; in getAvailableLocales()
572 return result; in getAvailableLocales()
655 uint8_t *result, in getBound()
659 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLengt in getBound()
118 getDisplayName(const Locale& objectLocale, const Locale& displayLocale, UnicodeString& result) getDisplayName() argument
651 getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode &status) getBound() argument
821 CollationLocaleListEnumeration *result = new CollationLocaleListEnumeration(); global() variable
833 const char* result; global() variable
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddecimfmt.cpp734 ParsedNumber result; in parse() local
742 parser->parse(text, startIndex, true, result, status); in parse()
747 if (result.success()) { in parse()
748 parsePosition.setIndex(result.charEnd); in parse()
749 result.populateFormattable(output, parser->getParseFlags()); in parse()
751 parsePosition.setErrorIndex(startIndex + result.charEnd); in parse()
764 ParsedNumber result; in parseCurrency() local
772 parser->parse(text, startIndex, true, result, status); in parseCurrency()
777 if (result.success()) { in parseCurrency()
778 parsePosition.setIndex(result in parseCurrency()
[all...]
/third_party/spirv-tools/test/opt/
H A Dfold_test.cpp56 << match_result.message() << "\nChecking result:\n" in Match()
62 InstructionFoldingCase(const std::string& tb, uint32_t id, ResultType result) in InstructionFoldingCase()
63 : test_body(tb), id_to_fold(id), expected_result(result) {} in InstructionFoldingCase()
99 const analysis::ScalarConstant* result = in TEST_P() local
101 EXPECT_NE(result, nullptr); in TEST_P()
102 if (result != nullptr) { in TEST_P()
103 EXPECT_EQ(result->GetU32BitValue(), tc.expected_result); in TEST_P()
960 const analysis::Constant* result = const_mrg->GetConstantFromInst(inst); in TEST_P() local
961 EXPECT_NE(result, nullptr); in TEST_P()
962 if (result ! in TEST_P()
1069 const analysis::Constant* result = const_mrg->GetConstantFromInst(inst); TEST_P() local
1145 const analysis::Constant* result = const_mrg->GetConstantFromInst(inst); TEST_P() local
1270 const analysis::Constant* result = const_mrg->GetConstantFromInst(inst); TEST_P() local
1410 const analysis::Constant* result = const_mgr->GetConstantFromInst(inst); TEST_P() local
1489 const analysis::BoolConstant* result = TEST_P() local
2099 const analysis::FloatConstant* result = TEST_P() local
2532 const analysis::FloatConstant* result = TEST_P() local
3417 const analysis::IntConstant* result = TEST_P() local
3467 const analysis::BoolConstant* result = TEST_P() local
[all...]
/third_party/backends/sanei/
H A Dsanei_pp.c653 int result, i; in pp_init() local
667 result = ieee1284_find_ports( &pplist, 0 ); in pp_init()
669 if (result) { in pp_init()
671 pp_libieee1284_errorstr( result )); in pp_init()
719 int result; in pp_open() local
799 result = ieee1284_open( pplist.portv[i], 0, &port[i].caps ); in pp_open()
800 if (result) { in pp_open()
802 dev, pp_libieee1284_errorstr (result)); in pp_open()
844 int result; local
865 if((result
891 SANE_Status result; global() local
961 int result; global() local
1171 int result; global() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnvbocu.cpp203 * @param m Output variable for the rest (modulo result).
288 int32_t result, m; in packDiff() local
302 result=0x02000000; in packDiff()
306 result|=BOCU1_TRAIL_TO_BYTE(m); in packDiff()
308 result|=(BOCU1_START_POS_2+diff)<<8; in packDiff()
312 result=0x03000000; in packDiff()
316 result|=BOCU1_TRAIL_TO_BYTE(m); in packDiff()
320 result|=BOCU1_TRAIL_TO_BYTE(m)<<8; in packDiff()
322 result|=(BOCU1_START_POS_3+diff)<<16; in packDiff()
329 result in packDiff()
[all...]
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dobject-inspection.cc22 IV8CachedObject** result) { in Create()
44 *result = WRL::Make<V8CachedObject>(location, uncompressed_type_name, context, in Create()
162 IModelObject** result) { in CreateSyntheticObjectWithParentAndDataContext()
168 *result = value.Detach(); in CreateSyntheticObjectWithParentAndDataContext()
178 IModelObject** result) { in CreateSyntheticObjectForV8Object()
184 ctx, Extension::Current()->GetObjectDataModel(), cached_object, result); in CreateSyntheticObjectForV8Object()
192 IModelObject** result) { in GetModelForBasicField()
200 sp_ctx.Get(), Location{address}, type.Get(), result); in GetModelForBasicField()
212 result); in GetModelForBasicField()
219 IModelObject** result) { in GetModelForBitField()
21 Create(IModelObject* p_v8_object_instance, IV8CachedObject** result) Create() argument
160 CreateSyntheticObjectWithParentAndDataContext( IDebugHostContext* ctx, IModelObject* parent_model, IUnknown* data_context, IModelObject** result) CreateSyntheticObjectWithParentAndDataContext() argument
176 CreateSyntheticObjectForV8Object(IDebugHostContext* ctx, V8CachedObject* cached_object, IModelObject** result) CreateSyntheticObjectForV8Object() argument
188 GetModelForBasicField(const uint64_t address, const std::u16string& type_name, const std::string& uncompressed_type_name, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForBasicField() argument
216 GetModelForBitField(uint64_t address, const uint8_t num_bits, uint8_t shift_bits, const std::u16string& type_name, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForBitField() argument
267 GetModelForStruct(const uint64_t address, const std::vector<StructField>& fields, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForStruct() argument
299 GetModelForNativeArray(const uint64_t address, const std::u16string& type_name, size_t count, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForNativeArray() argument
322 GetModelForCustomArray(const Property& prop, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForCustomArray() argument
676 GetModelForProperty(const Property& prop, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForProperty() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvbocu.cpp203 * @param m Output variable for the rest (modulo result).
288 int32_t result, m; in packDiff() local
302 result=0x02000000; in packDiff()
306 result|=BOCU1_TRAIL_TO_BYTE(m); in packDiff()
308 result|=(BOCU1_START_POS_2+diff)<<8; in packDiff()
312 result=0x03000000; in packDiff()
316 result|=BOCU1_TRAIL_TO_BYTE(m); in packDiff()
320 result|=BOCU1_TRAIL_TO_BYTE(m)<<8; in packDiff()
322 result|=(BOCU1_START_POS_3+diff)<<16; in packDiff()
329 result in packDiff()
[all...]
/third_party/python/Lib/test/
H A Dtest_call.py409 # (func, args: tuple, result)
432 # (func, args: tuple, kwargs: dict, result)
483 def check_result(self, result, expected):
485 if result[-1] in ({}, None):
486 expected = (*expected[:-1], result[-1])
487 self.assertEqual(result, expected)
494 result = _testcapi.pyobject_fastcall(func, args)
495 self.check_result(result, expected)
499 result = _testcapi.pyobject_fastcall(func, None)
500 self.check_result(result, expecte
[all...]
/third_party/python/Lib/
H A Dplistlib.py521 result = self._objects[ref]
522 if result is not _undefined:
523 return result
531 result = None
534 result = False
537 result = True
543 result = b''
546 result = int.from_bytes(self._fp.read(1 << tokenL),
550 result = struct.unpack('>f', self._fp.read(4))[0]
553 result
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp1025 vector<string> result (stageCount, string()); in getPerStageHeadDeclarations()
1027 for (size_t i = 0; i < result.size(); ++i) in getPerStageHeadDeclarations()
1029 result[i] = in getPerStageHeadDeclarations()
1032 " uvec4 result[];\n" in getPerStageHeadDeclarations()
1036 return result; in getPerStageHeadDeclarations()
1054 << " uvec4 result[];\n" in initPrograms()
1063 << " result[offset] = uvec4(gl_SubgroupSize, gl_SubgroupInvocationID, gl_NumSubgroups, gl_SubgroupID);\n" in initPrograms()
1091 " uvec4 result[];\n" in initPrograms()
1096 " result[gl_VertexIndex] = uvec4(gl_SubgroupSize, gl_SubgroupInvocationID + 1024, 0, 0);\n" in initPrograms()
1203 " uvec4 result[];\ in initPrograms()
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp21 * \brief Test case result parser.
241 return (ri::Type)getEnumValue("result item type", s_resultItemMap, DE_LENGTH_OF_ARRAY(s_resultItemMap), elemName); in getResultItemType()
385 // Set error code to result. in parse()
393 // Set error code to result. in parse()
500 ri::Result* result = curList->allocItem<ri::Result>(); in handleElementStart() local
501 result->statusCode = getTestStatusCode(getAttribute("StatusCode")); in handleElementStart()
502 item = result; in handleElementStart()
766 ri::Result* result = static_cast<ri::Result*>(curItem); in handleElementEnd() local
767 m_result->statusCode = result->statusCode; in handleElementEnd()
768 m_result->statusDetails = result in handleElementEnd()
889 parseTestCaseResultFromData(TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data) parseTestCaseResultFromData() argument
[all...]

Completed in 24 milliseconds

1...<<919293949596979899100>>...444