HomeSort by relevance Sort by last modified time
    Searched full:boundary (Results 226 - 250 of 4900) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 96 # say a multipart message includes the boundary string somewhere in
97 # its body. We'd have to calculate the new boundary /before/ we write
188 # together, and then make sure that the boundary we've chosen isn't
195 # e.g. a non-strict parse of a message with no starting boundary.
207 boundary = msg.get_boundary()
208 if not boundary:
209 # Create a boundary that doesn't appear in any of the
212 boundary = _make_boundary(alltext)
213 msg.set_boundary(boundary)
221 # dash-boundary transport-padding CRL
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_39.txt 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1"
9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multifile.py 8 boundary="=====================_590453667==_"
13 boundary="=====================_590453677==_.ALT"
46 boundary = msg.getparam("boundary")
49 mf.push(boundary)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 96 # say a multipart message includes the boundary string somewhere in
97 # its body. We'd have to calculate the new boundary /before/ we write
188 # together, and then make sure that the boundary we've chosen isn't
195 # e.g. a non-strict parse of a message with no starting boundary.
207 boundary = msg.get_boundary()
208 if not boundary:
209 # Create a boundary that doesn't appear in any of the
212 boundary = _make_boundary(alltext)
213 msg.set_boundary(boundary)
221 # dash-boundary transport-padding CRL
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_39.txt 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1"
9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multifile.py 8 boundary="=====================_590453667==_"
13 boundary="=====================_590453677==_.ALT"
46 boundary = msg.getparam("boundary")
49 mf.push(boundary)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 96 # say a multipart message includes the boundary string somewhere in
97 # its body. We'd have to calculate the new boundary /before/ we write
188 # together, and then make sure that the boundary we've chosen isn't
195 # e.g. a non-strict parse of a message with no starting boundary.
207 boundary = msg.get_boundary()
208 if not boundary:
209 # Create a boundary that doesn't appear in any of the
212 boundary = _make_boundary(alltext)
213 msg.set_boundary(boundary)
221 # dash-boundary transport-padding CRL
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_39.txt 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1"
9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multifile.py 8 boundary="=====================_590453667==_"
13 boundary="=====================_590453677==_.ALT"
46 boundary = msg.getparam("boundary")
49 mf.push(boundary)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 96 # say a multipart message includes the boundary string somewhere in
97 # its body. We'd have to calculate the new boundary /before/ we write
188 # together, and then make sure that the boundary we've chosen isn't
195 # e.g. a non-strict parse of a message with no starting boundary.
207 boundary = msg.get_boundary()
208 if not boundary:
209 # Create a boundary that doesn't appear in any of the
212 boundary = _make_boundary(alltext)
213 msg.set_boundary(boundary)
221 # dash-boundary transport-padding CRL
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_39.txt 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1"
9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multifile.py 8 boundary="=====================_590453667==_"
13 boundary="=====================_590453677==_.ALT"
46 boundary = msg.getparam("boundary")
49 mf.push(boundary)
  /external/libbrillo/brillo/http/
http_form_data_unittest.cc 97 "Content-Type: multipart/form-data; boundary=\"Delimiter\"\r\n"
128 std::string boundary = field.GetBoundary(); local
129 boundaries.insert(boundary);
130 // Our generated boundary must be 16 character long and contain lowercase
132 EXPECT_EQ(16u, boundary.size());
134 boundary.find_first_not_of("0123456789abcdef"));
136 // Now make sure the boundary strings were generated at random, so we should
137 // get |count| unique boundary strings. However since the strings are random,
170 EXPECT_EQ("multipart/form-data; boundary=\"boundary1\"",
183 "Content-Type: multipart/mixed; boundary=\"boundary2\"\r\n
    [all...]
http_form_data.h 61 // this method to append "boundary" parameter to it.
156 // boundary: multipart boundary separator.
160 const std::string& boundary = {});
163 // Appends "boundary" parameter to Content-Type header.
182 // Returns a boundary string used to separate multipart form fields.
186 // Returns the starting boundary string: "--<boundary>".
188 // Returns the ending boundary string: "--<boundary>--"
    [all...]
  /external/libavc/common/
ih264_deblk_edge_filters.c 79 /* vertical edge when the boundary strength is set to 4. */
83 /* alpha - alpha value for the boundary */
84 /* beta - beta value for the boundary */
199 /* horizontal edge when the boundary strength is set to 4. */
203 /* alpha - alpha value for the boundary */
204 /* beta - beta value for the boundary */
322 /* vertical edge when the boundary strength is set to 4. */
326 /* alpha - alpha value for the boundary */
327 /* beta - beta value for the boundary */
412 /* horizontal edge when the boundary strength is set to 4. *
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakTransliterator.java 80 int boundary = 0; local
94 for(boundary = bi.first(); boundary != BreakIterator.DONE && boundary < pos.limit; boundary = bi.next()) {
95 if (boundary == 0) continue;
98 int cp = UTF16.charAt(text, boundary-1);
103 cp = UTF16.charAt(text, boundary);
114 boundaries[boundaryCount++] = boundary;
115 //System.out.println(boundary);
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
BreakTransliterator.java 79 int boundary = 0; local
93 for(boundary = bi.first(); boundary != BreakIterator.DONE && boundary < pos.limit; boundary = bi.next()) {
94 if (boundary == 0) continue;
97 int cp = UTF16.charAt(text, boundary-1);
102 cp = UTF16.charAt(text, boundary);
113 boundaries[boundaryCount++] = boundary;
114 //System.out.println(boundary);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
IoLibMmioBuffer.c 67 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
72 If Length is not aligned on a 16-bit boundary, then ASSERT().
74 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
119 If StartAddress is not aligned on a 32-bit boundary, then ASSERT().
124 If Length is not aligned on a 32-bit boundary, then ASSERT().
125 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
170 If StartAddress is not aligned on a 64-bit boundary, then ASSERT().
175 If Length is not aligned on a 64-bit boundary, then ASSERT().
177 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
264 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLibMmioBuffer.c 64 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
69 If Length is not aligned on a 16-bit boundary, then ASSERT().
70 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
115 If StartAddress is not aligned on a 32-bit boundary, then ASSERT().
120 If Length is not aligned on a 32-bit boundary, then ASSERT().
121 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
166 If StartAddress is not aligned on a 64-bit boundary, then ASSERT().
171 If Length is not aligned on a 64-bit boundary, then ASSERT().
172 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
259 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibCpuIo2/
IoLibMmioBuffer.c 64 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
69 If Length is not aligned on a 16-bit boundary, then ASSERT().
71 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
116 If StartAddress is not aligned on a 32-bit boundary, then ASSERT().
121 If Length is not aligned on a 32-bit boundary, then ASSERT().
122 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
167 If StartAddress is not aligned on a 64-bit boundary, then ASSERT().
172 If Length is not aligned on a 64-bit boundary, then ASSERT().
174 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
261 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibEsal/
IoLibMmioBuffer.c 64 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
69 If Length is not aligned on a 16-bit boundary, then ASSERT().
70 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
115 If StartAddress is not aligned on a 32-bit boundary, then ASSERT().
120 If Length is not aligned on a 32-bit boundary, then ASSERT().
121 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
166 If StartAddress is not aligned on a 64-bit boundary, then ASSERT().
171 If Length is not aligned on a 64-bit boundary, then ASSERT().
172 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
259 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiIoLibCpuIo/
IoLibMmioBuffer.c 71 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
76 If Length is not aligned on a 16-bit boundary, then ASSERT().
77 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
122 If StartAddress is not aligned on a 32-bit boundary, then ASSERT().
127 If Length is not aligned on a 32-bit boundary, then ASSERT().
128 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
173 If StartAddress is not aligned on a 64-bit boundary, then ASSERT().
178 If Length is not aligned on a 64-bit boundary, then ASSERT().
179 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
266 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmIoLibSmmCpuIo2/
IoLibMmioBuffer.c 64 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
69 If Length is not aligned on a 16-bit boundary, then ASSERT().
71 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
116 If StartAddress is not aligned on a 32-bit boundary, then ASSERT().
121 If Length is not aligned on a 32-bit boundary, then ASSERT().
122 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
167 If StartAddress is not aligned on a 64-bit boundary, then ASSERT().
172 If Length is not aligned on a 64-bit boundary, then ASSERT().
174 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
262 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 31 private String boundary; field in class:MultipartMimeContentImpl
33 public static String BOUNDARY = "boundary";
40 this.boundary = contentTypeHeader.getParameter(BOUNDARY);
87 String delimiter = this.getContentTypeHeader().getParameter(BOUNDARY);
128 ContentImpl content = new ContentImpl(rest, boundary);
  /prebuilts/go/darwin-x86/src/mime/multipart/
writer_test.go 44 r := NewReader(&b, w.Boundary())
102 t.Errorf("%d. boundary %q = %v (%v); want %v", i, tt.b, got, err, tt.ok)
104 got := w.Boundary()
106 t.Errorf("boundary = %q; want %q", got, tt.b)
117 // Verify there's no data race accessing any lazy boundary if it's used by
127 w.Boundary()
135 t.Fatalf("Error setting mime boundary: %v", err)

Completed in 1040 milliseconds

1 2 3 4 5 6 7 8 91011>>