HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 651 - 675 of 7783) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button_unittest.mm 10 #include "testing/gtest/include/gtest/gtest.h"
11 #include "testing/platform_test.h"
13 // This test does not test what you'd think it does. Testing around event
  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.h 56 // Used for UX testing.
71 // Used for UX testing. Gives slot in which search engine was shown.
127 // If logos are to be displayed in random order. Used for UX testing.
  /external/chromium/net/websockets/
websocket_frame_handler_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
11 #include "testing/platform_test.h"
  /external/chromium/testing/gtest/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
110 } // namespace testing
  /external/chromium/testing/gtest/test/
gtest-linked_ptr_test.cc 40 using testing::Message;
41 using testing::internal::linked_ptr;
64 class LinkedPtrTest : public testing::Test {
gtest_color_test_.cc 32 // A helper program for testing how Google Test determines whether to use
49 using testing::internal::ShouldUseColor;
59 testing::InitGoogleTest(&argc, argv);
gtest_throw_on_failure_ex_test.cc 54 testing::GTEST_FLAG(throw_on_failure) = true;
82 testing::InitGoogleTest(&argc, argv);
85 // other testing frameworks, as long as they initialize Google Test
  /external/gtest/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
124 } // namespace testing
  /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_throw_on_failure_ex_test.cc 54 testing::GTEST_FLAG(throw_on_failure) = true;
82 testing::InitGoogleTest(&argc, argv);
85 // other testing frameworks, as long as they initialize Google Test
  /external/llvm/utils/unittest/googletest/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
110 } // namespace testing
  /external/netcat/
netcat.blurb 28 Server testing, simulation, debugging, and hijacking
29 Firewall testing
31 Network performance testing
  /external/protobuf/gtest/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
120 } // namespace testing
  /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_throw_on_failure_ex_test.cc 54 testing::GTEST_FLAG(throw_on_failure) = true;
82 testing::InitGoogleTest(&argc, argv);
85 // other testing frameworks, as long as they initialize Google Test
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
class-005.js 22 * SUMMARY: Testing the internal [[Class]] property of user-defined types.
25 * Same as class-001.js - but testing user-defined types here, not native types.
34 var summary = 'Testing the internal [[Class]] property of user-defined types';
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/
regress-83532-001.js 22 * SUMMARY: Testing that we don't crash on switch case -1...
28 var summary = "Testing that we don't crash on switch case -1";
40 // Just testing that we don't crash on these -
regress-83532-002.js 22 * SUMMARY: Testing that we don't crash on switch case -1...
28 var summary = "Testing that we don't crash on switch case -1";
41 // Just testing that we don't crash on these -
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
flags.js 41 // testing optional flag 'i'
48 // testing optional flag 'g'
55 // testing optional flags 'g' and 'i'
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-193418.js 14 * The Original Code is JavaScript Engine testing utilities.
38 * SUMMARY: Testing empty blocks
46 var summary = 'Testing empty blocks';
regress-44009.js 23 * SUMMARY: Testing that we don't crash on obj.toSource()
27 var summary = "Testing that we don't crash on obj.toSource()";
57 // We're just testing that we don't crash by doing this -
  /external/webrtc/src/common_audio/vad/main/test/unit_test/
unit_test.cc 21 class VadEnvironment : public ::testing::Environment {
118 ::testing::InitGoogleTest(&argc, argv);
120 ::testing::AddGlobalTestEnvironment(env);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEParameterSpecTest.java 38 * PBEParameterSpec(byte[] salt, int iterationCount) method testing.
61 * getSalt() method testing. Tests that returned salt is equal
81 * getIterationCount() method testing. Tests that returned value is equal
  /libcore/luni/src/test/java/tests/api/javax/security/cert/
CertificateTest.java 42 * The stub class used for testing of non abstract methods.
80 * equals(Object obj) method testing. Tests the correctness of equal
138 * hashCode() method testing.
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpathplus 33 # General testing info:
38 # Rename testing info:
42 # Target not made testing info:

Completed in 434 milliseconds

<<21222324252627282930>>