HomeSort by relevance Sort by last modified time
    Searched refs:end (Results 251 - 275 of 11955) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/mac/Misc/
WebCache.h 35 @end
WebIconDatabasePrivate.h 66 @end
72 @end
WebKitStatistics.h 44 @end
WebNSArrayExtras.h 37 @end
43 @end
WebNSURLRequestExtras.h 36 @end
44 @end
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspectorFrontend.h 35 @end
WebNodeHighlightView.h 38 @end
  /external/webkit/Source/WebKit2/WebProcess/mac/
FullKeyboardAccessWatcher.h 38 @end;
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeWindow.h 46 @end
EditingDelegate.h 38 @end
ObjCController.h 38 @end
ObjCPlugin.h 36 @end
  /frameworks/compile/linkloader/utils/
helper.h 23 size_t size, size_t begin, size_t end);
  /libcore/luni/src/main/java/java/lang/
CharSequence.java 49 * to the {@code end} index (exclusive) of this sequence.
55 * @param end
56 * the end offset of the sub-sequence. It is exclusive, that is,
61 * if {@code start < 0}, {@code end < 0}, {@code start > end},
62 * or if {@code start} or {@code end} are greater than the
65 public CharSequence subSequence(int start, int end);
  /libcore/luni/src/main/java/java/util/regex/
MatchResultImpl.java 35 * elements specifiy start and end of the zero group, the next two specify
45 public int end() { method in class:MatchResultImpl
46 return end(0);
49 public int end(int group) { method in class:MatchResultImpl
54 return text.substring(start(), end());
  /ndk/tests/build/build-assembly-file/jni/
assembly-mips.S 9 .end foo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 49 return end();
62 return end();
70 end() function in class:PB_DS_CLASS_C_DEC
76 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 49 return end();
62 return end();
70 end() function in class:PB_DS_CLASS_C_DEC
76 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 49 return end();
62 return end();
70 end() function in class:PB_DS_CLASS_C_DEC
76 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 49 return end();
62 return end();
70 end() function in class:PB_DS_CLASS_C_DEC
76 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 49 return end();
62 return end();
70 end() function in class:PB_DS_CLASS_C_DEC
76 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 49 return end();
62 return end();
70 end() function in class:PB_DS_CLASS_C_DEC
76 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 49 return end();
62 return end();
70 end() function in class:PB_DS_CLASS_C_DEC
76 end() const function in class:PB_DS_CLASS_C_DEC
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
SliceFunction.java 28 * Returns the string slice starting at start and ending at end, similar to the Python slice
34 * @param args 1 string values then 2 numeric values (start and end).
43 int end = endValue.asNumber(); local
48 if (end == 0) {
49 end = length;
53 if (end < 0) {
54 end += length;
57 end = min(end, length);
59 if (end < start)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
SegmentedFontData.cpp 41 Vector<FontDataRange>::const_iterator end = m_ranges.end(); local
42 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
51 Vector<FontDataRange>::const_iterator end = m_ranges.end(); local
52 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
78 Vector<FontDataRange>::const_iterator end = m_ranges.end(); local
79 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {

Completed in 359 milliseconds

<<11121314151617181920>>