HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 551 - 575 of 8489) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl2_unittest.cc 24 #include "testing/gmock/include/gmock/gmock.h"
25 #include "testing/gtest/include/gtest/gtest.h"
32 using testing::_;
33 using testing::AtLeast;
34 using testing::DoAll;
35 using testing::DoDefault;
36 using testing::InSequence;
37 using testing::Invoke;
38 using testing::InvokeWithoutArgs;
39 using testing::InvokeWithoutArgs
    [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-function-mockers_test.cc 57 namespace testing { namespace
60 using testing::internal::string;
61 using testing::_;
62 using testing::A;
63 using testing::An;
64 using testing::AnyNumber;
65 using testing::Const;
66 using testing::DoDefault;
67 using testing::Eq;
68 using testing::Lt
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
91 namespace testing { namespace
148 // testing::AssertionResult IsEven(const char* expr, int n) {
149 // if ((n % 2) == 0) return testing::AssertionSuccess();
154 // return testing::AssertionFailure(msg);
203 // class FooTest : public testing::Test {
542 // testing::Environment* const foo_env =
543 // testing::AddGlobalTestEnvironment(new FooEnvironment);
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-function-mockers.h 46 namespace testing { namespace
52 // Note: class FunctionMocker really belongs to the ::testing
53 // namespace. However if we define it in ::testing, MSVC will
54 // complain when classes in ::testing::internal declare it as a
56 // FunctionMocker in ::testing::internal and import it into ::testing.
324 // is meant to be defined in the ::testing namespace. The following
326 // cannot handle it if we define FunctionMocker in ::testing.
331 #define GMOCK_RESULT_(tn, F) tn ::testing::internal::Function<F>::Result
335 #define GMOCK_ARG_(tn, F, N) tn ::testing::internal::Function<F>::Argument##
    [all...]
  /cts/suite/audio_quality/test/
SimpleScriptExecTest.cpp 22 class ScriptExecTest : public testing::Test {
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/
FinalClass.java 22 * examined through reflection and Class.forName as part of testing
NormalInterface.java 22 * examined through reflection and Class.forName as part of testing
  /cts/tests/assets/webkit/
test_br_tag.html 21 <h3>testing br tag</h3>
  /cts/tests/core/runner/
Android.mk 23 # include this package in the tests target for continuous testing
  /cts/tests/src/android/view/cts/
MenuInflaterStubActivity.java 23 * Stub activity for testing {@link MenuInflater}.
  /cts/tests/src/android/widget/cts/
MockPopupWindowStubActivity.java 26 * Stub activity for testing {@link PopupWindow}
RemoteViewsStubActivity.java 26 * Stub activity for testing {@link RemoteViews}
  /cts/tests/tests/webkitsecurity/assets/
doubleclick-crash.html 52 <!-- http://bugzilla.opendarwin.org/show_bug.cgi?id=3739 - only testing for crashing, not the actual results. -->
feComponentTransfer-style-crash.xhtml 25 <text x="20" y="20" filter="url(#f)" style="fill:green" id="out">TESTING</text>
  /dalvik/tests/049-show-object/src/
Main.java 4 * Some basic operations for testing the debugger.
  /external/android-mock/livetests/com/google/android/testing/mocking/testapp/
ClassToMock.java 16 package com.google.android.testing.mocking.testapp;
  /external/antlr/antlr-3.4/gunit/
README.txt 18 http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing
41 http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing
47 gUnit is an unit testing framework for ANTLR grammars. It provides a
49 similar to what jUnit does for unit testing.
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
junit.stg 54 assertEquals("testing rule "+<testTreeRuleName>, expecting, actual);
63 assertTrue("testing rule "+<testTreeRuleName>, <expecting>);
74 assertEquals("testing rule "+<testRuleName>, expecting, actual);
83 assertTrue("testing rule "+<testRuleName>, <expecting>);
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
PSourceTest.java 37 * PSpecified(byte[] p) method testing. Tests that NullPointerException
62 * getValue() method testing. Tests that returned array is equal to the
82 * PSource(String pSrcName) method testing. Tests that returned value is
95 * getAlgorithm() method testing. Tests that returned value is
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLEntryTest.java 42 * The stub class used for testing of non abstract methods.
91 * equals(Object other) method testing. Tests the correctness of equal
142 * hashCode() method testing. Tests that for equal objects hash codes
156 * getCertificateIssuer() method testing. Tests if the method throws
  /external/chromium/base/debug/
stack_trace_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
73 EXPECT_TRUE(backtrace_message.find("testing::Test::Run()") !=
103 // The test is used for manual testing, e.g., to see the raw output.
111 // The test is used for manual testing, e.g., to see the raw output.
  /external/chromium/base/
dir_reader_fallback.h 25 // Returns true if this is a no-op fallback class (for testing).
gtest_prod_util.h 9 #include "testing/gtest/include/gtest/gtest_prod.h"
task_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
  /external/chromium/base/memory/
ref_counted_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"

Completed in 708 milliseconds

<<21222324252627282930>>