Home
last modified time | relevance | path

Searched refs:expects (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc140 void CheckNetworkStatistics(NetEqNetworkStatsCheck expects) { in CheckNetworkStatistics() argument
145 switch (expects.x) {\ in CheckNetworkStatistics()
147 EXPECT_EQ(stats.x, expects.stats_ref.x);\ in CheckNetworkStatistics()
150 EXPECT_LT(stats.x, expects.stats_ref.x);\ in CheckNetworkStatistics()
153 EXPECT_GT(stats.x, expects.stats_ref.x);\ in CheckNetworkStatistics()
178 void RunTest(int num_loops, NetEqNetworkStatsCheck expects) { in RunTest() argument
200 CheckNetworkStatistics(expects); in RunTest()
206 NetEqNetworkStatsCheck expects = { in DecodeFecTest() local
221 RunTest(50, expects); in DecodeFecTest()
225 expects.stats_ref.packet_loss_rate = 1337; in DecodeFecTest()
[all …]
/external/webrtc/webrtc/modules/audio_coding/test/
DTestVADDTX.cc84 const int* expects) { in Run() argument
128 switch (expects[i]) { in Run()
198 int expects[] = {-1, 1, dtx_enabled_, 0, 0}; in Test() local
208 32000, 1, out_filename.str(), !new_outfile, expects); in Test()
244 int expects[] = {0, 1, 0, 0, 0}; in Perform() local
253 32000, 1, out_filename, false, expects); in Perform()
256 expects[kEmptyFrame] = 1; in Perform()
258 32000, 1, out_filename, true, expects); in Perform()
264 expects[kEmptyFrame] = 0; in Perform()
266 32000, 2, out_filename, false, expects); in Perform()
[all …]
DTestVADDTX.h69 std::string out_filename, bool append, const int* expects);
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dtli-nobuiltin.ll4 ; 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/u-boot/tools/patman/test/
Dtest01.txt9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
35 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
/external/autotest/server/site_tests/provision_CheetsUpdate/
Dcontrol15 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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_InitializeTableFromTextFile.pbtxt49 - 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`.
Dapi_def_InitializeTableFromTextFileV2.pbtxt51 - 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`.
/external/libchrome/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_msghdr_missing_request_id.data5 [u4]1 // flags: This is a response message which expects to
/external/ltp/pan/cgi/
DREADME6 A directory that contains all output. It expects file names in the format
40 side by side in a table. It expects to find .scanner files for the
/external/boringssl/src/third_party/fiat/
DBUILD.gn2 # extra README.chromium file. The script expects README.chromium files to be
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/
Dsubreg-on-physreg.mir10 ; CHECK: [[@LINE+1]]:19: subregister index expects a virtual register
Dregister-operand-class-invalid0.mir11 ; CHECK: [[@LINE+1]]:10: register class specification expects a virtual register
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-ar/
Ddefault-macho.test7 Ensure that we generate a BSD style archive for MachO by default. ld64 expects
Ddefault-elf.test8 expects that it will be in GNU format.
Ddefault-coff.test8 expects that it will be in GNU format. The lib format on Windows is compatible
/external/llvm/test/tools/llvm-ar/
Ddefault-macho.test7 Ensure that we generate a BSD style archive for MachO by default. ld64 expects
Ddefault-elf.test8 expects that it will be in GNU format.
Ddefault-coff.test8 expects that it will be in GNU format. The lib format on Windows is compatible
/external/cmockery/cmockery_0_1_2/m4/
Dstl_namespace.m41 # We check what namespace stl code like vector expects to be executed in
/external/autotest/client/site_tests/power_Thermal/
Dcontrol14 DOC = """This is a test which changes the temperature theshold and expects
/external/flatbuffers/tests/docker/
DTODO.Dockerfile.testing.php.hhvm_2019_01_163 …idArgumentException' with message 'Google\FlatBuffers\ByteBuffer::getX() expects parameter 1 by re…
/external/autotest/server/site_tests/power_WakeSources/
Dcontrol5 # Test expects to be run on a jailbroken device in developer mode.
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt361 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
367 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
378 - sends tunneled EAP-Success with MPPE keys and expects the authentication to
384 - sends tunneled EAP-Success with MPPE keys and expects to receive TLS ACK
389 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
/external/autotest/server/site_tests/network_StressServoEthernetPlug/
Dcontrol5 # Test expects to be run on a jailbroken device in developer mode.

12345678910>>...14