Home
last modified time | relevance | path

Searched defs:expected (Results 701 - 725 of 1037) sorted by relevance

1...<<21222324252627282930>>...42

/third_party/json/tests/src/
H A Dunit-regression2.cpp469 std::string expected = R"({"1":")"; variable
486 std::string expected = R"({"1":")"; variable
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer.cpp1670 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 Dencoding_test.cc255 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 Dmusl_preinit.c585 bool expected = true; in __uninstal_malloc_hook() local
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c599 bool expected = true; in __uninstal_malloc_hook() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcintltst.c726 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 Dlistformattertest.cpp254 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 Dsrchtest.cpp2410 int expected[] = {0, 4, 9}; TestSubclass() local
[all...]
H A Dcollationtest.cpp181 int64_t expected = Collation::makeCE(Collation::MERGE_SEPARATOR_PRIMARY); in TestMinMax() local
[all...]
/third_party/icu/icu4c/source/test/iotest/
H A Dfiletst.c1549 int32_t expected = 10000; /* test with large data to test internal buffer looping */ TestFileWriteRetval() local
[all...]
/third_party/libinput/test/
H A Dtest-utils.c1171 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 Dasapi_01.c172 unsigned int total, expected; in recvtprot() local
[all...]
/third_party/lzma/C/
H A DLzma2Enc.c557 UInt64 expected = (UInt64)(Int64)-1; in Lzma2Enc_EncodeMt1() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc475 int expected = in ValidatePendingAssessment() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tests.c222 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 Dcmp_client_test.c29 int expected; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFillBufferTests.cpp497 expected = m_expectedTextureLevel->getAccess(); in checkTestResult() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp222 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 DvktMeshShaderPropertyTests.cpp222 const auto expected = static_cast<uint32_t>(idx); in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp199 bool ValidateReadBuffer(int x, int y, int w, int h, const vec4& expected) in ValidateReadBuffer() argument
H A Dgl4cSparseTextureTests.cpp734 checkGetTexParameter(const Functions& gl, GLint target, GLint pname, GLint expected) checkGetTexParameter() argument
[all...]
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp207 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 Des31cShaderImageSizeTests.cpp375 inline bool Equal(const ivec4& result, const ivec4& expected) in Equal() argument
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp587 const char* expected = "Foo\nBar\n"; in runClient() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiDrawTest.cpp378 GLColor expected = colors[colorID]; in CheckDrawResult() local

Completed in 34 milliseconds

1...<<21222324252627282930>>...42