Home
last modified time | relevance | path

Searched refs:nativeFile (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java572 CLDRFile nativeFile = info.getEnglish(); in TestMetazones() local
573 Set<PathHeader> pathHeaders = getPathHeaders(nativeFile); in TestMetazones()
590 public Set<PathHeader> getPathHeaders(CLDRFile nativeFile) { in getPathHeaders() argument
592 for (String path : nativeFile.fullIterable()) { in getPathHeaders()
635 CLDRFile nativeFile = factory2.make(file,true); in TestUniqueness() local
638 for (String path : nativeFile.fullIterable()) { in TestUniqueness()
669 CLDRFile nativeFile = info.getEnglish(); in TestStatus() local
677 for (String path : nativeFile.fullIterable()) { in TestStatus()
752 CLDRFile nativeFile = info.getCLDRFile(locale, false); in TestPathsNotInEnglish() local
754 for (String path : nativeFile.fullIterable()) { in TestPathsNotInEnglish()
[all …]
DTestCheckCLDR.java373 public void checkLocale(CheckCLDR test, CLDRFile nativeFile, in checkLocale() argument
375 String localeID = nativeFile.getLocaleID(); in checkLocale()
378 test.setCldrFileToCheck(nativeFile, options, possibleErrors); in checkLocale()
381 CLDRFile patched = nativeFile; // new CLDRFile(override); in checkLocale()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.h217 inline DataFile nativeFile(DataFile f) const;
280 inline DataFile Target::nativeFile(DataFile f) const in nativeFile() function
Dnv50_ir_ssa.cpp466 ssa = new_LValue(func, targ->nativeFile(lval->reg.file)); in search()
495 new_LValue(func, targ->nativeFile(lval->reg.file))); in search()
Dnv50_ir_peephole.cpp324 if (insn->src(0).getFile() != targ->nativeFile(FILE_ADDRESS) || in visit()
332 if (insn->src(0).getFile() != targ->nativeFile(FILE_ADDRESS) || in visit()
1308 (neg = bld.getSSA(1, prog->getTarget()->nativeFile(FILE_PREDICATE))), in opnd()