HomeSort by relevance Sort by last modified time
    Searched refs:Eq (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/language.support/cmp/cmp.weakeq/
cmp.weakeq.pass.cpp 29 auto& Eq = std::weak_equality::equivalent;
31 ASSERT_NOEXCEPT(Eq == 0);
32 ASSERT_NOEXCEPT(0 == Eq);
33 ASSERT_NOEXCEPT(Eq != 0);
34 ASSERT_NOEXCEPT(0 != Eq);
36 ASSERT_NOEXCEPT(0 <=> Eq);
37 ASSERT_NOEXCEPT(Eq <=> 0);
38 ASSERT_SAME_TYPE(decltype(Eq <=> 0), std::weak_equality);
39 ASSERT_SAME_TYPE(decltype(0 <=> Eq), std::weak_equality);
44 auto& Eq = std::weak_equality::equivalent
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
text_to_binary.pipe_storage_test.cpp 22 using ::testing::Eq;
31 Eq(MakeInstruction(SpvOpTypePipeStorage, {1})));
37 Eq("Expected <result-id> at the beginning of an instruction, found "
41 Eq(MakeInstruction(SpvOpTypePipeStorage, {1})));
44 Eq("'=' expected after result id."));
52 Eq(MakeInstruction(SpvOpConstantPipeStorage, {1, 2, 3, 4, 5})));
58 Eq("Expected <result-id> at the beginning of an instruction, found "
62 Eq("Expected operand, found end of stream."));
65 Eq("Expected operand, found end of stream."));
68 Eq(MakeInstruction(SpvOpConstantPipeStorage, {1, 2, 3, 4, 5})))
    [all...]
text_to_binary.subgroup_dispatch_test.cpp 27 using ::testing::Eq;
38 Eq(MakeInstruction(SpvOpGetKernelLocalSizeForSubgroupCount,
45 Eq("Expected <result-id> at the beginning of an instruction, "
49 Eq("Expected operand, found end of stream."));
53 Eq("Expected operand, found end of stream."));
58 Eq(MakeInstruction(SpvOpGetKernelLocalSizeForSubgroupCount,
64 Eq("Expected '=', found end of stream."));
71 Eq("Expected id to start with %."));
76 Eq("Expected id to start with %."));
86 Eq(MakeInstruction(SpvOpGetKernelMaxNumSubgroups, {1, 2, 3, 4, 5, 6})))
    [all...]
unit_spirv.cpp 24 using ::testing::Eq;
28 EXPECT_THAT(MakeVector(""), Eq(Words{0}));
29 EXPECT_THAT(MakeVector("a"), Eq(Words{0x0061}));
30 EXPECT_THAT(MakeVector("ab"), Eq(Words{0x006261}));
31 EXPECT_THAT(MakeVector("abc"), Eq(Words{0x00636261}));
32 EXPECT_THAT(MakeVector("abcd"), Eq(Words{0x64636261, 0x00}));
33 EXPECT_THAT(MakeVector("abcde"), Eq(Words{0x64636261, 0x0065}));
46 EXPECT_THAT(s.str(), Eq("xx10 0x0000000a 0x00000010 xx11"));
50 EXPECT_THAT(EncodeAndDecodeSuccessfully(GetParam()), Eq(GetParam()))
text_to_binary.misc_test.cpp 28 using ::testing::Eq;
32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {})));
39 EXPECT_THAT(code[1], Eq(typeID));
40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2})));
45 Eq("Invalid Opcode name 'OpWrong'"));
54 EXPECT_THAT(CompileFailure(assembly), Eq("Invalid Opcode name 'OpXYZ'"));
text_to_binary.barrier_test.cpp 31 using ::testing::Eq;
40 Eq(MakeInstruction(SpvOpMemoryBarrier, {1, 2})));
41 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), Eq(input));
47 Eq("Expected operand, found end of stream."));
52 EXPECT_THAT(CompileFailure(input), Eq("Expected id to start with %."));
58 Eq("Expected operand, found end of stream."));
63 EXPECT_THAT(CompileFailure(input), Eq("Expected id to start with %."));
95 Eq("Expected operand, found end of stream."));
98 Eq("Expected operand, found end of stream."));
101 Eq("Expected operand, found end of stream."))
    [all...]
text_to_binary.reserved_sampling_test.cpp 27 using ::testing::Eq;
35 Eq(MakeInstruction(SpvOpImageSparseSampleProjImplicitLod, {1, 2, 3, 4})));
42 Eq(MakeInstruction(SpvOpImageSparseSampleProjExplicitLod,
50 Eq(MakeInstruction(SpvOpImageSparseSampleProjDrefImplicitLod,
58 Eq(MakeInstruction(SpvOpImageSparseSampleProjDrefExplicitLod,
text_to_binary.device_side_enqueue_test.cpp 29 using ::testing::Eq;
47 Eq(MakeInstruction(SpvOpEnqueueKernel,
86 Eq("Expected operand, found end of stream."));
94 Eq("Expected id to start with %."));
comment_test.cpp 28 using testing::Eq;
42 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel,
operand_pattern_test.cpp 24 using ::testing::Eq;
28 EXPECT_THAT(empty, Eq(spv_operand_pattern_t{}));
37 EXPECT_THAT(pattern, Eq(spv_operand_pattern_t{SPV_OPERAND_TYPE_ID}));
43 EXPECT_THAT(pattern, Eq(spv_operand_pattern_t{SPV_OPERAND_TYPE_ID,
55 EXPECT_THAT(pattern, Eq(spv_operand_pattern_t{SPV_OPERAND_TYPE_ID}));
58 EXPECT_THAT(pattern, Eq(spv_operand_pattern_t{}));
79 EXPECT_THAT(pattern, Eq(GetParam().expected));
136 EXPECT_THAT(pattern, Eq(spv_operand_pattern_t{}));
166 Eq(spv_operand_pattern_t{SPV_OPERAND_TYPE_OPTIONAL_CIV}));
173 Eq(spv_operand_pattern_t{SPV_OPERAND_TYPE_OPTIONAL_CIV}))
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/
text_to_binary.pipe_storage_test.cpp 22 using ::testing::Eq;
31 Eq(MakeInstruction(SpvOpTypePipeStorage, {1})));
37 Eq("Expected <result-id> at the beginning of an instruction, found "
41 Eq(MakeInstruction(SpvOpTypePipeStorage, {1})));
44 Eq("'=' expected after result id."));
52 Eq(MakeInstruction(SpvOpConstantPipeStorage, {1, 2, 3, 4, 5})));
58 Eq("Expected <result-id> at the beginning of an instruction, found "
62 Eq("Expected operand, found end of stream."));
65 Eq("Expected operand, found end of stream."));
68 Eq(MakeInstruction(SpvOpConstantPipeStorage, {1, 2, 3, 4, 5})))
    [all...]
text_to_binary.subgroup_dispatch_test.cpp 27 using ::testing::Eq;
38 Eq(MakeInstruction(SpvOpGetKernelLocalSizeForSubgroupCount,
45 Eq("Expected <result-id> at the beginning of an instruction, "
49 Eq("Expected operand, found end of stream."));
53 Eq("Expected operand, found end of stream."));
58 Eq(MakeInstruction(SpvOpGetKernelLocalSizeForSubgroupCount,
64 Eq("Expected '=', found end of stream."));
71 Eq("Expected id to start with %."));
76 Eq("Expected id to start with %."));
86 Eq(MakeInstruction(SpvOpGetKernelMaxNumSubgroups, {1, 2, 3, 4, 5, 6})))
    [all...]
unit_spirv.cpp 24 using ::testing::Eq;
28 EXPECT_THAT(MakeVector(""), Eq(Words{0}));
29 EXPECT_THAT(MakeVector("a"), Eq(Words{0x0061}));
30 EXPECT_THAT(MakeVector("ab"), Eq(Words{0x006261}));
31 EXPECT_THAT(MakeVector("abc"), Eq(Words{0x00636261}));
32 EXPECT_THAT(MakeVector("abcd"), Eq(Words{0x64636261, 0x00}));
33 EXPECT_THAT(MakeVector("abcde"), Eq(Words{0x64636261, 0x0065}));
46 EXPECT_THAT(s.str(), Eq("xx10 0x0000000a 0x00000010 xx11"));
50 EXPECT_THAT(EncodeAndDecodeSuccessfully(GetParam()), Eq(GetParam()))
text_to_binary.misc_test.cpp 28 using ::testing::Eq;
32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {})));
39 EXPECT_THAT(code[1], Eq(typeID));
40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2})));
45 Eq("Invalid Opcode name 'OpWrong'"));
54 EXPECT_THAT(CompileFailure(assembly), Eq("Invalid Opcode name 'OpXYZ'"));
text_to_binary.barrier_test.cpp 31 using ::testing::Eq;
40 Eq(MakeInstruction(SpvOpMemoryBarrier, {1, 2})));
41 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), Eq(input));
47 Eq("Expected operand, found end of stream."));
52 EXPECT_THAT(CompileFailure(input), Eq("Expected id to start with %."));
58 Eq("Expected operand, found end of stream."));
63 EXPECT_THAT(CompileFailure(input), Eq("Expected id to start with %."));
95 Eq("Expected operand, found end of stream."));
98 Eq("Expected operand, found end of stream."));
101 Eq("Expected operand, found end of stream."))
    [all...]
text_to_binary.reserved_sampling_test.cpp 27 using ::testing::Eq;
35 Eq(MakeInstruction(SpvOpImageSparseSampleProjImplicitLod, {1, 2, 3, 4})));
42 Eq(MakeInstruction(SpvOpImageSparseSampleProjExplicitLod,
50 Eq(MakeInstruction(SpvOpImageSparseSampleProjDrefImplicitLod,
58 Eq(MakeInstruction(SpvOpImageSparseSampleProjDrefExplicitLod,
text_to_binary.device_side_enqueue_test.cpp 29 using ::testing::Eq;
47 Eq(MakeInstruction(SpvOpEnqueueKernel,
86 Eq("Expected operand, found end of stream."));
94 Eq("Expected id to start with %."));
comment_test.cpp 28 using testing::Eq;
42 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel,
  /external/libcxx/test/std/language.support/cmp/cmp.strongeq/
cmp.strongeq.pass.cpp 33 auto& Eq = std::strong_equality::equivalent;
35 ASSERT_NOEXCEPT(Eq == 0);
36 ASSERT_NOEXCEPT(0 == Eq);
37 ASSERT_NOEXCEPT(Eq != 0);
38 ASSERT_NOEXCEPT(0 != Eq);
40 ASSERT_NOEXCEPT(0 <=> Eq);
41 ASSERT_NOEXCEPT(Eq <=> 0);
42 ASSERT_SAME_TYPE(decltype(Eq <=> 0), std::strong_equality);
43 ASSERT_SAME_TYPE(decltype(0 <=> Eq), std::strong_equality);
59 auto& Eq = std::strong_equality::equal
    [all...]
  /external/googletest/googletest/src/
gtest-matchers.cc 45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); }
51 *this = Eq(static_cast<std::string>(s));
58 *this = Eq(std::string(s));
63 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); }
69 *this = Eq(static_cast<std::string>(s));
75 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); }
81 *this = Eq(static_cast<::string>(s));
86 Matcher<const ::string&>::Matcher(const ::string& s) { *this = Eq(s); }
90 Matcher<const ::string&>::Matcher(const char* s) { *this = Eq(::string(s)); }
94 *this = Eq(static_cast<::string>(s))
    [all...]
  /external/llvm/lib/Fuzzer/test/
StrcmpTest.cpp 11 bool Eq(const uint8_t *Data, size_t Size, const char *Str) {
23 if (Eq(Data, Size, "AAA") &&
24 Size >= 3 && Eq(Data + 3, Size - 3, "BBBB") &&
25 Size >= 7 && Eq(Data + 7, Size - 7, "CCCCCC") &&
  /external/libcxx/test/std/language.support/cmp/cmp.partialord/
partialord.pass.cpp 33 auto& Eq = std::partial_ordering::equivalent;
35 ASSERT_NOEXCEPT(Eq == 0);
36 ASSERT_NOEXCEPT(0 == Eq);
37 ASSERT_NOEXCEPT(Eq != 0);
38 ASSERT_NOEXCEPT(0 != Eq);
39 ASSERT_NOEXCEPT(0 < Eq);
40 ASSERT_NOEXCEPT(Eq < 0);
41 ASSERT_NOEXCEPT(0 <= Eq);
42 ASSERT_NOEXCEPT(Eq <= 0);
43 ASSERT_NOEXCEPT(0 > Eq);
    [all...]
  /external/libcxx/test/std/language.support/cmp/cmp.weakord/
weakord.pass.cpp 32 auto& Eq = std::weak_ordering::equivalent;
34 ASSERT_NOEXCEPT(Eq == 0);
35 ASSERT_NOEXCEPT(0 == Eq);
36 ASSERT_NOEXCEPT(Eq != 0);
37 ASSERT_NOEXCEPT(0 != Eq);
38 ASSERT_NOEXCEPT(0 < Eq);
39 ASSERT_NOEXCEPT(Eq < 0);
40 ASSERT_NOEXCEPT(0 <= Eq);
41 ASSERT_NOEXCEPT(Eq <= 0);
42 ASSERT_NOEXCEPT(0 > Eq);
    [all...]
  /external/perfetto/src/traced/probes/filesystem/
lru_inode_cache_unittest.cc 29 using ::testing::Eq;
55 EXPECT_THAT(cache.Get(key1), Pointee(Eq(val1())));
57 EXPECT_THAT(cache.Get(key1), Pointee(Eq(val1())));
58 EXPECT_THAT(cache.Get(key2), Pointee(Eq(val2())));
60 EXPECT_THAT(cache.Get(key1), Pointee(Eq(val2())));
67 EXPECT_THAT(cache.Get(key1), Pointee(Eq(val1())));
68 EXPECT_THAT(cache.Get(key2), Pointee(Eq(val2())));
72 EXPECT_THAT(cache.Get(key2), Pointee(Eq(val2())));
73 EXPECT_THAT(cache.Get(key3), Pointee(Eq(val3())));
  /external/tensorflow/tensorflow/core/grappler/graph_analyzer/
hash_tools_test.cc 27 using ::testing::Eq;
39 EXPECT_THAT(c, Eq(d));

Completed in 1329 milliseconds

1 2 3 4 5 6 7 8 91011>>