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

<<11121314151617181920>>

  /prebuilts/go/linux-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)
  /external/apache-http/android/src/com/android/internal/http/multipart/
MultipartEntity.java 92 * Sets the value to use as the multipart boundary.
97 public static final String MULTIPART_BOUNDARY = "http.method.multipart.boundary";
100 * The pool of ASCII chars to be used for generating a multipart boundary.
106 * Generates a random multipart boundary string.
152 * Returns the MIME boundary string that is used to demarcate boundaries of
154 * boundary string. To create a boundary string first the
158 * @return The boundary string of this entity in ASCII encoding.
198 buffer.append("; boundary=");
  /external/libavc/common/x86/
ih264_deblk_chroma_ssse3.c 65 /* vertical edge when the boundary strength is set to 4 in */
70 /* alpha_cb - alpha value for the boundary in U */
71 /* beta_cb - beta value for the boundary in U */
72 /* alpha_cr - alpha value for the boundary in V */
73 /* beta_cr - beta value for the boundary in V */
248 /* horizontal edge when the boundary strength is set to 4 */
253 /* alpha_cb - alpha value for the boundary in U */
254 /* beta_cb - beta value for the boundary in U */
255 /* alpha_cr - alpha value for the boundary in V */
256 /* beta_cr - beta value for the boundary in V *
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
OutputBuffer.h 36 // aligned to the specified power of two boundary.
37 void align(unsigned Boundary) {
38 assert(Boundary && (Boundary & (Boundary - 1)) == 0 &&
39 "Must align to 2^k boundary");
42 if (Size & (Boundary - 1)) {
44 size_t Pad = Boundary - (Size & (Boundary - 1));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
CheckSum.c 104 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
105 If Length is not aligned on a 16-bit boundary, then ASSERT().
148 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
149 If Length is not aligned on a 16-bit boundary, then ASSERT().
185 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
186 If Length is not aligned on a 32-bit boundary, then ASSERT().
229 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
230 If Length is not aligned on a 32-bit boundary, then ASSERT().
266 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
267 If Length is not aligned on a 64-bit boundary, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
CheckSum.c 101 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
102 If Length is not aligned on a 16-bit boundary, then ASSERT().
146 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
147 If Length is not aligned on a 16-bit boundary, then ASSERT().
183 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
184 If Length is not aligned on a 32-bit boundary, then ASSERT().
228 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
229 If Length is not aligned on a 32-bit boundary, then ASSERT().
265 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
266 If Length is not aligned on a 64-bit boundary, then ASSERT().
    [all...]
  /external/autotest/server/tests/netpipe/
control.stress.srv 18 upper_bound - Specify the upper boundary to the size of message being tested.
22 increasing them exponentially from the lower boundary to the
23 upper boundary. At each point, it also tests perturbations of 3
  /external/curl/tests/data/
test277 41 s/boundary=------------------------[a-z0-9]*/boundary=------------------------/
50 Content-Type: text/info; boundary=------------------------
  /external/icu/icu4c/source/common/unicode/
brkiter.h 63 * Line boundary analysis determines where a text string can be broken
67 * Sentence boundary analysis allows selection with correct
71 * Word boundary analysis is used by search and replace functions, as
78 * Character boundary analysis allows users to interact with
80 * through a text string. Character boundary analysis provides correct
86 * The text boundary positions are found according to the rules
171 * Change the text over which this operates. The text boundary is
204 * Change the text over which this operates. The text boundary is
237 * Set the iterator position to the boundary preceding the current boundary
    [all...]
  /external/skia/include/utils/
SkCanvasStateUtils.h 17 * across a library boundary where the Skia library on the other side of the
18 * boundary may be newer. The expected usage is outline below...
20 * Lib Boundary
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 16-byte boundary.
10 ; * [out] pDst - pointer to the destination block; must be aligned on an 8-byte boundary.
15 ; * - one or more of the following pointers is not aligned on an 16-byte boundary: pSrc, pDst
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ComputeTextureErrorBlock.c 46 * boundary.
49 * aligned on an 8-byte boundary.
54 * aligned on an 8-byte boundary.
omxVCCOMM_ComputeTextureErrorBlock_SAD.c 47 * boundary.
50 * on an 8-byte boundary.
55 * on an 8-byte boundary.
omxVCCOMM_Copy16x16.c 46 * aligned on a 16-byte boundary.
54 * 16-byte boundary.
63 * boundary: pSrc, pDst
omxVCCOMM_Copy8x8.c 46 * aligned on an 8-byte boundary.
54 * boundary.
63 * boundary: pSrc, pDst
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
msg_05.txt 6 boundary="D1690A7AC1.996856090/mail.example.com"
  /external/autotest/client/site_tests/security_ProfilePermissions/
control 11 PURPOSE = "Protect the security boundary enforced by filesystem permissions"
  /external/clang/test/CodeGenObjC/
block-byref-debuginfo.m 4 // Test that the foo is aligned at an 8 byte boundary in the DWARF
  /external/fec/
sumsq_mmx.c 18 /* Handle stuff before the next 8-byte boundary */
sumsq_sse2.c 16 /* Handle stuff before the next 8-byte boundary */
  /external/libvpx/libvpx/vpx_mem/include/
vpx_mem_intrnl.h 27 /*returns an addr aligned to the byte boundary specified by align*/
  /external/libxml2/result/
cdata-3-byte-UTF-8.xml.sax2 3 SAX.comment( This tests that three-byte UTF-8 characters are parsed properly when split across a buffer boundary of length XML_PARSER_BIG_BUFFER_SIZE (300 bytes). )
cdata-4-byte-UTF-8.xml.rde 1 0 8 #comment 0 1 This tests that four-byte UTF-8 characters are parsed properly when split across a buffer boundary of length XML_PARSER_BIG_BUFFER_SIZE (300 bytes).
cdata-4-byte-UTF-8.xml.rdr 1 0 8 #comment 0 1 This tests that four-byte UTF-8 characters are parsed properly when split across a buffer boundary of length XML_PARSER_BIG_BUFFER_SIZE (300 bytes).
cdata-4-byte-UTF-8.xml.sax2 3 SAX.comment( This tests that four-byte UTF-8 characters are parsed properly when split across a buffer boundary of length XML_PARSER_BIG_BUFFER_SIZE (300 bytes). )

Completed in 573 milliseconds

<<11121314151617181920>>