Home
last modified time | relevance | path

Searched defs:expected (Results 801 - 825 of 1026) sorted by relevance

1...<<31323334353637383940>>...42

/third_party/skia/tests/
H A DGrClipStackTest.cpp70 TestCase(SkString name, const SkIRect& deviceBounds, ClipStack::ClipState expectedState, std::vector<ClipStack::Element> actual, std::vector<ClipStack::Element> expected) TestCase() argument
[all...]
H A DRoundRectTest.cpp1129 SkRRect expected; in verify_success() local
H A DSurfaceTest.cpp1065 auto expected = (x == 5 && y == 5) ? 0xFF0000FF : 0xFFFF0000; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1086 auto expected = 0xFFFF0000; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DGrThreadSafeCacheTest.cpp356 SkBitmap expected = create_bitmap(kImageWH); in checkImage() local
H A DMatrixTest.cpp981 SkMatrix expected; in DEF_TEST() local
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp1284 int FontConfig_OHOS::logErrInfo(int err, const char* key, Json::ValueType expected, in logErrInfo() argument
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp172 bool DSLParser::expect(Token::Kind kind, const char* expected, Token* result) { in expect() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCompressedTextureFormatTests.cpp197 VerifyCompressedTexturePixelValues(wgpu::RenderPipeline renderPipeline, wgpu::BindGroup bindGroup, const wgpu::Extent3D& renderTargetSize, const wgpu::Origin3D& expectedOrigin, const wgpu::Extent3D& expectedExtent, const std::vector<RGBA8>& expected) VerifyCompressedTexturePixelValues() argument
[all...]
/third_party/openssl/test/
H A Dcmp_vfy_test.c32 int expected; member
346 test_validate_with_sender(const X509_NAME *name, int expected) test_validate_with_sender() argument
454 setup_check_update(CMP_VFY_TEST_FIXTURE **fixture, int expected, ossl_cmp_allow_unprotected_cb_t cb, int arg, const unsigned char *trid_data, const unsigned char *nonce_data) setup_check_update() argument
[all...]
H A Devp_extra_test2.c888 static int do_check_params(OSSL_PARAM key_params[], int expected) in do_check_params() argument
923 static int do_check_int(OSSL_PARAM params[], const char *key, int expected) in do_check_int() argument
1038 int expected = (tstid == 0 ? 0 : 1); in test_dsa_fromdata_digest_prop() local
719 do_fromdata_key_is_equal(const OSSL_PARAM params[], const EVP_PKEY *expected, const char *type) do_fromdata_key_is_equal() argument
907 do_check_bn(OSSL_PARAM params[], const char *key, const unsigned char *expected, size_t expected_len) do_check_bn() argument
[all...]
H A Devp_kdf_test.c65 static const unsigned char expected[sizeof(out)] = { in test_kdf_tls1_prf() local
226 static const unsigned char expected[sizeof(out)] = { in test_kdf_hkdf() local
507 const unsigned char expected[sizeof(out)] = { in test_kdf_pbkdf1() local
577 const unsigned char expected[sizeo in test_kdf_pbkdf2() local
816 static const unsigned char expected[sizeof(out)] = { test_kdf_scrypt() local
870 static const unsigned char expected[sizeof(out)] = { test_kdf_ss_hash() local
913 static const unsigned char expected[sizeof(out)] = { test_kdf_x963() local
1373 static const unsigned char expected[sizeof(out)] = { test_kdf_ss_hmac() local
1415 static const unsigned char expected[sizeof(out)] = { test_kdf_ss_kmac() local
1482 static const unsigned char expected[sizeof(out)] = { test_kdf_sshkdf() local
1571 static const unsigned char expected[sizeof(out)] = { test_kdf_x942_asn1() local
1608 static const unsigned char expected[sizeof(out)] = { test_kdf_krb5kdf() local
[all...]
/third_party/unity/test/tests/
H A Dtest_unity_floats.c1294 char expected[18]; in printFloatValue() local
1312 char expected[18]; in printFloatValue() local
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc58 bool Equal32(uint32_t expected, const RegisterDump*, uint32_t result) { in Equal32() argument
92 bool Equal128(QRegisterValue expected, in Equal128() argument
109 bool EqualFP16(Float16 expected, cons argument
133 EqualFP32(float expected, const RegisterDump*, float result) EqualFP32() argument
155 EqualFP64(double expected, const RegisterDump*, double result) EqualFP64() argument
177 Equal32(uint32_t expected, const RegisterDump* core, const Register& reg) Equal32() argument
217 QRegisterValue expected; Equal128() local
225 EqualFP16(Float16 expected, const RegisterDump* core, const VRegister& fpreg) EqualFP16() argument
243 EqualFP32(float expected, const RegisterDump* core, const VRegister& fpreg) EqualFP32() argument
262 EqualFP64(double expected, const RegisterDump* core, const VRegister& fpreg) EqualFP64() argument
285 int64_t expected = core->xreg(reg0.GetCode()); NotEqual64() local
291 Equal64(uint64_t expected, const RegisterDump* core, const VRegister& vreg) Equal64() argument
312 EqualNzcv(uint32_t expected, uint32_t result) EqualNzcv() argument
358 EqualSVELane(uint64_t expected, const RegisterDump* core, const ZRegister& reg, int lane) EqualSVELane() argument
387 EqualSVELane(uint64_t expected, const RegisterDump* core, const PRegister& reg, int lane) EqualSVELane() argument
417 RawChunk expected; global() member
423 EqualMemory(const void* expected, const void* result, size_t size_in_bytes, size_t zero_offset) EqualMemory() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DBindGroupValidationTests.cpp898 void TestCreatePipelineLayout(wgpu::BindGroupLayout* bgl, uint32_t count, bool expected) { in TestCreatePipelineLayout() argument
883 TestCreateBindGroupLayout(wgpu::BindGroupLayoutEntry* binding, uint32_t count, bool expected) TestCreateBindGroupLayout() argument
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsOpaqueFD.cpp667 uint32_t expected = 0x04030201; in TEST_P() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc123 FileDescriptorProto actual, expected; in ExpectParsesTo() local
2206 FileDescriptorProto expected; in TEST_F() local
2257 FileDescriptorProto expected; in TEST_F() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h1428 inline bool CodedInputStream::LastTagWas(uint32 expected) { in LastTagWas() argument
1436 ExpectTag(uint32 expected) ExpectTag() argument
1460 ExpectTagFromArray(const uint8* buffer, uint32 expected) ExpectTagFromArray() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_sys.py1206 expected = self.write_unraisable_exc( global() variable in UnraisableHookTest.test_original_unraisablehook_exception_qualname.A.B.X
[all...]
H A Dtest_dis.py827 def expected(count, w): global() function
[all...]
/third_party/python/Parser/
H A Dtokenizer.c505 int expected = 0; in valid_utf8() local
/third_party/python/Python/
H A Dgetargs.c628 converterr(const char *expected, PyObject *arg, char *msgbuf, size_t bufsize) in converterr() argument
618 _PyArg_BadArgument(const char *fname, const char *displayname, const char *expected, PyObject *arg) _PyArg_BadArgument() argument
[all...]
/third_party/protobuf/php/tests/
H A DEncodeDecodeTest.php225 $expected = "\"" . base64_encode($data) . "\""; variable
/third_party/python/Lib/unittest/test/testmock/
H A Dtesthelpers.py59 expected = [ variable in AnyTest.test_any_mock_calls_comparison_order.Foo
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc156 std::string expected = std::to_string(x); in CheckInt32() local
169 std::string expected = std::to_string(x); in CheckInt64() local
183 std::string expected = std::to_string(x); in CheckUInt32() local
193 std::string expected in CheckUInt64() local
206 char expected[16 + 1]; CheckHex64() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc509 const char* expected; in TEST_F() member
541 const char* expected; in TEST_F() member

Completed in 46 milliseconds

1...<<31323334353637383940>>...42