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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/mac/Misc/
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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/compiler-rt/lib/asan/
asan_poisoning.cc 85 ShadowSegmentEndpoint end(end_addr);
86 if (beg.chunk == end.chunk) {
87 CHECK(beg.offset < end.offset);
89 CHECK(value == end.value);
90 // We can only poison memory if the byte in end.offset is unaddressable.
92 if (value > 0 && value <= end.offset) {
101 CHECK(beg.chunk < end.chunk);
111 REAL(memset)(beg.chunk, kAsanUserPoisonedMemoryMagic, end.chunk - beg.chunk);
112 // Poison if byte in end.offset is unaddressable.
113 if (end.value > 0 && end.value <= end.offset)
    [all...]
  /libcore/luni/src/main/java/java/text/
AttributedString.java 44 int end; field in class:AttributedString.Range
50 end = e;
57 private int begin, end, offset; field in class:AttributedString.AttributedIterator
66 end = attrString.text.length();
72 int end) {
73 if (begin < 0 || end > attrString.text.length() || begin > end) {
77 this.end = end;
92 * begin, end, and current index as this attributed iterator
    [all...]
  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 115 Position end; local
120 rangeForParagraphSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
121 endOfCurrentParagraph = end;
123 Position afterEnd = end.next();
125 VisiblePosition endOfNextParagraph = endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
127 formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent);
177 void ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded(const VisiblePosition& endOfCurrentParagraph, Position& start, Position& end)
180 end = endOfCurrentParagraph.deepEquivalent();
185 isStartAndEndOnSameNode = renderStyleOfEnclosingTextNode(end) && start.deprecatedNode() == end.deprecatedNode()
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMPrivate.h 32 @end
38 @end
44 @end
50 @end
57 @end
62 @end
67 @end
79 @end
85 @end
89 @end
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java 99 /** {@code > start;} end address (exclusive) */
100 private final int end; field in class:CatchTable.Entry
109 * @param end {@code > start;} end address (exclusive)
112 public Entry(int start, int end, CatchHandlerList handlers) {
117 if (end <= start) {
118 throw new IllegalArgumentException("end <= start");
126 this.end = end;
133 int hash = (start * 31) + end;
    [all...]

Completed in 206 milliseconds

1 2 3 4 5 6 7 8 91011>>