OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedStr
(Results
1 - 18
of
18
) sorted by null
/frameworks/base/libs/androidfw/tests/
TestHelpers.cpp
25
::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char*
expectedStr
) {
42
if (String8(
expectedStr
) != actual) {
TestHelpers.h
31
::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char*
expectedStr
);
/frameworks/base/tools/split-select/
TestRules.cpp
77
const String8
expectedStr
(expected.toJson());
80
if (
expectedStr
!= actualStr) {
82
<< "Expected: " <<
expectedStr
.string() << "\n"
/external/compiler-rt/test/builtins/Unit/
unordtf2_test.c
29
"expected %s\n", a, b, x,
expectedStr
(expected));
eqtf2_test.c
29
"expected %s\n", a, b, x,
expectedStr
(expected));
getf2_test.c
29
"expected %s\n", a, b, x,
expectedStr
(expected));
gttf2_test.c
29
"expected %s\n", a, b, x,
expectedStr
(expected));
letf2_test.c
29
"expected %s\n", a, b, x,
expectedStr
(expected));
lttf2_test.c
29
"expected %s\n", a, b, x,
expectedStr
(expected));
netf2_test.c
29
"expected %s\n", a, b, x,
expectedStr
(expected));
fp_test.h
159
static inline char *
expectedStr
(enum EXPECTED_RESULT expected)
/cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java
440
final String
expectedStr
= "getGroupView test";
443
textView.setText(
expectedStr
);
549
final String
expectedStr
= "getChildView test";
552
textView.setText(
expectedStr
);
/external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.cpp
488
UnicodeString
expectedStr
("");
489
expectedStr
=
expectedStr
+ expected;
490
if(got !=
expectedStr
) {
491
errln((UnicodeString)"ERROR: " + message + got + (UnicodeString)" Expected : " +
expectedStr
);
/external/icu/icu4c/source/test/intltest/
dcfmapts.cpp
494
UnicodeString
expectedStr
("");
495
expectedStr
=
expectedStr
+ expected;
496
if(got !=
expectedStr
) {
497
errln((UnicodeString)"ERROR: " + message + got + (UnicodeString)" Expected : " +
expectedStr
);
/external/chromium_org/third_party/icu/source/test/iotest/
strtst.c
313
#define Test_u_snprintf(limit, format, value, expectedSize,
expectedStr
) \
317
if (size != expectedSize || strcmp(cTestResult,
expectedStr
) != 0) {\
318
log_err("Unexpected formatting. size=%d expectedSize=%d cTestResult=%s
expectedStr
=%s\n",\
319
size, expectedSize, cTestResult,
expectedStr
);\
/external/icu/icu4c/source/test/iotest/
strtst.c
313
#define Test_u_snprintf(limit, format, value, expectedSize,
expectedStr
) \
317
if (size != expectedSize || strcmp(cTestResult,
expectedStr
) != 0) {\
318
log_err("Unexpected formatting. size=%d expectedSize=%d cTestResult=%s
expectedStr
=%s\n",\
319
size, expectedSize, cTestResult,
expectedStr
);\
/external/jdiff/
xerces.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
Completed in 516 milliseconds