Searched defs:filePath (Results 1 - 25 of 71) sorted by relevance

123

/external/testng/src/main/java/org/testng/internal/
H A DYamlParser.java13 public XmlSuite parse(String filePath, InputStream is, boolean loadClasses) argument
16 return Yaml.parse(filePath, is);
H A DYaml.java28 public static XmlSuite parse(String filePath, InputStream is) argument
49 if (is == null) is = new FileInputStream(new File(filePath));
52 result.setFileName(filePath);
/external/testng/src/main/java/org/testng/xml/
H A DIFileParser.java9 T parse(String filePath, InputStream is, boolean loadClasses) throws TestNGException; argument
/external/parameter-framework/upstream/test/test-platform/
H A Dmain.cpp86 auto filePath = options.front(); local
108 if (!CTestPlatform(filePath, portNumber).run(strError)) {
/external/icu/icu4c/source/tools/toolutil/
H A Dfiletools.cpp45 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { argument
48 if (filePath == NULL || checkAgainst == NULL) {
73 isLatest = isFileModTimeLater(filePath, newpath.data(), isDir);
78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data());
95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst);
136 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar) { argument
137 for (int32_t i = 0, length = uprv_strlen(filePath); i < length; i++) {
138 filePath[i] = (filePath[i] == oldFileSepChar ) ? newFileSepChar : filePath[
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DLoadPathToFileCache.java64 * @param filePath the absolute filepath location of the file
66 public void add(List<String> loadPaths, String filename, String filePath) { argument
70 cache.put(filePathMapKey, filePath);
/external/lzma/CPP/Windows/
H A DCommonDialog.cpp103 LPCWSTR filePath,
120 MyStringCopy(buf, (const char *)GetSystemString(filePath));
150 MyStringCopy(buf, filePath);
101 MyGetOpenFileName(HWND hwnd, LPCWSTR title, LPCWSTR initialDir, LPCWSTR filePath, LPCWSTR filterDescription, LPCWSTR filter, UString &resPath , bool openFolder ) argument
H A DFileFind.h106 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
117 CStreamEnumerator(const FString &filePath): _filePath(filePath) {} argument
H A DFileFind.cpp356 FString filePath = path; local
357 filePath.DeleteFrom(colonPos);
359 if (Find(filePath))
364 CStreamEnumerator enumerator(filePath);
/external/pdfium/core/fxge/ge/
H A Dfx_ge_fontmap.cpp82 CFX_FontFaceInfo::CFX_FontFaceInfo(CFX_ByteString filePath, argument
87 : m_FilePath(filePath),
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp56 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, argument
60 std::string infoFile = filePath;
206 void FileRemapper::remap(StringRef filePath, argument
208 remap(getOriginalFile(filePath), std::move(memBuf));
227 const FileEntry *FileRemapper::getOriginalFile(StringRef filePath) { argument
228 const FileEntry *file = FileMgr->getFile(filePath);
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs205 string filePath = GetDocumentPath(view);
208 var root = XElement.Parse(RunClangFormat(text, start, length, path, filePath));
241 private string RunClangFormat(string text, int offset, int length, string path, string filePath) argument
262 assumeFilename = filePath;
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp254 CSysString filePath = GetSystemString(executeFile); local
264 execInfo.lpFile = filePath;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp502 Function::printCFGraph(const char *filePath) argument
504 FILE *out = fopen(filePath, "a");
506 ERROR("failed to open file: %s\n", filePath);
509 INFO("printing control flow graph to: %s\n", filePath);
/external/swiftshader/third_party/LLVM/lib/Archive/
H A DArchiveWriter.cpp158 Archive::addFileBefore(const sys::Path& filePath, iterator where, argument
161 if (sys::fs::exists(filePath.str(), Exists) || !Exists) {
170 mbr->path = filePath;
179 bool hasSlash = filePath.str().find('/') != std::string::npos;
182 if (hasSlash || filePath.str().length() > 15)
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp81 UString filePath; local
85 RINOK(arc.GetItemPath(i, filePath));
89 if (!IsPath1PrefixedByPath2(filePath, elimPrefix))
93 wchar_t c = filePath[elimPrefix.Len()];
105 if (!wildcardCensor.CheckPath(isAltStream, filePath, !isFolder))
320 op.filePath = arcPath;
H A DEnumDirItems.cpp211 const FString &filePath = filePaths[i]; local
213 const FString phyPath = phyPrefix + filePath;
222 int delimiter = filePath.ReverseFind(FCHAR_PATH_SEPARATOR);
227 phyPrefixCur.SetFrom(filePath, delimiter + 1);
H A DOpenArchive.h119 UString filePath; member in struct:COpenOptions
235 UString filePath; member in class:CArc
H A DOpenArchive.cpp2665 Path = filePath;
2696 if (filePath.Len() > k_ExeExt_Len
2697 && MyStringCompareNoCase(filePath.RightPtr(k_ExeExt_Len), k_ExeExt) == 0)
2699 const UString path2 = filePath.Left(filePath.Len() - k_ExeExt_Len);
2854 arc.filePath = op.filePath;
2855 arc.Path = op.filePath;
2933 op2.filePath = arc2.Path;
2954 static void SetCallback(const FString &filePath, argument
[all...]
/external/mdnsresponder/mDNSPosix/
H A DResponder.c502 static mStatus RegisterServicesInFile(const char *filePath) argument
505 FILE * fp = fopen(filePath, "r");
512 fprintf(stderr, "Parsing %s for services\n", filePath);
602 fprintf(stderr, "%s: Error reading service file %s\n", gProgramName, filePath);
H A DmDNSPosix.c504 mDNSexport int ParseDNSServers(mDNS *m, const char *filePath) argument
510 FILE *fp = fopen(filePath, "r");
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTestUtil.java3758 * @param filePath The path relative to
3761 public static String readTextFromFile(String filePath) { argument
3762 return readBytesFromFile(filePath).toStringUtf8();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/testng/ant/3rdparty/
H A DDTDDoc.jarMETA-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger.java package DTDDoc ...

Completed in 685 milliseconds

123