HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 201 - 225 of 328) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/zlib/contrib/delphi/
zlibd32.mak 79 # testing
  /external/zlib/contrib/pascal/
zlibd32.mak 79 # testing
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 47 #include <google/protobuf/testing/file.h>
48 #include <google/protobuf/testing/googletest.h>
64 // A basic string with different escapable characters for testing.
74 class TextFormatTest : public testing::Test {
95 class TextFormatExtensionsTest : public testing::Test {
661 class TextFormatParserTest : public testing::Test {
    [all...]
repeated_field_unittest.cc 47 #include <google/protobuf/testing/googletest.h>
553 class RepeatedFieldIteratorTest : public testing::Test {
602 class RepeatedPtrFieldIteratorTest : public testing::Test {
702 class RepeatedPtrFieldPtrsIteratorTest : public testing::Test {
849 class RepeatedFieldInsertionIteratorsTest : public testing::Test {
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 44 #include <google/protobuf/testing/googletest.h>
92 SCOPED_TRACE(testing::Message() \
112 SCOPED_TRACE(testing::Message() \
126 class CodedStreamTest : public testing::Test {
    [all...]
zero_copy_stream_unittest.cc 35 // Testing strategy: For each type of I/O (array, string, file, etc.) we
70 #include <google/protobuf/testing/googletest.h>
71 #include <google/protobuf/testing/file.h>
91 class IoTest : public testing::Test {
112 // Similar to WriteStuff, but performs more sophisticated testing.
402 // Some ad-hoc testing of compression options.
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 497 @ Test for NaN with a second comparison. EABI forbids testing bit
539 @ Test for NaN with a second comparison. EABI forbids testing bit
599 @ Test for NaN with a second comparison. EABI forbids testing bit
659 @ Test for NaN with a second comparison. EABI forbids testing bit
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 30 // Utility functions and classes used by the Google C++ testing framework.
66 namespace testing { namespace
78 // library. This is solely for testing GetTestTypeId().
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 49 #include <google/protobuf/testing/googletest.h>
96 class ParserTest : public testing::Test {
703 // we are testing every possible error that Parser can generate because
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 263 <a href="<?cs var:toroot?>guide/topics/testing/index.html">
264 <span class="en">Testing</span>
269 <a href="<?cs var:toroot?>guide/topics/testing/testing_android.html">
270 <span class="en">Testing Fundamentals</span></a>
274 <a href="<?cs var:toroot?>guide/topics/testing/activity_testing.html">
275 <span class="en">Activity Testing</span></a>
279 <a href="<?cs var:toroot?>guide/topics/testing/contentprovider_testing.html">
280 <span class="en">Content Provider Testing</span></a>
284 <a href="<?cs var:toroot?>guide/topics/testing/service_testing.html">
285 <span class="en">Service Testing</span></a
    [all...]
  /system/media/opensles/tests/automated/
BufferQueue_test.cpp 71 // The fixture for testing class BufferQueue
72 class TestBufferQueue: public ::testing::Test {
462 testing::InitGoogleTest(&argc, argv);
  /external/chromium/base/
field_trial_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
12 class FieldTrialTest : public testing::Test {
histogram_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
16 class HistogramTest : public testing::Test {
id_map_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
11 class IDMapTest : public testing::Test {
pr_time_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
20 class PRTimeTest : public testing::Test {
string_tokenizer_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
11 class StringTokenizerTest : public testing::Test {};
worker_pool_linux_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
123 class LinuxDynamicThreadPoolTest : public testing::Test {
  /external/chromium/net/base/
registry_controlled_domain_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
27 // Creates a new dedicated instance to be used for testing, deleting any
41 class RegistryControlledDomainTest : public testing::Test {
  /external/chromium/net/
fetch_client.scons 45 env.Dir('$SRC_DIR/net/../testing/gtest/include')
208 env.Dir('$SRC_DIR/net/../testing/gtest/include')
fetch_server.scons 45 env.Dir('$SRC_DIR/net/../testing/gtest/include')
208 env.Dir('$SRC_DIR/net/../testing/gtest/include')
net_perftests.scons 46 env.Dir('$SRC_DIR/net/../testing/gtest/include')
213 env.Dir('$SRC_DIR/net/../testing/gtest/include')
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
14 class FtpCtrlResponseBufferTest : public testing::Test {
  /external/chromium/sdch/open-vcdiff/src/
codetable_test.cc 21 #include "testing.h"
26 class CodeTableTest : public testing::Test {
headerparser_test.cc 21 #include "testing.h"
29 class VCDiffHeaderParserTest : public testing::Test {
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 45 namespace testing { namespace
292 } // namespace testing

Completed in 1381 milliseconds

1 2 3 4 5 6 7 891011>>