OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPath
(Results
1 - 10
of
10
) sorted by null
/external/skia/gpu/src/
gr_unittests.cpp
153
GrPath
testPath
;
161
testPath
.resetFromIter(&testIter);
162
GrAssert(kConvex_ConvexHint ==
testPath
.getConvexHint());
170
testPath
.resetFromIter(&testIter);
171
GrAssert(kConvex_ConvexHint ==
testPath
.getConvexHint());
180
testPath
.resetFromIter(&testIter);
181
GrAssert(kConvex_ConvexHint ==
testPath
.getConvexHint());
190
testPath
.resetFromIter(&testIter);
191
GrAssert(kConvex_ConvexHint ==
testPath
.getConvexHint());
201
testPath
.resetFromIter(&testIter)
[
all
...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
FileFilter.java
158
* @param
testPath
162
public boolean isCrash(String
testPath
) {
163
for (String prefix : getPrefixes(
testPath
)) {
178
* @param
testPath
182
public boolean isFail(String
testPath
) {
183
for (String prefix : getPrefixes(
testPath
)) {
198
* @param
testPath
202
public boolean isSlow(String
testPath
) {
203
for (String prefix : getPrefixes(
testPath
)) {
ManagerService.java
222
String
testPath
= result.getRelativePath();
228
String resultPath = FileFilter.setPathEnding(
testPath
, "-actual." + TEXT_RESULT_EXTENSION);
234
String
testPath
= result.getRelativePath();
240
String resultPath = FileFilter.setPathEnding(
testPath
,
/external/icu4c/test/cintltst/
udatatst.c
143
const char*
testPath
=loadTestData(&status);
155
result=udata_open(
testPath
, type, name, &status);
157
log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n",
testPath
, name, type, myErrorName(status));
259
result = udata_open(
testPath
, "typ", "nam", &status);
261
log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n",
testPath
, u_errorName(status));
276
/* strcpy(icuDataFilePath,
testPath
); */
324
strcat(longTestPath,
testPath
);
613
const char*
testPath
="testdata";
646
result=udata_openChoice(
testPath
, type, name[2], isAcceptable1, NULL, &status);
649
result=udata_openChoice(
testPath
, type, name[2], isAcceptable3, NULL, &status)
[
all
...]
/external/llvm/utils/lit/lit/
TestFormats.py
77
testPath
= path_in_suite + (filename, subfilename, name)
78
yield Test.Test(testSuite,
testPath
, localConfig)
81
testPath
,testName = os.path.split(test.getSourcePath())
82
while not os.path.exists(
testPath
):
85
testPath
, namePrefix = os.path.split(
testPath
)
88
cmd = [
testPath
, '--gtest_filter=' + testName]
/external/webkit/Tools/Scripts/
old-run-webkit-tests
278
Usage: $programName [options] [testdir|
testpath
...]
771
my $
testPath
= "$testDirectory/$test";
773
$
testPath
= toWindowsPath($
testPath
);
775
$
testPath
= canonpath($
testPath
);
777
print OUT "$
testPath
\n";
805
my $
testPath
= "$testDirectory/$test";
807
$
testPath
= toWindowsPath($
testPath
);
[
all
...]
/cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java
182
public void
testPath
() {
/external/icu4c/test/intltest/
intltest.h
236
char*
testPath
; // specifies subtests
intltest.cpp
506
testPath
= NULL;
544
UBool result = testToBeCalled.runTest(
testPath
, par, testToBeCalled.basePath );
551
this->
testPath
= pathVal;
622
testPath
= pos+1; // store subpath for calling subtest
625
testPath
= NULL;
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 480 milliseconds