Home
last modified time | relevance | path

Searched refs:checkDeprecated (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java296 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/
DDeprecatedAPIChecker.java39 checker.checkDeprecated(); in main()
56 public void checkDeprecated() { in checkDeprecated() method in DeprecatedAPIChecker
/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseVersions.h70 …virtual void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* fea…
DVersions.cpp599 void TParseVersions::checkDeprecated(const TSourceLoc& loc, int profileMask, int depVersion, const … in checkDeprecated() function in glslang::TParseVersions
Dglslang.y1281 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");
Dglslang_tab.cpp5738 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()