/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_block_test.cc | 33 EXPECT_EQ(gen.result(), R"( { in TEST_F() 48 EXPECT_EQ(gen.result(), R"( { in TEST_F()
|
H A D | generator_impl_return_test.cc | 33 EXPECT_EQ(gen.result(), " return;\n"); in TEST_F() 45 EXPECT_EQ(gen.result(), " return 123;\n"); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_return_test.cc | 33 EXPECT_EQ(gen.result(), " return;\n"); in TEST_F() 45 EXPECT_EQ(gen.result(), " return 123;\n"); in TEST_F()
|
H A D | generator_impl_variable_decl_statement_test.cc | 36 EXPECT_EQ(gen.result(), " var a : f32;\n"); in TEST_F() 50 EXPECT_EQ(gen.result(), " var a = 123;\n"); in TEST_F()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | subtypeRelationForNever.js | 7 const result = withFew([1, 2, 3], id, fail); // expected result is number[] 16 var result = withFew([1, 2, 3], id, fail); // expected result is number[]
|
H A D | dynamicImportEvaluateSpecifier.js | 14 const result = await import(await getPath()); 30 const result = await (_a = await getPath(), Promise.resolve().then(() => require(_a)));
|
H A D | moduleExportDuplicateAlias3.js | 15 const result = apply.toFixed() 31 var result = apply.toFixed();
variable
|
H A D | fixingTypeParametersRepeatedly3.js | 12 var result = foo(derived, d => d.toBase()); variable 15 // result2 should have the same type as result 22 var result = foo(derived, function (d) { return d.toBase(); });
variable
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TerribleCommandBuffer.cpp | 41 char* result = &mBuffer[mOffset]; in GetCmdSpace() local 50 return result; in GetCmdSpace()
|
/third_party/python/Parser/ |
H A D | peg_api.c | 14 mod_ty result = _PyPegen_run_parser_from_string(str, mode, filename, flags, arena); in _PyParser_ASTFromString() local 15 return result; in _PyParser_ASTFromString()
|
/third_party/python/Lib/test/ |
H A D | test_fileutils.py | 24 result = _testcapi.normalize_path(filename) 25 self.assertEqual(result, expected,
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | powershell.rs | 25 let result = format!( in generate() 58 w!(buf, result.as_bytes()); in generate()
|
H A D | elvish.rs | 25 let result = format!( in generate() 51 w!(buf, result.as_bytes()); in generate()
|
/third_party/skia/docs/examples/ |
H A D | ColorTypeIsAlwaysOpaque.cpp | 20 bool result = SkColorTypeIsAlwaysOpaque(colorType); in REG_FIDDLE() local 22 string.printf("%13s %6s", colors[(int) colorType], result ? "true" : "false"); in REG_FIDDLE()
|
H A D | ColorTypeBytesPerPixel.cpp | 20 int result = SkColorTypeBytesPerPixel(colorType); in REG_FIDDLE() local 22 string.printf("%13s %4d", colors[(int) colorType], result); in REG_FIDDLE()
|
H A D | Bitmap_setAlphaType.cpp | 27 bool result = bitmap.setAlphaType(alphaType); in REG_FIDDLE() local 28 SkDebugf("%s %s ", result ? "true " : "false", alphas[(int) bitmap.alphaType()]); in REG_FIDDLE()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuResultCollector.hpp | 23 * \brief Test result collector 39 * optionally logs them, and finally sets the test result of a TestContext to 40 * the most severe collected result. This allows multiple problems to be 55 void addResult (qpTestResult result, const std::string& msg); 56 bool checkResult (bool condition, qpTestResult result, const std::string& msg);
|
/vendor/ohemu/common/ |
H A D | qemu_mini_test_monitor.sh | 49 result=`tail -1 $test_file` 50 if [ "$result" = "--- Test End ---" ]; then
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 202 virtual void drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& vertexData, VkPrimitiveTopology primitiveTopology); 203 void drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& vertexData, const std::vector<tcu::Vec4>& coloDrata, VkPrimitiveTopology primitiveTopology); 204 void drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& positionData, const std::vector<tcu::Vec4>& colorData, VkPrimitiveTopology primitiveTopology, 672 void BaseRenderingTestInstance::drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& vertexData, VkPrimitiveTopology primitiveTopology) in drawPrimitives() argument 677 drawPrimitives(result, vertexData, colorData, primitiveTopology); in drawPrimitives() 680 void BaseRenderingTestInstance::drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& positionData, const std::vector<tcu::Vec4>& colorData, VkPrimitiveTopology primitiveTopology) in drawPrimitives() argument 682 drawPrimitives(result, positionData, colorData, primitiveTopology, *m_image, *m_resolvedImage, *m_frameBuffer, m_renderSize, *m_resultBuffer, *m_resultBufferMemory); in drawPrimitives() 684 void BaseRenderingTestInstance::drawPrimitives (tcu::Surface& result, const std::vector<tcu::Vec4>& positionData, const std::vector<tcu::Vec4>& colorData, VkPrimitiveTopology primitiveTopology, in drawPrimitives() argument 931 tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(renderSize, renderSize, 1), resultBufferMemory.getHostPtr())); in drawPrimitives() 1079 // result in iterate() 1474 bool result = true; compareAndVerify() local 2035 drawPoint(tcu::PixelBufferAccess& result, PointSceneSpec::ScenePoint& point) drawPoint() argument [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib557.c | 71 char result[BUFSZ]; /* result string */ member 78 char result[BUFSZ]; /* result string */ member 85 char result[BUFSZ]; /* result string */ member 92 char result[BUFSZ]; /* result string */ member 99 char result[BUFSZ]; /* result strin member 106 char result[BUFSZ]; /* result string */ global() member 113 char result[BUFSZ]; /* result string */ global() member [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-collections-gen.cc | 527 // The {result} variable will contain the entry index if the key was found, 532 TVariable<IntPtrT>* result, 538 // The {result} variable will contain the entry index if the key was found, 546 TVariable<IntPtrT>* result, Label* entry_found, Label* not_found); 549 // The {result} variable will contain the entry index if the key was found, 556 TVariable<IntPtrT>* result, 561 // The {result} variable will contain the entry index if the key was found, 566 TVariable<IntPtrT>* result, 576 // The {result} variable will contain the entry index if the key was found, 582 TVariable<IntPtrT>* result, [all...] |
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | sha.c | 38 struct qce_result_dump *result = qce->dma.result_buf; in qce_ahash_done() local 50 memcpy(rctx->digest, result->auth_iv, digestsize); in qce_ahash_done() 51 if (req->result) in qce_ahash_done() 52 memcpy(req->result, result->auth_iv, digestsize); in qce_ahash_done() 54 rctx->byte_count[0] = cpu_to_be32(result->auth_byte_count[0]); in qce_ahash_done() 55 rctx->byte_count[1] = cpu_to_be32(result->auth_byte_count[1]); in qce_ahash_done() 317 memcpy(req->result, tmpl->hash_zero, in qce_ahash_final() 354 memcpy(req->result, tmpl->hash_zero, in qce_ahash_digest()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ahash.c | 30 u8 *result; member 221 * the result in aligned buffer. We will call the modified request in ahash_save_req() 227 * .result = ADJUSTED[new aligned buffer] in ahash_save_req() 231 * .result = ORIGINAL(result) in ahash_save_req() 237 priv->result = req->result; in ahash_save_req() 248 req->result = PTR_ALIGN((u8 *)priv->ubuf, alignmask + 1); in ahash_save_req() 261 memcpy(priv->result, req->result, in ahash_restore_req() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 556 int result; in pseries_eeh_get_state() local 575 /* Parse the result out */ in pseries_eeh_get_state() 581 result = EEH_STATE_MMIO_ACTIVE | in pseries_eeh_get_state() 585 result = EEH_STATE_RESET_ACTIVE | in pseries_eeh_get_state() 590 result = 0; in pseries_eeh_get_state() 593 result = EEH_STATE_MMIO_ENABLED; in pseries_eeh_get_state() 599 result = EEH_STATE_UNAVAILABLE; in pseries_eeh_get_state() 601 result = EEH_STATE_NOT_SUPPORT; in pseries_eeh_get_state() 605 result = EEH_STATE_NOT_SUPPORT; in pseries_eeh_get_state() 608 return result; in pseries_eeh_get_state() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 558 int result; in pseries_eeh_get_state() local 577 /* Parse the result out */ in pseries_eeh_get_state() 583 result = EEH_STATE_MMIO_ACTIVE | in pseries_eeh_get_state() 587 result = EEH_STATE_RESET_ACTIVE | in pseries_eeh_get_state() 592 result = 0; in pseries_eeh_get_state() 595 result = EEH_STATE_MMIO_ENABLED; in pseries_eeh_get_state() 601 result = EEH_STATE_UNAVAILABLE; in pseries_eeh_get_state() 603 result = EEH_STATE_NOT_SUPPORT; in pseries_eeh_get_state() 607 result = EEH_STATE_NOT_SUPPORT; in pseries_eeh_get_state() 610 return result; in pseries_eeh_get_state() [all...] |