OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:result5
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/tests/
shell-test.c
68
static const gchar *
result5
[] = { "foo", "blah", "foo", "bar", "baz", NULL };
variable
85
{ G_N_ELEMENTS (
result5
) - 1,
result5
},
/external/icu4c/test/intltest/
citrtest.cpp
287
UnicodeString result, result4,
result5
;
local
330
test7c->getText(
result5
);
332
if(result != UnicodeString(testText) || result4 != result ||
result5
!= result)
337
test5->getText(
result5
);
338
if(result !=
result5
|| result == result4)
341
test5->getText(
result5
);
342
if(result ==
result5
|| result4 !=
result5
)
345
test5->getText(
result5
);
346
if(result !=
result5
|| result == result4
[
all
...]
Completed in 478 milliseconds