Searched refs:range (Results 151 - 175 of 1504) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dgetaddrinfo_host.c63 // -r hostname digit range in the form of "min-max". For example, -r 100-112
104 int range=0; local
112 range = atoi(value);
113 if (range < *min) {
117 *offset = range - *min + 1; // 1-based
118 debug("range = %d", *offset);
147 case 'r': // UID range
H A Dgetgrgid.c61 // -g gid range in the form of "min-max". For example, -g 1211-1213
90 " [-g GID range (min-max)]\n"
100 int range=0; local
108 range = atoi(value);
109 if (range < *min) {
113 *offset = range - *min + 1;
114 debug("range = %d", *offset);
138 case 'g': // GID range
H A Dmbr_check_membership.c61 // -u uid range in the form of "min-max". For example, -u 5000-5200
62 // -g gid range or gid
92 " [-u UID range (min-max)]\n"
93 " [-g GID or GID range (gid or min-max)]\n"
102 int range=0; local
110 range = atoi(value);
111 if (range < *min) {
115 *offset = range - *min;
116 debug("range = %d", *offset);
132 case 'g': // GID or GID range
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dgen_length.c81 } else if (t->range == NULL) {
83 } else if (t->range->min == INT_MIN && t->range->max == INT_MAX) {
85 } else if (t->range->min == 0 && (unsigned int)t->range->max == UINT_MAX) {
87 } else if (t->range->min == 0 && t->range->max == INT_MAX) {
90 errx(1, "%s: unsupported range %d -> %d",
91 name, t->range->min, t->range
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsbitmapimagerep.py25 rPlane.fromlist( [y%256 for y in range(0,height) for x in range(0,width)] )
29 gPlane.fromlist( [y%256 for x in range(0,height) for x in range(width,0,-1)] )
33 bPlane.fromlist( [x%256 for x in range(0,height) for x in range(0,width)] )
43 for i in range(0, 256*256):
55 greyPlane.fromlist( [x%256 for x in range(0,height) for x in range(0,width)] )
H A Dtest_nsarray.py8 for i in range(1,1000):
40 for i in range(0, 100):
48 for i in range(0, 100):
55 for i in range(0, 100):
93 for i in range(0, 100):
101 for i in range(0, 100):
106 k = range(300, 50)
129 x = range(0, 10)
130 y = NSMutableArray.arrayWithArray_( range(0, 10) )
137 x = range(
[all...]
/macosx-10.10/ruby-106/ruby/tool/
H A Denc-emoji-citrus-gen.rb55 [*args.map{|range| "0x%02X-0x%02X" % [range.begin, range.end] }, bits].join(' / ')
96 pairs = code_map.inject([]) {|acc, (range, ch)|
97 acc += range.map{|uni| pair = [uni, Integer(ch)]; ch = ch.succ; next pair }
109 pairs = kddi_sjis_map.inject([]) {|acc, (range, ch)|
110 acc += range.map{|uni| pair = [ch.to_sjis - 0x700, Integer(ch)]; ch = ch.succ; next pair }
122 pairs = kddi_2022_map.each_with_index.inject([]) {|acc, ((range, ch), i)|
124 acc += range.map{|uni| pair = [sjis.to_sjis - 0x700, Integer(ch)]; ch = ch.succ; sjis = sjis.succ; next pair }
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsarray.py17 for i in range(1,1000):
49 for i in range(0, 100):
57 for i in range(0, 100):
64 for i in range(0, 100):
102 for i in range(0, 100):
110 for i in range(0, 100):
115 k = range(300, 50)
138 x = range(0, 10)
139 y = NSMutableArray.arrayWithArray_( range(0, 10) )
146 x = range(
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/encodings/
H A DGenCompactCodings97 set fb [binary format H2 [string range $fbHex 2 4]]
120 set hex [string range $line 0 3]
121 set line [string range $line 4 end]
218 foreach range $ranges {
219 foreach {from len values} $range break
277 foreach range $ranges {
278 foreach {from len values} $range break
343 foreach range $ranges {
344 foreach {from len values} $range break
356 foreach range
[all...]
/macosx-10.10/ICU-531.30/icuSources/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...]
/macosx-10.10/WebCore-7600.1.25/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm510 static id AXTextMarkerRangeStart(id range)
512 ASSERT(range != nil);
513 ASSERT(CFGetTypeID(range) == wkGetAXTextMarkerRangeTypeID());
514 return CFBridgingRelease(wkCopyAXTextMarkerRangeStart(range));
517 static id AXTextMarkerRangeEnd(id range)
519 ASSERT(range != nil);
520 ASSERT(CFGetTypeID(range) == wkGetAXTextMarkerRangeTypeID());
521 return CFBridgingRelease(wkCopyAXTextMarkerRangeEnd(range));
766 // When modifying attributed strings, the range can come from a source which may provide faulty information (e.g. the spell checker).
767 // To protect against such cases the range shoul
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDeclarationTextEditor.js393 var range = typeof lineNumber === "number" ? new WebInspector.TextRange(lineNumber, 0, lineNumber + 1, 0) : null;
396 this._codeMirror.createColorMarkers(range, function(marker, color, colorString) {
427 var range = textMarker.find();
428 console.assert(range);
429 if (!range)
432 this._createTextMarkerForPropertyIfNeeded(range.from, range.to, property);
561 var range = textMarker.find();
562 if (!range)
565 var text = this._codeMirror.getRange(range
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl199 set line [string range $line 0 end-1]
222 set tag [string range $line 0 [expr {$idx-1}]]
223 set line [string range $line [expr {$idx+1}] end]
233 set code [string range $line 0 [expr {$idx-1}]]
234 set line [string trim [string range $line [expr {$idx+1}] end]]
255 set flags [string range $line [expr {$p1+1}] [expr {$p2-1}]]
256 set delim [string range $line [expr {$p2+2}] [expr {$p3-1}]]
257 set fname [string range $line [expr {$p3+1}] end]
380 append msginfo($chan,$msgnum,$last_fieldname) " [string range $f 1 end]"
388 set fieldname [string tolower [string range
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DMyRangeCursor.java24 MyRangeCursor(KeyRange range, argument
30 super(range, view.dupsRange, view.dupsOrdered,
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest064.tcl55 error_check_good get_type $type [string range $omethod 1 end]
65 error_check_good get_type $type [string range $omethod 1 end]
H A Dtxn012script.tcl32 set truncname [string range $longtxnname 0 49]
/macosx-10.10/ICU-531.30/icuSources/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...]
/macosx-10.10/ICU-531.30/icuSources/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));
/macosx-10.10/ICU-531.30/icuSources/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));
/macosx-10.10/WebCore-7600.1.25/editing/mac/
H A DTextAlternativeWithRange.mm34 : range(aRange)
/macosx-10.10/WebCore-7600.1.25/platform/
H A DCalculationValue.cpp39 PassRef<CalculationValue> CalculationValue::create(std::unique_ptr<CalcExpressionNode> value, CalculationPermittedValueRange range) argument
41 return adoptRef(*new CalculationValue(WTF::move(value), range));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSegmentedFontData.h60 void appendRange(const FontDataRange& range) { m_ranges.append(range); } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DCoreMediaSoftLinking.h56 SOFT_LINK_DLL_IMPORT(CoreMedia, CMTimeRangeGetEnd, CMTime, __cdecl, (CMTimeRange range), (range))
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DSelectionSubtreeRoot.cpp53 // Create a range based on the cached end points
57 RefPtr<Range> range = Range::create(document, startPosition.parentAnchoredEquivalent(), endPosition.parentAnchoredEquivalent()); local
58 VisibleSelection selection(range.get());
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Dep.idl137 [in, range(0,500)]
153 [in, range(0,500)]
175 [in, range(0,500)]
196 [in, range(0,500)]

Completed in 194 milliseconds

1234567891011>>