Searched refs:nativeFile (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 572 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 …]
|
D | TestCheckCLDR.java | 373 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/ |
D | nv50_ir_target.h | 217 inline DataFile nativeFile(DataFile f) const; 280 inline DataFile Target::nativeFile(DataFile f) const in nativeFile() function
|
D | nv50_ir_ssa.cpp | 466 ssa = new_LValue(func, targ->nativeFile(lval->reg.file)); in search() 495 new_LValue(func, targ->nativeFile(lval->reg.file))); in search()
|
D | nv50_ir_peephole.cpp | 324 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()
|