OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testline
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/
assembler_thumb_test.cc
154
char
testline
[256];
local
155
char *s = fgets(
testline
, sizeof(
testline
), fp);
159
if (CompareIgnoringSpace(results[lineindex],
testline
) != 0) {
161
<< results[lineindex] << "/" <<
testline
<< ", test name: " << testname;
[
all
...]
/external/icu/icu4c/source/test/cintltst/
crestst.c
781
const char*
testline
= "This is a test line";
local
782
int32_t bufLen = (int32_t)strlen(
testline
)+10;
865
T_FileStream_writeLine(stream,
testline
);
868
if(uprv_strncmp(
testline
, buf,uprv_strlen(buf))!=0){
873
T_FileStream_write(stream,
testline
,(int32_t)strlen(
testline
));
876
if(uprv_strncmp(
testline
, buf,retLen)!=0){
[
all
...]
Completed in 207 milliseconds