HomeSort by relevance Sort by last modified time
    Searched refs:end (Results 426 - 450 of 11212) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/svg/
SVGLengthList.cpp 37 const UChar* end = ptr + value.length(); local
38 while (ptr < end) {
40 while (ptr < end && *ptr != ',' && !isWhitespace(*ptr))
53 skipOptionalSpacesOrDelimiter(ptr, end);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSDataExtras.h 42 @end
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginPackage.h 41 @end
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebKeyGenerator.h 39 @end
WebSecurityOriginInternal.h 42 @end
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlighter.h 41 @end
  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientation.h 35 @end
WebDeviceOrientationProviderMock.h 40 @end
WebGeolocationPosition.h 35 @end
WebHTMLRepresentationPrivate.h 36 @end
WebScriptWorld.h 41 @end
WebScriptWorldInternal.h 35 @end
  /external/webkit/Source/WebKit2/UIProcess/
GeolocationPermissionRequestManagerProxy.cpp 43 PendingRequestMap::const_iterator end = m_pendingRequests.end(); local
44 for (; it != end; ++it)
63 if (it == m_pendingRequests.end())
  /external/webkit/Tools/DumpRenderTree/
StorageTrackerDelegate.h 37 @end
  /external/webkit/Tools/DumpRenderTree/mac/
AppleScriptController.h 39 @end
DumpRenderTreePasteboard.h 37 @end
FrameLoadDelegate.h 42 @end
PolicyDelegate.h 41 @end
UIDelegate.h 42 @end
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 29 end
33 end
37 end
41 end
45 end
49 end
53 end
63 end
69 end
89 end
    [all...]
  /frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java 93 int end = getSelectionEnd(); local
94 int start = mTokenizer.findTokenStart(text, end);
96 performFiltering(text, start, end, keyCode);
118 int end = getSelectionEnd(); local
119 if (end < 0 || mTokenizer == null) {
123 int start = mTokenizer.findTokenStart(text, end);
125 if (end - start >= getThreshold()) {
148 int end = mTokenizer.findTokenEnd(e, start); local
150 CharSequence sub = e.subSequence(start, end);
168 protected void performFiltering(CharSequence text, int start, int end,
190 int end = getSelectionEnd(); local
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeFactory.h 81 iterator end() function in class:mcld::AttributeFactory
82 { return m_AttrSet.end(); }
87 const_iterator end() const function in class:mcld::AttributeFactory
88 { return m_AttrSet.end(); }
SearchDirs.h 57 iterator end() function in class:mcld::SearchDirs
58 { return m_DirList.end(); }
63 const_iterator end() const function in class:mcld::SearchDirs
64 { return m_DirList.end(); }
  /hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
ParsEvent.h 38 char * end; /* End of the stream */ member in struct:stream_descr
  /packages/apps/Email/src/org/apache/commons/io/output/
ProxyWriter.java 68 * @param end The number of characters to write
71 public void write(char[] chr, int st, int end) throws IOException {
72 out.write(chr, st, end);
88 * @param end The number of characters to write
91 public void write(String str, int st, int end) throws IOException {
92 out.write(str, st, end);

Completed in 261 milliseconds

<<11121314151617181920>>