Searched refs:range (Results 101 - 125 of 682) sorted by relevance

1234567891011>>

/external/clang/include/clang/AST/
H A DStmtIterator.h148 /// A range of statement iterators.
152 /// for (StmtRange range = stmt->children(); range; ++range)
165 assert(!empty() && "incrementing on empty range");
171 assert(!empty() && "incrementing on empty range");
177 friend const StmtIterator &begin(const StmtRange &range) { argument
178 return range.first;
180 friend const StmtIterator &end(const StmtRange &range) { argument
181 return range
195 ConstStmtRange(const StmtRange &range) argument
220 begin(const ConstStmtRange &range) argument
223 end(const ConstStmtRange &range) argument
[all...]
/external/icu4c/layout/
H A DOpenTypeUtilities.cpp87 le_int32 range = 0; local
94 range = extra;
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
101 range += probe;
105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) {
106 return range;
/external/iptables/extensions/
H A Dlibip6t_dst.c58 char *buffer, *cp, *next, *range; local
72 range = strchr(cp, ':');
74 if (range) {
78 *range++ = '\0';
82 if (range) {
86 opts[i] |= parse_opts_num(range, "length") & 0xFF;
91 printf("opts str: %s %s\n", cp, range);
H A Dlibip6t_hbh.c60 char *buffer, *cp, *next, *range; local
70 range = strchr(cp, ':');
71 if (range) {
75 *range++ = '\0';
78 if (range) {
81 opts[i] |= parse_opts_num(range, "length") & 0xFF;
87 printf("opts str: %s %s\n", cp, range);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java124 this.range = GeneralRange.all(comparator);
128 private TreeMultiset(GeneralRange<E> range, Reference<Node<E>> root) { argument
129 super(range.comparator());
130 this.range = range;
139 private transient final GeneralRange<E> range; field in class:TreeMultiset
164 return Ints.checkedCast(BstRangeOps.totalInRange(distinctAggregate(), range, root));
170 return Ints.saturatedCast(BstRangeOps.totalInRange(sizeAggregate(), range, root));
177 if (range.contains(e)) {
211 checkArgument(range
[all...]
/external/v8/src/
H A Dlithium-allocator.h218 // live range that owns it. The interval must contain the position.
299 // Returns use position in this live range that follows both start
301 // Modifies internal state of live range!
305 // range and which follows both start and last processed use position
306 // Modifies internal state of live range!
310 // range and which follows both start and last processed use position
311 // Modifies internal state of live range!
314 // Can this live range be spilled at this position.
317 // Split this live range at the given position which must follow the start of
318 // the range
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp73 static QString dumpRange(WebCore::Range *range) argument
75 if (!range)
79 QString str = QString::fromLatin1("range from %1 of %2 to %3 of %4")
80 .arg(range->startOffset(code)).arg(dumpPath(range->startContainer(code)))
81 .arg(range->endOffset(code)).arg(dumpPath(range->endContainer(code)));
94 bool EditorClientQt::shouldDeleteRange(Range* range) argument
97 printf("EDITING DELEGATE: shouldDeleteDOMRange:%s\n", dumpRange(range).toUtf8().constData());
124 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range) argument
131 shouldEndEditing(WebCore::Range* range) argument
138 shouldInsertText(const String& string, Range* range, EditorInsertAction action) argument
173 shouldApplyStyle(WebCore::CSSStyleDeclaration* style, WebCore::Range* range) argument
308 shouldInsertNode(Node* node, Range* range, EditorInsertAction action) argument
[all...]
/external/clang/utils/ABITest/
H A DEnumeration.py139 for i in range(W):
174 bounds = [maxElement**i for i in range(1, maxSize+1)]
201 active = range(len(bounds))
231 a = [[' ' for x in range(10)] for y in range(10)]
232 b = [[' ' for x in range(10)] for y in range(10)]
233 for i in range(min(W*H,40)):
251 a = [[' ' for x in range(15)] for y in range(1
[all...]
/external/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm53 sub r7, r5, #1 ; range-1
56 mul r4, r4, r7 ; ((range-1) * probability)
59 add r4, r7, r4, lsr #8 ; 1 + (((range-1) * probability) >> 8)
62 subne r4, r5, r4 ; if (bit) range = range-split
64 ; Counting the leading zeros is used to normalize range.
71 lsl r5, r4, r6 ; range <<= shift
130 sub r7, r5, #1 ; range-1
132 mov r4, r7, lsl #7 ; ((range-1) * 128)
135 add r4, r7, r4, lsr #8 ; 1 + (((range
[all...]
H A Dvp8_packtokens_armv5.asm68 sub r7, r5, #1 ; range-1
74 mul r4, r4, r7 ; ((range-1) * pp[i>>1]))
82 add r4, r7, r4, lsr #8 ; 1 + (((range-1) * pp[i>>1]) >> 8)
85 subcs r4, r5, r4 ; if (bb) range = range-split
87 ; Counting the leading zeros is used to normalize range.
94 lsl r5, r4, r6 ; range <<= shift
173 sub r7, r5, #1 ; range-1
175 mul r4, r4, r7 ; (range-1) * pp[i>>1]
180 add r4, r7, r4, lsr #8 ; split = 1 + (((range
[all...]
/external/clang/include/clang/Edit/
H A DCommit.h74 bool insertFromRange(SourceLocation loc, CharSourceRange range,
77 bool insertWrap(StringRef before, CharSourceRange range, StringRef after);
79 bool remove(CharSourceRange range);
81 bool replace(CharSourceRange range, StringRef text);
82 bool replaceWithInner(CharSourceRange range, CharSourceRange innerRange);
122 bool canRemoveRange(CharSourceRange range, FileOffset &Offs, unsigned &Len);
/external/webkit/Source/WebCore/editing/
H A DFormatBlockCommand.cpp67 RefPtr<Range> range = Range::create(document(), start, endOfSelection); local
74 && (end == endOfBlock(end) || isNodeVisiblyContainedWithin(refNode, range.get()))
98 Element* FormatBlockCommand::elementForFormatBlockCommand(Range* range) argument
100 if (!range)
104 Node* commonAncestor = range->commonAncestorContainer(ec);
111 Element* rootEditableElement = range->startContainer()->rootEditableElement();
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h48 /* [in] */ IDOMRange *range,
53 /* [in] */ IDOMRange *range,
59 /* [in] */ IDOMRange *range,
65 /* [in] */ IDOMRange *range,
71 /* [in] */ IDOMRange *range,
85 /* [in] */ IDOMRange *range,
/external/guava/guava/src/com/google/common/collect/
H A DGeneralRange.java44 static <T extends Comparable> GeneralRange<T> from(Range<T> range) { argument
46 T lowerEndpoint = range.hasLowerBound() ? range.lowerEndpoint() : null;
47 BoundType lowerBoundType = range.hasLowerBound() ? range.lowerBoundType() : OPEN;
50 T upperEndpoint = range.hasUpperBound() ? range.upperEndpoint() : null;
51 BoundType upperBoundType = range.hasUpperBound() ? range.upperBoundType() : OPEN;
52 return new GeneralRange<T>(Ordering.natural(), range
85 static <T> GeneralRange<T> range(Comparator<? super T> comparator, @Nullable T lower, method in class:GeneralRange
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h53 bool contains(const Range &range) const {
54 return LoPC <= range.LoPC && range.HiPC() <= HiPC();
58 uint64_t LoPC; // Start of address range
59 uint32_t Length; // End of address range (not including this address)
69 // Use append range multiple times and then call sort
/external/proguard/src/proguard/obfuscate/
H A DMappingPrinter.java137 * Returns the line number range of the given class member, followed by a
138 * colon, or just an empty String if no range is available.
142 String range = programMember.getLineNumberRange(programClass);
143 return range != null ?
144 (range + ":") :
/external/proguard/src/proguard/shrink/
H A DUsagePrinter.java167 * Returns the line number range of the given class member, followed by a
168 * colon, or just an empty String if no range is available.
172 String range = programMember.getLineNumberRange(programClass);
173 return range != null ?
174 (range + ":") :
/external/clang/bindings/python/tests/cindex/
H A Dtest_diagnostics.py36 assert tu.diagnostics[0].fixits[0].range.start.line == 1
37 assert tu.diagnostics[0].fixits[0].range.start.column == 26
38 assert tu.diagnostics[0].fixits[0].range.end.line == 1
39 assert tu.diagnostics[0].fixits[0].range.end.column == 30
/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp48 SourceRange range; local
58 range = CL->getSourceRange();
63 range = ARE->getSourceRange();
70 range = BD->getSourceRange();
77 range = VR->getDecl()->getSourceRange();
82 range = TOR->getExpr()->getSourceRange();
88 return range;
105 SourceRange range = GenName(os, R, C.getSourceManager()); local
109 if (range.isValid())
110 report->addRange(range);
214 SourceRange range = GenName(os, cb.V[i].second, local
[all...]
/external/easymock/src/org/easymock/internal/
H A DIMocksControlState.java44 void times(Range range); argument
/external/iptables/include/net/netfilter/
H A Dnf_nat.h32 /* Single range specification. */
51 struct nf_nat_range range[1]; member in struct:nf_nat_multi_range_compat
/external/webkit/Source/WebKit/mac/WebView/
H A DWebTextIterator.h43 - (id)initWithRange:(DOMRange *)range;
76 @abstract A function that identifies the specific document range that text corresponds to.
80 due to the cost of computing a DOM range.
81 @result A DOM range indicating the position within the document of the current text.
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dregressionwindow.py50 self._revisions = range(self._failing_build.revision(), self._build_before_failure.revision(), -1)
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dworkspace.py40 for count in range(search_limit):
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcommon.py45 for line_number in range(len(lines)):

Completed in 505 milliseconds

1234567891011>>