Searched defs:isExpected (Results 1 - 5 of 5) sorted by relevance
/external/icu4c/test/cintltst/ |
H A D | currtest.c | 15 static void expectInList(const char *isoCurrency, uint32_t currencyType, UBool isExpected) { argument 32 if ((foundCurrency != NULL) != isExpected) { 33 log_err("Error: could not find %s as expected. isExpected = %s type=0x%X\n", 34 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType);
|
/external/skia/legacy/src/ports/ |
H A D | SkFontHost_simple.cpp | 352 SkTypeface::Style* style, bool isExpected) { 367 if (isExpected) { 443 bool isExpected = (rec[i].fNames != gFBNames); local 444 if (!get_name_and_style(rec[i].fFileName, &name, &style, isExpected)) { 351 get_name_and_style(const char path[], SkString* name, SkTypeface::Style* style, bool isExpected) argument
|
H A D | SkFontHost_android.cpp | 55 bool* isFixedWidth, bool isExpected) { 70 if (isExpected) { 760 bool isExpected = (names != gFBNames); local 762 &isFixedWidth, isExpected)) { 53 getNameAndStyle(const char path[], SkString* name, SkTypeface::Style* style, bool* isFixedWidth, bool isExpected) argument
|
/external/skia/src/ports/ |
H A D | SkFontHost_simple.cpp | 352 SkTypeface::Style* style, bool isExpected) { 367 if (isExpected) { 443 bool isExpected = (rec[i].fNames != gFBNames); local 444 if (!get_name_and_style(rec[i].fFileName, &name, &style, isExpected)) { 351 get_name_and_style(const char path[], SkString* name, SkTypeface::Style* style, bool isExpected) argument
|
H A D | SkFontHost_android.cpp | 47 bool* isFixedWidth, bool isExpected) { 62 if (isExpected) { 751 bool isExpected = (names != gFBNames); local 753 &isFixedWidth, isExpected)) { 45 getNameAndStyle(const char path[], SkString* name, SkTypeface::Style* style, bool* isFixedWidth, bool isExpected) argument
|
Completed in 250 milliseconds