Searched refs:range (Results 76 - 100 of 1783) sorted by relevance

1234567891011>>

/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Drand_util.h30 inline uint32 RandInRange(uint32 range) { argument
31 return RandU32() % range;
/external/libcxx/test/diagnostics/std.exceptions/out.of.range/
H A DAndroid.mk17 test_makefile := external/libcxx/test/diagnostics/std.exceptions/out.of.range/Android.mk
19 test_name := diagnostics/std.exceptions/out.of.range/out_of_range
/external/libcxx/test/diagnostics/std.exceptions/range.error/
H A DAndroid.mk17 test_makefile := external/libcxx/test/diagnostics/std.exceptions/range.error/Android.mk
19 test_name := diagnostics/std.exceptions/range.error/range_error
/external/libcxx/test/language.support/support.initlist/support.initlist.range/
H A DAndroid.mk17 test_makefile := external/libcxx/test/language.support/support.initlist/support.initlist.range/Android.mk
19 test_name := language.support/support.initlist/support.initlist.range/begin_end
/external/llvm/test/MC/ARM/
H A Dinvalid-hint-arm.s6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
H A Dinvalid-hint-thumb.s6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeFieldElements.cpp81 DateTimeDayFieldElement::DateTimeDayFieldElement(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) argument
82 : DateTimeNumericFieldElement(document, fieldOwner, range, Range(1, 31), placeholder)
86 PassRefPtrWillBeRawPtr<DateTimeDayFieldElement> DateTimeDayFieldElement::create(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) argument
89 RefPtrWillBeRawPtr<DateTimeDayFieldElement> field = adoptRefWillBeNoop(new DateTimeDayFieldElement(document, fieldOwner, placeholder.isEmpty() ? "--" : placeholder, range));
112 if (range().isInRange(static_cast<int>(value))) {
122 DateTimeHourFieldElementBase::DateTimeHourFieldElementBase(Document& document, FieldOwner& fieldOwner, const Range& range, const Range& hardLimits, const Step& step) argument
123 : DateTimeNumericFieldElement(document, fieldOwner, range, hardLimits, "--", step)
157 DateTimeHour11FieldElement::DateTimeHour11FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
158 : DateTimeHourFieldElementBase(document, fieldOwner, range, Range(0, 11), step)
167 Range range(
198 DateTimeHour12FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
241 DateTimeHour23FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
277 DateTimeHour24FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
324 DateTimeMillisecondFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
329 create(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
365 DateTimeMinuteFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
370 create(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
406 DateTimeMonthFieldElement(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) argument
411 create(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) argument
447 DateTimeSecondFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
452 create(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step) argument
532 DateTimeWeekFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range) argument
537 create(Document& document, FieldOwner& fieldOwner, const Range& range) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_search_core.c24 int16_t range, /* (i) Search range */
50 for (i=0;i<range;i++) {
57 maxW32 = WebRtcSpl_MaxAbsValueW32(cDot, range);
66 for (i=0;i<range;i++) {
95 for (i=0;i<range;i++) {
106 *bestIndex = WebRtcSpl_MaxIndexW32(Crit, range);
22 WebRtcIlbcfix_CbSearchCore( int32_t *cDot, int16_t range, int16_t stage, int16_t *inverseEnergy, int16_t *inverseEnergyShift, int32_t *Crit, int16_t *bestIndex, int32_t *bestCrit, int16_t *bestCritSh) argument
/external/chromium_org/ui/base/ime/
H A Ddummy_text_input_client.cc65 bool DummyTextInputClient::GetTextRange(gfx::Range* range) const {
69 bool DummyTextInputClient::GetCompositionTextRange(gfx::Range* range) const {
73 bool DummyTextInputClient::GetSelectionRange(gfx::Range* range) const {
77 bool DummyTextInputClient::SetSelectionRange(const gfx::Range& range) { argument
81 bool DummyTextInputClient::DeleteRange(const gfx::Range& range) { argument
85 bool DummyTextInputClient::GetTextFromRange(const gfx::Range& range, argument
H A Dtext_input_client.h16 #include "ui/gfx/range/range.h"
86 // Returns false if there is no composition text or |index| is out of range.
100 // Retrieves the UTF-16 based character range containing accessibled text in
101 // the View. It must cover the composition and selection range.
103 virtual bool GetTextRange(gfx::Range* range) const = 0;
105 // Retrieves the UTF-16 based character range of current composition text.
107 virtual bool GetCompositionTextRange(gfx::Range* range) const = 0;
109 // Retrieves the UTF-16 based character range of current selection.
111 virtual bool GetSelectionRange(gfx::Range* range) cons
[all...]
/external/clang/lib/ARCMigrate/
H A DInternals.h32 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
33 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
64 void remove(SourceRange range);
66 void replace(SourceRange range, StringRef text);
67 void replace(SourceRange range, SourceRange replacementRange);
71 void increaseIndentation(SourceRange range,
74 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
75 bool clearAllDiagnostics(SourceRange range) { argument
76 return clearDiagnostic(ArrayRef<unsigned>(), range);
78 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { argument
82 clearDiagnostic(unsigned ID1, unsigned ID2, unsigned ID3, SourceRange range) argument
88 hasDiagnostic(unsigned ID, SourceRange range) argument
92 hasDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DRegularContiguousSet.java37 private final Range<C> range; field in class:RegularContiguousSet
39 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) { argument
41 this.range = range;
46 return range.intersection(Ranges.upTo(toElement, BoundType.forBoolean(inclusive)))
58 return range.intersection(Ranges.range(fromElement, BoundType.forBoolean(fromInclusive),
64 return range.intersection(Ranges.downTo(fromElement, BoundType.forBoolean(inclusive)))
88 return range.lowerBound.leastValueAbove(domain);
92 return range
144 @Override public Range<C> range() { method in class:RegularContiguousSet
148 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { method in class:RegularContiguousSet
173 final Range<C> range; field in class:RegularContiguousSet.SerializedForm
176 SerializedForm(Range<C> range, DiscreteDomain<C> domain) argument
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Drange.js8 * @fileoverview Quick range computations.
31 addRange: function(range) {
32 if (range.isEmpty)
34 this.addValue(range.min);
35 this.addValue(range.max);
61 get range() {
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dhorizontal_scrollbar_view.js8 * allow an appropriate scroll range. The view reports scroll events to
29 // The current range and position of the scrollbar. Because DOM updates
31 // after updating the range.
54 * Sets the range of the scrollbar. The scrollbar can have a value
55 * anywhere from 0 to |range|, inclusive. The width of the drag area
57 * relative to the size of |range|, so if the scrollbar is about the size
60 * If |range| is less than the original position, |position_| is set to
61 * |range|. Otherwise, it is not modified.
63 setRange: function(range) {
64 this.range_ = range;
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DUnicodeRange.cpp40 // This table depends on unicode range definitions.
41 // Each item's index must correspond to a unicode range value
380 // code points so that the number of entries in the tertiary range
381 // table for that range is obtained by dividing (0x1700 - 0x0700) by 128.
422 // A two level index is almost enough for locating a range, with the
423 // exception of u03xx and u05xx. Since we don't really care about range for
435 unsigned range; local
438 range = gUnicodeSubrangeTable[0][ch >> 12];
440 if (range < cRangeTableBase)
441 // we try to get a specific range
[all...]
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Drijndael.py58 for i in range(255):
65 for i in range(1, 255):
75 box = [[0] * 8 for i in range(256)]
77 for i in range(2, 256):
79 for t in range(8):
85 cox = [[0] * 8 for i in range(256)]
86 for i in range(256):
87 for t in range(8):
89 for j in range(8):
95 for i in range(25
[all...]
H A Dpython_aes.py27 for x in range(len(plaintextBytes)//16):
31 for y in range(16):
38 for y in range(16):
54 for x in range(len(ciphertextBytes)//16):
61 for y in range(16):
/external/lldb/include/lldb/Core/
H A DVMRange.h19 // A vm address range. These can represent offsets ranges or actual
61 // Set the start value for the range, and keep the same size
115 Contains (const VMRange& range) const
117 if (Contains(range.GetBaseAddress()))
119 lldb::addr_t range_end = range.GetEndAddress();
135 bool operator()(const VMRange& range) const
137 return range.Contains(_value);
145 RangeInRangeUnaryPredicate(VMRange range) : argument
146 _range(range)
149 bool operator()(const VMRange& range) cons
[all...]
/external/chromium_org/base/metrics/
H A Dhistogram_unittest.cc91 EXPECT_EQ(0, ranges.range(0));
94 EXPECT_EQ(power_of_2, ranges.range(i));
97 EXPECT_EQ(HistogramBase::kSampleType_MAX, ranges.range(8));
109 EXPECT_EQ(0, ranges2.range(0));
110 EXPECT_EQ(1, ranges2.range(1));
111 EXPECT_EQ(2, ranges2.range(2));
112 EXPECT_EQ(3, ranges2.range(3));
113 EXPECT_EQ(4, ranges2.range(4));
114 EXPECT_EQ(5, ranges2.range(5));
115 EXPECT_EQ(6, ranges2.range(
433 int range; local
[all...]
/external/llvm/test/MC/Mips/
H A Dmicromips-bad-branches.s5 # CHECK: error: branch target out of range
9 # CHECK: error: branch target out of range
14 # CHECK: error: branch target out of range
18 # CHECK: error: branch target out of range
23 # CHECK: error: branch target out of range
27 # CHECK: error: branch target out of range
32 # CHECK: error: branch target out of range
36 # CHECK: error: branch target out of range
41 # CHECK: error: branch target out of range
45 # CHECK: error: branch target out of range
[all...]
/external/chromium_org/ui/gfx/range/
H A Drange.h29 // A Range contains two integer values that represent a numeric range, like the
30 // range of characters in a text selection. A range is made of a start and end
33 // range.
36 // Creates an empty range {0,0}.
39 // Initializes the range with a start and end.
42 // Initializes the range with the same start and end positions.
47 explicit Range(const NSRange& range);
50 // {0,-1} to indicate the whole range.
51 Range(const CHARRANGE& range, LON
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DFastQueue.java49 protected int range = -1; // how deep have we gone? field in class:FastQueue
70 public int range() { return range; } method in class:FastQueue
86 if ( absIndex>range ) range = absIndex;
/external/libcxx/test/numerics/numarray/valarray.range/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numarray/valarray.range/Android.mk
19 test_name := numerics/numarray/valarray.range/begin_const
23 test_name := numerics/numarray/valarray.range/end_non_const
27 test_name := numerics/numarray/valarray.range/end_const
31 test_name := numerics/numarray/valarray.range/begin_non_const
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_content.js35 var range = document.createRange();
36 // TODO (dmazzoni): Switch this to avoid using range methods. Range methods
39 range.selectNode(this.currentDomObj);
41 range.startContainer, range.startOffset,
42 cvox.TraverseUtil.getNodeText(range.startContainer));
44 range.endContainer, range.endOffset,
45 cvox.TraverseUtil.getNodeText(range.endContainer));
69 * return a range tha
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-range-analysis.cc5 #include "src/hydrogen-range-analysis.h"
41 // Infer range based on control flow.
137 // We know that value [op] other. Use this information to update the range on
143 Range* range = other->range() != NULL ? other->range() : &temp_range; local
146 TraceRange("Control flow range infer %d %s %d\n",
152 // The same range has to apply for value.
153 new_range = range->Copy(graph()->zone());
155 new_range = range
176 Range* range = value->range(); local
195 AddRange(HValue* value, Range* range) argument
[all...]

Completed in 3742 milliseconds

1234567891011>>