/external/webrtc/pc/ |
D | proxy_unittest.cc | 22 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 …]
|
D | media_stream_unittest.cc | 29 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/ |
D | aec_dump_integration_test.cc | 22 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/ |
D | gmock-cardinalities_test.cc | 48 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/ |
D | audio_mixer_impl_unittest.cc | 30 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/ |
D | attr-amdgpu-waves-per-eu.ll | 3 ; 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/ |
D | basic.ll | 60 ; 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/ |
D | string.rst | 93 | :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 |
|
D | unicode.rst | 265 | :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/ |
D | syntax-error2.xkb | 3 interpret ISO_Level2_Latch+Exactly(Shift) {
|
/external/llvm-project/llvm/test/tools/llvm-rc/ |
D | flags.test | 4 ; FO-NOT: Exactly one input file should be provided.
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-cardinalities.h | 140 GTEST_API_ Cardinality Exactly(int n);
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-cardinalities.h | 146 GTEST_API_ Cardinality Exactly(int n);
|
/external/perfetto/bazel/ |
D | rules.bzl | 97 # 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/ |
D | gmock-cardinalities.cc | 153 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly() function
|
/external/llvm-project/llvm/utils/unittest/googlemock/src/ |
D | gmock-cardinalities.cc | 154 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly() function
|
/external/libxkbcommon/fuzz/keymap/testcases/ |
D | input.xkb | 23 interpret ISO_Level2_Latch+Exactly(Shift){
|
/external/clang/test/SemaOpenCL/ |
D | half.cl | 26 // Exactly the same as above but with the cl_khr_fp16 extension enabled.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_FixedUnigramCandidateSampler.pbtxt | 66 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/ |
D | half.cl | 31 // Exactly the same as above but with the cl_khr_fp16 extension enabled.
|
/external/libwebm/webm_parser/tests/ |
D | block_parser_test.cc | 26 using testing::Exactly; 573 : Exactly(1)) in SetExpectations()
|
/external/skia/site/docs/user/api/ |
D | skcanvas_overview.md | 37 The code above will draw a rectangle rotated by 45 degrees. Exactly
|
/external/skqp/site/user/api/ |
D | skcanvas_overview.md | 30 The code above will draw a rectangle rotated by 45 degrees. Exactly
|
/external/pigweed/pw_package/ |
D | docs.rst | 29 Installs ``<package-name>``. Exactly how this works is package-dependent,
|
/external/rust/crates/regex-syntax/src/hir/ |
D | print.rs | 185 hir::RepetitionRange::Exactly(m) => { in visit_post()
|