Home
last modified time | relevance | path

Searched refs:result (Results 17251 - 17275 of 22829) sorted by relevance

1...<<691692693694695696697698699700>>...914

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_move_instruction_down.cpp129 protobufs::Transformation result; in ToMessage() local
130 *result.mutable_move_instruction_down() = message_; in ToMessage()
131 return result; in ToMessage()
150 // instructions since they result in a pointer to the object in memory, in IsSimpleInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_context.cpp419 auto result = protobufs::TransformationAddSynonym::SynonymType_descriptor() in GetRandomSynonymType() local
422 assert(protobufs::TransformationAddSynonym::SynonymType_IsValid(result) && in GetRandomSynonymType()
423 "|result| is not a value of SynonymType"); in GetRandomSynonymType()
424 return static_cast<protobufs::TransformationAddSynonym::SynonymType>(result); in GetRandomSynonymType()
H A Dfuzzer_util.h73 // branch from |bb_from_id| to |bb_to_id|. |bool_id| must be a result id of
82 // Requires that |bool_id| is a valid result id of either OpConstantTrue or
88 // valid. |condition_value| above is equal to |true| if |bool_id| is a result id
117 // |transformation_context| is used to verify that the result id of |inst|
206 // Returns the result id of an instruction of the form:
217 // Returns the function with result id |function_id|, or |nullptr| if no such
247 // is no such result id.
299 // has result id |result_id|. Updates module's id bound to accommodate for
339 // with result id |function_id|.
343 // Removes an OpFunctionParameter instruction with result i
518 uint32_t result; FloatToWord() local
[all...]
H A Dtransformation_move_instruction_down.cpp129 protobufs::Transformation result; in ToMessage() local
130 *result.mutable_move_instruction_down() = message_; in ToMessage()
131 return result; in ToMessage()
150 // instructions since they result in a pointer to the object in memory, in IsSimpleInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dfunction.cpp285 auto& result = cfg_constructs_.back();
287 new_construct.type())] = &result;
288 return result;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_layout_test.cpp208 spv_result_t result; in TEST_P() local
210 ASSERT_EQ(pred(order), result = ValidateInstructions(env)) in TEST_P() local
211 << "Actual: " << spvResultToString(result) in TEST_P()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsearch.cpp112 void SearchIterator::getMatchedText(UnicodeString &result) const in getMatchedText()
117 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText()
120 result.remove(); in getMatchedText()
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dfiltration.py391 result = "# Caution: This file is automatically generated\n\n"
392 result += "\n".join(rules)
393 return result
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_quiesce.c385 if (i == 0 && msg->data.result != CURLE_OK) in testExternalGet()
389 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
390 else if (i == 1 && msg->data.result == CURLE_OK) in testExternalGet()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.h137 int result = defaultValue; in getIntegerProperty() local
140 result = atoi(valueText); in getIntegerProperty()
142 return result; in getIntegerProperty()
/third_party/skia/tests/
H A DAnimatedImageTest.cpp332 auto result = codec->getPixels(info, bm.getPixels(), bm.rowBytes(), &options); in DEF_TEST() local
333 if (result != SkCodec::kSuccess) { in DEF_TEST()
334 ERRORF(r, "error in %s frame %zu: %s", file, i, SkCodec::ResultToString(result)); in DEF_TEST()
H A DPathOpsAngleTest.cpp470 // match the expected result. The tests above return 1 when first added, but in DEF_TEST()
472 SkDEBUGCODE(int result =) PathOpsAngleTester::After(angle2, angle1); in DEF_TEST()
473 SkASSERT(result == 0 || result == 1); in DEF_TEST()
521 /* int result = */ in DEF_TEST()
523 // SkDebugf("i=%d result=%d\n", i , result); in DEF_TEST()
H A DPathOpsCubicIntersectionTest.cpp659 int result = i.intersect(chopped[0], chopped[1]); in selfOneOff()
660 REPORTER_ASSERT(reporter, result == 2); in selfOneOff()
662 for (int index = 0; index < result; ++index) { in selfOneOff()
/third_party/skia/src/sksl/ir/
H A DSkSLSwizzle.cpp101 String result; in mask_string() local
103 result += mask_char(component); in mask_string()
105 return result; in mask_string()
125 // would result in: in optimize_constructor_swizzle()
/third_party/skia/src/sksl/
H A DSkSLMain.cpp76 SkSL::String result; in base_name() local
85 result.append(fileName + strlen(prefix), end - fileName - strlen(prefix) - strlen(suffix)); in base_name()
87 return result; in base_name()
/third_party/skia/third_party/externals/angle2/src/tests/
H A Drun_perf_tests.py112 def _get_results_from_output(output, result):
116 raise Exception('Found more than one test result in output')
119 # name_backend.result: story= value units.
120 pattern = r'\.' + result + r':.*= ([0-9.]+)'
124 logging.warning('Did not find the result "%s" in the test output:\n%s' % (result, output))
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DBuddyMemoryAllocatorTests.cpp48 ResultOrError<ResourceMemoryAllocation> result = in Allocate() local
50 return (result.IsSuccess()) ? result.AcquireSuccess() : ResourceMemoryAllocation{}; in Allocate()
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dregex_fuzzer_tests.cc262 std::vector<std::string> result; in TEST() local
265 result.push_back(wgsl_code.substr(pos.first, pos.second)); in TEST()
268 ASSERT_EQ(ground_truth, result); in TEST()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_context.cpp419 auto result = protobufs::TransformationAddSynonym::SynonymType_descriptor() in GetRandomSynonymType() local
422 assert(protobufs::TransformationAddSynonym::SynonymType_IsValid(result) && in GetRandomSynonymType()
423 "|result| is not a value of SynonymType"); in GetRandomSynonymType()
424 return static_cast<protobufs::TransformationAddSynonym::SynonymType>(result); in GetRandomSynonymType()
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp211 StringPiece result; in buildStringPiece() local
213 result.set(bytes+(bytesCapacity-bytesLength), bytesLength); in buildStringPiece()
215 return result; in buildStringPiece()
H A Ducharstriebuilder.cpp162 UCharsTrieBuilder::buildUnicodeString(UStringTrieBuildOption buildOption, UnicodeString &result, in buildUnicodeString() argument
166 result.setTo(FALSE, uchars+(ucharsCapacity-ucharsLength), ucharsLength); in buildUnicodeString()
168 return result; in buildUnicodeString()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h222 * returns a non-negative result</em></td>
393 kSerialized /* result of serialize() */
695 * Returns a string representation of this set. If the result of
699 * @param result the string to receive the rules. Previous
707 virtual UnicodeString& toPattern(UnicodeString& result,
1368 * USET_CASE, the result is to modify this set so that:
1574 UnicodeString& _toPattern(UnicodeString& result,
1577 UnicodeString& _generatePattern(UnicodeString& result,
1607 * and set this UnicodeSet to the result.
/third_party/toybox/lib/
H A Ddeflate.c85 int result = 0, offset = 0; in bitbuf_get() local
100 result |= ((bb->buf[click] >> blow) & ((1<<blen)-1)) << offset; in bitbuf_get()
106 return result; in bitbuf_get()
H A Dportability.c392 int old_dirfd = open(".", O_RDONLY), result; in mknodat() local
395 result = mknod(path, mode, dev); in mknodat()
397 return result; in mknodat()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DEGLImageWrappingTests.cpp338 std::vector<uint8_t> result(dataSize); in DoClearTest()
344 gl.ReadPixels(0, 0, 1, 1, glFormat, glType, result.data()); in DoClearTest()
347 ASSERT_EQ(0, memcmp(result.data(), data, dataSize)); in DoClearTest()

Completed in 36 milliseconds

1...<<691692693694695696697698699700>>...914