Searched refs:checkDeprecated (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPaths.java | 296 CheckDeprecated checkDeprecated = new CheckDeprecated(this); in TestNonLdml() local 373 if (checkDeprecated.check(dtdData, parts, fullName)) { in TestNonLdml() 416 checkDeprecated.show(getInclusion()); in TestNonLdml()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | DeprecatedAPIChecker.java | 39 checker.checkDeprecated(); in main() 56 public void checkDeprecated() { in checkDeprecated() method in DeprecatedAPIChecker
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | parseVersions.h | 70 …virtual void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* fea…
|
D | Versions.cpp | 599 void TParseVersions::checkDeprecated(const TSourceLoc& loc, int profileMask, int depVersion, const … in checkDeprecated() function in glslang::TParseVersions
|
D | glslang.y | 1281 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute"); 1282 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute"); 1292 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying"); 1293 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
|
D | glslang_tab.cpp | 5738 parseContext.checkDeprecated((yyvsp[0].lex).loc, ECoreProfile, 130, "attribute"); in yyparse() 5739 parseContext.checkDeprecated((yyvsp[0].lex).loc, ENoProfile, 130, "attribute"); in yyparse() 5754 parseContext.checkDeprecated((yyvsp[0].lex).loc, ENoProfile, 130, "varying"); in yyparse() 5755 parseContext.checkDeprecated((yyvsp[0].lex).loc, ECoreProfile, 130, "varying"); in yyparse()
|