OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tests
(Results
776 - 800
of
5234
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/embunit/src/
TestSuite.c
47
if (self->
tests
) {
49
test = self->
tests
[i];
60
if (self->
tests
) {
62
test = self->
tests
[i];
/external/gtest/samples/
sample3_unittest.cc
39
// all
tests
in a test case. Using a test fixture avoids duplicating
42
// that your
tests
need to invoke a lot.
46
// The
tests
share the test fixture in the sense of code sharing, not
51
// The reason for this design is that
tests
should be independent and
54
// another test, then the two
tests
should really be one big test.
113
// Declares the variables your
tests
want to use.
122
//
Tests
the default c'tor.
128
//
Tests
Dequeue().
146
//
Tests
the Queue::Map() function.
/external/gtest/test/
gtest-param-test2_test.cc
32
//
Tests
for Google Test itself. This verifies that the basic constructs of
44
//
Tests
that generators defined in a different translation unit
49
//
Tests
that a parameterized test case can be defined in one translation unit
57
//
Tests
that a parameterized test case can be instantiated
gtest_list_tests_unittest_.cc
34
// A user can ask Google Test to list all
tests
that will run
36
//
tests
to look for. The
tests
will not be run after listing.
46
// Several different test cases and
tests
that will be listed.
/external/icu4c/common/
locutil.h
21
// in header so
tests
can also access them
/external/icu4c/test/cintltst/
cdtrgtst.h
26
* DateFormat Regression
tests
cnormtst.h
20
*
tests
for u_normalization
/external/icu4c/test/intltest/
currcoll.h
8
* Collation currency
tests
.
dcfmapts.h
24
*
Tests
basic functionality of various API functions for DecimalFormat
miscdtfm.h
17
* Performs miscellaneous
tests
for DateFormat, SimpleDateFormat, DateFormatSymbols
nmfmapts.h
25
* executes
tests
of API functions, see detailed comments in source code
svccoll.h
7
* CollationServiceTest
tests
registration of collators.
tsdcfmsy.h
18
*
Tests
for DecimalFormatSymbols
tsdtfmsy.h
17
*
Tests
for DateFormatSymbols
tsmthred.h
17
*
Tests
actual threading
/external/icu4c/tools/ctestfw/unicode/
testlog.h
9
/* Base class for data driven
tests
*/
/external/icu4c/tools/toolutil/
flagparser.h
16
* Tiny flag file parser using ICU and intended for use in ICU
tests
and in build tools.
/external/junit/src/junit/extensions/
TestDecorator.java
8
* A Decorator for
Tests
. Use TestDecorator as the base class
/external/stlport/test/eh/
export
6
Tests
.h
/external/stlport/test/unit/
advance_test.cpp
26
//
tests
implementation
modulus_test.cpp
26
//
tests
implementation
strstream_test.cpp
29
//
tests
implementation
/external/v8/test/cctest/
test-platform-win32.cc
3
//
Tests
of the TokenLock class from lock.h
/external/webkit/LayoutTests/fast/dom/Geolocation/
callback-exception-expected.txt
2
Tests
that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.
permission-denied-already-clear-watch-expected.txt
0
Tests
that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.
Completed in 496 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>