Home
last modified time | relevance | path

Searched refs:result1 (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/test/
DtestLockFreeQueue.cpp65 int result1; member in TestLockFreeQueue
72 bool result = q.pop(result1); in TEST_F()
78 bool result = q.pop(result1); in TEST_F()
84 q.pop(result1); in TEST_F()
85 ASSERT_EQ(result1, 123); in TEST_F()
91 q.pop(result1); in TEST_F()
93 ASSERT_EQ(result1, 123); in TEST_F()
110 q.pop(result1); in TEST_F()
119 ASSERT_EQ(q.peek(result1), false); in TEST_F()
124 ASSERT_EQ(q.peek(result1), true); in TEST_F()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DTimerQueriesTest.cpp141 GLuint64 result1 = 0; in TEST_P() local
143 glGetQueryObjectui64vEXT(query1, GL_QUERY_RESULT_EXT, &result1); in TEST_P()
151 std::cout << "Elapsed time: " << result1 << " cheap quad" << std::endl; in TEST_P()
155 EXPECT_LT(0ul, result1); in TEST_P()
161 EXPECT_LT(result1, 1000000000ul); in TEST_P()
384 GLuint64 result1 = 0; in TEST_P() local
386 glGetQueryObjectui64vEXT(contexts[0].query, GL_QUERY_RESULT_EXT, &result1); in TEST_P()
403 std::cout << "Elapsed time: " << result1 << " cheap quad" << std::endl; in TEST_P()
405 EXPECT_LT(0ul, result1); in TEST_P()
407 EXPECT_LT(result1, 1000000000ul); in TEST_P()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTimerQueriesTest.cpp147 GLuint64 result1 = 0; in TEST_P() local
149 glGetQueryObjectui64vEXT(query1, GL_QUERY_RESULT_EXT, &result1); in TEST_P()
157 std::cout << "Elapsed time: " << result1 << " cheap quad" << std::endl; in TEST_P()
161 EXPECT_LT(0ul, result1); in TEST_P()
167 EXPECT_LT(result1, 1000000000ul); in TEST_P()
393 GLuint64 result1 = 0; in TEST_P() local
395 glGetQueryObjectui64vEXT(contexts[0].query, GL_QUERY_RESULT_EXT, &result1); in TEST_P()
412 std::cout << "Elapsed time: " << result1 << " cheap quad" << std::endl; in TEST_P()
414 EXPECT_LT(0ul, result1); in TEST_P()
416 EXPECT_LT(result1, 1000000000ul); in TEST_P()
[all …]
/third_party/skia/tests/graphite/
DUniformCacheTest.cpp51 sk_sp<UniformData> result1; in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
54 result1 = cache->findOrCreate(ud1); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
55 REPORTER_ASSERT(reporter, result1->id() != UniformData::kInvalidUniformID); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
56 REPORTER_ASSERT(reporter, ud1->id() == result1->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
57 sk_sp<UniformData> lookup = cache->lookup(result1->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
58 REPORTER_ASSERT(reporter, lookup->id() == result1->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
69 REPORTER_ASSERT(reporter, result2->id() == result1->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
82 REPORTER_ASSERT(reporter, result3->id() != result1->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_hints.c78 char *result1; in hints_getHint() local
83 result1 = (char *)SDL_GetHint((char*)_HintsEnum[i]); in hints_getHint()
88 (result1 == NULL && result2 == NULL) || (SDL_strcmp(result1, result2) == 0), in hints_getHint()
90 (result1 == NULL) ? "null" : result1, in hints_getHint()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dsdp.c445 GstCaps *result1, *result2, *result3; in GST_START_TEST() local
454 result1 = gst_caps_from_string (caps_video_rtcp_fb_pt_100); in GST_START_TEST()
455 fail_unless (gst_caps_is_strictly_equal (caps1, result1)); in GST_START_TEST()
457 gst_caps_unref (result1); in GST_START_TEST()
485 GstCaps *result1, *result2, *result3; in GST_START_TEST() local
494 result1 = gst_caps_from_string (caps_video_rtcp_fb_all_pt_100); in GST_START_TEST()
495 fail_unless (gst_caps_is_strictly_equal (caps1, result1)); in GST_START_TEST()
497 gst_caps_unref (result1); in GST_START_TEST()
603 GstCaps *result1; in GST_START_TEST() local
613 result1 = gst_caps_from_string (caps_video_extmap_pt_100); in GST_START_TEST()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D1-1.c24 int result1 = -1; in main() local
27 result1 = sched_getscheduler(getpid()); in main()
29 if (result0 == result1 && errno == 0) { in main()
34 if (result0 != result1) { in main()
/third_party/icu/icu4c/source/samples/citer/
Dciter.cpp70 UnicodeString result1, result2; in TestUChariter() local
72 iter.getText(result1); in TestUChariter()
74 if (result1 != result2) { in TestUChariter()
135 UnicodeString result1, result2; in TestStringiter() local
137 iter.getText(result1); in TestStringiter()
139 if (result1 != result2) { in TestStringiter()
/third_party/skia/third_party/externals/icu/source/samples/citer/
Dciter.cpp70 UnicodeString result1, result2; in TestUChariter() local
72 iter.getText(result1); in TestUChariter()
74 if (result1 != result2) { in TestUChariter()
135 UnicodeString result1, result2; in TestStringiter() local
137 iter.getText(result1); in TestStringiter()
139 if (result1 != result2) { in TestStringiter()
/third_party/flutter/skia/third_party/externals/icu/source/samples/citer/
Dciter.cpp70 UnicodeString result1, result2; in TestUChariter() local
72 iter.getText(result1); in TestUChariter()
74 if (result1 != result2) { in TestUChariter()
135 UnicodeString result1, result2; in TestStringiter() local
137 iter.getText(result1); in TestStringiter()
139 if (result1 != result2) { in TestStringiter()
/third_party/icu/icu4c/source/test/cintltst/
Dcformtst.c75 UChar *result1=NULL; in myDateFormat() local
86 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); in myDateFormat()
87 udat_format(dat, d1, result1, resultlength, NULL, &status); in myDateFormat()
94 return result1; in myDateFormat()
Dspooftest.c484 int32_t result1, result2; in TestUSpoofCAPI() local
497 result1 = uspoof_check(sc, str, -1, NULL, &status); in TestUSpoofCAPI()
500 TEST_ASSERT_EQ(result1, result2); in TestUSpoofCAPI()
503 result1 = uspoof_check(sc, str, -1, NULL, &status); in TestUSpoofCAPI()
506 TEST_ASSERT_EQ(result1, result2); in TestUSpoofCAPI()
509 … TEST_ASSERT_EQ(result1 & USPOOF_ALL_CHECKS, uspoof_getCheckResultChecks(checkResult, &status)); in TestUSpoofCAPI()
513 TEST_ASSERT_EQ(result1 & restrictionLevel, restrictionLevel); in TestUSpoofCAPI()
518 result1 = uspoof_checkUTF8(sc, utf8buf, -1, NULL, &status); in TestUSpoofCAPI()
521 TEST_ASSERT_EQ(result1, result2); in TestUSpoofCAPI()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
D2-1.c26 int result1; in main() local
32 result1 = sched_getparam(getpid(), &param1); in main()
34 if (result0 == result1 && in main()
/third_party/typescript/tests/baselines/reference/
DplusOperatorInvalidOperations.symbols7 var result1 = b+; //expect error
8 >result1 : Symbol(result1, Decl(plusOperatorInvalidOperations.ts, 4, 3))
DplusOperatorInvalidOperations.js6 var result1 = b+; //expect error variable
15 var result1 = b + ; //expect error
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
D1-1.c28 int result1 = -1; in main() local
45 result1 = sched_rr_get_interval(getpid(), &interval1); in main()
47 if (result0 == result1 && in main()
/third_party/flutter/skia/tests/
DPathOpsLineIntersectionTest.cpp90 SkDPoint result1 = line1.ptAtT(ts[0][i]); in check_results() local
92 if (nearAllowed && result1.roughlyEqual(result2)) { in check_results()
95 if (!result1.approximatelyEqual(result2) && !ts.nearlySame(i)) { in check_results()
98 if (!result1.approximatelyEqual(result2)) { in check_results()
101 REPORTER_ASSERT(reporter, result1.approximatelyEqual(result2)); in check_results()
102 REPORTER_ASSERT(reporter, result1.approximatelyEqual(ts.pt(i).asSkPoint())); in check_results()
/third_party/skia/tests/
DPathOpsLineIntersectionTest.cpp90 SkDPoint result1 = line1.ptAtT(ts[0][i]); in check_results() local
92 if (nearAllowed && result1.roughlyEqual(result2)) { in check_results()
95 if (!result1.approximatelyEqual(result2) && !ts.nearlySame(i)) { in check_results()
98 if (!result1.approximatelyEqual(result2)) { in check_results()
101 REPORTER_ASSERT(reporter, result1.approximatelyEqual(result2)); in check_results()
102 REPORTER_ASSERT(reporter, result1.approximatelyEqual(ts.pt(i).asSkPoint())); in check_results()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/1_interface_declarations/
Dinterface_declarations_1.ts54 let result1: { rate: number,velocity: number; } = { variable
80 return result1
112 Assert.equal(pointer.getS(), result1);
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-module-canonical.c86 jerry_value_t result1 = jerryx_module_resolve (actual_name, &resolver, 1); in main() local
93 jerry_release_value (jerry_set_property (result1, prop_name, prop_value)); in main()
101 jerry_release_value (result1); in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDateFormatAPI.java127 Object result1 = new Date(); in TestAPI() local
133 result1 = def.parseObject(text, pos); in TestAPI()
134 if (result1 == null) { in TestAPI()
137 logln(text + " parsed into " + ((Date)result1).getTime()); in TestAPI()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatAPI.java124 Object result1 = new Date(); in TestAPI() local
130 result1 = def.parseObject(text, pos); in TestAPI()
131 if (result1 == null) { in TestAPI()
134 logln(text + " parsed into " + ((Date)result1).getTime()); in TestAPI()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/arrow_function/
Darrow_function_1.ts28 const result1 = addNumbers(5, 10); constant
29 Assert.equal(result1, 15);
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/function_expression/
Dfunction_expressions_1.ts33 const result1 = myFunction(fn1, 123); constant
35 Assert.equal(result1, "Hello,123");
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/parameter_list/
Dparameter_list_1.ts30 let result1 = fun1("Bob"); variable
32 Assert.equal(result1, "Bob");

123456