OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testfilename
(Results
1 - 8
of
8
) sorted by null
/libcore/dom/src/test/java/org/w3c/domts/
DOMTestDocumentBuilderFactory.java
127
public String addExtension(String
testFileName
) {
130
return
testFileName
+ ".html";
133
return
testFileName
+ ".svg";
136
return
testFileName
+ ".xhtml";
138
return
testFileName
+ ".xml";
BatikTestDocumentBuilderFactory.java
183
* @param
testFileName
file name from test
186
public String addExtension(String
testFileName
) {
187
return
testFileName
+ ".svg";
/external/srec/tools/dictTest/
dictTest.c
116
LCHAR
testfilename
[MAX_LINE_LENGTH];
local
149
*
testfilename
= 0;
173
LSTRCPY(
testfilename
, argv[++i]);
309
else if (*
testfilename
) /* test file mode */
311
if ((fin = pfopen(
testfilename
,"r")) == NULL)
313
LPRINTF("Could not open file: %s\n",
testfilename
);
/external/icu4c/test/intltest/
rbbitst.h
126
void checkUnicodeTestCase(const char *
testFileName
, int lineNumber,
rbbitst.cpp
640
char
testFileName
[1000];
641
if (testDataDirectory == NULL || strlen(testDataDirectory) + strlen("riwords.txt") + 10 >= sizeof(
testFileName
)) {
645
strcpy(
testFileName
, testDataDirectory);
646
strcat(
testFileName
, "riwords.txt");
670
testFile = ReadAndConvertFile(
testFileName
, len, NULL, status);
[
all
...]
/external/stlport/test/eh/
main.cpp
76
void __assertion_failed(char *condition, char *
testfilename
, int lineno);
77
void __assertion_failed(char *condition, char *
testfilename
, int lineno)
82
std::strncat( msg,
testfilename
, 255 );
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/
NdkDiscoveryUpdater.java
98
String
testFileName
= testFile.getAbsolutePath().replace('\\', '/');
99
mArguments.add(
testFileName
);
/external/srec/tools/parseStringTest/
parseStringTest.c
63
pfprintf(PSTDOUT, "usage: %s -base <basefilename> [-in <input file>] [-out <output file>] [-itest <
testfilename
>]\n", exename);
Completed in 737 milliseconds