Searched refs:range (Results 276 - 300 of 1783) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/Mips/
H A Dmicromips-diagnostic-fixup.s3 # CHECK: LLVM ERROR: out of range PC16 fixup
H A Dmicromips-pc16-fixup.s3 # CHECK-NOT: LLVM ERROR: out of range PC16 fixup
H A Dmips-diagnostic-fixup.s3 # CHECK: LLVM ERROR: out of range PC16 fixup
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c191 SVGA3dPrimitiveRange range; local
199 range.primType = hw_prim;
200 range.primitiveCount = hw_count;
201 range.indexArray.surfaceId = SVGA3D_INVALID_ID;
202 range.indexArray.offset = 0;
203 range.indexArray.stride = 0;
204 range.indexWidth = 0;
205 range.indexBias = start;
210 * range.indexBias.
212 return svga_hwtnl_prim( hwtnl, &range,
[all...]
/external/skia/tools/skpdiff/
H A Dgenerate_pmetric_tables.py71 for i in range(1024):
87 for i in range(256):
105 for i in range(10000):
123 for i in range(VISUAL_MASK_DOMAIN):
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSStyleModel.js633 this.range = payload.range ? WebInspector.TextRange.fromObject(payload.range) : null;
719 if (this.range)
720 this.range = this.range.rebaseAfterTextEdit(oldRange, newRange);
820 if (this.allProperties[i].range)
833 return property && property.range ? property.range.collapseToStart() : this.range
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp184 CollationWeights::lengthenRange(WeightRange &range) const {
185 int32_t length=range.length+1;
186 range.start=setWeightTrail(range.start, length, minBytes[length]);
187 range.end=setWeightTrail(range.end, length, maxBytes[length]);
188 range.count*=countBytes(length);
189 range.length=length;
249 * range minimum length
276 // which would yield a middle range startin
526 WeightRange &range = ranges[rangeIndex]; local
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_diff.py96 for index in range(len(change.now)):
133 for i in range(len(change.now)):
196 for i in range(cnt):
198 for j in range(cnt):
205 for i in range(cnt):
207 for j in range(cnt):
219 for index in range(len(output)):
239 for index in range(len(output)):
295 for cur in range(len(changes)):
296 for cmp in range(cu
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dtext_input_client_mac.h59 RenderWidgetHost* rwh, NSRange range);
62 NSRect GetFirstRectForRange(RenderWidgetHost* rwh, NSRange range);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBIndex.h64 IDBRequest* openKeyCursor(ScriptState*, const ScriptValue& range, const String& direction, ExceptionState&);
65 IDBRequest* count(ScriptState*, const ScriptValue& range, ExceptionState&);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSegmentedFontData.h62 void appendRange(const FontDataRange& range) { m_ranges.append(range); } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRange.cpp114 WebRange::WebRange(const PassRefPtrWillBeRawPtr<Range>& range) argument
115 : m_private(range)
H A DWebSurroundingText.cpp51 if (RefPtrWillBeRawPtr<Range> range = static_cast<PassRefPtrWillBeRawPtr<Range> >(webRange))
52 m_private.reset(new SurroundingText(*range, maxLength));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusetiter.h83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
127 * code point range, depending on whether <tt>next()</tt> or
134 * of the range, and <tt>getCodepointEnd()</tt> returns the end
135 * of the range.
148 * Returns the end of the current code point range, if
193 * Returns the next element in the set, either a code point range
197 * range of one or more code points from <tt>getCodepoint()</tt> to
253 /** End range
260 int32_t range; member in class:UnicodeSetIterator
296 /** Load range
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcmaps.cpp222 le_int32 range = 0; local
225 range = fRangeOffset;
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
232 range += probe;
236 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
237 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dcmaps.cpp222 le_int32 range = 0; local
225 range = fRangeOffset;
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
232 range += probe;
236 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
237 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_server_table.py33 for i in range(0, 30):
44 for i in range(30, 0, -1):
98 for M in range(0, remaining_bits):
104 for i in range(min_opcode, next_opcode, op_count):
108 for j in range(i, i + op_count):
135 for i in range(min_opcode, next_opcode, op_count):
157 for op in range(base_opcode, base_opcode + (1 << M)):
175 print ' /* [%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_opcode + (1 << remaining_bits), depth)
195 for op in range(child_base_opcode, child_base_opcode + (1 << child_M)):
241 # the function is the key. Each node switches on a range o
[all...]
/external/clang/test/SemaCXX/
H A Dfor-range-dereference.cpp40 for (auto i : pt) { } // expected-error{{invalid range expression of type 'T *'; did you mean to dereference it with '*'?}}
45 for (auto i : parr) { }// expected-error{{invalid range expression of type 'int (*)[10]'; did you mean to dereference it with '*'?}}
48 for (auto i : NB) { }// expected-error{{range type 'NoBegin' has 'end' member but no 'begin' member}}
50 for (auto i : pNB) { }// expected-error{{invalid range expression of type 'NoBegin *'; no viable 'begin' function available}}
52 for (auto i : ppNB) { }// expected-error{{invalid range expression of type 'NoBegin **'; no viable 'begin' function available}}
54 for (auto i : pppppNB) { }// expected-error{{invalid range expression of type 'NoBegin *****'; no viable 'begin' function available}}
57 for (auto i : ANE) { } // expected-error{{invalid range expression of type 'ADLNoEnd'; no viable 'end' function available}}
59 for (auto i : pANE) { } // expected-error{{invalid range expression of type 'ADLNoEnd *'; no viable 'begin' function available}}
63 expected-note {{when looking up 'end' function for range expression of type 'DeletedEnd'}}
66 for (auto i : pDE) { } // expected-error {{invalid range expressio
[all...]
/external/clang/tools/clang-format/
H A Dclang-format.py40 # Determine range to format.
41 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1)
/external/easymock/src/org/easymock/internal/
H A DResults.java33 public void add(Result result, Range range) { argument
41 ranges.add(range);
/external/fonttools/Lib/fontTools/misc/
H A DtextTools.py22 for i in range(0, len(hexdata), 2):
40 for i in range(bits):
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DT_S_I__5.py19 for i in range(numGlyphs):
25 for i in range(len(glyphNames)):
H A D_c_v_t.py24 for i in range(len(self.values)):
35 for i in range(1 + index - len(self.values)):
/external/fonttools/Tools/fontTools/misc/
H A DtextTools.py22 for i in range(0, len(hexdata), 2):
40 for i in range(bits):
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DT_S_I__5.py19 for i in range(numGlyphs):
25 for i in range(len(glyphNames)):

Completed in 6419 milliseconds

<<11121314151617181920>>