OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testpath
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/glib/
gtestutils.h
97
void g_test_add_func (const char *
testpath
,
99
void g_test_add_data_func (const char *
testpath
,
103
#define g_test_add(
testpath
, Fixture, tdata, fsetup, ftest, fteardown) \
112
(
testpath
, sizeof (Fixture), tdata, fsetup, ftest, fteardown); \
214
void g_test_add_vtable (const char *
testpath
,
234
G_TEST_LOG_LIST_CASE, /* s:
testpath
*/
235
G_TEST_LOG_SKIP_CASE, /* s:
testpath
*/
236
G_TEST_LOG_START_CASE, /* s:
testpath
*/
gtestutils.c
366
" -p
TESTPATH
execute all tests matching
TESTPATH
\n"
422
* <term><option>-p <replaceable>
TESTPATH
</replaceable></option></term>
424
* execute all tests matching <replaceable>
TESTPATH
</replaceable>.
850
* test path arguments (-p <replaceable>
testpath
</replaceable>) as
917
g_test_add_vtable (const char *
testpath
,
928
g_return_if_fail (
testpath
!= NULL);
929
g_return_if_fail (
testpath
[0] == '/');
933
segments = g_strsplit (
testpath
, "/", -1);
939
g_error ("invalid test case path: %s",
testpath
);
[
all
...]
/external/webkit/WebKitTools/Scripts/
run-webkit-tests
226
Usage: $programName [options] [testdir|
testpath
...]
627
my $
testPath
= "$testDirectory/$test";
629
$
testPath
= toWindowsPath($
testPath
);
631
$
testPath
= canonpath($
testPath
);
633
print OUT "$
testPath
$suffixExpectedHash\n";
637
my $
testPath
= "$testDirectory/$test";
639
$
testPath
= toWindowsPath($
testPath
);
[
all
...]
Completed in 32 milliseconds