/external/webkit/LayoutTests/storage/domstorage/localstorage/ |
string-conversion-expected.txt | 3 Testing implicit setters 7 Testing explicit setters 11 Testing index setters
|
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/ |
string-conversion-expected.txt | 3 Testing implicit setters 7 Testing explicit setters 11 Testing index setters
|
/dalvik/tests/040-miranda/src/ |
MirandaAbstract.java | 4 * Miranda testing.
|
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
pod-coverage.t | 8 plan skip_all => "Test::Pod::Coverage required for testing POD coverage: $@";
|
pod.t | 8 plan skip_all => "Test::Pod required for testing POD: $@";
|
/external/chromium/chrome/browser/debugger/manual_tests/resources/ |
mutate-frame.html | 5 div.textContent = "Testing " + (count++);
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
enterprise_enrollment_ui_unittest.cc | 6 #include "testing/gmock/include/gmock/gmock.h" 7 #include "testing/gtest/include/gtest/gtest.h" 10 using testing::HasSubstr; 11 using testing::Not;
|
/external/clang/test/CodeGen/ |
2002-06-25-FWriteInterfaceFailure.c | 8 fprintf(stderr, "testing\n");
|
/external/dropbear/libtomcrypt/notes/ |
tech0007.txt | 2 Quick building for testing with LTM
|
/external/elfutils/ |
THANKS | 5 Jakub Jelinek bug fixes, testing
|
/external/guava/guava-gwt/test/com/google/common/net/ |
testModule.gwt.xml | 5 <inherits name="com.google.common.escape.testing.Testing"/> 7 <inherits name="com.google.common.testing.Testing"/>
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
AbstractCollectionTestSuiteBuilder.java | 17 package com.google.common.collect.testing; 19 import com.google.common.collect.testing.testers.CollectionAddAllTester; 20 import com.google.common.collect.testing.testers.CollectionAddTester; 21 import com.google.common.collect.testing.testers.CollectionClearTester; 22 import com.google.common.collect.testing.testers.CollectionContainsAllTester; 23 import com.google.common.collect.testing.testers.CollectionContainsTester; 24 import com.google.common.collect.testing.testers.CollectionCreationTester; 25 import com.google.common.collect.testing.testers.CollectionEqualsTester; 26 import com.google.common.collect.testing.testers.CollectionIsEmptyTester; 27 import com.google.common.collect.testing.testers.CollectionIteratorTester [all...] |
/external/llvm/utils/lit/lit/ |
__init__.py | 1 """'lit' Testing Tool"""
|
/external/webkit/LayoutTests/fast/encoding/ |
invalid-xml-expected.txt | 0 Testing: invalid-xml-utf8.xml 4 Testing: invalid-xml-utf16.xml 7 Testing: invalid-xml-shift-jis.xml 10 Testing: invalid-xml-x-mac-thai.xml
|
/external/webkit/Source/WebCore/manual-tests/inspector/resources/ |
mutate-frame.html | 5 div.textContent = "Testing " + (count++);
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
enable.inp | 2 --enable-x11-testing=on
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionToStringTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER; 20 import static com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING; 21 import static com.google.common.collect.testing.features.CollectionSize.ONE; 22 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 25 import com.google.common.collect.testing.AbstractCollectionTester; 26 import com.google.common.collect.testing.Helpers; 27 import com.google.common.collect.testing.features.CollectionFeature; 28 import com.google.common.collect.testing.features.CollectionSize [all...] |
QueuePeekTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER; 20 import static com.google.common.collect.testing.features.CollectionSize.ONE; 21 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize; 30 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
|
/frameworks/base/docs/html/tools/testing/ |
contentprovider_testing.jd | 1 page.title=Content Provider Testing 2 parent.title=Testing 11 <a href="#DesignAndTest">Content Provider Design and Testing</a> 14 <a href="#ContentProviderTestAPI">The Content Provider Testing API</a> 41 <a href="{@docRoot}tools/testing/activity_test.html">Activity Testing Tutorial</a> 48 href="{@docRoot}tools/testing/testing_android.html"> 49 Testing Fundamentals</a> 52 <a href="{@docRoot}tools/testing/testing_eclipse.html"> 53 Testing From Eclipse with ADT</a [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncproto_unittest.cc | 6 #include "testing/gtest/include/gtest/gtest.h" 10 class SyncProtoTest : public testing::Test {
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-spi.h | 32 // Utilities for testing Google Test itself and code that uses Google Test 40 namespace testing { namespace 113 } // namespace testing 115 // A set of macros for testing Google Test assertions or code that's expected 144 ::testing::TestPartResultArray gtest_failures;\ 145 ::testing::internal::SingleFailureChecker gtest_checker(\ 146 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ 148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ 149 ::testing::ScopedFakeTestPartResultReporter:: \ 153 } while (::testing::internal::AlwaysFalse() [all...] |
/external/gtest/include/gtest/ |
gtest-spi.h | 32 // Utilities for testing Google Test itself and code that uses Google Test 40 namespace testing { namespace 113 } // namespace testing 115 // A set of macros for testing Google Test assertions or code that's expected 144 ::testing::TestPartResultArray gtest_failures;\ 145 ::testing::internal::SingleFailureChecker gtest_checker(\ 146 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ 148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ 149 ::testing::ScopedFakeTestPartResultReporter:: \ 153 } while (::testing::internal::AlwaysFalse() [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-spi.h | 32 // Utilities for testing Google Test itself and code that uses Google Test 40 namespace testing { namespace 113 } // namespace testing 115 // A set of macros for testing Google Test assertions or code that's expected 144 ::testing::TestPartResultArray gtest_failures;\ 145 ::testing::internal::SingleFailureChecker gtest_checker(\ 146 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ 148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ 149 ::testing::ScopedFakeTestPartResultReporter:: \ 153 } while (::testing::internal::AlwaysFalse() [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest-spi.h | 32 // Utilities for testing Google Test itself and code that uses Google Test 40 namespace testing { namespace 113 } // namespace testing 115 // A set of macros for testing Google Test assertions or code that's expected 144 ::testing::TestPartResultArray gtest_failures;\ 145 ::testing::internal::SingleFailureChecker gtest_checker(\ 146 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ 148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ 149 ::testing::ScopedFakeTestPartResultReporter:: \ 153 } while (::testing::internal::AlwaysFalse() [all...] |
/external/webkit/LayoutTests/fast/dom/TreeWalker/ |
acceptNode-filter-expected.txt | 6 Testing with raw function filter 13 Testing with object filter 20 Testing with null filter 24 Testing with undefined filter 28 Testing with object lacking acceptNode property 34 Testing with object with non-function acceptNode property 40 Testing with function having acceptNode function 44 Testing acceptNode callee
|