/build/target/board/vbox_x86/ |
disk_layout.conf | 1 # Best to align all partion start/ends on a cylinder boundary (fdisk prefers it) 18 # Start_lba should be on a cylindar boundary.
|
/external/e2fsprogs/tests/progs/test_data/ |
test.irel | 26 # Test boundary cases of irel_put 31 # Test other boundary cases....
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
Part.java | 58 * The boundary 61 protected static final String BOUNDARY = "----------------314159265358979323846"; 64 * The boundary as a byte array. 67 protected static final byte[] BOUNDARY_BYTES = EncodingUtils.getAsciiBytes(BOUNDARY); 70 * The default boundary to be used if {@link #setPartBoundary(byte[])} has not 124 * Return the boundary string. 125 * @return the boundary string 129 return BOUNDARY; 133 * The ASCII bytes to use as the multipart boundary. 163 * Gets the part boundary to be used [all...] |
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/webkit/Source/WebCore/platform/network/ |
FormDataBuilder.cpp | 103 Vector<char> boundary; local 110 // to appear in the boundary string, because 0x41 and 0x42 are present in 124 append(boundary, "----WebKitFormBoundary"); 137 boundary.append(randomBytes); 138 boundary.append(0); // Add a 0 at the end so we can use this as a C-style string. 139 return boundary; 142 void FormDataBuilder::beginMultiPartHeader(Vector<char>& buffer, const CString& boundary, const CString& name) 144 addBoundaryToMultiPartHeader(buffer, boundary); 153 void FormDataBuilder::addBoundaryToMultiPartHeader(Vector<char>& buffer, const CString& boundary, bool isLastBoundary) 156 append(buffer, boundary); [all...] |
FormDataBuilder.h | 39 static void beginMultiPartHeader(Vector<char>&, const CString& boundary, const CString& name); 40 static void addBoundaryToMultiPartHeader(Vector<char>&, const CString& boundary, bool isLastBoundary = false);
|
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.h | 60 BreakIterator* boundary; local 66 boundary = BreakIterator::createWordInstance("en", *status); 67 boundary->setText(str); 69 int32_t start = boundary->first(); 70 for (int32_t end = boundary->next(); 72 start = end, end = boundary->next()) 74 printTextRange( *boundary, start, end ); 83 boundary = BreakIterator::createCharacterInstance(Locale::getUS(), *status); 84 boundary->setText(str); 86 int32_t start = boundary->first() [all...] |
/external/icu4c/common/unicode/ |
brkiter.h | 61 * Line boundary analysis determines where a text string can be broken 65 * Sentence boundary analysis allows selection with correct 69 * Word boundary analysis is used by search and replace functions, as 76 * Character boundary analysis allows users to interact with 78 * through a text string. Character boundary analysis provides correct 84 * The text boundary positions are found according to the rules 169 * Change the text over which this operates. The text boundary is 192 * Change the text over which this operates. The text boundary is 223 * Return the boundary preceding the current boundary [all...] |
ubrk.h | 44 * Line boundary analysis determines where a text string can be broken 48 * Sentence boundary analysis allows selection with correct 52 * Word boundary analysis is used by search and replace functions, as 59 * Character boundary analysis identifies the boundaries of 66 * Title boundary analysis locates all positions, 70 * The text boundary positions are found according to the rules 101 * Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration, 102 * please use Word Boundary iterator. 334 * Determine the most recently-returned text boundary. 345 * Determine the text boundary following the current text boundary [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);
|
/external/webkit/Source/WebCore/wml/ |
WMLGoElement.cpp | 164 Vector<char> boundary = FormDataBuilder::generateUniqueBoundaryString(); local 165 data = createFormData(boundary.data()); 166 request.setHTTPContentType(m_formAttributes.encodingType() + "; boundary=" + boundary.data()); 191 PassRefPtr<FormData> WMLGoElement::createFormData(const CString& boundary) 208 FormDataBuilder::beginMultiPartHeader(header, boundary, key); 221 FormDataBuilder::addBoundaryToMultiPartHeader(encodedData, boundary, true);
|
/external/dbus/dbus/ |
dbus-internals.h | 199 /* Align a value upward to a boundary, expressed as a number of bytes. 200 * E.g. align to an 8-byte boundary with argument of 8. 204 * (this + boundary - 1) 206 * ~(boundary - 1) 209 #define _DBUS_ALIGN_VALUE(this, boundary) \ 210 (( ((uintptr_t)(this)) + (((uintptr_t)(boundary)) -1)) & (~(((uintptr_t)(boundary))-1))) 212 #define _DBUS_ALIGN_ADDRESS(this, boundary) \ 213 ((void*)_DBUS_ALIGN_VALUE(this, boundary))
|
/external/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));
|
/external/webkit/Source/WebCore/editing/ |
EditingBehavior.h | 39 // When extending a selection beyond the top or bottom boundary of an editable area, 40 // maintain the horizontal position on Windows but extend it to the boundary of the editable 56 // Standard Mac behavior when extending to a boundary is grow the selection rather than leaving the base
|
/frameworks/base/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/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
omxVCCOMM_ComputeTextureErrorBlock_SAD.c | 32 * boundary. 35 * on an 8-byte boundary. 40 * on an 8-byte boundary.
|
omxVCCOMM_ExpandFrame_I.c | 12 * This function will Expand Frame boundary pixels into Plane 38 * expanded; must be aligned on an 8-byte boundary. 51 * boundary. 59 * - pSrcDstPlane is not aligned on an 8-byte boundary.
|
/external/skia/include/utils/ |
SkBoundaryPatch.h | 16 // Edge index goes clockwise around the boundary, beginning at the "top"
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
Rfc822Output.java | 81 /** Single digit [0-9] to ensure uniqueness of the MIME boundary */ 248 "multipart/" + multipartType + "; boundary=\"" + multipartBoundary + "\""); 384 * Write a multipart boundary 387 * @param boundary the boundary string 388 * @param end false if inner boundary, true if final boundary 390 private static void writeBoundary(Writer writer, String boundary, boolean end) 393 writer.append(boundary); 430 "multipart/alternative; boundary=\"" + multipartBoundary + "\"") 465 StringBuilder boundary = new StringBuilder(); local [all...] |
/external/hyphenation/ |
README.compound | 33 COMPOUNDLEFTHYPHENMIN: min. hyph. dist. from the left compound word boundary 34 COMPOUNDRIGHTHYPHENMIN: min. hyph. dist. from the right comp. word boundary
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_inner.h | 44 uint8_t boundary[256]; member in struct:_T_DRM_DM_Binary_Node 48 uint8_t boundary[256]; member in struct:_T_DRM_DM_Base64_Node
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DCT8x8blk.c | 34 * be aligned on a 16-byte boundary. Input values (pixel 40 * be aligned on a 16-byte boundary.
|
omxVCM4P2_IDCT8x8blk.c | 36 * must be aligned on a 16-byte boundary. According to 43 * must be aligned on a 16-byte boundary.
|
/external/speex/libspeex/ |
vq.c | 51 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries) 54 while (i<entries-1 && in>boundary[0]) 56 boundary++; 62 int scal_quant32(spx_word32_t in, const spx_word32_t *boundary, int entries) 65 while (i<entries-1 && in>boundary[0]) 67 boundary++;
|
/external/webkit/Source/WebCore/loader/ |
FormSubmission.cpp | 124 inline FormSubmission::FormSubmission(Method method, const KURL& action, const String& target, const String& contentType, PassRefPtr<FormState> state, PassRefPtr<FormData> data, const String& boundary, bool lockHistory, PassRefPtr<Event> event) 131 , m_boundary(boundary) 193 String boundary; local 197 boundary = formData->boundary().data(); 210 return adoptRef(new FormSubmission(copiedAttributes.method(), actionURL, targetOrBaseTarget, encodingType, formState.release(), formData.release(), boundary, lockHistory, event)); 239 frameRequest.resourceRequest().setHTTPContentType(m_contentType + "; boundary=" + m_boundary);
|