Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp51 if(hasFile()) { in DictionaryTriePerfTest()
73 UBool hasFile() const { return ucharBuf!=NULL; } in hasFile() function in DictionaryTriePerfTest
647 if(hasFile()) { in runIndexedTest()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp720 bool hasFile = false; in CPPline() local
746 hasFile = true; in CPPline()
754 hasFile = true; in CPPline()
760 … parseContext.notifyLineDirective(directiveLoc.line, lineToken, hasFile, fileRes, sourceName); in CPPline()
/third_party/typescript/src/harness/
DfourslashImpl.ts3809 private hasFile(name: string): boolean {
3842 ts.Debug.assert(!this.hasFile(newPath), "initially, newPath should not exist");