OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Suite
(Results
1 - 25
of
2649
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/expat/tests/
minicheck.h
40
typedef struct
Suite
Suite
;
44
Suite
*
suite
;
member in struct:SRunner
49
struct
Suite
{
75
Suite
*suite_create(char *name);
77
void suite_add_tcase(
Suite
*
suite
, TCase *tc);
82
SRunner *srunner_create(
Suite
*
suite
);
[
all
...]
minicheck.c
15
Suite
*
18
Suite
*
suite
= (
Suite
*) calloc(1, sizeof(
Suite
));
local
19
if (
suite
!= NULL) {
20
suite
->name = name;
22
return
suite
;
36
suite_add_tcase(
Suite
*
suite
, TCase *tc)
113
Suite *
suite
;
local
[
all
...]
/cts/tools/signature-tools/test/signature/comparator/
AllDocletTests.java
19
import org.junit.runners.
Suite
;
24
@RunWith(
Suite
.class)
25
@
Suite
.SuiteClasses({
AllDexTests.java
19
import org.junit.runners.
Suite
;
24
@RunWith(
Suite
.class)
25
@
Suite
.SuiteClasses({
/cts/tools/signature-tools/test/signature/converter/
AllDexTests.java
20
import org.junit.runners.
Suite
;
25
@RunWith(
Suite
.class)
26
@
Suite
.SuiteClasses({
AllDocletTests.java
20
import org.junit.runners.
Suite
;
25
@RunWith(
Suite
.class)
26
@
Suite
.SuiteClasses({
/external/freetype/src/base/
ftbbox.c
110
goto
Suite
;
115
goto
Suite
;
124
goto
Suite
;
130
Suite
:
274
goto
Suite
;
281
Suite
:
/external/webkit/LayoutTests/dom/html/level2/html/
hasFeature02.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level2/html/hasFeature02";
28
// running the test
suite
.
hasFeature05.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level2/html/hasFeature05";
28
// running the test
suite
.
hasFeature06.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level2/html/hasFeature06";
28
// running the test
suite
.
/external/webkit/LayoutTests/dom/xhtml/level2/html/
hasFeature02.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level2/html/hasFeature02";
28
// running the test
suite
.
hasFeature05.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level2/html/hasFeature05";
28
// running the test
suite
.
hasFeature06.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level2/html/hasFeature06";
28
// running the test
suite
.
/external/webkit/LayoutTests/dom/xhtml/level3/core/
hasFeature01.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level3/core/hasFeature01";
28
// running the test
suite
.
hasFeature02.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level3/core/hasFeature02";
28
// running the test
suite
.
hasFeature03.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level3/core/hasFeature03";
28
// running the test
suite
.
hasFeature04.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level3/core/hasFeature04";
28
// running the test
suite
.
/external/webkit/LayoutTests/dom/html/level1/core/
documentgetdoctypenodtd.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level1/core/documentgetdoctypenodtd";
28
// running the test
suite
.
hc_attrgetvalue1.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level1/core/hc_attrgetvalue1";
28
// running the test
suite
.
hc_attrhaschildnodes.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level1/core/hc_attrhaschildnodes";
28
// running the test
suite
.
hc_characterdatagetdata.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level1/core/hc_characterdatagetdata";
28
// running the test
suite
.
hc_documentgetelementsbytagnamelength.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level1/core/hc_documentgetelementsbytagnamelength";
28
// running the test
suite
.
hc_documentgetimplementation.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level1/core/hc_documentgetimplementation";
28
// running the test
suite
.
hc_documentgetrootnode.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level1/core/hc_documentgetrootnode";
28
// running the test
suite
.
hc_elementgetattributenode.js
20
return "http://www.w3.org/2001/DOM-Test-
Suite
/level1/core/hc_elementgetattributenode";
28
// running the test
suite
.
Completed in 7120 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>