HomeSort by relevance Sort by last modified time
    Searched refs:CONTENT_DISPOSITION (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_httpheaders.py 9 CONTENT_DISPOSITION.update(collection,filename="bingles.txt")
13 CONTENT_DISPOSITION(collection)
70 assert 'attachment' == CONTENT_DISPOSITION()
71 assert 'attachment' == CONTENT_DISPOSITION(attachment=True)
72 assert 'inline' == CONTENT_DISPOSITION(inline=True)
74 CONTENT_DISPOSITION(inline=True, filename="test.txt")
76 CONTENT_DISPOSITION(filename="/some/path/test.txt")
78 CONTENT_DISPOSITION.apply(headers,filename="test.txt")
80 CONTENT_DISPOSITION.apply(headers,filename="test")
82 CONTENT_DISPOSITION.apply(headers,filename="test.html"
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentDispositionParser.java 71 headerName(TokenTypes.CONTENT_DISPOSITION);
74 cd.setHeaderName(SIPHeaderNames.CONTENT_DISPOSITION);
TokenTypes.java 89 public static final int CONTENT_DISPOSITION = START + 52;
Lexer.java 205 TokenTypes.CONTENT_DISPOSITION);
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 140 public static final String CONTENT_DISPOSITION = "Content-Disposition";
  /external/apache-http/android/src/com/android/internal/http/multipart/
Part.java 96 protected static final String CONTENT_DISPOSITION = "Content-Disposition: form-data; name=";
100 EncodingUtils.getAsciiBytes(CONTENT_DISPOSITION);
  /external/apache-http/android/src/android/net/http/
Headers.java 63 public final static String CONTENT_DISPOSITION = "content-disposition";
136 CONTENT_DISPOSITION,
246 if (name.equals(CONTENT_DISPOSITION)) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 147 putNameMap(CONTENT_DISPOSITION, ContentDisposition.class.getName()); //35
SIPHeaderNames.java 87 public static final String CONTENT_DISPOSITION =
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
fileapp.py 93 def content_disposition(self, **kwargs): member in class:DataApp
94 CONTENT_DISPOSITION.apply(self.headers, **kwargs)
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 166 Part.CONTENT_DISPOSITION,
743 values.put(Part.CONTENT_DISPOSITION, (String) value);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 618 Part.CONTENT_DISPOSITION + " TEXT," +
    [all...]
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 173 Part.CONTENT_DISPOSITION,
755 values.put(Part.CONTENT_DISPOSITION, toIsoString(bytes));
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
BluetoothMapContent.java     [all...]
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 572 milliseconds

1 2