/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_45.txt | 8 Content-Type: multipart/signed; boundary="borderline";
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
ulh-pic.s | 31 # Round to a 16 byte boundary, for ease in testing multiple targets.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
align.s | 2 * .even == .align 1, .even 2 == longword boundary
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
shlelf32_linux.sh | 21 # then we need to align it to an 8-byte boundary.
|
/frameworks/base/core/java/android/net/ |
NetworkPolicyManager.java | 253 * Compute the last cycle boundary for the given {@link NetworkPolicy}. For 262 throw new IllegalArgumentException("Unable to compute boundary without cycleDay"); 270 // Cycle boundary is beyond now, use last cycle boundary 282 throw new IllegalArgumentException("Unable to compute boundary without cycleDay"); 290 // Cycle boundary is before now, use next cycle boundary
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
mimify.py | 40 mp = re.compile('^content-type:.*multipart/.*boundary="?([^;"\n]*)', re.I|re.S)
51 def __init__(self, file, boundary):
53 self.boundary = boundary
62 if self.boundary:
63 if line == self.boundary + '\n':
66 if line == self.boundary + '--\n':
128 if ifile.boundary and ifile.boundary[:2] == QUOTE:
191 # not a boundary between parts [all...] |
MimeWriter.py | 145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
149 subtype parameter provides the multipart subtype, the boundary
150 parameter may provide a user-defined boundary specification, and the
158 self._boundary = boundary or mimetools.choose_boundary()
160 [("boundary", self._boundary)] + plist,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mimify.py | 40 mp = re.compile('^content-type:.*multipart/.*boundary="?([^;"\n]*)', re.I|re.S) 51 def __init__(self, file, boundary): 53 self.boundary = boundary 62 if self.boundary: 63 if line == self.boundary + '\n': 66 if line == self.boundary + '--\n': 128 if ifile.boundary and ifile.boundary[:2] == QUOTE: 191 # not a boundary between part [all...] |
MimeWriter.py | 145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): 149 subtype parameter provides the multipart subtype, the boundary 150 parameter may provide a user-defined boundary specification, and the 158 self._boundary = boundary or mimetools.choose_boundary() 160 [("boundary", self._boundary)] + plist,
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mimify.py | 40 mp = re.compile('^content-type:.*multipart/.*boundary="?([^;"\n]*)', re.I|re.S) 51 def __init__(self, file, boundary): 53 self.boundary = boundary 62 if self.boundary: 63 if line == self.boundary + '\n': 66 if line == self.boundary + '--\n': 128 if ifile.boundary and ifile.boundary[:2] == QUOTE: 191 # not a boundary between part [all...] |
MimeWriter.py | 145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): 149 subtype parameter provides the multipart subtype, the boundary 150 parameter may provide a user-defined boundary specification, and the 158 self._boundary = boundary or mimetools.choose_boundary() 160 [("boundary", self._boundary)] + plist,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimify.py | 40 mp = re.compile('^content-type:.*multipart/.*boundary="?([^;"\n]*)', re.I|re.S) 51 def __init__(self, file, boundary): 53 self.boundary = boundary 62 if self.boundary: 63 if line == self.boundary + '\n': 66 if line == self.boundary + '--\n': 128 if ifile.boundary and ifile.boundary[:2] == QUOTE: 191 # not a boundary between part [all...] |
MimeWriter.py | 145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): 149 subtype parameter provides the multipart subtype, the boundary 150 parameter may provide a user-defined boundary specification, and the 158 self._boundary = boundary or mimetools.choose_boundary() 160 [("boundary", self._boundary)] + plist,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimify.py | 40 mp = re.compile('^content-type:.*multipart/.*boundary="?([^;"\n]*)', re.I|re.S) 51 def __init__(self, file, boundary): 53 self.boundary = boundary 62 if self.boundary: 63 if line == self.boundary + '\n': 66 if line == self.boundary + '--\n': 128 if ifile.boundary and ifile.boundary[:2] == QUOTE: 191 # not a boundary between part [all...] |
MimeWriter.py | 145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): 149 subtype parameter provides the multipart subtype, the boundary 150 parameter may provide a user-defined boundary specification, and the 158 self._boundary = boundary or mimetools.choose_boundary() 160 [("boundary", self._boundary)] + plist,
|
/external/google-breakpad/src/common/ |
stabs_to_module.cc | 156 // Sort our boundary list, so we can search it quickly. 167 vector<Module::Address>::const_iterator boundary local 169 if (boundary != boundaries_.end()) 170 f->size = *boundary - f->address; 176 // boundary table, only one can be the last.
|
/external/libmojo/base/android/ |
record_histogram.cc | 85 int32_t boundary = static_cast<int32_t>(j_boundary); local 87 CheckHistogramArgs(env, j_histogram_name, 1, boundary, boundary + 1, 94 LinearHistogram::FactoryGet(histogram_name, 1, boundary, boundary + 1,
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
MultipartBuilderTest.java | 45 assertEquals("multipart/mixed; boundary=123", requestBody.contentType().toString()); 76 assertEquals("multipart/mixed; boundary=123", requestBody.contentType().toString()); 94 + "Content-Type: multipart/mixed; boundary=BbC04y\r\n" 133 assertEquals("multipart/form-data; boundary=AaB03x", requestBody.contentType().toString()); 218 assertEquals("multipart/mixed; boundary=123", requestBody.contentType().toString());
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_TransRecBlockCoef_intra.c | 52 * an 8-byte boundary. 65 * be aligned on an 8-byte boundary. 69 * aligned on an 8-byte boundary. 99 * pDstmust be aligned on a 16-byte boundary. 101 * 8-byte boundary.
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
RoutineWatchEvaluator.java | 206 BreakIterator boundary = BreakIterator.getWordInstance(); local 207 boundary.setText(text); 208 int start = boundary.first(); 209 for (int end = boundary.next(); end != BreakIterator.DONE; 210 start = end, end = boundary.next()) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
ContentTypeField.java | 63 * The name of the <code>boundary</code> parameter. 65 public static final String PARAM_BOUNDARY = "boundary"; 103 * If child's MIME type is multipart but no boundary 152 * Gets the value of the <code>boundary</code> parameter if set. 154 * @return the <code>boundary</code> parameter value or <code>null</code>
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
IoLib.h | 334 If Port is not aligned on a 16-bit boundary, then ASSERT().
355 If Port is not aligned on a 16-bit boundary, then ASSERT().
381 If Port is not aligned on a 16-bit boundary, then ASSERT().
407 If Port is not aligned on a 16-bit boundary, then ASSERT().
434 If Port is not aligned on a 16-bit boundary, then ASSERT().
458 If Port is not aligned on a 16-bit boundary, then ASSERT().
489 If Port is not aligned on a 16-bit boundary, then ASSERT().
525 If Port is not aligned on a 16-bit boundary, then ASSERT().
561 If Port is not aligned on a 16-bit boundary, then ASSERT().
599 If Port is not aligned on a 16-bit boundary, then ASSERT(). [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | 82 * - pDstPred is not aligned on an 8-byte boundary. 130 * - pDstPred is not aligned on a 16-byte boundary. 165 * expanded; must be aligned on an 8-byte boundary. 178 * boundary. 186 * - pSrcDstPlane is not aligned on an 8-byte boundary. 212 * aligned on an 8-byte boundary. 220 * boundary. 229 * boundary: pSrc, pDst 250 * aligned on a 16-byte boundary. 258 * 16-byte boundary. [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | 82 * - pDstPred is not aligned on an 8-byte boundary. 130 * - pDstPred is not aligned on a 16-byte boundary. 165 * expanded; must be aligned on an 8-byte boundary. 178 * boundary. 186 * - pSrcDstPlane is not aligned on an 8-byte boundary. 212 * aligned on an 8-byte boundary. 220 * boundary. 229 * boundary: pSrc, pDst 250 * aligned on a 16-byte boundary. 258 * 16-byte boundary. [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | 82 * - pDstPred is not aligned on an 8-byte boundary. 130 * - pDstPred is not aligned on a 16-byte boundary. 165 * expanded; must be aligned on an 8-byte boundary. 178 * boundary. 186 * - pSrcDstPlane is not aligned on an 8-byte boundary. 212 * aligned on an 8-byte boundary. 220 * boundary. 229 * boundary: pSrc, pDst 250 * aligned on a 16-byte boundary. 258 * 16-byte boundary. [all...] |