/external/webrtc/modules/audio_coding/test/ |
D | TestVADDTX.cc | 122 const int* expects) { in Run() argument 167 switch (expects[i]) { in Run() 216 int expects[] = {-1, 1, expect_vad_packets ? 1 : -1, 0, 0}; in Test() local 224 out_filename.str(), !new_outfile, expects); in Test() 229 int expects[] = {0, 0, 0, 0, 0}; in Perform() local 240 expects[static_cast<int>(AudioFrameType::kEmptyFrame)] = 0; in Perform() 241 expects[static_cast<int>(AudioFrameType::kAudioFrameSpeech)] = 1; in Perform() 242 expects[static_cast<int>(AudioFrameType::kAudioFrameCN)] = 1; in Perform() 244 out_filename, false, expects); in Perform() 249 expects[static_cast<int>(AudioFrameType::kEmptyFrame)] = 1; in Perform() [all …]
|
/external/webrtc/modules/audio_coding/neteq/ |
D | neteq_network_stats_unittest.cc | 196 void CheckNetworkStatistics(NetEqNetworkStatsCheck expects) { in CheckNetworkStatistics() argument 201 switch (expects.x) { \ in CheckNetworkStatistics() 203 EXPECT_EQ(stats.x, expects.stats_ref.x); \ in CheckNetworkStatistics() 206 EXPECT_LT(stats.x, expects.stats_ref.x); \ in CheckNetworkStatistics() 209 EXPECT_GT(stats.x, expects.stats_ref.x); \ in CheckNetworkStatistics() 230 void RunTest(int num_loops, NetEqNetworkStatsCheck expects) { in RunTest() argument 257 CheckNetworkStatistics(expects); in RunTest() 263 NetEqNetworkStatsCheck expects = {kIgnore, // current_buffer_size_ms in DecodeFecTest() local 275 RunTest(50, expects); in DecodeFecTest() 279 expects.stats_ref.packet_loss_rate = 1337; in DecodeFecTest() [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | vxlan_bridge_1q.sh | 487 local -a expects=("${@}") 509 local expect=${expects[$key]} 527 local -a expects=("${@}") 567 local -a expects=(0 0 0 0 0) 568 expects[$hit_idx]=10 616 local -a expects=(0 0 0 0 0) 624 expects[0]=10; expects[1]=10; expects[3]=10 634 expects[0]=10; expects[1]=0; expects[3]=0 644 expects[0]=10; expects[1]=10; expects[3]=10 654 expects[0]=10; expects[1]=10; expects[3]=10 [all …]
|
/external/llvm-project/mlir/test/Dialect/SCF/ |
D | invalid.mlir | 51 // expected-error@+1 {{expects region #0 to have 0 or 1 blocks}} 95 // expected-error@+1 {{expects region #0 to have 0 or 1 blocks}} 130 …// expected-error@+1 {{'scf.parallel' op expects arguments for the induction variable to be of ind… 142 …// expected-error@+1 {{'scf.parallel' op expects the same number of induction variables: 2 as boun… 175 // expected-error@+1 {{expects number of results: 0 to be the same as number of reductions: 1}} 190 // expected-error@+2 {{expects number of results: 1 to be the same as number of reductions: 0}} 202 …// expected-error@+1 {{expects number of results: 1 to be the same as number of initial values: 0}} 218 // expected-error@+1 {{expects type of reduce: 'index' to be the same as result type: 'f32'}} 230 // expected-error@+1 {{expects parent op 'scf.parallel'}} 258 // expected-error@+1 {{expects two arguments to reduce block of type 'f32'}} [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_device_ops_invalid.mlir | 6 // expected-error@-1 {{'tf_device.replicate' expects 'n' to be at least 2, got 1}} 17 // expected-error@-1 {{'tf_device.replicate' expects number of operands for replicated input 0 to b… 29 // expected-error@-1 {{use of value '%arg0' expects different type than prior uses: 'tensor<*xf32>'… 39 // expected-error@-1 {{custom op 'tf_device.replicate' expects a single block region}} 52 // expected-error@-1 {{custom op 'tf_device.replicate' expects a tf_device.return terminator}} 73 // expected-error@-1 {{'tf_device.replicate' op expects a non-empty block}} 85 // expected-error@-1 {{'tf_device.replicate' op expects regions to end with 'tf_device.return', fou… 109 // expected-error@-1 {{'tf_device.replicate' op expects number of devices (2) to be equal to 'n' (3… 121 // expected-error@-1 {{'tf_device.replicate' op expects number of devices (2) to be equal to 'n' (3… 132 // expected-error@-1 {{'tf_device.replicate' op expects number of replicated inputs (4) to be evenl… [all …]
|
D | tf_executor_ops_invalid.mlir | 30 // expected-error@-1 {{'tf_executor.graph' op expects a non-empty block}} 64 // expected-error@-1 {{custom op 'tf_executor.graph' expects a tf_executor.fetch terminator}} 76 // expected-error@-1 {{'tf_executor.fetch' op expects parent op 'tf_executor.graph'}} 85 // expected-error@+2 {{'tf_executor.graph' op expects regions to end with 'tf_executor.fetch', foun… 109 // expected-error@-1 {{custom op 'tf_executor.graph' expects a single block region}} 179 // expected-error@-1 {{'tf_executor.island' op expects parent op 'tf_executor.graph'}} 226 // expected-error@-1 {{'tf_executor.island' op expects a non-empty block}} 239 // expected-error@-1 {{expects body without any arguments}} 253 // expected-error@-1 {{'tf_executor.island' op expects regions to end with 'tf_executor.yield', fou… 267 // expected-error@-1 {{'tf_executor.yield' op expects parent op 'tf_executor.island'}} [all …]
|
D | readonly_references_to_resources.mlir | 60 …// expected-error @+1 {{'tf.VariableV2' op expects all users to be 'tf.Identity', but got user tf.… 82 …// expected-error @+1 {{'tf.VariableV2' op expects variable name in '_class' attribute, but got ["… 93 …// expected-error @+1 {{'tf.VariableV2' op expects only one named location in '_class' attribute, …
|
/external/llvm-project/mlir/test/Dialect/Affine/ |
D | load-store-invalid.mlir | 4 // expected-error@+1 {{expects the number of subscripts to be equal to memref rank}} 11 // expected-error@+1 {{op expects as many subscripts as affine map inputs}} 19 // expected-error@+1 {{expects the number of subscripts to be equal to memref rank}} 26 // expected-error@+1 {{op expects as many subscripts as affine map inputs}} 35 // expected-error@+1 {{expects the number of subscripts to be equal to memref rank}} 43 // expected-error@+1 {{op expects as many subscripts as affine map inputs}} 51 // expected-error@+1 {{expects the number of subscripts to be equal to memref rank}} 58 // expected-error@+1 {{op expects as many subscripts as affine map inputs}}
|
/external/llvm-project/clang/test/SemaOpenCLCXX/ |
D | address-space-lambda.cl | 16 …n not viable: 'this' object is in address space '__constant', but method expects object in address… 35 …on not viable: 'this' object is in address space '__private', but method expects object in address… 43 …n not viable: 'this' object is in address space '__constant', but method expects object in address… 50 …n not viable: 'this' object is in address space '__constant', but method expects object in address… 61 …nction not viable: 'this' object is in default address space, but method expects object in address… 62 …nction not viable: 'this' object is in default address space, but method expects object in address…
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | tli-nobuiltin.ll | 4 ; Regular run: expects fprintf to be turned into fwrite 9 ; Freestanding run: expects fprintf to NOT be turned into fwrite 17 ; Regular run: expects fprintf to be turned into fwrite 22 ; Freestanding run: expects fprintf to NOT be turned into fwrite
|
/external/llvm-project/llvm/examples/Bye/ |
D | CMakeLists.txt | 5 # The plugin expects to not link against the Support and Core libraries, 6 # but expects them to exist in the process loading the plugin. This doesn't
|
/external/llvm-project/llvm/test/tools/llvm-lipo/ |
D | thin-macho-binary.test | 4 # NO_OUTPUT: error: thin expects a single output file 7 # MULTIPLE_INPUT_OBJ: thin expects a single input file
|
D | replace-invalid-input.test | 6 # MISSING_ARG: error: replace is missing an argument: expects -replace arch_type file_name 9 # OUTPUT_FILE: error: replace expects a single output file to be specified 12 # INPUT_ARGS: error: replace expects a single input file
|
/external/llvm-project/mlir/test/IR/ |
D | invalid-module-op.mlir | 30 // expected-error@below {{expects regions to end with 'module_terminator'}} 41 // expected-error@+1 {{expects parent op 'module'}}
|
/external/pigweed/pw_build/ |
D | pigweed_toolchain_upstream.bzl | 18 The bazel embedded toolchain expects two targets injected_headers 26 The bazel-embedded package expects to be able to access these 68 toolchain expects to find two targets;
|
/external/mesa3d/src/amd/compiler/tests/ |
D | README.md | 15 - A sequence of spaces in the pattern expects a sequence of spaces or tabs in the output. 16 - A `#` in the pattern expects an unsigned integer in the output. The `#` can be followed by an ide… 18 - A `%` in the pattern followed by an identifier is the same as a `#` but it expects a `%` before t…
|
/external/llvm-project/llvm/unittests/Passes/ |
D | CMakeLists.txt | 10 # The plugin expects to not link against the Support and Core libraries, 11 # but expects them to exist in the process loading the plugin. This doesn't
|
/external/autotest/server/site_tests/provision_CheetsUpdate/ |
D | control | 15 This test expects android build full name as a local env variable |value| or 21 This test expects test servers are equipped with ssh keys to talk to lab DUTs
|
/external/llvm-project/llvm/test/MachineVerifier/ |
D | test_g_sext_inreg.mir | 29 ; CHECK: *** Bad machine code: G_SEXT_INREG expects an immediate operand #2 *** 33 ; CHECK: *** Bad machine code: G_SEXT_INREG expects an immediate operand #2 ***
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_InitializeTableFromTextFileV2.pbtxt | 51 - A value of -1 means use the line number(starting from zero), expects `int64`. 52 - A value of -2 means use the whole line content, expects `string`.
|
D | api_def_InitializeTableFromTextFile.pbtxt | 49 - A value of -1 means use the line number(starting from zero), expects `int64`. 50 - A value of -2 means use the whole line content, expects `string`.
|
/external/libchrome/mojo/public/interfaces/bindings/tests/data/validation/ |
D | conformance_msghdr_missing_request_id.data | 5 [u4]1 // flags: This is a response message which expects to
|
/external/boringssl/src/third_party/fiat/ |
D | BUILD.gn | 2 # extra README.chromium file. The script expects README.chromium files to be
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | inline-asm-bad-constraint-n.ll | 5 ; CHECK: error: constraint 'n' expects an integer constant expression
|
/external/llvm-project/llvm/test/CodeGen/MIR/X86/ |
D | subreg-on-physreg.mir | 10 ; CHECK: [[@LINE+1]]:19: subregister index expects a virtual register
|