/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/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 | 131 // A simple holder for start/end used in http range requests. 132 struct Range { 136 Range() { 141 Range(int start, int end) { 156 // and makes sure that the callbacks observed the correct bytes. If a Range 157 // is provided, this function will add the appropriate Range http header to 158 // the request and verify that only the bytes in that range (inclusive) were 160 void RunRequest(const std::string& content, const Range* range); 170 const Range* range) 251 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/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
IndexRangeCache.h | 26 void addRange(GLenum type, unsigned int offset, GLsizei count, const RangeUI &range, 51 RangeUI range; member in struct:rx::IndexRangeCache::IndexBounds 55 IndexBounds(const RangeUI &range, unsigned int offset);
|
/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/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:__anon31049 56 std::set<unsigned> range(unsigned N) { function in namespace:__anon31049 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);
|
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 23 /// with applyRewrites(). E.g. if the same source range 64 /// \brief A range to remove. It is a character range. 68 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) { 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); 71 if (range.isTokenRange()) { 136 void remove(SourceRange range); 138 void replace(SourceRange range, StringRef text); 139 void replace(SourceRange range, SourceRange replacementRange) 568 CharSourceRange range = CharSourceRange::getCharRange(I->first.Begin, local 575 CharSourceRange range = CharSourceRange::getCharRange(I->Begin, I->End); local [all...] |
/external/clang/lib/Edit/ |
Commit.cpp | 60 CharSourceRange range, 64 if (!canRemoveRange(range, RangeOffs, RangeLen)) { 77 PPRec->areInDifferentConditionalDirectiveRegion(loc, range.getBegin())) { 86 bool Commit::remove(CharSourceRange range) { 89 if (!canRemoveRange(range, Offs, Len)) { 94 addRemove(range.getBegin(), Offs, Len); 98 bool Commit::insertWrap(StringRef before, CharSourceRange range, 100 bool commitableBefore = insert(range.getBegin(), before, /*afterToken=*/false, 103 if (range.isTokenRange()) 104 commitableAfter = insertAfterToken(range.getEnd(), after) [all...] |