/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
erase_range.pass.cpp | 45 typedef std::pair<C::iterator, C::iterator> Eq; 46 Eq eq = c.equal_range(1); local 47 assert(std::distance(eq.first, eq.second) == 2); 48 k = eq.first; 54 eq = c.equal_range(2); 55 assert(std::distance(eq.first, eq.second) == 2); 56 k = eq.first 123 Eq eq = c.equal_range(1); local [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceDefs.h | 135 template <typename T, typename H = std::hash<T>, typename Eq = std::equal_to<T>> 136 using CfgUnorderedSet = std::unordered_set<T, H, Eq, CfgLocalAllocator<T>>; 140 typename Eq = std::equal_to<T>> 142 std::unordered_map<T, U, H, Eq, CfgLocalAllocator<std::pair<const T, U>>>;
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
matrix_set_diag_op.cc | 67 auto indicator = xla::Eq(iota_m, xla::Broadcast(iota_n, {m}),
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
flatrep.h | 44 template <typename Key, typename Bucket, class Hash, class Eq> 51 FlatRep(size_t N, const Hash& hf, const Eq& eq) : hash_(hf), equal_(eq) { 82 const Eq& key_eq() const { return equal_; } 246 Eq equal_; // User-supplied comparator
|
/external/perfetto/src/profiling/memory/ |
bookkeeping_unittest.cc | 27 using ::testing::Eq; 138 ASSERT_THAT(hd.GetSizeForTesting(stack()), AnyOf(Eq(0), Eq(5)));
|
/external/perfetto/src/tracing/test/ |
mock_producer.cc | 25 using ::testing::Eq; 99 SetupDataSource(_, Property(&DataSourceConfig::name, Eq(name)))) 118 StartDataSource(_, Property(&DataSourceConfig::name, Eq(name))))
|
/external/deqp-deps/SPIRV-Tools/test/ |
text_to_binary.extension_test.cpp | 36 using ::testing::Eq; 48 Eq("Invalid extended instruction import 'Haskell.std'")); 54 Eq("Invalid extended instruction import Id 2")); 62 Eq("Invalid extended instruction name 'not_in_the_opencl'.")); 69 Eq("Import Id is being defined a second time")); 75 EXPECT_THAT(CompileFailure(input), Eq("Expected '=', found end of stream.")); 88 Eq(Concatenate({ 99 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), Eq(input)); 116 EXPECT_THAT(CompiledInstructions(ac.input, env), Eq(ac.expected)); 127 EXPECT_THAT(CompiledInstructions(ac.input, env), Eq(ac.expected)) [all...] |
/external/swiftshader/third_party/SPIRV-Tools/test/ |
text_to_binary.extension_test.cpp | 36 using ::testing::Eq; 48 Eq("Invalid extended instruction import 'Haskell.std'")); 54 Eq("Invalid extended instruction import Id 2")); 62 Eq("Invalid extended instruction name 'not_in_the_opencl'.")); 69 Eq("Import Id is being defined a second time")); 75 EXPECT_THAT(CompileFailure(input), Eq("Expected '=', found end of stream.")); 88 Eq(Concatenate({ 99 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), Eq(input)); 116 EXPECT_THAT(CompiledInstructions(ac.input, env), Eq(ac.expected)); 127 EXPECT_THAT(CompiledInstructions(ac.input, env), Eq(ac.expected)) [all...] |
/external/google-breakpad/src/common/ |
stabs_reader_unittest.cc | 53 using ::testing::Eq; 432 EXPECT_CALL(mock_handler, StartFunction(Eq("arsenic"), 0x7fbcccaeU)) 441 EXPECT_CALL(mock_handler, StartFunction(Eq("selenium"), 0xa8e120b0U)) 500 StartFunction(Eq("function 1"), 0xbb5ab70ecdd23bfeULL)) 505 StartFunction(Eq("function 2"), 0xc954de9b8fb3e5e2ULL)) 510 StartFunction(Eq("function 3"), 0xdff98c9a35386e1fULL)) 543 StartFunction(Eq("rutabaga"), 0xce1b98fa))
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/ |
FileAnalysis.cpp | 42 using ::testing::Eq; 425 Field(&Instr::VMAddress, Eq(0xDEADBEEF)), 426 Field(&Instr::VMAddress, Eq(0xDEADBEEF + 31)), 427 Field(&Instr::VMAddress, Eq(0xDEADBEEF + 34)))); 432 Field(&Instr::VMAddress, Eq(0xDEADBEEF + 1)), 433 Field(&Instr::VMAddress, Eq(0xDEADBEEF + 36)))); 438 Field(&Instr::VMAddress, Eq(0xDEADBEEF + 38)))); 450 Field(&Instr::VMAddress, Eq(0xDEADBEEF + 8)))); 459 Field(&Instr::VMAddress, Eq(0xDEADBEEF + 10)), 460 Field(&Instr::VMAddress, Eq(0xDEADBEEF + 12)))) [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
convolution_group_converter_test.cc | 61 op::Select(op::Eq(op::Broadcast(op::Constant()),
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
pred_test.cc | 57 TestCompare(true, false, false, &Eq);
|
unary_op_test.cc | 207 ConvertElementType(Eq(lhs, rhs), S32); 216 ConvertElementType(Eq(lhs, rhs), F32);
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
rtp_rtcp_extensions.cc | 19 using ::testing::Eq;
|
/external/ltp/testcases/open_posix_testsuite/scripts/ |
generate-makefiles.sh | 61 if echo "$prereq" | grep -Eq '\.(run-test|sh)'; then 70 if echo "$prereq" | grep -Eq '\.(run-test|sh|test)'; then
|
/cts/tests/tests/nativehardware/jni/ |
AHardwareBufferTest.cpp | 44 using testing::Eq; 425 EXPECT_THAT(planes.planes[1].pixelStride, AnyOf(Eq(1U), Eq(2U))); 429 EXPECT_THAT(planes.planes[2].pixelStride, AnyOf(Eq(1U), Eq(2U)));
|
/external/google-breakpad/src/testing/test/ |
gmock-spec-builders_test.cc | 76 using testing::Eq; [all...] |
gmock-generated-function-mockers_test.cc | 67 using testing::Eq; 185 EXPECT_CALL(mock_foo_, Unary(Eq(2))) 283 EXPECT_CALL(mock_foo_, CTUnary(Eq(2)))
|
/external/libcxx/benchmarks/ |
string.bench.cpp | 218 enum class Relation { Eq, Less, Compare }; 220 static constexpr const char* Names[] = {"Eq", "Less", "Compare"}; 232 case Relation::Eq: 246 // Eq is commutative, so skip half the matrix. 247 if (Rel() == Relation::Eq && LHLength() > RHLength())
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
qr.cc | 102 auto sigma_is_zero = Eq(sigma, zero); 110 auto e_k = Broadcast(ConvertElementType(Eq(iota, k), type), 205 auto mask = Broadcast(ConvertElementType(Eq(iota, j), type),
|
/external/compiler-rt/lib/asan/ |
asan_allocator.h | 60 bool Eq(const AsanChunkView &c) const { return chunk_ == c.chunk_; }
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
module_test.cpp | 31 using ::testing::Eq;
|
/external/perfetto/src/trace_processor/ |
slice_tracker_unittest.cc | 31 using ::testing::Eq;
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
module_test.cpp | 31 using ::testing::Eq;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/ |
BenchmarkResultTest.cpp | 20 using ::testing::Eq;
|