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

1 2 34 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
string-charcodeat.js 33 return "Te" + "st testing 123";
41 a += "ting testing 123";
47 return "testing Testing testing 123456789012345".substring(8, 22);
52 return "Testing testing 123";
56 return "Te" + "\u1234t testing 123";
64 a += "ting testing 123";
70 return "Te\u1234t testing testing 123".substring(0, 14)
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
84 namespace testing { namespace
196 // testing::AssertionResult IsEven(const char* expr, int n) {
197 // if ((n % 2) == 0) return testing::AssertionSuccess();
202 // return testing::AssertionFailure(msg);
251 // class FooTest : public testing::Test {
    [all...]
  /external/webkit/LayoutTests/storage/domstorage/events/resources/
eventTestHarness.js 29 // When we're done testing LocalStorage, this is run.
41 // When we're done testing with SessionStorage, this is run.
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 26 @ Test for NaN with a second comparison. EABI forbids testing bit
TEMPLATE_CMPL_FLOAT.S 44 @ Test for NaN with a second comparison. EABI forbids testing bit
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 61 // Macros indicating the name of the Google C++ Testing Framework project:
277 namespace testing { namespace
400 ::testing::internal::GTestLog(\
401 ::testing::internal::GTEST_##severity, __FILE__, __LINE__, \
402 (::testing::Message() << (msg)).GetString().c_str())
591 extern ::testing::internal::Int32 GTEST_FLAG(name)
593 extern ::testing::internal::String GTEST_FLAG(name)
599 ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
601 ::testing::internal::String GTEST_FLAG(name) = (default_val)
618 } // namespace testing
    [all...]
gtest-filepath.h 37 // This file is #included in testing/base/internal/gtest-internal.h
45 namespace testing { namespace
154 } // namespace testing
  /external/gtest/samples/
sample7_unittest.cc 45 using ::testing::TestWithParam;
46 using ::testing::Values;
sample6_unittest.cc 59 class PrimeTableTest : public testing::Test {
79 using testing::Types;
142 using testing::Types;
  /external/protobuf/gtest/samples/
sample7_unittest.cc 45 using ::testing::TestWithParam;
46 using ::testing::Values;
sample6_unittest.cc 59 class PrimeTableTest : public testing::Test {
79 using testing::Types;
142 using testing::Types;
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 32 // The Google C++ Testing Framework (Google Test)
70 // Google Test defines the testing::Message class to allow construction of
72 // streamable to std::ostream can be streamed to a testing::Message.
83 // namespace, but not other namespaces, including the testing
88 // testing::Message must access the custom << operator from the global
100 namespace testing { namespace
160 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
516 // Returns the type ID of ::testing::Test. Always call this instead
517 // of GetTypeId< ::testing::Test>() to get the type ID of
518 // ::testing::Test, as the latter may give the wrong result due to
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 32 // The Google C++ Testing Framework (Google Test)
70 // Google Test defines the testing::Message class to allow construction of
72 // streamable to std::ostream can be streamed to a testing::Message.
83 // namespace, but not other namespaces, including the testing
88 // testing::Message must access the custom << operator from the global
100 namespace testing { namespace
165 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
517 // Returns the type ID of ::testing::Test. Always call this instead
518 // of GetTypeId< ::testing::Test>() to get the type ID of
519 // ::testing::Test, as the latter may give the wrong result due to
    [all...]
gtest-port.h 472 namespace testing { namespace
608 ::testing::internal::GTestLog(\
609 ::testing::internal::GTEST_##severity, __FILE__, __LINE__, \
610 (::testing::Message() << (msg)).GetString().c_str())
867 ::testing::internal::GTestCheckProvider(\
876 extern ::testing::internal::Int32 GTEST_FLAG(name)
878 extern ::testing::internal::String GTEST_FLAG(name)
884 ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
886 ::testing::internal::String GTEST_FLAG(name) = (default_val)
903 } // namespace testing
    [all...]
  /external/gtest/test/
gtest-linked_ptr_test.cc 40 using testing::Message;
41 using testing::internal::linked_ptr;
64 class LinkedPtrTest : public testing::Test {
gtest-param-test_test.cc 55 using ::testing::AddGlobalTestEnvironment;
56 using ::testing::Bool;
57 using ::testing::Message;
58 using ::testing::Range;
59 using ::testing::TestWithParam;
60 using ::testing::Values;
61 using ::testing::ValuesIn;
64 using ::testing::Combine;
70 using ::testing::internal::ParamGenerator;
71 using ::testing::internal::UnitTestOptions
    [all...]
gtest-typed-test_test.cc 38 using testing::Test;
40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture
87 using testing::Types;
171 using testing::Types;
172 using testing::internal::TypedTestCasePState;
279 // For testing that the code between TYPED_TEST_CASE_P() and
286 // For testing that the code between TYPED_TEST_P() and
  /external/protobuf/gtest/test/
gtest-linked_ptr_test.cc 40 using testing::Message;
41 using testing::internal::linked_ptr;
64 class LinkedPtrTest : public testing::Test {
gtest-test-part_test.cc 37 using testing::Test;
38 using testing::TestPartResult;
39 using testing::TestPartResultArray;
45 // The test fixture for testing TestPartResult.
  /external/chromium/base/
cancellation_flag_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
14 #include "testing/platform_test.h"
56 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
  /external/chromium/googleurl/src/
gurl_test_main.cc 38 #include "testing/gtest/include/gtest/gtest.h"
92 ::testing::InitGoogleTest(&argc, argv);
  /external/chromium/net/base/
data_url_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
20 class DataURLTest : public testing::Test {
dns_util_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
10 class DNSUtilTest : public testing::Test {
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder_test.h 22 #include "testing.h"
30 class VCDiffDecoderTest : public testing::Test {

Completed in 1681 milliseconds

1 2 34 5 6 7 8 91011>>