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

<<11121314151617

  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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
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...]
  /external/epid-sdk/ext/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
4099 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /external/googletest/googletest/src/
gtest.cc 31 // The Google C++ Testing and Mocking Framework (Google Test)
150 // A test whose test suite name or test name matches this filter is
154 // A test suite whose name matches this filter is considered a death
155 // test suite and will be run before test suites whose name doesn't
159 // A test filter that matches everything.
167 // The environment variable name for the test shard index.
169 // The environment variable name for the total number of test shards
2665 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest.cc 32 // The Google C++ Testing Framework (Google Test)
136 // Indicates that this translation unit is part of Google Test's
158 // A test whose test case name or test name matches this filter is
162 // A test case whose name matches this filter is considered a death
163 // test case and will be run before test cases whose name doesn't
167 // A test filter that matches everything.
173 // The environment variable name for the test shard index
2648 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 31 // The Google C++ Testing and Mocking Framework (Google Test)
163 // A test whose test case name or test name matches this filter is
167 // A test case whose name matches this filter is considered a death
168 // test case and will be run before test cases whose name doesn't
172 // A test filter that matches everything.
180 // The environment variable name for the test shard index.
182 // The environment variable name for the total number of test shards
2684 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 32 // The Google C++ Testing Framework (Google Test)
136 // Indicates that this translation unit is part of Google Test's
158 // A test whose test case name or test name matches this filter is
162 // A test case whose name matches this filter is considered a death
163 // test case and will be run before test cases whose name doesn't
167 // A test filter that matches everything.
173 // The environment variable name for the test shard index
2647 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest.cc 32 // The Google C++ Testing Framework (Google Test)
136 // Indicates that this translation unit is part of Google Test's
158 // A test whose test case name or test name matches this filter is
162 // A test case whose name matches this filter is considered a death
163 // test case and will be run before test cases whose name doesn't
167 // A test filter that matches everything.
173 // The environment variable name for the test shard index
2647 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Monster.lua 83 function Monster_mt:Test()
96 local obj = require('MyGame.Example.Test').New()
327 local obj = require('MyGame.Example.Test').New()
534 function Monster.AddTest(builder, test) builder:PrependUOffsetTRelativeSlot(8, test, 0) end
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 188 Test,
    [all...]
  /external/u-boot/doc/
README.x86 405 Test with coreboot
441 Test with QEMU for bare mode
443 QEMU is a fancy emulator that can enable us to test U-Boot without access to
444 a real x86 board. Please make sure your QEMU version is 2.3.0 or above test
842 Test with SeaBIOS
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessTexturesTests.cpp 2 * OpenGL Conformance Test Suite
30 /* Uncomment this if SubImageErrorsTest crashes during negative test of TextureSubImage (negative value width/height/depth passed to the function). */
65 /******************************** Creation Test Implementation ********************************/
67 /** @brief Creation Test constructor.
72 : deqp::TestCase(context, "textures_creation", "Texture Objects Creation Test")
77 /** @brief Iterate Creation Test cases.
722 /******************************** Buffer Test Implementation ********************************/
724 /** @brief Buffer Test constructor.
731 * @param [in] name Name of the test.
735 : deqp::TestCase(context, name, "Texture Buffer Objects Test")
    [all...]
  /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/googletest/googletest/test/
gtest_unittest.cc 31 // Tests for Google Test itself. This verifies that the basic constructs of
32 // Google Test work.
39 TEST(CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded) {
76 class StreamingListenerTest : public Test {
98 TestInfo test_info_obj_; // The name test_info_ was taken by testing::Test.
151 // that are needed to test it.
176 class UnitTestRecordPropertyTestHelper : public Test {
219 using testing::Test;
312 TEST(GetRandomSeedFromFlagTest, HandlesZero) {
318 TEST(GetRandomSeedFromFlagTest, PreservesValidSeed)
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py 10 from test import support
51 # for pickle test and subclass tests
194 class Test(Enum):
200 set(dir(Test)),
204 set(dir(Test.this)),
357 self.assertRaises(TypeError, lambda: 'test' in self.Season.AUTUMN)
676 # now break BadPickle to test exception raising
1537 def test(self): member in class:TestEnum.test_subclass_duplicate_name.Base
1540 test = 1 variable in class:TestEnum.test_subclass_duplicate_name.Test
1547 def test(self): member in class:TestEnum.test_subclass_duplicate_name_dynamic.Base
1550 test = 1 variable in class:TestEnum.test_subclass_duplicate_name_dynamic.Test
    [all...]
test_inspect.py 27 from test.support import run_unittest, TESTFN, DirsOnSysPath, cpython_only
28 from test.support import MISSING_C_DOCSTRINGS, cpython_only
29 from test.support.script_helper import assert_python_ok, assert_python_failure
30 from test import inspect_fodder as mod
31 from test import inspect_fodder2 as mod2
32 from test import support
34 from test.test_import import _ready_to_import
45 # zipimport in the test_zipimport_support test module.
250 # Test general behaviour.
302 # Test named tuple field
819 def test(): function in function:TestClassesAndFunctions.test_getfullargspec_signature_attr
827 def test(a:'spam') -> 'ham': pass function in function:TestClassesAndFunctions.test_getfullargspec_signature_annos
831 def test(): pass function in function:TestClassesAndFunctions.test_getfullargspec_signature_annos
1959 def test(po, pk, pod=42, pkd=100, *args, ko, **kwargs): function in function:TestSignatureObject.test_signature_object
2029 def test(a): function in function:TestSignatureObject.test_signature_immutability
2040 def test(): function in function:TestSignatureObject.test_signature_on_noarg
2045 def test(a, b:'foo') -> 123: function in function:TestSignatureObject.test_signature_on_wargs
2053 def test(*, a:float, b:str) -> int: function in function:TestSignatureObject.test_signature_on_wkwonly
2061 def test(a, b:'foo'=10, *args:'bar', spam:'baz', ham=123, **kwargs:int): function in function:TestSignatureObject.test_signature_on_complex_args
2371 def test(): function in function:TestSignatureObject.test_signature_on_partial
2382 def test(a, b, *, c, d): function in function:TestSignatureObject.test_signature_on_partial
2424 def test(a, *args, b, **kwargs): function in function:TestSignatureObject.test_signature_on_partial
2471 def test(a, b, c:int) -> 42: function in function:TestSignatureObject.test_signature_on_partial
2586 def test(): member in class:TestSignatureObject.test_signature_on_partialmethod.Spam
2594 def test(it, a, *, c) -> 'spam': member in class:TestSignatureObject.test_signature_on_partialmethod.Spam
2610 def test(self: 'anno', x): member in class:TestSignatureObject.test_signature_on_partialmethod.Spam
2978 def test(a_po, *, b, **kwargs): function in function:TestSignatureObject.test_signature_str_positional_only
3003 def test() -> 42: function in function:TestSignatureObject.test_signature_replace_anno
3207 def test(): function in function:TestSignatureBind.test_signature_bind_empty
3221 def test(*args, **kwargs): function in function:TestSignatureBind.test_signature_bind_var
3234 def test(a, b, c): function in function:TestSignatureBind.test_signature_bind_just_args
3250 def test(a, b, c=10): function in function:TestSignatureBind.test_signature_bind_just_args
3255 def test(a=1, b=2, c=3): function in function:TestSignatureBind.test_signature_bind_just_args
3262 def test(*args): function in function:TestSignatureBind.test_signature_bind_varargs_order
3269 def test(a, b, c=3, *args): function in function:TestSignatureBind.test_signature_bind_args_and_varargs
3282 def test(**kwargs): function in function:TestSignatureBind.test_signature_bind_just_kwargs
3290 def test(a, b, c=3, **kwargs): function in function:TestSignatureBind.test_signature_bind_args_and_kwargs
3310 def test(*, foo): function in function:TestSignatureBind.test_signature_bind_kwonly
3317 def test(a, *, foo=1, bar): function in function:TestSignatureBind.test_signature_bind_kwonly
3323 def test(foo, *, bar): function in function:TestSignatureBind.test_signature_bind_kwonly
3350 def test(foo, *, bar, **bin): function in function:TestSignatureBind.test_signature_bind_kwonly
3365 def test(a, *args, b, z=100, **kwargs): function in function:TestSignatureBind.test_signature_bind_arguments
3381 def test(a_po, b_po, c_po=3, foo=42, *, bar=50, **kwargs): function in function:TestSignatureBind.test_signature_bind_positional_only
3411 def test(a, self, b): function in function:TestSignatureBind.test_signature_bind_with_self_arg
3420 def test(a, *args): function in function:TestSignatureBind.test_signature_bind_vararg_name
3429 def test(*args, **kwargs): function in function:TestSignatureBind.test_signature_bind_vararg_name
    [all...]
test_typing.py 28 from test import mod_generics_cache
    [all...]
  /external/v8/src/arm/
simulator-arm.cc     [all...]
  /external/flatbuffers/tests/
monster_test_generated.js 189 MyGame.Example.Test = function() {
204 * @returns {MyGame.Example.Test}
206 MyGame.Example.Test.prototype.__init = function(i, bb) {
215 MyGame.Example.Test.prototype.a = function() {
223 MyGame.Example.Test.prototype.mutate_a = function(value) {
237 MyGame.Example.Test.prototype.b = function() {
245 MyGame.Example.Test.prototype.mutate_b = function(value) {
262 MyGame.Example.Test.createTest = function(builder, a, b) {
500 * @param {MyGame.Example.Test=} obj
501 * @returns {MyGame.Example.Test|null
1040 MyGame.Example.Monster.prototype.test = function(obj) { method in class:MyGame.Example.Monster
    [all...]
monster_test_generated.h 24 struct Test;
55 bool operator==(const Test &lhs, const Test &rhs);
511 FLATBUFFERS_MANUALLY_ALIGNED_STRUCT(2) Test FLATBUFFERS_FINAL_CLASS {
518 Test() {
519 memset(static_cast<void *>(this), 0, sizeof(Test));
521 Test(int16_t _a, int8_t _b)
540 FLATBUFFERS_STRUCT_END(Test, 4);
542 inline bool operator==(const Test &lhs, const Test &rhs)
1023 AnyUnion test; member in struct:MyGame::Example::MonsterT
1234 const void *test() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 207 milliseconds

<<11121314151617