HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 226 - 250 of 3121) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
E2eCarTestBase.java 85 protected List<VehiclePropValue> getExpectedEvents(String fileName)
87 try (InputStream in = mContext.getAssets().open(fileName)) {
88 Log.d(TAG, "Reading golden test data" + fileName);
97 protected File makeShareable(String fileName) throws IOException {
105 File internalFile = new File(filesDir, fileName);
108 InputStream in = mContext.getAssets().open(fileName);
  /cts/tools/vm-tests-tf/src/util/build/
D8BuildStep.java 48 builder.setOutput(Paths.get(outputFile.fileName.getAbsolutePath()), OutputMode.DexIndexed);
50 Paths.get(inputFile.fileName.getAbsolutePath()),
67 inputFile.fileName.delete();
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
ParserLoader.java 71 final String fileName = f.getName();
72 final String className = fileName.substring(0, fileName.lastIndexOf("."));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarInsufficientPredicatesMessage.java 57 String fileName = probe.dfa.nfa.grammar.getFileName();
58 if ( fileName!=null ) {
59 file = fileName;
  /external/icu/icu4c/source/test/intltest/
rbbitst.h 56 UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status);
126 void runUnicodeTestData(const char *fileName, RuleBasedBreakIterator *bi);
142 * @param fileName the Unicode test data file name.
145 UBool testCaseIsKnownIssue(const UnicodeString &testCase, const char *fileName);
dcfmtest.h 38 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, UErrorCode &status);
39 virtual const char *getPath(char buffer[2048], const char *filename);
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 50 * @param fileName Name of the file to open.
63 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
176 * @param fileName The file name to be opened and encoding autodected
185 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv,
214 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
  /external/javassist/src/test/test/javassist/proxy/
ProxySimpleTest.java 16 final String fileName = "read-write.bin";
27 ObjectOutputStream oos = new ObjectOutputStream(new FileOutputStream(fileName));
32 ObjectInputStream ois = new ObjectInputStream(new FileInputStream(fileName));
  /external/junit/src/main/java/org/junit/rules/
TemporaryFolder.java 65 public File newFile(String fileName) throws IOException {
66 File file = new File(getRoot(), fileName);
69 "a file with the name \'" + fileName + "\' already exists in the test folder");
  /external/testng/src/main/java/org/testng/xml/
ResultXMLParser.java 100 String fileName = "/Users/cbeust/java/testng/test-output/testng-results.xml";
101 parser.parse(fileName, new FileInputStream(new File(fileName)), false /* don't load classes */);
  /frameworks/support/jetifier/jetifier/standalone/src/main/kotlin/com/android/tools/build/jetifier/standalone/
TopOfTreeBuilder.kt 46 return@FileFilter it.fileName.endsWith(".aar")
47 || (it.fileName.endsWith("jar")
48 && !it.fileName.contains("sources") && !it.fileName.contains("javadoc"))
61 it.fileName == nameAar || it.fileName == nameJar
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
PMCStatusLogger.java 46 public PMCStatusLogger(String fileName, String tag) {
50 mFile = new File(LOG_DIR + "/" + fileName);
54 Log.e(TAG, "Exception creating log file: " + fileName + " " + e);
  /dalvik/libdex/
OptInvocation.cpp 59 * Given the filename of a .jar or .dex file, construct the DEX file cache
67 char* dexOptGenerateCacheFileName(const char* fileName, const char* subFileName)
79 if (fileName[0] != '/') {
82 * should, e.g. if filename is "./out/whatever" it doesn't crunch
91 strncat(absoluteFile, fileName, kBufLen - strlen(absoluteFile));
103 /* Turn the path into a flat filename by replacing
140 ALOGV("Cache file for '%s' '%s' is '%s'", fileName, subFileName, nameBuf);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 33 private static void generateHeader0(String fileName, String format) {
35 if (fileName != null) {
36 out.println("File: " + fileName);
39 if (fileName != null) {
40 out.println(IN0 + "<external file=\"" + fileName + "\">");
50 public static void generateFirstHeader(String fileName, String format) {
51 generateHeader0(fileName, format);
54 public static void generateHeader(String fileName, String format) {
56 generateHeader0(fileName, format);
  /external/apache-http/android/src/com/android/internal/http/multipart/
FilePart.java 72 protected static final String FILE_NAME = "; filename=";
152 * @param fileName the file name
158 public FilePart(String name, String fileName, File file)
160 this(name, new FilePartSource(fileName, file), null, null);
167 * @param fileName the file name
177 public FilePart(String name, String fileName, File file, String contentType, String charset)
179 this(name, new FilePartSource(fileName, file), contentType, charset);
193 String filename = this.source.getFileName(); local
194 if (filename != null) {
197 out.write(EncodingUtils.getAsciiBytes(filename));
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLibrary.hpp 42 std::vector<tcu::TestNode*> loadShaderFile(const char* fileName);
56 ShaderLibraryGroup(Context& context, const char* name, const char* description, const char* filename);
  /external/icu/icu4c/source/samples/layout/
gdiglue.h 33 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
gnomeglue.h 34 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
pflow.h 34 pf_flow *pf_factory(const char *fileName, const le_font *font, gs_guiSupport *guiSupport);
  /external/icu/icu4c/source/test/letest/
cfonts.h 17 le_font *le_portableFontOpen(const char *fileName,
  /external/icu/icu4c/source/test/perf/leperf/
cfonts.h 16 le_font *le_portableFontOpen(const char *fileName,
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.cpp 52 const UString &fileName = fileInfo.Name;
53 int slashPos = fileName.ReverseFind_PathSepar();
54 UString s1 = fileName.Left(slashPos + 1);
55 UString s2 = fileName.Ptr(slashPos + 1);
  /external/lzma/CPP/Windows/
FileIO.h 166 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
167 bool OpenShared(CFSTR fileName, bool shareForWrite);
168 bool Open(CFSTR fileName);
172 bool OpenReparse(CFSTR fileName)
174 return Open(fileName, FILE_SHARE_READ, OPEN_EXISTING,
188 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
189 bool Open(CFSTR fileName, DWORD creationDisposition);
190 bool Create(CFSTR fileName, bool createAlways);
191 bool CreateAlways(CFSTR fileName, DWORD flagsAndAttributes);
  /external/pdfium/core/fxcrt/
cfx_fileaccess_posix.cpp 54 bool CFX_FileAccess_Posix::Open(const ByteStringView& fileName,
64 m_nFD = open(fileName.unterminated_c_str(), nFlags, nMasks);
68 bool CFX_FileAccess_Posix::Open(const WideStringView& fileName,
70 return Open(FX_UTF8Encode(fileName).AsStringView(), dwMode);
  /external/skia/tools/lua/
count_effects.lua 21 function sk_scrape_startcanvas(c, fileName) end
23 function sk_scrape_endcanvas(c, fileName) end

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 91011>>