Searched defs:end (Results 226 - 250 of 2203) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/cf/
H A DSharedBufferCF.cpp108 Vector<RetainPtr<CFDataRef> >::const_iterator end = m_dataArray.end(); local
109 for (Vector<RetainPtr<CFDataRef> >::const_iterator it = m_dataArray.begin(); it != end; ++it) {
/external/webkit/Source/WebCore/platform/text/
H A DTextBoundaries.cpp96 void findWordBoundary(const UChar* chars, int len, int position, int* start, int* end) argument
99 *end = textBreakFollowing(it, position);
100 if (*end < 0)
101 *end = textBreakLast(it);
/external/webkit/Source/WebCore/platform/wx/
H A DContextMenuWx.cpp67 ItemActionMap::const_iterator end = s_itemActions.end(); local
68 for (ItemActionMap::const_iterator it = s_itemActions.begin(); it != end; ++it) {
/external/webkit/Source/WebCore/rendering/
H A DRenderMarquee.h72 void setEnd(int end) { m_end = end; } argument
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResourcesCycleSolver.cpp63 HashSet<RenderSVGResourceContainer*>::iterator end = resourceSet.end(); local
64 for (HashSet<RenderSVGResourceContainer*>::iterator it = resourceSet.begin(); it != end; ++it) {
83 HashSet<RenderSVGResourceContainer*>::iterator end = childSet.end(); local
84 for (HashSet<RenderSVGResourceContainer*>::iterator it = childSet.begin(); it != end; ++it) {
124 HashSet<RenderSVGResourceContainer*>::iterator end = localResources.end(); local
125 for (HashSet<RenderSVGResourceContainer*>::iterator it = localResources.begin(); it != end; ++it)
129 end
137 HashSet<RenderSVGResourceContainer*>::iterator end = parentResources.end(); local
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGAngle.cpp73 inline SVGAngle::SVGAngleType stringToAngleType(const UChar*& ptr, const UChar* end) argument
76 if (ptr == end)
83 if (ptr == end)
90 if (ptr == end)
101 if (ptr == end)
139 const UChar* end = ptr + value.length(); local
141 if (!parseNumber(ptr, end, valueInSpecifiedUnits, false)) {
146 SVGAngleType unitType = stringToAngleType(ptr, end);
/external/webkit/Source/WebCore/svg/graphics/filters/
H A DSVGFilterBuilder.h67 HashMap<AtomicString, RefPtr<FilterEffect> >::iterator end = m_builtinEffects.end(); local
68 for (HashMap<AtomicString, RefPtr<FilterEffect> >::iterator iterator = m_builtinEffects.begin(); iterator != end; ++iterator)
/external/webkit/Source/WebCore/wml/
H A DWMLTaskElement.cpp97 Vector<WMLSetvarElement*>::iterator end = m_variableSetterElements.end(); local
99 for (; it != end; ++it) {
H A DWMLTemplateElement.cpp111 HashSet<WMLCardElement*>::iterator end = cards.end(); local
113 for (; it != end; ++it)
/external/webkit/Source/WebKit/android/jni/
H A DGeolocationPermissionsBridge.cpp52 GeolocationPermissions::OriginSet::const_iterator end = origins.end(); local
53 for (GeolocationPermissions::OriginSet::const_iterator iter = origins.begin(); iter != end; ++iter) {
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebPlatformStrategies.cpp87 MIMEToDescriptionsMap::const_iterator end = mimeToDescriptions.end(); local
88 for (MIMEToDescriptionsMap::const_iterator it = mimeToDescriptions.begin(); it != end; ++it) {
/external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
H A DWebApplicationCacheManager.cpp70 HashSet<RefPtr<SecurityOrigin>, SecurityOriginHash>::iterator end = origins.end(); local
72 for (; i != end; ++i) {
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp87 HashSet<WebPage*>::const_iterator end = m_pageSet.end(); local
88 for (; it != end; ++it) {
103 HashSet<WebPage*>::const_iterator end = m_pageSet.end(); local
104 for (; it != end; ++it) {
/external/webkit/Tools/DumpRenderTree/qt/
H A DTextInputControllerQt.cpp133 void TextInputController::setMarkedText(const QString& string, int start, int end) argument
136 QInputMethodEvent::Attribute selection(QInputMethodEvent::Selection, start, end, QVariant());
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-omac1.c47 const u8 *pos, *end; local
62 end = pos + len[0];
67 if (pos >= end) {
70 end = pos + len[e];
85 if (pos >= end) {
88 end = pos + len[e];
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.c16 const u8 *pos, *end; local
21 end = buf + len;
30 if (pos >= end) {
57 if (pos >= end) {
69 if (end < pos || hdr->length > (unsigned int) (end - pos)) {
81 const u8 *pos, *end; local
88 end = buf + len;
90 while (pos < end) {
94 if (pos >= end)
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbase64.c33 const unsigned char *end, *in; local
46 end = src + len;
50 while (end - in >= 3) {
63 if (end - in) {
65 if (end - in == 1) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_parse.c75 const u8 *end = pos + len; local
78 while (pos + 2 < end) {
81 if (pos + elen > end)
565 const u8 *pos, *end; local
573 end = pos + wpabuf_len(msg);
575 while (pos < end) {
576 if (end - pos < 4) {
579 (unsigned long) (end - pos));
589 if (len > end - pos) {
616 * end o
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Daes-omac1.c47 const u8 *pos, *end; local
62 end = pos + len[0];
67 if (pos >= end) {
70 end = pos + len[e];
85 if (pos >= end) {
88 end = pos + len[e];
/external/wpa_supplicant_8/src/tls/
H A Dasn1.c16 const u8 *pos, *end; local
21 end = buf + len;
30 if (pos >= end) {
57 if (pos >= end) {
69 if (end < pos || hdr->length > (unsigned int) (end - pos)) {
81 const u8 *pos, *end; local
88 end = buf + len;
90 while (pos < end) {
94 if (pos >= end)
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dbase64.c33 const unsigned char *end, *in; local
46 end = src + len;
50 while (end - in >= 3) {
63 if (end - in) {
65 if (end - in == 1) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.c75 const u8 *end = pos + len; local
78 while (pos + 2 < end) {
81 if (pos + elen > end)
565 const u8 *pos, *end; local
573 end = pos + wpabuf_len(msg);
575 while (pos < end) {
576 if (end - pos < 4) {
579 (unsigned long) (end - pos));
589 if (len > end - pos) {
616 * end o
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-omac1.c47 const u8 *pos, *end; local
62 end = pos + len[0];
67 if (pos >= end) {
70 end = pos + len[e];
85 if (pos >= end) {
88 end = pos + len[e];
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.c16 const u8 *pos, *end; local
21 end = buf + len;
30 if (pos >= end) {
57 if (pos >= end) {
69 if (end < pos || hdr->length > (unsigned int) (end - pos)) {
81 const u8 *pos, *end; local
88 end = buf + len;
90 while (pos < end) {
94 if (pos >= end)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbase64.c33 const unsigned char *end, *in; local
46 end = src + len;
50 while (end - in >= 3) {
63 if (end - in) {
65 if (end - in == 1) {

Completed in 344 milliseconds

1234567891011>>