/external/mesa3d/src/glsl/builtins/tools/ |
generate_matrixCompMultGLSL.py | 12 for i in range(x):
|
generate_outerProductGLSL.py | 10 for i in range(x):
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
formatter.hpp | 15 #include <boost/range/iterator_range.hpp> 16 #include <boost/range/begin.hpp> 17 #include <boost/range/end.hpp> 18 #include <boost/range/const_iterator.hpp>
|
/packages/apps/Launcher2/ |
fill_screens.py | 61 for s in range(SCREENS): 62 for x in range(ROWS): 63 for y in range(COLUMNS): 70 for z in range(15):
|
/packages/apps/Launcher3/ |
fill_screens.py | 61 for s in range(SCREENS): 62 for x in range(ROWS): 63 for y in range(COLUMNS): 70 for z in range(15):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_array_in_pointer.py | 32 for i in range(4): 35 values = [c.pvalues[i].val for i in range(4)] 52 for i in range(4): 55 values = [ptr[i].val for i in range(4)]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
this.py | 25 for i in range(26):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_array_in_pointer.py | 32 for i in range(4): 35 values = [c.pvalues[i].val for i in range(4)] 52 for i in range(4): 55 values = [ptr[i].val for i in range(4)]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
this.py | 25 for i in range(26):
|
/external/chromium_org/v8/src/compiler/ |
register-allocator.cc | 184 // We cannot spill a live range that has a use requiring a register 281 ? after // Only interval in the range after split. 282 : last_interval_; // Last interval of the original range. 314 // to the use that no longer belongs to this live range. 318 // Link the new live range in the chain before any of the other 319 // ranges linked from the range before the split. 352 RegisterAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, 363 RegisterAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n", 385 RegisterAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n", id_, 413 RegisterAllocator::TraceAlloc("Add to live range %d use position %d\n", id_ 571 LiveRange* range = LiveRangeFor(operand_index); local 677 LiveRange* range = LiveRangeFor(operand); local 699 LiveRange* range = LiveRangeFor(operand); local 764 LiveRange* range = LiveRangeFor(output_vreg); local 831 LiveRange* range = LiveRangeFor(output_vreg); local 836 LiveRange* range = LiveRangeFor(first_output->virtual_register()); local 1011 LiveRange* range = FixedLiveRangeFor(i); local 1021 LiveRange* range = FixedDoubleLiveRangeFor(i); local 1345 LiveRange* range = LiveRangeFor(operand_index); local 1365 LiveRange* range = LiveRangeFor(operand_index); local 1396 LiveRange* range = live_ranges_[i]; local 1434 LiveRange* range = live_ranges()->at(range_idx); local 1889 LiveRange* range = active_live_ranges_[i]; local 1906 LiveRange* range = inactive_live_ranges_.at(i); local 1994 LiveRange* range = active_live_ranges_[i]; local 2018 LiveRange* range = inactive_live_ranges_[i]; local [all...] |
/cts/apps/CameraITS/tests/scene1/ |
test_param_noise_reduction.py | 59 for j in range(3): 65 for i in range(3): 77 for j in range(3): 85 for j in range(3): 86 pylab.plot(range(3), variances[j], "rgb"[j]) 93 for j in range(3): 94 for i in range(1,3):
|
/external/chromium_org/third_party/skia/tests/ |
NameAllocatorTest.cpp | 136 static const GrGLuint range = 32; local 137 GrGLNameAllocator allocator(1, 1 + range); 138 for (GrGLuint i = 1; i <= range; ++i) { 143 // Test freeing names out of range. 149 for (GrGLuint i = 1; i <= range/2; i += 2) { 152 for (GrGLuint i = 1; i <= range/2; i += 2) { 156 for (GrGLuint i = 1; i <= range/2; ++i) { 160 for (GrGLuint i = 1; i <= range/2; ++i) {
|
/external/iptables/extensions/ |
libipt_NETMAP.c | 57 struct nf_nat_ipv4_range *range = &mr->range[0]; local 60 range->flags |= NF_NAT_RANGE_MAP_IPS; 61 range->min_ip = cb->val.haddr.ip & cb->val.hmask.ip; 62 range->max_ip = range->min_ip | ~cb->val.hmask.ip; 69 const struct nf_nat_ipv4_range *r = &mr->range[0];
|
libip6t_NETMAP.c | 39 struct nf_nat_range *range = cb->data; local 43 range->flags |= NF_NAT_RANGE_MAP_IPS; 45 range->min_addr.ip6[i] = cb->val.haddr.ip6[i] & 47 range->max_addr.ip6[i] = range->min_addr.ip6[i] |
|
libxt_iprange.c | 31 "[!] --src-range ip[-ip] Match source IP in the specified range\n" 32 "[!] --dst-range ip[-ip] Match destination IP in the specified range\n"); 36 {.name = "src-range", .id = O_SRC_RANGE, .type = XTTYPE_STRING, 38 {.name = "dst-range", .id = O_DST_RANGE, .type = XTTYPE_STRING, 44 iprange_parse_spec(const char *from, const char *to, union nf_inet_addr *range, 52 memset(range, 0, sizeof(union nf_inet_addr) * 2); 60 range[i].in6 = *ia6; 68 range[i].in = *ia4 99 union nf_inet_addr range[2]; local [all...] |
/external/skia/tests/ |
NameAllocatorTest.cpp | 136 static const GrGLuint range = 32; local 137 GrGLNameAllocator allocator(1, 1 + range); 138 for (GrGLuint i = 1; i <= range; ++i) { 143 // Test freeing names out of range. 149 for (GrGLuint i = 1; i <= range/2; i += 2) { 152 for (GrGLuint i = 1; i <= range/2; i += 2) { 156 for (GrGLuint i = 1; i <= range/2; ++i) { 160 for (GrGLuint i = 1; i <= range/2; ++i) {
|
/external/chromium_org/base/metrics/ |
sample_vector.cc | 66 if (min == bucket_ranges_->range(index) && 67 max == bucket_ranges_->range(index + 1)) { 74 } else if (min > bucket_ranges_->range(index)) { 75 // Sample is larger than current bucket range. Try next. 78 // Sample is smaller than current bucket range. We scan buckets from 92 CHECK_GE(value, bucket_ranges_->range(0)); 93 CHECK_LT(value, bucket_ranges_->range(bucket_count)); 103 if (bucket_ranges_->range(mid) <= value) 109 DCHECK_LE(bucket_ranges_->range(mid), value); 110 CHECK_GT(bucket_ranges_->range(mid + 1), value) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
PlainTextRange.cpp | 32 #include "core/dom/Range.h" 60 PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRange(const ContainerNode& scope) const 65 PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRangeForSelection(const ContainerNode& scope) const 70 PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRangeFor(const ContainerNode& scope, GetRangeFor getRangeFor) const 74 RefPtrWillBeRawPtr<Range> resultRange = scope.document().createRange(); 160 PlainTextRange PlainTextRange::create(const ContainerNode& scope, const Range& range) 162 if (!range.startContainer()) 168 // directly in the document DOM, so ensure that the range does not cross a 170 if (range.startContainer() != &scope && !range.startContainer()->isDescendantOf(&scope) [all...] |
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
rijndael.py | 58 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(256) [all...] |
python_aes.py | 27 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/chromium_org/third_party/WebKit/Source/web/ |
FindInPageCoordinates.cpp | 35 #include "core/dom/Range.h" 129 FloatRect findInPageRectFromRange(Range* range) 131 if (!range || !range->firstNode()) 134 return findInPageRectFromAbsoluteRect(RenderObject::absoluteBoundingBoxRectForRange(range), range->firstNode()->renderer());
|
/external/chromium_org/ui/views/controls/ |
styled_label.cc | 89 return range.start() < other.range.start(); 118 void StyledLabel::AddStyleRange(const gfx::Range& range, 120 DCHECK(!range.is_reversed()); 121 DCHECK(!range.is_empty()); 122 DCHECK(gfx::Range(0, text_.size()).Contains(range)); 124 // Insert the new range in sorted order. 126 new_range.push_front(StyleRange(range, style_info)) [all...] |
styled_label.h | 15 #include "ui/gfx/range/range.h" 32 // Parameters that define label style for a styled label's text range. 37 // Creates a range style info with default values for link. 40 // The font style that will be applied to the range. Should be a bitmask of 44 // The text color for the range. 47 // Tooltip for the range. 50 // If set, the whole range will be put on a single line. 53 // If set, the range will be created as a link. 68 // Marks the given range within |text_| with style defined by |style_info| 113 gfx::Range range; member in struct:views::StyledLabel::StyleRange [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
end.hpp | 1 // Boost.Range library 8 // For more information, see http://www.boost.org/libs/range/ 18 #include <boost/range/config.hpp> 21 #include <boost/range/detail/end.hpp> 24 #include <boost/range/detail/implementation_help.hpp> 25 #include <boost/range/iterator.hpp> 26 #include <boost/range/const_iterator.hpp>
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapUtility.java | 63 * sequence-range = sequence-number ":" sequence-number 64 * sequence-set = (sequence-number / sequence-range) *("," sequence-set) 81 // range 93 * Expand the given number range into a list of individual numbers. If the range is not valid, 97 * sequence-range = sequence-number ":" sequence-number 98 * sequence-set = (sequence-number / sequence-range) *("," sequence-set) 101 public static String[] getImapRangeValues(String range) { 104 if (range != null) { 105 int colonPos = range.indexOf(':') [all...] |