/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_17.txt | 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
|
msg_42.txt | 1 Content-Type: multipart/mixed; boundary="AAA" 16 Content-Type: multipart/mixed; boundary="BBB"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_17.txt | 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
|
msg_42.txt | 1 Content-Type: multipart/mixed; boundary="AAA" 16 Content-Type: multipart/mixed; boundary="BBB"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/ |
fslotx.s | 2 # The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary. 4 # to a 32 bit boundary.
|
fslot.s | 2 # The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary. 4 # to a 32 bit boundary.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips16-e.s | 8 # align section end to 16-byte boundary for easier testing on multiple targets 19 # align section end to 16-byte boundary for easier testing on multiple targets
|
/prebuilts/go/darwin-x86/src/mime/multipart/ |
writer.go | 21 boundary string 25 // NewWriter returns a new multipart Writer with a random boundary, 30 boundary: randomBoundary(), 34 // Boundary returns the Writer's boundary. 35 func (w *Writer) Boundary() string { 36 return w.boundary 40 // boundary separator with an explicit value. 45 func (w *Writer) SetBoundary(boundary string) error { 50 if len(boundary) < 1 || len(boundary) > 69 [all...] |
/prebuilts/go/linux-x86/src/mime/multipart/ |
writer.go | 21 boundary string 25 // NewWriter returns a new multipart Writer with a random boundary, 30 boundary: randomBoundary(), 34 // Boundary returns the Writer's boundary. 35 func (w *Writer) Boundary() string { 36 return w.boundary 40 // boundary separator with an explicit value. 45 func (w *Writer) SetBoundary(boundary string) error { 50 if len(boundary) < 1 || len(boundary) > 69 [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_test_fuzzer.h | 149 * Returns a random boundary value for Uint8 within the given boundaries. 161 * \param boundary1 Lower boundary limit 162 * \param boundary2 Upper boundary limit 163 * \param validDomain Should the generated boundary be valid (=within the bounds) or not? 165 * \returns Random boundary value for the given range and domain or 0 with error set 170 * Returns a random boundary value for Uint16 within the given boundaries. 182 * \param boundary1 Lower boundary limit 183 * \param boundary2 Upper boundary limit 184 * \param validDomain Should the generated boundary be valid (=within the bounds) or not? 186 * \returns Random boundary value for the given range and domain or 0 with error se [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_test_fuzzer.h | 149 * Returns a random boundary value for Uint8 within the given boundaries. 161 * \param boundary1 Lower boundary limit 162 * \param boundary2 Upper boundary limit 163 * \param validDomain Should the generated boundary be valid (=within the bounds) or not? 165 * \returns Random boundary value for the given range and domain or 0 with error set 170 * Returns a random boundary value for Uint16 within the given boundaries. 182 * \param boundary1 Lower boundary limit 183 * \param boundary2 Upper boundary limit 184 * \param validDomain Should the generated boundary be valid (=within the bounds) or not? 186 * \returns Random boundary value for the given range and domain or 0 with error se [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_test_fuzzer.h | 149 * Returns a random boundary value for Uint8 within the given boundaries. 161 * \param boundary1 Lower boundary limit 162 * \param boundary2 Upper boundary limit 163 * \param validDomain Should the generated boundary be valid (=within the bounds) or not? 165 * \returns Random boundary value for the given range and domain or 0 with error set 170 * Returns a random boundary value for Uint16 within the given boundaries. 182 * \param boundary1 Lower boundary limit 183 * \param boundary2 Upper boundary limit 184 * \param validDomain Should the generated boundary be valid (=within the bounds) or not? 186 * \returns Random boundary value for the given range and domain or 0 with error se [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_test_fuzzer.h | 149 * Returns a random boundary value for Uint8 within the given boundaries. 161 * \param boundary1 Lower boundary limit 162 * \param boundary2 Upper boundary limit 163 * \param validDomain Should the generated boundary be valid (=within the bounds) or not? 165 * \returns Random boundary value for the given range and domain or 0 with error set 170 * Returns a random boundary value for Uint16 within the given boundaries. 182 * \param boundary1 Lower boundary limit 183 * \param boundary2 Upper boundary limit 184 * \param validDomain Should the generated boundary be valid (=within the bounds) or not? 186 * \returns Random boundary value for the given range and domain or 0 with error se [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
ContentImpl.java | 17 private String boundary; field in class:ContentImpl 25 public ContentImpl( String content, String boundary ) { 28 this.boundary = boundary; 61 if (boundary == null) { 65 return "--" + boundary + "\r\n" + getContentTypeHeader() + 69 return "--" + boundary + "\r\n" + getContentTypeHeader() + "\r\n" + content.toString();
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/ |
multipart.py | 17 def __init__(self, _subtype='mixed', boundary=None, _subparts=None,
27 boundary is the multipart boundary string. By default it is
47 if boundary:
48 self.set_boundary(boundary)
|
/frameworks/base/wifi/tests/assets/hsr1/ |
HSR1ProfileWithCACert.conf | 2 Content-Type: multipart/mixed; boundary={boundary}; charset=UTF-8 5 --{boundary} 49 --{boundary} 74 --{boundary}--
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/ |
multipart.py | 17 def __init__(self, _subtype='mixed', boundary=None, _subparts=None, 27 boundary is the multipart boundary string. By default it is 47 if boundary: 48 self.set_boundary(boundary)
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/mime/ |
multipart.py | 17 def __init__(self, _subtype='mixed', boundary=None, _subparts=None, 27 boundary is the multipart boundary string. By default it is 47 if boundary: 48 self.set_boundary(boundary)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
multipart.py | 17 def __init__(self, _subtype='mixed', boundary=None, _subparts=None, 27 boundary is the multipart boundary string. By default it is 47 if boundary: 48 self.set_boundary(boundary)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
multipart.py | 17 def __init__(self, _subtype='mixed', boundary=None, _subparts=None, 27 boundary is the multipart boundary string. By default it is 47 if boundary: 48 self.set_boundary(boundary)
|
/external/tpm2/include/tpm2/ |
TpmBuildSwitches.h | 16 #define ALIGN_TO(boundary) __attribute__ ((aligned(boundary))) 19 #define ALIGN_TO(boundary) __declspec(align(boundary)) 24 // #define ALIGN_TO(boundary) _Alignas(boundary)
|
/bionic/libc/bionic/ |
jemalloc_wrapper.cpp | 37 // The man page for memalign says it fails if boundary is not a power of 2, 40 void* je_memalign_round_up_boundary(size_t boundary, size_t size) { 41 if (boundary != 0) { 42 if (!powerof2(boundary)) { 43 boundary = BIONIC_ROUND_UP_POWER_OF_2(boundary); 46 boundary = 1; 48 return je_memalign(boundary, size);
|
/external/e2fsprogs/tests/progs/test_data/ |
test.brel | 14 # Test boundary cases for brel_put 19 # Test other boundary cases
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
MimeBoundaryInputStream.java | 29 * can be used to determine if a final boundary has been seen or not. 40 private byte[] boundary = null; field in class:MimeBoundaryInputStream 49 * @param boundary Boundary string (not including leading hyphens). 51 public MimeBoundaryInputStream(InputStream s, String boundary) 54 this.s = new PushbackInputStream(s, boundary.length() + 4); 56 boundary = "--" + boundary; 57 this.boundary = new byte[boundary.length()] [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
msg_37.txt | 1 Content-Type: multipart/mixed; boundary=ABCDE
|