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
134
char
testline
[256];
local
135
char *s = fgets(
testline
, sizeof(
testline
), fp);
139
if (CompareIgnoringSpace(results->second[lineindex],
testline
) != 0) {
141
<< results->second[lineindex] << "/" <<
testline
;
[
all
...]
/external/icu/icu4c/source/test/cintltst/
crestst.c
778
const char*
testline
= "This is a test line";
local
779
int32_t bufLen = (int32_t)strlen(
testline
)+10;
862
T_FileStream_writeLine(stream,
testline
);
865
if(uprv_strncmp(
testline
, buf,uprv_strlen(buf))!=0){
870
T_FileStream_write(stream,
testline
,(int32_t)strlen(
testline
));
873
if(uprv_strncmp(
testline
, buf,retLen)!=0){
[
all
...]
Completed in 234 milliseconds