/bootable/recovery/minzip/ |
Zip.h | 28 * filename. We can change the accessors to retrieve the various pieces 34 const char* fileName; // not null-terminated 71 int mzOpenZipArchive(const char* fileName, ZipArchive* pArchive); 120 ret.str = pEntry->fileName;
|
/cts/suite/audio_quality/lib/src/ |
FileUtil.cpp | 97 bool FileUtil::init(const char* fileName) 99 if (fileName == NULL) { 103 mFile.open(fileName, std::ios::out | std::ios::trunc);
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerConnectionTest.java | 50 String fileName = "test" + System.currentTimeMillis(); 51 copier.copy(R.raw.testmp3, fileName); 54 mMediaFile = new File(dir, fileName);
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
NativeMediaActivity.java | 86 String fileName = getMediaString(); 87 Log.i(TAG, "start playing " + fileName); 88 Assert.assertTrue(createMediaPlayer("file://" + fileName));
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
RSSPullParser.java | 144 // Defines a place to store the filename of a URL, 145 String fileName; 176 // Gets the filename of the URL and puts it into the ContentValues 177 fileName = Uri.parse(urlValue).getLastPathSegment(); 178 mImage.put(imageNameKey, fileName);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarNonDeterminismMessage.java | 63 String fileName = probe.dfa.nfa.grammar.getFileName(); 64 if ( fileName!=null ) { 65 file = fileName;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
BitmapImageTest.cpp | 62 static PassRefPtr<SharedBuffer> readFile(const char* fileName) 65 filePath.append(fileName); 76 void loadImage(const char* fileName)
|
ListenerLeakTest.cpp | 90 void RunTest(const std::string& filename) 93 std::string fileName(filename); 95 URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(baseURL.c_str()), WebString::fromUTF8(fileName.c_str())); 96 webViewHelper.initializeAndLoad(baseURL + fileName, executeScript);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
parse-malloc-history | 63 foreach my $fileName (@ARGV) { 64 open FILE, "<$fileName" or die "bad file: $fileName";
|
/external/proguard/src/proguard/ant/ |
ClassPathElement.java | 116 String fileName = fileNames[index]; 117 File file = new File(fileName); 120 new ClassPathEntry(file.isAbsolute() ? file : new File(baseDir, fileName),
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduBody.java | 66 byte[] fileName = part.getFilename(); 67 if(null != fileName) { 68 String clc = new String(fileName); 163 * the same as filename and name(param of content-type). 165 * @param fileName the value of filename. 175 * @param fileName the value of filename. 183 * Get pdu part by filename. 185 * @param fileName the value of filename [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
SourceRevealer.java | 86 * <li> A search, either by filename/line number, or for fqmn might provide only 1 result. 91 * such a case, if the fileName:lineNumber argument is available, a search for that 93 * <li> The search might provide multiple results. In such a case, the fileName/lineNumber 98 * @param fileName file name in which the method is present, null if not known 105 public boolean revealMethod(String fqmn, String fileName, int lineNumber, String perspective) { 106 // Search by filename:linenumber. If there is just one result for it, that would 109 if (fileName != null && lineNumber >= 0) { 110 fileMatches = searchForFile(fileName); 112 return revealLineMatch(fileMatches, fileName, lineNumber, perspective); 126 return revealLineMatch(filteredMatches, fileName, lineNumber, perspective) [all...] |
/build/tools/zipalign/ |
ZipAlign.cpp | 143 static int verify(const char* fileName, int alignment, bool verbose) 149 printf("Verifying alignment of %s (%d)...\n", fileName, alignment); 151 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != NO_ERROR) { 152 fprintf(stderr, "Unable to open '%s' for verification\n", fileName);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
MultipartForm.java | 52 public MultipartForm addFormFile(String name, String fileName, byte[] data) { 54 mFileName = fileName; 136 private void writeFormFileHeader(PrintWriter writer, String name, String fileName) { 139 writer.append("\"; filename=\"").append(fileName).println("\"");
|
/dalvik/vm/ |
Native.h | 65 bool dvmLoadNativeCode(const char* fileName, Object* classLoader,
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.prog | 3 function loadFile(fileName, encoding) { 4 var f = new java.io.File(fileName),
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
usprep.h | 174 * @param fileName name of the profile file to be opened 184 const char* fileName,
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
crestst.c | 774 char* fileName = (char*) malloc(uprv_strlen(testdatapath) +10); 796 uprv_strcpy(fileName,testdatapath); 797 uprv_strcat(fileName,".dat"); 798 stream = T_FileStream_open(fileName, "r"); 800 log_data_err("T_FileStream_open failed to open %s\n",fileName); 802 if(!T_FileStream_file_exists(fileName)){ 803 log_data_err("T_FileStream_file_exists failed to verify existence of %s \n",fileName); 808 log_data_err("T_FileStream_read failed to read from %s \n",fileName); 814 log_data_err("T_FileStream_rewind failed to rewind %s \n",fileName); 819 log_data_err("T_FileStream_peek failed to peekd %s \n",fileName); [all...] |
/external/icu4c/common/unicode/ |
usprep.h | 174 * @param fileName name of the profile file to be opened 184 const char* fileName,
|
/external/icu4c/samples/layout/ |
FontMap.h | 22 FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
|
/external/icu4c/test/cintltst/ |
crestst.c | 774 char* fileName = (char*) malloc(uprv_strlen(testdatapath) +10); 796 uprv_strcpy(fileName,testdatapath); 797 uprv_strcat(fileName,".dat"); 798 stream = T_FileStream_open(fileName, "r"); 800 log_data_err("T_FileStream_open failed to open %s\n",fileName); 802 if(!T_FileStream_file_exists(fileName)){ 803 log_data_err("T_FileStream_file_exists failed to verify existence of %s \n",fileName); 808 log_data_err("T_FileStream_read failed to read from %s \n",fileName); 814 log_data_err("T_FileStream_rewind failed to rewind %s \n",fileName); 819 log_data_err("T_FileStream_peek failed to peekd %s \n",fileName); [all...] |
/external/skia/tools/lua/ |
bitmap_statistics.lua | 18 function sk_scrape_startcanvas(c, fileName) 22 function sk_scrape_endcanvas(c, fileName)
|
/external/srec/tools/grxmlcompile/ |
hashmap.h | 45 void writeFile( std::string fileName );
|
/frameworks/av/libvideoeditor/osal/src/ |
M4PSW_Trace.c | 75 M4OSA_Char* fileName,
|
/frameworks/base/tools/preload/ |
Root.java | 134 void toFile(String fileName) throws IOException { 135 FileOutputStream out = new FileOutputStream(fileName); 151 static Root fromFile(String fileName) 153 FileInputStream fin = new FileInputStream(fileName);
|