Searched refs:boundary (Results 76 - 100 of 146) sorted by relevance

123456

/external/chromium_org/net/http/
H A Dhttp_util.h46 // type and charset value, respectively. The boundary output value is
47 // optional and will be assigned the (quoted) value of the boundary
53 std::string* boundary);
H A Dhttp_util.cc98 string* boundary) {
141 "boundary")) {
142 if (boundary)
143 boundary->assign(param_value_begin, param_value_end);
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
H A Dpk7_asn1.c91 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0)
H A Dpk7_lib.c621 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7) argument
662 *boundary = &os->data;
H A Dpkcs7.h344 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.h361 /** Create a bytecode that aligns the following bytecode to a boundary.
362 * \param boundary byte alignment (must be a power of two)
375 (/*@keep@*/ yasm_expr *boundary, /*@keep@*/ /*@null@*/ yasm_expr *fill,
/external/openssl/crypto/pkcs7/
H A Dpk7_asn1.c91 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0)
H A Dpk7_lib.c621 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7) argument
662 *boundary = &os->data;
/external/llvm/lib/Support/
H A DAPFloat.cpp407 /* The number of ulps from the boundary (zero, or half if ISNEAREST)
414 integerPart part, boundary;
425 boundary = (integerPart) 1 << (partBits - 1);
427 boundary = 0;
430 if (part - boundary <= boundary - part)
431 return part - boundary;
433 return boundary - part;
436 if (part == boundary) {
442 } else if (part == boundary
[all...]
H A Dregengine.inc728 /* how about a word boundary? */
811 /* how about a word boundary? */
/external/libvorbis/lib/
H A Dvorbisfile.c97 /* from the head of the stream, get the next page. boundary specifies
101 boundary: -1) unbounded search
109 ogg_int64_t boundary){
110 if(boundary>0)boundary+=vf->offset;
114 if(boundary>0 && vf->offset>=boundary)return(OV_FALSE);
123 if(!boundary)return(OV_FALSE);
662 bitstream boundary and dumps the decoding machine. If the decoding
784 1) our decoding just traversed a bitstream boundary
108 _get_next_page(OggVorbis_File *vf,ogg_page *og, ogg_int64_t boundary) argument
[all...]
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.inc116 ; Check if the input buffer is aligned to a 16-byte boundary and use movdqa
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageFactoryImpl.java835 String boundary = multipartMimeCth.getParameter("boundary");
839 ContentImpl contentImpl = new ContentImpl(contentBody[i],boundary);
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url.cc290 const char kUploadDataMIMEType[] = "multipart/form-data; boundary=";
293 // boundary delimiter line. Uses random number generator here to create
294 // a unique boundary delimiter for form data encoding.
295 std::string boundary = base::StringPrintf(kMultipartBoundary, local
299 post_content->first += boundary;
306 net::AddMultipartValueForUpload(param->first, param->second, boundary,
309 net::AddMultipartFinalDelimiterForUpload(boundary, post_data);
/external/libffi/src/powerpc/
H A Dlinux64_closure.S112 # (4 instructions). For cache effectiveness we align to a 16 byte boundary
H A Dppc_closure.S107 # (4 instructions). For cache effectiveness we align to a 16 byte boundary
/external/libffi/src/sparc/
H A Dv8.S120 ! we need to align them on a 8-byte boundary.
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm448 ;roughly 3/7th difference across boundary
483 ;roughly 2/7th difference across boundary
524 ;roughly 1/7th difference across boundary
1083 ;roughly 3/7th difference across boundary
1130 ;roughly 2/7th difference across boundary
1167 ldrb r11, [src, #-5] ; load p2 for 1/7th difference across boundary
1170 ldrb r9, [src], pstep ; load q2 for 1/7th difference across boundary
1202 ;roughly 1/7th difference across boundary
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl235 ; upon unaligned access which crosses page boundary. "Better safe
238 ; block which crosses the boundary. Once found that block is aligned
243 andi. $t1,$t1,`4096-16*$SZ` ; distance to closest page boundary
246 ble- Laligned ; didn't cross the page boundary
/external/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl235 ; upon unaligned access which crosses page boundary. "Better safe
238 ; block which crosses the boundary. Once found that block is aligned
243 andi. $t1,$t1,`4096-16*$SZ` ; distance to closest page boundary
246 ble- Laligned ; didn't cross the page boundary
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp116 TextBreakIterator* boundary = wordBreakIterator(stringWithPrevious.characters(), length + 1); local
117 if (!boundary)
124 int32_t startOfWord = boundary->first();
125 for (endOfWord = boundary->next(); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = boundary->next()) {
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.cc679 // boundary type, we can just let the screenreader handle it.
706 // boundary type, we can just let the screenreader handle it.
733 // boundary type, we can just let the screenreader handle it.
1210 IA2TextBoundaryType boundary,
1225 if (boundary == IA2_TEXT_BOUNDARY_CHAR) {
1245 switch (boundary) {
1208 FindBoundary( const string16& text, IA2TextBoundaryType boundary, LONG start_offset, LONG direction) argument
H A Dbrowser_accessibility_win.h474 // the given offset until the given IAccessible2 boundary (like word,
477 IA2TextBoundaryType boundary,
/external/bison/src/
H A Dmuscle-tab.c266 muscle_boundary_grow (char const *key, boundary bound)
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dpkcs7.h344 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);

Completed in 1095 milliseconds

123456