HomeSort by relevance Sort by last modified time
    Searched full:boundary (Results 101 - 125 of 1437) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/webkit/glue/
multipart_response_delegate_unittest.cc 40 std::string& boundary() { return delegate_->boundary_; } function in class:webkit_glue::MultipartResponseDelegateTester
185 const char* boundary; member in struct:__anon3985::__anon3988
197 delegate_tester.boundary().assign(boundary_tests[i].boundary);
213 // No start boundary
232 // No end boundary
254 // Neither boundary
278 // Some servers send a boundary that is prefixed by "--". See bug 5786.
361 // Break in the first boundary
491 // Test multipart/byteranges based boundary parsing
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 155 /* check if it is DRM Message, only check the first two bytes, it must be the start flag of boundary: "--" */
188 static int32_t drm_scanEndBoundary(const uint8_t* pBuf, int32_t len, uint8_t* const boundary)
194 if (NULL == pBuf || len <=0 || NULL == boundary)
198 boundaryLen = strlen((char *)boundary) + 2; /* 2 means: '\r' and '\n' */
206 return -2; /* here means may be the boundary has been split */
208 if (('\n' == *(p + 1)) && (0 == memcmp(p + 2, boundary, strlen((char *)boundary))))
209 return p - pBuf; /* find the boundary here */
215 return len; /* no boundary found */
873 strcpy((char *)((T_DRM_DM_Base64_Node *)(s->infoStruct))->boundary, (char *)dmInfo.boundary)
    [all...]
  /external/llvm/lib/MC/
MCAtom.cpp 66 "Split point does not fall on instruction boundary!");
91 "Truncation point does not fall on instruction boundary");
  /external/skia/src/opts/
memset16_neon.S 64 * onto a 16-byte boundary to improve speed even more.
72 * boundary. Note that this will be a multiple of 4, since we
  /external/speex/libspeex/
stack_alloc.h 53 * Aligns the stack to a 'size' boundary
56 * @param size New size boundary
  /external/svox/pico/lib/
picospho.h 64 PICODATA_ITEMINFO1_BOUND_PHR1 (primary boundary)
66 PICODATA_ITEMINFO1_BOUND_PHR3 (secondary phrase boundary, no break)
  /external/webkit/Source/WebCore/dom/
EventDispatcher.cpp 136 // Assume divergent boundary is the relatedTarget itself (in other words, related target ancestor chain does not cross any shadow DOM boundaries).
180 // Set event's related target to the first encountered shadow DOM boundary in the divergent subtree.
206 // Calculate early if the common boundary is even possible by looking at
208 // If there are no boundaries detected, the target and related target can't have a common boundary.
220 // Short-circuit the fast case when we know there is no need to calculate a common boundary.
364 // outermost shadow DOM boundary.
379 // Per XBL 2.0 spec, mutation events should never cross shadow DOM boundary:
384 // WebKit never allowed selectstart event to cross the the shadow DOM boundary.
Position.cpp 338 // A position is considered at editing boundary if one of the following is true:
368 Node* boundary = m_anchorNode.get();
369 while (boundary != documentElement && boundary->parentNode() && m_anchorNode->rendererIsEditable() == boundary->parentNode()->rendererIsEditable())
370 boundary = boundary->parentNode();
372 return boundary;
515 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidat
    [all...]
  /external/webkit/Source/WebCore/loader/
FormSubmission.h 101 const String boundary() const { return m_boundary; } function in class:WebCore::FormSubmission
111 FormSubmission(Method, const KURL& action, const String& target, const String& contentType, PassRefPtr<FormState>, PassRefPtr<FormData>, const String& boundary, bool lockHistory, PassRefPtr<Event>);
  /external/webkit/Source/WebKit/mac/WebView/
WebTextIterator.h 47 @abstract Moves the WebTextIterator to the next bit of text or boundary between runs of text.
61 @result Length of the current text. Length of zero means that the iterator is at a boundary,
  /frameworks/base/core/java/android/webkit/
DateSorter.java 103 * @return date boundary at given index
109 // Since this provides a lower boundary on dates that will be included
  /frameworks/base/include/private/media/
AudioTrackShared.h 70 // Cache line boundary
91 // Cache line boundary (32 bytes)
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 38 * stream buffer. There is no boundary check for the bit stream
55 * boundary.
  /cts/tests/tests/text/src/android/text/cts/
LoginFilter_PasswordFilterGMailTest.java 64 // boundary test
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
PatternErrorTest.java 24 * Test boundary and error conditions in java.util.regex.Pattern
  /external/elfutils/libdw/
dwarf_formstring.c 47 // XXX We need better boundary checks.
  /external/grub/docs/
boot.S 28 /* Align 32 bits boundary. */
boot.S.texi 28 /* @r{Align 32 bits boundary.} */
  /external/kernel-headers/original/asm-arm/
domain.h 21 * address for I/O or not. Addresses above the 32 bit boundary can
  /external/skia/tests/
FillPathTest.cpp 40 // Lines which is not clipped by boundary based clipping,
  /external/v8/src/
double.h 158 // The bigger boundary (m_plus) is normalized. The lower boundary has the same
168 // The boundary is closer. Think of v = 1000e10 and v- = 9999e9.
169 // Then the boundary (== (v - v-)/2) is not just at a distance of 1e9 but
  /frameworks/base/core/tests/coretests/src/android/webkit/
WebkitTest.java 42 Log.i(LOGTAG, "Boundary " + i + " " + dateSorter.getBoundary(i));
  /frameworks/base/libs/utils/
BackupData.cpp 38 * - The name of the package, utf-8, null terminated, padded to 4-byte boundary.
41 * - The key, utf-8, null terminated, padded to 4-byte boundary.
42 * - The value, padded to 4 byte boundary
71 // Pad out anything they've previously written to the next 4 byte boundary.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_SAD_16x.c 32 * boundary.
omxVCCOMM_SAD_8x.c 32 * boundary.

Completed in 654 milliseconds

1 2 3 45 6 7 8 91011>>