| /third_party/json/tests/src/ |
| H A D | unit-regression2.cpp | 469 std::string expected = R"({"1":")"; variable 486 std::string expected = R"({"1":")"; variable [all...] |
| /third_party/mesa3d/src/amd/compiler/tests/ |
| H A D | test_optimizer.cpp | 1670 uint32_t expected = halves[swizzle[0] - 'x'] | (halves[swizzle[1] - 'x'] << 16); in vop3p_constant() local
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding_test.cc | 255 int32_t expected = -1 - 0x7fffffff; in TEST() local 713 std::vector<uint8_t> expected = { in TEST() local [all...] |
| /third_party/musl/porting/linux/user/src/hook/ |
| H A D | musl_preinit.c | 585 bool expected = true; in __uninstal_malloc_hook() local
|
| /third_party/musl/src/hook/linux/ |
| H A D | musl_preinit.c | 599 bool expected = true; in __uninstal_malloc_hook() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cintltst.c | 726 U_CFUNC UBool assertEquals(const char* message, const char* expected, in assertEquals() argument 747 U_CFUNC UBool assertUEquals(const char* message, const UChar* expected, in assertUEquals() argument 773 assertIntEquals(const char* message, int64_t expected, int64_t actual) assertIntEquals() argument 787 assertPtrEquals(const char* message, const void* expected, const void* actual) assertPtrEquals() argument 801 assertDoubleEquals(const char *message, double expected, double actual) assertDoubleEquals() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | listformattertest.cpp | 254 RunTestFieldPositionIteratorWithFormatter( ListFormatter* formatter, UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, const char16_t *expectedFormatted, const char* testName) RunTestFieldPositionIteratorWithFormatter() argument 274 RunTestFieldPositionIteratorWithNItemsPatternShift( UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, const char16_t *expectedFormatted, const char* testName) RunTestFieldPositionIteratorWithNItemsPatternShift() argument 295 RunTestFieldPositionIteratorWithNItems( UnicodeString data[], int32_t n, int32_t expected[], int32_t tupleCount, const char16_t *expectedFormatted, const char* testName) RunTestFieldPositionIteratorWithNItems() argument 318 int32_t expected[] = { TestFieldPositionIteratorWith3Items() local 337 int32_t expected[] = { TestFieldPositionIteratorWith3ItemsPatternShift() local 356 int32_t expected[] = { TestFieldPositionIteratorWith2Items() local 373 int32_t expected[] = { TestFieldPositionIteratorWith2ItemsPatternShift() local 389 int32_t expected[] = { TestFieldPositionIteratorWith1Item() local 614 DoTheRealListStyleTesting( Locale locale, UnicodeString items[], int itemCount, UListFormatterType type, UListFormatterWidth width, const char* expected, IcuTestErrorCode status) DoTheRealListStyleTesting() argument 716 const char16_t* expected; TestContextual() member [all...] |
| H A D | srchtest.cpp | 2410 int expected[] = {0, 4, 9}; TestSubclass() local [all...] |
| H A D | collationtest.cpp | 181 int64_t expected = Collation::makeCE(Collation::MERGE_SEPARATOR_PRIMARY); in TestMinMax() local [all...] |
| /third_party/icu/icu4c/source/test/iotest/ |
| H A D | filetst.c | 1549 int32_t expected = 10000; /* test with large data to test internal buffer looping */ TestFileWriteRetval() local [all...] |
| /third_party/libinput/test/ |
| H A D | test-utils.c | 1171 int expected; in START_TEST() member 1295 const char *expected; in START_TEST() member 1334 bool expected; in START_TEST() member 1358 bool expected; in START_TEST() member 1381 const char *expected; in START_TEST() member 1535 const char *expected; START_TEST() member 1563 const char *expected; START_TEST() member [all...] |
| /third_party/ltp/testcases/network/lib6/ |
| H A D | asapi_01.c | 172 unsigned int total, expected; in recvtprot() local [all...] |
| /third_party/lzma/C/ |
| H A D | Lzma2Enc.c | 557 UInt64 expected = (UInt64)(Int64)-1;
in Lzma2Enc_EncodeMt1() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator-verifier.cc | 475 int expected = in ValidatePendingAssessment() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_tests.c | 222 util_probe_rect_rgba_multi(struct pipe_context *ctx, struct pipe_resource *tex, unsigned offx, unsigned offy, unsigned w, unsigned h, const float *expected, unsigned num_expected_colors) util_probe_rect_rgba_multi() argument 272 util_probe_rect_rgba(struct pipe_context *ctx, struct pipe_resource *tex, unsigned offx, unsigned offy, unsigned w, unsigned h, const float *expected) util_probe_rect_rgba() argument 379 const float *expected = tgsi_tex_target == TGSI_TEXTURE_BUFFER ? null_sampler_view() local 785 static const float expected[] = {0.3, 0.5, 0.7, 0.9}; test_texture_barrier() local 859 static const float expected[] = {1.0, 0.0, 0.0, 0.0}; test_compute_clear_image() local [all...] |
| /third_party/openssl/test/ |
| H A D | cmp_client_test.c | 29 int expected; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiFillBufferTests.cpp | 497 expected = m_expectedTextureLevel->getAccess(); in checkTestResult() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTests.cpp | 222 const auto expected = static_cast<uint32_t>(idx); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTests.cpp | 222 const auto expected = static_cast<uint32_t>(idx); in iterate() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderImageSizeTests.cpp | 199 bool ValidateReadBuffer(int x, int y, int w, int h, const vec4& expected) in ValidateReadBuffer() argument
|
| H A D | gl4cSparseTextureTests.cpp | 734 checkGetTexParameter(const Functions& gl, GLint target, GLint pname, GLint expected) checkGetTexParameter() argument [all...] |
| H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 207 GLint expected = (GLint)value; in verifyCurrentQueryState() local 1092 verifyQueryResult(GLuint query, GLboolean expected) verifyQueryResult() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cShaderImageSizeTests.cpp | 375 inline bool Equal(const ivec4& result, const ivec4& expected) in Equal() argument
|
| /third_party/vk-gl-cts/execserver/tools/ |
| H A D | xsTest.cpp | 587 const char* expected = "Foo\nBar\n"; in runClient() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MultiDrawTest.cpp | 378 GLColor expected = colors[colorID]; in CheckDrawResult() local
|