| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cmsccoll.c | 3114 checkUEnumeration(const char* msg, UEnumeration* iter, const char** expected, int32_t expectedCount) checkUEnumeration() argument [all...] |
| H A D | cloctst.c | 440 const char *loc, *expected; in TestPrefixes() local 576 UChar* expected in TestSimpleResourceInfo() local 799 UChar *expected=CharsToUChars(expectedChars); TestDisplayNames() local 2423 const char* expected = (j==0) ? testCases[i].getNameID : testCases[i].canonicalID; TestCanonicalization() local 2668 static const UChar expected[][50] = { TestDisplayKeywordValues() local 5891 const char* expected; global() member 6242 const char *expected; TestToLanguageTag() local 6298 static const char expected[] = "en-x-lvariant-c"; TestBug20132() local 6515 const char* expected = DATA[i][1]; TestToUnicodeLocaleKey() local 6585 const char* expected = DATA[i][1]; TestToLegacyKey() local 6638 const char* expected = DATA[i][2]; TestToUnicodeLocaleType() local 6693 const char* expected = DATA[i][2]; TestToLegacyType() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | rbbitst.cpp | 179 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) { in printStringBreaks() argument 217 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) { in printStringBreaks() argument 578 int expected[] in executeTest() local 587 int expected[] = {0, bp}; executeTest() local 3424 testBreakBoundPreceding(RBBITest *test, UnicodeString ustr, BreakIterator *bi, int expected[], int expectedcount) testBreakBoundPreceding() argument 3563 int expected[50]; TestWordBreaks() local 3736 int expected[EXPECTEDSIZE]; TestLineBreaks() local 4713 Result expected = expectedResults[i]; TestReverse() local 5440 std::string expected = "{" + ss.str() + "}"; runLSTMTestFromFile() local [all...] |
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest.cc | 1668 HRESULTFailureHelper(const char* expr, const char* expected, long hr) HRESULTFailureHelper() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/mips/ |
| H A D | liftoff-assembler-mips.h | 761 AtomicCompareExchange( Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/loong64/ |
| H A D | liftoff-assembler-loong64.h | 786 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 5765 EntryForProbe(ReadOnlyRoots roots, Object k, int probe, InternalIndex expected) EntryForProbe() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/x64/ |
| H A D | liftoff-assembler-x64.h | 791 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
| H A D | liftoff-assembler-riscv64.h | 904 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/mips64/ |
| H A D | liftoff-assembler-mips64.h | 890 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2912 const auto& expected = shaderConstants.at(getShaderIdx(m_params->pipelineToRun.get(), stageIdx, stagesCount)); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmFloatControlsTests.cpp | 2528 const double expected = 1.0; in isCosResultCorrect() local 2576 const double expected = refFunction(getFloatTypeAsDouble(param)); in isLogResultCorrect() local 2594 const double expected = 1.0/ deSqrt(getFloatTypeAsDouble(param)); isInverseSqrtResultCorrect() local 2613 const double expected = deSqrt(getFloatTypeAsDouble(param)); isSqrtResultCorrect() local [all...] |
| /third_party/skia/tests/ |
| H A D | PathTest.cpp | 699 static void dump_if_ne(skiatest::Reporter* reporter, const SkRect& expected, const SkRect& bounds) { in dump_if_ne() argument 1053 check_direction(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection expected) check_direction() argument 2131 SkRect computed, expected; test_isRect() local 2443 SkRect expected[2], computed[2]; test_isNestedFillRects() local 3972 SkRect expected = {0, 0, 4, 4}; test_addPath() local 5648 test_edger(skiatest::Reporter* r, const std::initializer_list<SkPath::Verb>& in, const std::initializer_list<SkPath::Verb>& expected) test_edger() argument 5673 const SkPoint* expected = list.begin(); assert_points() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2898 const auto& expected = shaderConstants.at(getShaderIdx(m_params->pipelineToRun.get(), stageIdx, stagesCount)); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmFloatControlsTests.cpp | 2526 const double expected = 1.0; in isCosResultCorrect() local 2574 const double expected = refFunction(getFloatTypeAsDouble(param)); in isLogResultCorrect() local 2592 const double expected = 1.0/ deSqrt(getFloatTypeAsDouble(param)); isInverseSqrtResultCorrect() local 2611 const double expected = deSqrt(getFloatTypeAsDouble(param)); isSqrtResultCorrect() local [all...] |
| /device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
| H A D | verifier.c | 4344 enum bpf_reg_type expected, type = reg->type;
in check_reg_type() local [all...] |
| /kernel/linux/linux-5.10/arch/x86/kvm/ |
| H A D | x86.c | 8958 unsigned long old, new, expected; in kvm_request_apicv_update() local
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| H A D | pal.h | 1280 ia64_pal_mc_expected (u64 expected, u64 *previous) in ia64_pal_mc_expected() argument
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| H A D | pal.h | 1281 ia64_pal_mc_expected (u64 expected, u64 *previous) in ia64_pal_mc_expected() argument
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| H A D | nfs4xdr.c | 3178 static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected, in __decode_op_hdr() argument 3211 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() argument
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | verifier.c | 4660 enum bpf_reg_type expected, type = reg->type; in check_reg_type() local [all...] |
| /kernel/linux/linux-6.6/fs/nfs/ |
| H A D | nfs4xdr.c | 3209 static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected, in __decode_op_hdr() argument 3240 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() argument
|
| /third_party/node/deps/v8/src/d8/ |
| H A D | d8.cc | 3795 Local<String> expected = v8::String::NewFromUtf8Literal( in Send() local 4125 auto expected = State::kReady; in StartWorkerThread() local 4180 auto expected = Worker::State::kTerminating; variable 4213 auto expected = State::kRunning; in Terminate() local 4273 auto expected = State::kPrepareRunning; in ExecuteInThread() local [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.cc | 520 bool expected = false; in InitializeOncePerProcess() local 530 bool expected = true; in DisposeOncePerProcess() local
|
| /third_party/openssl/test/ |
| H A D | sslapitest.c | 202 test_keylog_output(char *buffer, const SSL *ssl, const SSL_SESSION *session, struct sslapitest_log_counts *expected) test_keylog_output() argument 353 struct sslapitest_log_counts expected; test_keylog() local 435 struct sslapitest_log_counts expected; test_keylog_no_master_key() local 9586 int expected = (idx <= 2) ? 0 : 1; test_set_tmp_dh() local [all...] |