Searched defs:filePath (Results 1 - 25 of 52) 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.cpp105 LPCWSTR filePath,
122 MyStringCopy(buf, (const char *)GetSystemString(filePath));
152 MyStringCopy(buf, filePath);
103 MyGetOpenFileName(HWND hwnd, LPCWSTR title, LPCWSTR initialDir, LPCWSTR filePath, LPCWSTR filterDescription, LPCWSTR filter, UString &resPath , bool openFolder ) argument
H A DFileFind.h107 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
118 CStreamEnumerator(const FString &filePath): _filePath(filePath) {} argument
H A DFileFind.cpp456 FString filePath = path; local
457 filePath.DeleteFrom(colonPos);
469 if (IsDrivePath2(filePath) &&
470 (colonPos == 2 || colonPos == 3 && filePath[2] == '\\'))
476 Name = filePath;
479 isOk = Find(filePath);
485 CStreamEnumerator enumerator(filePath);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DResName.java103 public static ResName qualifyFromFilePath(@Nonnull final String packageName, @Nonnull final String filePath) { argument
104 final FileFsFile filePathFile = new FileFsFile(new File(filePath));
H A DFs.java72 public static FsFile newFile(String filePath) { argument
73 return new FileFsFile(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.cpp263 CSysString filePath = GetSystemString(executeFile); local
273 execInfo.lpFile = filePath;
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp509 Function::printCFGraph(const char *filePath) argument
511 FILE *out = fopen(filePath, "a");
513 ERROR("failed to open file: %s\n", filePath);
516 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/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/pdfium/core/fxge/
H A Dcfx_folderfontinfo.cpp387 CFX_FolderFontInfo::FontFaceInfo::FontFaceInfo(ByteString filePath, argument
392 : m_FilePath(filePath),
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
H A DStylizeActivity.java185 public static Bitmap getBitmapFromAsset(final Context context, final String filePath) { argument
190 final InputStream inputStream = assetManager.open(filePath);
/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp263 const FString &filePath = filePaths[i]; local
265 const FString phyPath = phyPrefix + filePath;
274 int delimiter = filePath.ReverseFind_PathSepar();
279 phyPrefixCur.SetFrom(filePath, delimiter + 1);
H A DOpenArchive.h129 UString filePath; member in struct:COpenOptions
286 UString filePath; member in class:CArc
/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/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 728 milliseconds

123