Home
last modified time | relevance | path

Searched refs:locBad (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/Test/
D140.vert25 layout(location = 9) in vec4 locBad; // ERROR
/external/deqp-deps/glslang/Test/baseResults/
D140.vert.out138 0:? 'locBad' (layout( location=9) in 4-component vector of float)
202 0:? 'locBad' (layout( location=9) in 4-component vector of float)
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2197 Locale locBad(localeName); in TestSymbolsWithBadLocale() local
2198 TEST_ASSERT_TRUE(!locBad.isBogus()); in TestSymbolsWithBadLocale()
2205 Locale::setDefault(locBad, status); in TestSymbolsWithBadLocale()
2211 if (strcmp(mySymbols.getLocale().getName(), locBad.getName()) != 0) { in TestSymbolsWithBadLocale()
2212 errln("DecimalFormatSymbols does not have the right locale.", locBad.getName()); in TestSymbolsWithBadLocale()