HomeSort by relevance Sort by last modified time
    Searched refs:range (Results 126 - 150 of 3230) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/base/metrics/
histogram_unittest.cc 94 EXPECT_EQ(0, ranges.range(0));
97 EXPECT_EQ(power_of_2, ranges.range(i));
100 EXPECT_EQ(HistogramBase::kSampleType_MAX, ranges.range(8));
112 EXPECT_EQ(0, ranges2.range(0));
113 EXPECT_EQ(1, ranges2.range(1));
114 EXPECT_EQ(2, ranges2.range(2));
115 EXPECT_EQ(3, ranges2.range(3));
116 EXPECT_EQ(4, ranges2.range(4));
117 EXPECT_EQ(5, ranges2.range(5));
118 EXPECT_EQ(6, ranges2.range(6))
436 int range; local
    [all...]
  /external/llvm/test/MC/Mips/
micromips-bad-branches.s 5 # 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...]
  /libcore/luni/src/main/java/java/text/
AttributedString.java 39 Map<AttributedCharacterIterator.Attribute, List<Range>> attributeMap;
41 static class Range {
48 Range(int s, int e, Object v) {
154 private boolean inRange(Range range) {
155 if (!(range.value instanceof Annotation)) {
158 return range.start >= begin && range.start < end
159 && range.end > begin && range.end <= end
165 Range range = it.next(); local
209 Range range = it.next(); local
257 Range range = it.previous(); local
305 Range range = it.next(); local
634 Range range = it.next(); local
    [all...]
  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 86 /// ReplaceText - This method replaces a range of characters in the input
133 /// \brief Given a source range, true to include previous inserts at the
134 /// beginning of the range as part of the range itself (true by default).
136 /// \brief Given a source range, true to include previous inserts at the
137 /// end of the range as part of the range itself (true by default).
169 /// getRangeSize - Return the size in bytes of the specified range if they
171 int getRangeSize(SourceRange Range,
173 int getRangeSize(const CharSourceRange &Range,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SurroundingText.cpp 37 #include "core/dom/Range.h"
42 SurroundingText::SurroundingText(const Range& range, unsigned maxLength)
46 initialize(range.startPosition(), range.endPosition(), maxLength);
67 // The forward range starts at the selection end and ends at the document's
69 // right range around the selection.
70 RefPtrWillBeRawPtr<Range> forwardRange = Range::create(*document, endPosition, lastPositionInNode(document->documentElement()).parentAnchoredEquivalent());
76 forwardRange = forwardIterator.range();
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java 49 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/
Android.mk 17 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/v8/src/
hydrogen-range-analysis.cc 5 #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
142 Range temp_range;
143 Range* range = other->range() != NULL ? other->range() : &temp_range; local
144 Range* new_range = NULL;
146 TraceRange("Control flow range infer %d %s %d\n"
176 Range* range = value->range(); local
    [all...]
  /external/chromium_org/net/url_request/
url_request_file_job_unittest.cc 127 // A simple holder for start/end used in http range requests.
128 struct Range {
132 Range() {
137 Range(int start, int end) {
152 // and makes sure that the callbacks observed the correct bytes. If a Range
153 // is provided, this function will add the appropriate Range http header to
154 // the request and verify that only the bytes in that range (inclusive) were
156 void RunRequest(const std::string& content, const Range* range);
166 const Range* range)
252 RunRequest(MakeContentOfSize(size), &range); local
    [all...]
  /external/openssl/crypto/bn/
bn_rand.c 230 /* random number r: 0 <= r < range */
231 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range)
237 if (range->neg || BN_is_zero(range))
243 n = BN_num_bits(range); /* n > 0 */
245 /* BN_is_bit_set(range, n - 1) always holds */
249 else if (!BN_is_bit_set(range, n - 2) && !BN_is_bit_set(range, n - 3))
251 /* range = 100..._2,
252 * so 3*range (= 11..._2) is exactly one bit longer than range *
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFastQueue.h 39 NSUInteger range; variable
44 @property (assign) NSUInteger range; variable
57 - (NSUInteger) range;
  /external/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/Android.mk
19 test_name := algorithms/alg.sorting/alg.binary.search/equal.range/equal_range
23 test_name := algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp
  /external/lldb/source/Symbol/
LineEntry.cpp 18 range(),
44 range(section_sp, section_offset, byte_size),
59 range.Clear();
74 return range.GetBaseAddress().IsValid() && line != 0;
113 // Show address range
114 if (!range.Dump(s, target, style, fallback_style))
120 if (!range.GetBaseAddress().Dump(s,
157 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress, Address::DumpStyleFileAddress);
161 range.Dump(s, target, Address::DumpStyleLoadAddress, Address::DumpStyleFileAddress);
214 int result = Address::CompareFileAddress (a.range.GetBaseAddress(), b.range.GetBaseAddress())
    [all...]
  /external/chromium_org/content/renderer/android/
content_detector.cc 36 blink::WebRange range = FindContentRange(hit_test, &content_text); local
37 if (range.isNull())
41 return Result(range, content_text, intent_url);
71 WebRange range = surrounding_text.rangeFromContentOffsets( local
73 DCHECK(!range.isNull());
74 return range;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPropertySourceData.cpp 58 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range)
64 , range(range)
74 , range(other.range)
84 , range(SourceRange(0, 0))
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 41 #include "core/dom/Range.h"
61 static NSAttributedString* attributedSubstringFromRange(const Range* range)
65 size_t length = range->endOffset() - range->startOffset();
68 for (TextIterator it(range); !it.atEnd() && [string length] < length; it.advance()) {
73 Node* container = it.range()->startContainer();
105 [string setAttributes:attrs range:NSMakeRange(position, numCharacters)];
121 RefPtrWillBeRawPtr<Range> range = frame->rangeForPoint(result.roundedPointInInnerNodeFrame())
    [all...]
  /external/chromium_org/third_party/icu/source/common/
usetiter.cpp 53 if (range < endRange) {
54 loadRange(++range);
69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields.
85 if (range < endRange) {
86 loadRange(++range);
119 range = 0;
123 loadRange(range);
  /external/chromium_org/ui/views/controls/
prefix_selector.h 42 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
43 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
44 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
45 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
46 virtual bool DeleteRange(const gfx::Range& range) OVERRIDE
    [all...]
  /external/icu/icu4c/source/common/
usetiter.cpp 53 if (range < endRange) {
54 loadRange(++range);
69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields.
85 if (range < endRange) {
86 loadRange(++range);
119 range = 0;
123 loadRange(range);
  /external/llvm/test/MC/ARM/
invalid-barrier.s 10 @ CHECK: error: immediate value out of range
18 @ CHECK: error: immediate value out of range
27 @ CHECK: error: immediate value out of range
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 49 std::set<unsigned> range(unsigned Start, unsigned End) { function in namespace:__anon30206
56 std::set<unsigned> range(unsigned N) { function in namespace:__anon30206
57 return range(0, N);
72 EXPECT_EQ(fixed_set(4, 1, 3, 5, 7), FDA.Run(range(20), Deps));
91 EXPECT_EQ(fixed_set(4, 0, 1, 2, 3), FDA2.Run(range(5), Deps));
100 EXPECT_EQ(fixed_set(2, 0, 4), FDA3.Run(range(5), Deps));
  /cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
ConsumerIrTest.java 64 for (ConsumerIrManager.CarrierFrequencyRange range : freqs) {
65 // Each range must be valid
66 assertTrue(range.getMinFrequency() > 0);
67 assertTrue(range.getMaxFrequency() > 0);
68 assertTrue(range.getMinFrequency() <= range.getMaxFrequency());
79 // Transmit two seconds for min and max for each frequency range
87 for (ConsumerIrManager.CarrierFrequencyRange range : freqs) {
90 mCIR.transmit(range.getMinFrequency(), pattern);
99 mCIR.transmit(range.getMaxFrequency(), pattern)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
generate_transposeGLSL.py 13 for i in range(x):
14 for j in range(y):
  /external/mesa3d/src/glsl/builtins/tools/
generate_transposeGLSL.py 13 for i in range(x):
14 for j in range(y):
  /frameworks/base/core/jni/
android_view_InputDevice.cpp 68 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i); local
69 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.addMotionRange, range.axis,
70 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution);

Completed in 676 milliseconds

1 2 3 4 56 7 8 91011>>