HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 276 - 300 of 849) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 108 String fileName = getString(in, len);
110 Log.v("ddm-heap", "Method profiling start: filename='" + fileName
114 Debug.startMethodTracing(fileName, bufferSize, flags);
  /frameworks/base/include/androidfw/
Asset.h 143 static Asset* createFromFile(const char* fileName, AccessMode mode);
148 static Asset* createFromCompressedFile(const char* fileName,
226 status_t openChunk(const char* fileName, int fd, off64_t offset, size_t length);
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPart.java 359 * Get Content-disposition parameter: filename
361 * @param fileName the filename value
364 public void setFilename(byte[] fileName) {
365 if(null == fileName) {
369 mPartHeader.put(P_FILENAME, fileName);
373 * Set Content-disposition parameter: filename
375 * @return the filename
382 // Assumption: At least one of the content-location / name / filename
  /system/core/libzipfile/
zipfile.c 48 if (0 == memcmp(entryName, entry->fileName, entry->fileNameLength)) {
68 memcpy(s, e->fileName, l);
141 fwrite(entry->fileName, entry->fileNameLength, 1, to);
  /external/chromium_org/build/android/ant/
create-test-jar.js 36 var fileName = javacCustomClasspath[i]
37 var fileExtension = fileName.split("\\.").pop();
42 zipFileSet.setSrc(File(fileName));
  /external/valgrind/main/VEX/switchback/
linker.c 137 char* fileName;
427 fprintf(stderr, "fixup area too small for %s\n", oc->fileName);
566 oc->fileName, symbol);
628 oc->fileName, (Int)ELF_R_TYPE(info));
717 belch("%s: function %s with addend %p", oc->fileName, symbol, (void *)A);
721 fprintf(stderr,"%s: unknown symbol `%s'\n", oc->fileName, symbol);
841 fprintf(stderr, "%s: R_PPC_REL24 relocation failed\n", oc->fileName );
856 oc->fileName, (Int)ELF_R_TYPE(info));
883 fprintf(stderr,"%s: can't find string or symbol table\n", oc->fileName);
940 fprintf(stderr,"%s: not an ELF object\n", oc->fileName);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 281 String fileName = getTextControl().getText();
282 fileName = fileName.trim();
293 if (fileName.length() > 0) {
294 File file = new File(fileName);
298 DebugKeyProvider provider = new DebugKeyProvider(fileName,
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 30 public DexBuffer(String fileName) throws IOException {
35 fis = new FileInputStream(fileName);
  /development/tools/idegen/src/com/android/idegen/
ModuleIndexes.java 118 String fileName = getMakeFile(moduleName);
119 File file = new File(fileName);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 109 public static String getTestsuiteDir(String fullPath, String fileName) {
110 return fullPath.substring(0, fullPath.length()-fileName.length());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java 32 static String getContentType(String fileName) throws IOException {
33 String resourceName = "org/apache/harmony/luni/tests/" + fileName;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8FileCustom.cpp 69 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, fileName, info[1]);
92 RefPtr<File> file = blobBuilder.createFile(properties.contentType(), fileName, properties.lastModified());
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
BlobBuilder.cpp 140 PassRefPtr<File> BlobBuilder::createFile(const String& contentType, const String& fileName, double modificationTime)
146 RefPtr<File> file = File::create(fileName, modificationTime, BlobDataHandle::create(blobData.release(), m_size));
  /external/chromium_org/third_party/icu/source/tools/toolutil/
flagparser.c 20 * Opens the given fileName and reads in the information storing the data in flagBuffer.
23 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, int32_t numOfFlags, UErrorCode *status) {
29 FileStream *f = T_FileStream_open(fileName, "r");
  /external/icu4c/tools/toolutil/
flagparser.c 20 * Opens the given fileName and reads in the information storing the data in flagBuffer.
23 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status) {
30 FileStream *f = T_FileStream_open(fileName, "r");
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 33 SmallString<16> FileName;
39 : FileName("<invalid>"), FunctionName("<invalid>"),
41 DILineInfo(const SmallString<16> &fileName,
44 : FileName(fileName), FunctionName(functionName),
47 const char *getFileName() { return FileName.c_str(); }
54 FileName.equals(RHS.FileName) &&
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DebugMethodItem.java 118 protected static void writeSetFile(IndentingWriter writer, String fileName) throws IOException {
120 Utf8Utils.writeEscapedString(writer, fileName);
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 44 void SubGraph::WriteForwardGraphFile( std::string & fileName, GRXMLDoc &p_Doc )
57 outfile.open ( fileName.c_str() );
97 void SubGraph::WriteForwardGraphWithSemantic ( std::string & fileName, GRXMLDoc &p_Doc )
110 outfile.open ( fileName.c_str() );
183 void SubGraph::WriteHMMGraphFile( std::string & fileName, GRXMLDoc &p_Doc )
203 outfile.open ( fileName.c_str() );
266 void SubGraph::WritePhonemeGraphFile( std::string & fileName, GRXMLDoc &p_Doc )
277 outfile.open ( fileName.c_str() );
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 99 private static void loadProperties(InputStream fileName) throws IOException {
101 properties.load(fileName);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 150 String fileName = metadataCursor.getString(0);
151 Uri path = Uri.parse(fileName);
154 path = Uri.fromFile(new File(fileName));
167 public static void openReceivedFile(Context context, String fileName, String mimetype,
169 if (fileName == null || mimetype == null) {
170 Log.e(TAG, "ERROR: Para fileName ==null, or mimetype == null");
174 File f = new File(fileName);
189 Uri path = Uri.parse(fileName);
192 path = Uri.fromFile(new File(fileName));
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadItem.java 71 public void setData(long downloadId, int position, String fileName, String mimeType) {
74 mFileName = fileName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 111 String fileName = mStackTraceParser.getFileName(msg);
114 JavaSourceRevealer.revealMethod(methodName, fileName, lineNumber, perspectiveId);
  /external/valgrind/main/VEX/unused/
linker.c 73 char* fileName;
361 fprintf(stderr, "fixup area too small for %s\n", oc->fileName);
472 oc->fileName, symbol);
534 oc->fileName, ELF_R_TYPE(info));
612 belch("%s: function %s with addend %p", oc->fileName, symbol, (void *)A);
616 fprintf(stderr,"%s: unknown symbol `%s'\n", oc->fileName, symbol);
698 oc->fileName, ELF_R_TYPE(info));
725 fprintf(stderr,"%s: can't find string or symbol table\n", oc->fileName);
782 fprintf(stderr,"%s: not an ELF object\n", oc->fileName);
787 fprintf(stderr,"%s: unsupported ELF format\n", oc->fileName);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 198 Camera camera, String fileName, int durMs, boolean timelapse) throws Exception {
215 mMediaRecorder.setOutputFile(fileName);
231 checkTracksAndDuration(targetDurMs, hasVideo, hasAudio, fileName);
235 int targetMs, boolean hasVideo, boolean hasAudio, String fileName) throws Exception {
237 retriever.setDataSource(fileName);
252 private boolean checkLocationInFile(String fileName) {
254 retriever.setDataSource(fileName);
258 Log.v(TAG, "No location information found in file " + fileName);
406 private int getRecordedFileDurationMs(final String fileName) {
408 retriever.setDataSource(fileName);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 234 * @param fileName the "file" to indicate in the attachment
240 public static Attachment setupAttachment(long messageId, String fileName, long length,
244 att.mFileName = fileName;
245 att.mContentId = "contentId " + fileName;
246 att.setContentUri("contentUri " + fileName);
248 att.mMimeType = "mimeType " + fileName;
249 att.mLocation = "location " + fileName;
250 att.mEncoding = "encoding " + fileName;
251 att.mContent = "content " + fileName;
253 att.mContentBytes = Utility.toUtf8("content " + fileName);
    [all...]

Completed in 1154 milliseconds

<<11121314151617181920>>