HomeSort by relevance Sort by last modified time
    Searched refs:DoTest (Results 1 - 25 of 28) sorted by null

1 2

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_tensor_coding_test.cc 56 void DoTest(DataType dt) {
81 DoTest<float>(DT_FLOAT);
82 DoTest<double>(DT_DOUBLE);
83 DoTest<int32>(DT_INT32);
84 DoTest<uint16>(DT_UINT16);
85 DoTest<uint8>(DT_UINT8);
86 DoTest<int16>(DT_INT16);
87 DoTest<int8>(DT_INT8);
88 DoTest<complex64>(DT_COMPLEX64);
89 DoTest<complex128>(DT_COMPLEX128)
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_cpu_test.h 24 int DoTest();
voe_stress_test.h 27 int DoTest();
voe_standard_test.cc 246 result = stressTest.DoTest();
249 result = cpuTest.DoTest();
voe_cpu_test.cc 43 int VoECpuTest::DoTest() {
voe_stress_test.cc 54 int VoEStressTest::DoTest() {
  /external/tensorflow/tensorflow/core/distributed_runtime/
tensor_coding_test.cc 110 void DoTest(DataType dt) {
137 DoTest<float>(DT_FLOAT);
138 DoTest<double>(DT_DOUBLE);
139 DoTest<int32>(DT_INT32);
140 DoTest<uint16>(DT_UINT16);
141 DoTest<uint8>(DT_UINT8);
142 DoTest<int16>(DT_INT16);
143 DoTest<int8>(DT_INT8);
144 DoTest<complex64>(DT_COMPLEX64);
145 DoTest<complex128>(DT_COMPLEX128)
    [all...]
  /system/update_engine/
omaha_response_handler_action_unittest.cc 65 bool DoTest(const OmahaResponse& in,
69 // Pointer to the Action, valid after |DoTest|, released when the test is
112 bool OmahaResponseHandlerActionTest::DoTest(const OmahaResponse& in,
179 EXPECT_TRUE(DoTest(in, test_deadline_file, &install_plan));
206 EXPECT_TRUE(DoTest(in, test_deadline_file, &install_plan));
226 EXPECT_TRUE(DoTest(in, test_deadline_file, &install_plan));
241 EXPECT_FALSE(DoTest(in, "", &install_plan));
257 EXPECT_TRUE(DoTest(in, "", &install_plan));
281 EXPECT_TRUE(DoTest(in, "", &install_plan));
301 EXPECT_TRUE(DoTest(in, "", &install_plan))
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource_test.cc 109 void DoTest(const Message& msg, const Descriptor* descriptor) {
286 DoTest(empty, Book::descriptor());
324 DoTest(primitive, Primitive::descriptor());
340 DoTest(primitive, Primitive::descriptor());
348 DoTest(author, Author::descriptor());
364 DoTest(book, Book::descriptor());
382 DoTest(author, Author::descriptor());
386 DoTest(PreparePackedPrimitive(), PackedPrimitive::descriptor());
391 DoTest(PreparePackedPrimitive(), Primitive::descriptor());
396 DoTest(PrepareRepeatedPrimitive(), PackedPrimitive::descriptor())
    [all...]
json_stream_parser_test.cc 119 void DoTest(StringPiece json, int split, bool coerce_utf8 = false) {
148 DoTest(str, i);
156 DoTest(str, i);
164 DoTest(str, i);
173 DoTest(str, i);
181 DoTest(str, i);
190 DoTest(str, i);
198 DoTest(str, i);
206 DoTest(str, i);
214 DoTest(str, i)
    [all...]
  /system/update_engine/payload_consumer/
filesystem_verifier_action_unittest.cc 57 bool DoTest(bool terminate_early, bool hash_fail);
113 bool FilesystemVerifierActionTest::DoTest(bool terminate_early,
286 EXPECT_TRUE(DoTest(false, false));
291 EXPECT_TRUE(DoTest(false, true));
296 EXPECT_TRUE(DoTest(true, false));
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_func.cc 151 funcMgr.DoTest(testType);
func_test_manager.h 184 int32_t DoTest(const TestType testType);
  /external/protobuf/conformance/
conformance_cpp.cc 88 void DoTest(const ConformanceRequest& request, ConformanceResponse* response) {
177 DoTest(request, &response);
  /external/v8/src/full-codegen/
full-codegen.cc 337 codegen()->DoTest(this);
359 codegen()->DoTest(this);
385 codegen()->DoTest(this);
406 codegen()->DoTest(this);
456 void FullCodeGenerator::DoTest(const TestContext* context) {
457 DoTest(context->condition(),
784 DoTest(left, &discard, &restore, &restore);
786 DoTest(left, &restore, &discard, &restore);
802 DoTest(left, &discard, &done, &discard);
804 DoTest(left, &done, &discard, &discard)
    [all...]
full-codegen.h 197 void DoTest(Expression* condition,
201 void DoTest(const TestContext* context);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 390 void DoTest(int blocks_per_packet, int cng_pt) {
442 DoTest(k10MsBlocksPerPacket, kCngPayloadType);
453 DoTest(k10MsBlocksPerPacket, kCngPayloadType);
592 #define MAYBE_DoTest DoTest
701 #define MAYBE_DoTest DoTest
860 #define MAYBE_DoTest DoTest
    [all...]
  /external/google-styleguide/cpplint/
cpplint_unittest.py     [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 507 codegen()->DoTest(this);
554 codegen()->DoTest(this);
636 void FullCodeGenerator::DoTest(Expression* condition,
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 497 codegen()->DoTest(this);
544 codegen()->DoTest(this);
630 void FullCodeGenerator::DoTest(Expression* condition,
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 500 codegen()->DoTest(this);
547 codegen()->DoTest(this);
632 void FullCodeGenerator::DoTest(Expression* condition,
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 500 codegen()->DoTest(this);
547 codegen()->DoTest(this);
632 void FullCodeGenerator::DoTest(Expression* condition,
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 491 codegen()->DoTest(this);
535 codegen()->DoTest(this);
613 void FullCodeGenerator::DoTest(Expression* condition, Label* if_true,
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 486 codegen()->DoTest(this);
526 codegen()->DoTest(this);
595 void FullCodeGenerator::DoTest(Expression* condition, Label* if_true,
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 469 codegen()->DoTest(this);
523 codegen()->DoTest(this);
605 void FullCodeGenerator::DoTest(Expression* condition,
    [all...]

Completed in 795 milliseconds

1 2