Home
last modified time | relevance | path

Searched refs:Exactly (Results 1 – 25 of 104) sorted by relevance

12345

/external/webrtc/pc/
Dproxy_unittest.cc22 using ::testing::Exactly;
112 .Times(Exactly(1)) in TEST_F()
121 .Times(Exactly(1)) in TEST_F()
129 .Times(Exactly(1)) in TEST_F()
138 .Times(Exactly(1)) in TEST_F()
148 .Times(Exactly(1)) in TEST_F()
158 .Times(Exactly(1)) in TEST_F()
169 .Times(Exactly(1)) in TEST_F()
202 .Times(Exactly(1)) in TEST_F()
210 .Times(Exactly(1)) in TEST_F()
[all …]
Dmedia_stream_unittest.cc29 using ::testing::Exactly;
80 EXPECT_CALL(observer, OnChanged()).Times(Exactly(1)); in ChangeTrack()
125 EXPECT_CALL(observer, OnChanged()).Times(Exactly(2)); in TEST_F()
/external/webrtc/modules/audio_processing/aec_dump/
Daec_dump_integration_test.cc22 using ::testing::Exactly;
63 .Times(Exactly(1)); in TEST()
86 .Times(Exactly(1)); in TEST()
89 .Times(Exactly(1)); in TEST()
92 .Times(Exactly(1)); in TEST()
/external/googletest/googlemock/test/
Dgmock-cardinalities_test.cc48 using testing::Exactly;
69 Cardinality c = Exactly(1); in TEST()
75 c = Exactly(2); in TEST()
345 Exactly(-1); in TEST()
350 const Cardinality c = Exactly(0); in TEST()
364 const Cardinality c = Exactly(2); in TEST()
372 Exactly(1).DescribeTo(&ss1); in TEST()
382 Exactly(3).DescribeTo(&ss3); in TEST()
388 const Cardinality c = Exactly(3); in TEST()
/external/webrtc/modules/audio_mixer/
Daudio_mixer_impl_unittest.cc30 using ::testing::Exactly;
137 .Times(Exactly(1)); in MixAndCompare()
177 EXPECT_CALL(participants[i], GetAudioFrameWithInfo(_, _)).Times(Exactly(1)); in TEST()
219 EXPECT_CALL(participant, GetAudioFrameWithInfo(_, _)).Times(Exactly(2)); in TEST()
242 .Times(Exactly(1)); in TEST()
279 .Times(Exactly(1)); in TEST()
315 .Times(Exactly(1)); in TEST()
341 .Times(Exactly(1)); in TEST()
357 .Times(Exactly(1)); in TEST()
394 .Times(Exactly(1)); in TEST()
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-waves-per-eu.ll3 ; Exactly 1 wave per execution unit.
15 ; Exactly 5 waves per execution unit.
27 ; Exactly 10 waves per execution unit.
117 ; Exactly 10 waves per execution unit.
192 ; Exactly 256 workitems and exactly 2 waves.
/external/llvm-project/llvm/test/Instrumentation/HeapProfiler/
Dbasic.ll60 ; Exactly one shadow update for store access.
76 ; Exactly one shadow update for load access.
83 ; Exactly one shadow update for store access.
98 ; Exactly one shadow update for store access.
114 ; Exactly one shadow update for load access.
121 ; Exactly one shadow update for store access.
/external/python/cpython2/Doc/c-api/
Dstring.rst93 | :attr:`%d` | int | Exactly equivalent to |
96 | :attr:`%u` | unsigned int | Exactly equivalent to |
99 | :attr:`%ld` | long | Exactly equivalent to |
102 | :attr:`%lu` | unsigned long | Exactly equivalent to |
105 | :attr:`%lld` | long long | Exactly equivalent to |
108 | :attr:`%llu` | unsigned | Exactly equivalent to |
111 | :attr:`%zd` | Py_ssize_t | Exactly equivalent to |
114 | :attr:`%zu` | size_t | Exactly equivalent to |
117 | :attr:`%i` | int | Exactly equivalent to |
120 | :attr:`%x` | int | Exactly equivalent to |
Dunicode.rst265 | :attr:`%d` | int | Exactly equivalent to |
268 | :attr:`%u` | unsigned int | Exactly equivalent to |
271 | :attr:`%ld` | long | Exactly equivalent to |
274 | :attr:`%lu` | unsigned long | Exactly equivalent to |
277 | :attr:`%zd` | Py_ssize_t | Exactly equivalent to |
280 | :attr:`%zu` | size_t | Exactly equivalent to |
283 | :attr:`%i` | int | Exactly equivalent to |
286 | :attr:`%x` | int | Exactly equivalent to |
/external/libxkbcommon/test/data/keymaps/
Dsyntax-error2.xkb3 interpret ISO_Level2_Latch+Exactly(Shift) {
/external/llvm-project/llvm/test/tools/llvm-rc/
Dflags.test4 ; FO-NOT: Exactly one input file should be provided.
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-cardinalities.h140 GTEST_API_ Cardinality Exactly(int n);
/external/googletest/googlemock/include/gmock/
Dgmock-cardinalities.h146 GTEST_API_ Cardinality Exactly(int n);
/external/perfetto/bazel/
Drules.bzl97 # 1. Exactly one dependency on a proto_library target. This defines the
138 # 1. Exactly one dependency on a proto_library target. This defines the
188 # 1. Exactly one dependency on a proto_library target. This defines the
/external/googletest/googlemock/src/
Dgmock-cardinalities.cc153 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly() function
/external/llvm-project/llvm/utils/unittest/googlemock/src/
Dgmock-cardinalities.cc154 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly() function
/external/libxkbcommon/fuzz/keymap/testcases/
Dinput.xkb23 interpret ISO_Level2_Latch+Exactly(Shift){
/external/clang/test/SemaOpenCL/
Dhalf.cl26 // Exactly the same as above but with the cl_khr_fp16 extension enabled.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FixedUnigramCandidateSampler.pbtxt66 corresponding to the count or relative probability. Exactly one of vocab_file
110 order. Exactly one of vocab_file and unigrams should be passed to this op.
/external/llvm-project/clang/test/SemaOpenCL/
Dhalf.cl31 // Exactly the same as above but with the cl_khr_fp16 extension enabled.
/external/libwebm/webm_parser/tests/
Dblock_parser_test.cc26 using testing::Exactly;
573 : Exactly(1)) in SetExpectations()
/external/skia/site/docs/user/api/
Dskcanvas_overview.md37 The code above will draw a rectangle rotated by 45 degrees. Exactly
/external/skqp/site/user/api/
Dskcanvas_overview.md30 The code above will draw a rectangle rotated by 45 degrees. Exactly
/external/pigweed/pw_package/
Ddocs.rst29 Installs ``<package-name>``. Exactly how this works is package-dependent,
/external/rust/crates/regex-syntax/src/hir/
Dprint.rs185 hir::RepetitionRange::Exactly(m) => { in visit_post()

12345