HomeSort by relevance Sort by last modified time
    Searched full:filepart (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/java/com/android/internal/http/multipart/
FilePart.java 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/methods/multipart/FilePart.java,v 1.19 2004/04/18 23:51:37 jsdever Exp $
62 public class FilePart extends PartBase {
74 private static final Log LOG = LogFactory.getLog(FilePart.class);
87 * FilePart Constructor.
96 public FilePart(String name, PartSource partSource, String contentType, String charset) {
112 * FilePart Constructor.
117 public FilePart(String name, PartSource partSource) {
122 * FilePart Constructor.
130 public FilePart(String name, File file)
136 * FilePart Constructor
    [all...]
FilePartSource.java 60 * @param file the FilePart source File.
81 * @param fileName the file name of the FilePart
82 * @param file the source File for the FilePart
PartSource.java 39 * @see FilePart
MultipartEntity.java 73 * new FilePart(f.getName(), f)
  /external/lzma/CPP/Windows/
FileDir.h 70 bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath, UINT32 &filePart);
72 bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath, UINT32 &filePart);
FileDir.cpp 668 CSysString &resultPath, UINT32 &filePart)
673 filePart = (UINT32)(filePartPointer - (LPCTSTR)resultPath);
681 UString &resultPath, UINT32 &filePart)
688 filePart = (UINT32)(filePartPointer - (LPCWSTR)resultPath);
698 sysPath, filePart))
700 UString resultPath1 = GetUnicodePath(sysPath.Left(filePart));
701 UString resultPath2 = GetUnicodePath(sysPath.Mid(filePart));
702 filePart = resultPath1.Length();
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java 21 import com.android.internal.http.multipart.FilePart;
141 new FilePart("file", file)
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 47 parts[1] = new FilePart(upload.getName(), upload);
  /external/chromium_org/native_client_sdk/src/tools/
decode_dump.py 57 filepart = posixpath.basename(filename)
58 nmf_entry = self.nmf_data.get('files', {}).get(filepart, {})
  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp 72 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; local
73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3);
129 const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} files"}; local
131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4);
msfmrgts.cpp 795 UnicodeString filepart [] = { local
800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
tmsgfmt.cpp 504 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; local
505 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 72 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; local
73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3);
129 const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} files"}; local
131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4);
msfmrgts.cpp 795 UnicodeString filepart [] = { local
800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
tmsgfmt.cpp 504 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; local
505 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp 92 FX_DWORD FXSYS_GetFullPathName(FX_LPCSTR filename, FX_DWORD buflen, FX_LPSTR buf, FX_LPSTR* filepart)
  /external/chromium_org/third_party/webrtc/base/
win32.cc 395 wchar_t* filepart = NULL; local
398 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) {
  /external/pdfium/core/include/fxcrt/
fx_system.h 218 FX_DWORD FXSYS_GetFullPathName(const char* filename, FX_DWORD buflen, char* buf, char** filepart);
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 189 def GetCandidates(dirs, filepart, candidate_fun):
194 filepart: the file part of the pathname.
210 candidates = PathListJoin(candidates, [filepart])
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 268 * String[] filepart = {"no files","one file","{0,number} files"};
269 * ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 

Completed in 9588 milliseconds