/third_party/skia/infra/bots/recipe_modules/builder_name_schema/examples/ |
H A D | full.py | 19 got = api.builder_name_schema.MakeBuilderName(**d) 20 assert got == name
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | addr.c | 334 int got = 0; in start_read() local 342 true, &got); in start_read() 345 } else if (!(got & want)) { in start_read() 350 if (got) in start_read() 351 ceph_put_cap_refs(ci, got); in start_read() 429 if (got) in start_read() 430 ceph_put_cap_refs(ci, got); in start_read() 443 if (got) in start_read() 444 ceph_put_cap_refs(ci, got); in start_read() 907 dout("pagevec_lookup_range_tag got in ceph_writepages_start() 1495 int want, got, err; ceph_filemap_fault() local 1590 int want, got, err; ceph_page_mkwrite() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_long.py | 309 got = mapper(x) 312 self.assertEqual(got, expected) 313 with self.subTest(got=got): 314 self.assertEqual(int(got, 0), x) 816 got = repr(a / b) 818 got = 'overflow' 820 got = 'zerodivision' 822 self.assertEqual(expected, got, "Incorrectly rounded division {}/{}: " 823 "expected {}, got {}" [all...] |
H A D | test_dis.py | 707 def do_disassembly_compare(self, got, expected, with_offsets=False): 709 self.assert_offsets_increasing(got, 2) 710 got = self.strip_offsets(got) 711 if got != expected: 712 got = self.strip_addresses(got) 713 self.assertEqual(got, expected) 735 got = self.get_disassembly(func, depth=0) 736 self.do_disassembly_compare(got, expecte [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_parse.cpp | 33 std::unordered_map<std::string, std::string>::const_iterator got = headers_.find("cseq"); in GetSeq() local 34 if (got == headers_.end()) { in GetSeq() 37 sequence_ = ParseIntSafe(got->second); in GetSeq()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_parse.cpp | 33 std::unordered_map<std::string, std::string>::const_iterator got = headers_.find("cseq"); in GetSeq() local 34 if (got == headers_.end()) { in GetSeq() 37 sequence_ = ParseIntSafe(got->second); in GetSeq()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_extern.c | 127 uint64_t *got, *exp; in test_core_extern() local 157 got = (uint64_t *)skel->data; in test_core_extern() 160 ASSERT_EQ(got[j], exp[j], "result"); in test_core_extern()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zpool.c | 77 bool got = try_module_get(driver->owner); in zpool_get_driver() local 79 if (got) in zpool_get_driver() 82 return got ? driver : NULL; in zpool_get_driver()
|
/third_party/skia/third_party/externals/tint/tools/src/substr/ |
H A D | substr_test.go | 269 got := strings.ReplaceAll(Fix(test.body, test.substr), "\n", "") 270 if got != expect { 271 t.Errorf("Test failure:\nbody: '%v'\nsubstr: '%v'\nexpect: '%v'\ngot: '%v'\n\n", body, substr, expect, got)
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativePartialUpdateTests.cpp | 67 void expectBoolean (EGLBoolean expected, EGLBoolean got); 68 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); } in expectTrue() argument 69 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse() argument 217 void NegativePartialUpdateTest::expectBoolean (EGLBoolean expected, EGLBoolean got) in expectBoolean() argument 219 if (expected != got) in expectBoolean() 221 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) << ", Got: " << eglu::getBooleanStr(got) << TestLog::EndMessage; in expectBoolean()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | gate.lds.S | 63 *(.got.plt) *(.got)
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | vdso-layout.lds.S | 53 *(.got.plt) *(.got)
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso/ |
H A D | vdso.lds.S | 62 *(.got) 63 *(.got.plt)
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | gate.lds.S | 63 *(.got.plt) *(.got)
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/ |
H A D | vdso.lds.S | 41 *(.got) 42 *(.got.plt)
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/switch_endian/ |
H A D | switch_endian_test.S | 81 ld r4, success_message@got(%r2) 94 ld r4, failure_message@got(%r2)
|
/kernel/linux/linux-6.6/arch/riscv/kernel/vdso/ |
H A D | vdso.lds.S | 51 *(.got.plt) *(.got)
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | vdso-layout.lds.S | 53 *(.got.plt) *(.got)
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/switch_endian/ |
H A D | switch_endian_test.S | 81 ld r4, success_message@got(%r2) 94 ld r4, failure_message@got(%r2)
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | clone_context.cc | 100 void CloneContext::CheckedCastFailure(const Cloneable* got, 104 << "got: " << got->TypeInfo().name << "\n"
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferObjectQueryTests.cpp | 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() argument 52 if (got != expected) in checkIntEquals() 54 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage; in checkIntEquals() 56 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value"); in checkIntEquals() 60 void checkPointerEquals (tcu::TestContext& testCtx, const void* got, const void* expected) in checkPointerEquals() argument 64 if (got != expected) in checkPointerEquals() 66 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage; in checkPointerEquals() 68 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invali in checkPointerEquals() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 118 logln("got the expected exception"); in TestResourceBundleWrapper() 239 int got = sub.getInt(); in TestBasicTypes() 240 if(expected!=got){ in TestBasicTypes() 244 got = sub.getUInt(); in TestBasicTypes() 245 if(expected!=got){ in TestBasicTypes() 272 ByteBuffer got = sub.getBinary(); in TestBasicTypes() 273 if(got.remaining()!=15){ in TestBasicTypes() 276 for(int i=0; i< got.remaining(); i++){ in TestBasicTypes() 277 byte b = got.get(); in TestBasicTypes() 283 got in TestBasicTypes() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 115 logln("got the expected exception"); in TestResourceBundleWrapper() 236 int got = sub.getInt(); in TestBasicTypes() 237 if(expected!=got){ in TestBasicTypes() 241 got = sub.getUInt(); in TestBasicTypes() 242 if(expected!=got){ in TestBasicTypes() 269 ByteBuffer got = sub.getBinary(); in TestBasicTypes() 270 if(got.remaining()!=15){ in TestBasicTypes() 273 for(int i=0; i< got.remaining(); i++){ in TestBasicTypes() 274 byte b = got.get(); in TestBasicTypes() 280 got in TestBasicTypes() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_htab_mem.c | 270 ssize_t got; in htab_mem_read_mem_cgrp_file() local 281 got = read(fd, buf, sizeof(buf) - 1); in htab_mem_read_mem_cgrp_file() 282 if (got <= 0) { in htab_mem_read_mem_cgrp_file() 286 buf[got] = 0; in htab_mem_read_mem_cgrp_file()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_as_parameter.py | 149 got = result, ptout.x, ptout.y 151 self.assertEqual(got, expected) 159 got = result, ptout.x, ptout.y 161 self.assertEqual(got, expected)
|