HomeSort by relevance Sort by last modified time
    Searched defs:Test (Results 301 - 325 of 400) sorted by null

<<111213141516

  /external/clang/test/SemaCXX/
typo-correction.cpp 49 // Test the improvement from passing a callback object to CorrectTypo in
74 // Test the improvement from passing a callback object to CorrectTypo in
84 // Test the improvement from passing a callback object to CorrectTypo in
91 // Test the typo-correction callback in Sema::DiagnoseUnknownTypeName.
113 // Test the typo-correction callback in Sema::DiagnoseInvalidRedeclaration.
122 // Test the improved typo correction for the Parser::ParseCastExpr =>
134 // Test the typo-correction callback in BuildRecoveryCallExpr.
138 void Test() {
186 void test() { function in class:ClashTool
216 void test() { function in namespace:PR13051
282 void test() { function in namespace:b6956809_test2
298 void test() { function in namespace:bogus_keyword_suggestion
351 void test(Foo F, int num) { function in namespace:TemplateFunction
384 void test() { function in namespace:class_member_typo_corrections
423 void test() { function in namespace:no_ns_before_dot
468 void test() { function in namespace:fix_class_name_qualifier
547 void test(Manager *m) { function in namespace:PR18852
564 void test() { function
578 void TypoB::test() { function in class:PR19681::TypoB
585 long test(bool a) { function in namespace:testWantFunctionLikeCasts
594 namespace test { namespace in namespace:testCXXDeclarationSpecifierParsing
607 int test(Foo f) { function in namespace:testNonStaticMemberHandling
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
60 #include "gtest/gtest-death-test.h"
62 #include "gtest/gtest-param-test.h"
65 #include "gtest/gtest-test-part.h"
66 #include "gtest/gtest-typed-test.h
    [all...]
  /external/gtest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
60 #include "gtest/gtest-death-test.h"
62 #include "gtest/gtest-param-test.h"
65 #include "gtest/gtest-test-part.h"
66 #include "gtest/gtest-typed-test.h
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java 8 package android.icu.dev.test.translit;
21 import android.icu.dev.test.TestFmwk;
36 * @test
37 * @summary Round trip test of Transliterator
42 //TODO - revisit test cases referencing FIX_ME
128 new Test("Katakana-Hiragana")
129 .test(KATAKANA, "[" + HIRAGANA + LENGTH + "]", "[" + HALFWIDTH_KATAKANA + LENGTH + "]", this, new Legal()); method
135 new Test("Latin-Hiragana")
136 .test("[a-zA-Z]", HIRAGANA, HIRAGANA_ITERATION, this, new Legal());
142 new Test("Latin-Katakana"
502 .test(latinForIndic, "[[[:Devanagari:][\\u094d][\\u0964\\u0965]" + minusDevAbb + "]&[:Age=4.1:]]", "[\\u0965\\u0904]", this, new LegalIndic()); method
1160 public void test(String srcRange, String trgtRange, method in class:RoundTripTest.Test
1163 test(srcRange, trgtRange, srcRange, rdtripExclusions, logger, legalSrc); method
1172 public void test(String srcRange, String trgtRange, String backtoSourceRange, method in class:RoundTripTest.Test
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java 7 package com.ibm.icu.dev.test.translit;
20 import com.ibm.icu.dev.test.TestFmwk;
33 * @test
34 * @summary Round trip test of Transliterator
38 //TODO - revisit test cases referencing FIX_ME
124 new Test("Katakana-Hiragana")
125 .test(KATAKANA, "[" + HIRAGANA + LENGTH + "]", "[" + HALFWIDTH_KATAKANA + LENGTH + "]", this, new Legal()); method
131 new Test("Latin-Hiragana")
132 .test("[a-zA-Z]", HIRAGANA, HIRAGANA_ITERATION, this, new Legal());
138 new Test("Latin-Katakana"
498 .test(latinForIndic, "[[[:Devanagari:][\\u094d][\\u0964\\u0965]" + minusDevAbb + "]&[:Age=4.1:]]", "[\\u0965\\u0904]", this, new LegalIndic()); method
1156 public void test(String srcRange, String trgtRange, method in class:RoundTripTest.Test
1159 test(srcRange, trgtRange, srcRange, rdtripExclusions, logger, legalSrc); method
1168 public void test(String srcRange, String trgtRange, String backtoSourceRange, method in class:RoundTripTest.Test
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
59 #include "gtest/gtest-death-test.h"
61 #include "gtest/gtest-param-test.h"
64 #include "gtest/gtest-test-part.h"
65 #include "gtest/gtest-typed-test.h
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
59 #include "gtest/gtest-death-test.h"
61 #include "gtest/gtest-param-test.h"
64 #include "gtest/gtest-test-part.h"
65 #include "gtest/gtest-typed-test.h
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
59 #include <gtest/gtest-death-test.h>
61 #include <gtest/gtest-param-test.h>
63 #include <gtest/gtest-test-part.h>
64 #include <gtest/gtest-typed-test.h
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 241 # Test a scalar.
256 # Helper used to test foreign messages and groups.
330 # Test simple, single-level nesting when we set a scalar.
386 # This test exercises the code path that does not use ReleaseMessage().
399 # This test exercises releasing a nested message that is lazy. This test
412 # Test nesting when we add an element to a repeated field in a submessage.
419 # Do the same test, but with a repeated composite field within the
427 # Test nesting many levels deep.
678 # TODO(robinson): Test all other scalar field types
    [all...]
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 7 #include "util/test.h"
15 void Test();
23 void Test() {
38 LOG(INFO) << "test passed\n";
136 // to test worst-case search behavior.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
60 #include "gtest/gtest-death-test.h"
62 #include "gtest/gtest-param-test.h"
65 #include "gtest/gtest-test-part.h"
66 #include "gtest/gtest-typed-test.h
    [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 85 static const cricket::RelayCredentials kRelayCredentials("test", "test");
113 // This test simulates 2 P2P endpoints that want to establish connectivity
115 // specified in each individial test.
123 // form of connectivity to the other side. The test checks that the P2P
127 // specialized test behavior.
128 class P2PTransportChannelTestBase : public testing::Test,
309 "test content name", component, NULL, GetAllocator(endpoint));
454 // local to stun based on the test type.
459 // TODO(ronghuawu): Refine the test criteria
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce.java 17 /* UT_reduce_backward.java is a much simpler version of this test
19 * reference), whereas this test case exercises the pragmas before
23 package com.android.rs.test;
952 public final Test test; field in class:UT_reduce.TestDescription
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
60 #include "gtest/gtest-death-test.h"
62 #include "gtest/gtest-param-test.h"
65 #include "gtest/gtest-test-part.h"
66 #include "gtest/gtest-typed-test.h
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
73 // The Google C++ Testing Framework (Google Test)
106 // Utilities for testing Google Test itself and code that uses Google Test
107 // (e.g. frameworks built on top of Google Test).
115 // This helper class can be used to mock out Google Test failure reporting
116 // so that we can test Google Test or code that builds on Google Test
3801 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
78 // The Google C++ Testing Framework (Google Test)
111 // Utilities for testing Google Test itself and code that uses Google Test
112 // (e.g. frameworks built on top of Google Test).
120 // This helper class can be used to mock out Google Test failure reporting
121 // so that we can test Google Test or code that builds on Google Test
3817 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
73 // The Google C++ Testing Framework (Google Test)
106 // Utilities for testing Google Test itself and code that uses Google Test
107 // (e.g. frameworks built on top of Google Test).
115 // This helper class can be used to mock out Google Test failure reporting
116 // so that we can test Google Test or code that builds on Google Test
3629 Test* test = NULL; local
3648 Test* test = factory_->CreateTest(); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
73 // The Google C++ Testing Framework (Google Test)
106 // Utilities for testing Google Test itself and code that uses Google Test
107 // (e.g. frameworks built on top of Google Test).
115 // This helper class can be used to mock out Google Test failure reporting
116 // so that we can test Google Test or code that builds on Google Test
3801 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
73 // The Google C++ Testing Framework (Google Test)
106 // Utilities for testing Google Test itself and code that uses Google Test
107 // (e.g. frameworks built on top of Google Test).
115 // This helper class can be used to mock out Google Test failure reporting
116 // so that we can test Google Test or code that builds on Google Test
3801 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 32 // Tests for Google Test itself. This verifies that the basic constructs of
33 // Google Test work.
41 TEST(CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded) {
61 // Indicates that this translation unit is part of Google Test's
80 // that are needed to test it.
134 using testing::Test;
203 TEST(GetRandomSeedFromFlagTest, HandlesZero) {
209 TEST(GetRandomSeedFromFlagTest, PreservesValidSeed) {
217 TEST(GetRandomSeedFromFlagTest, NormalizesInvalidSeed) {
227 TEST(GetNextRandomSeedTest, WorksForValidInput)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 144 fail("Test 1: IOException expected.");
177 fail("Test 1: IOException expected.");
186 // Test for method void java.io.ObjectInputStream.close()
195 fail("Test 1: IOException expected.");
206 assertFalse("Test 1: Object resolving must be disabled by default.",
209 assertTrue("Test 2: enableResolveObject did not return the previous value.",
222 fail("Test 1: IOException expected.");
262 fail("Test 1: IOException expected.");
276 assertEquals("Test 1: Incorrect bytes read;",
284 fail("Test 2: EOFException expected.")
1002 Test test = new Test(); local
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 32 // Tests for Google Test itself. This verifies that the basic constructs of
33 // Google Test work.
40 TEST(CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded) {
70 // Indicates that this translation unit is part of Google Test's
83 // that are needed to test it.
138 using testing::Test;
226 TEST(GetRandomSeedFromFlagTest, HandlesZero) {
232 TEST(GetRandomSeedFromFlagTest, PreservesValidSeed) {
240 TEST(GetRandomSeedFromFlagTest, NormalizesInvalidSeed) {
250 TEST(GetNextRandomSeedTest, WorksForValidInput)
    [all...]
  /external/gtest/test/
gtest_unittest.cc 32 // Tests for Google Test itself. This verifies that the basic constructs of
33 // Google Test work.
40 TEST(CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded) {
70 // Indicates that this translation unit is part of Google Test's
84 class StreamingListenerTest : public Test {
105 TestInfo test_info_obj_; // The name test_info_ was taken by testing::Test.
158 // that are needed to test it.
183 class UnitTestRecordPropertyTestHelper : public Test {
226 using testing::Test;
315 TEST(GetRandomSeedFromFlagTest, HandlesZero)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimal.java 11 package android.icu.dev.test.bigdec;
15 import android.icu.dev.test.TestFmwk;
16 import android.icu.dev.test.TestUtil;
17 import android.icu.dev.test.TestUtil.JavaVendor;
55 /* 1998.07.15 new scaffolding (Minor Test class) -- see diagabs */
80 * The <code>DiagBigDecimal</code> class forms a standalone test suite for the
85 * embed the tests in an external test harness.
89 * {@link #main(java.lang.String[])} method, the run will end if any test fails
94 * used to signal the failure of a test group, and {@link DiagBigDecimal.Test},
    [all...]

Completed in 2762 milliseconds

<<111213141516