HomeSort by relevance Sort by last modified time
    Searched full:range (Results 226 - 250 of 3739) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_SUPER_RANGE.S 20 %include "x86-atom/OP_INVOKE_SUPER.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_VIRTUAL_QUICK_RANGE.S 20 %include "x86-atom/OP_INVOKE_VIRTUAL_QUICK.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_VIRTUAL_RANGE.S 20 %include "x86-atom/OP_INVOKE_VIRTUAL.S" { "isrange":"1", "routine":"Range" }
  /external/easymock/src/org/easymock/internal/
IMocksBehavior.java 21 void addExpected(ExpectedInvocation expected, Result result, Range count);
  /external/elfutils/libdw/
dwarf_onearange.c 1 /* Return one of the address range entries.
  /external/emma/core/java12/com/vladium/jcd/cls/
IInterfaceCollection.java 34 * @param offset superinterface number [must be in [0, size()) range]
37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
72 * @param offset offset of the superinterface pointer to replace [must be in [0, size()) range]
76 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 34 * @param offset thrown exception class number [must be in [0, size()) range]
37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
75 * @param offset thrown exception class number [must be in [0, size()) range]
79 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
  /external/gtest/include/gtest/
gtest-param-test.h.pump 83 // Range(begin, end [, step]) - Yields values {begin, begin+step,
88 // ValuesIn(begin,end) container, or an iterator range [begin, end).
182 // Range() returns generators providing sequences of values in a range.
185 // Range(start, end)
188 // Range(start, end, step)
192 // * The generated sequences never include end. For example, Range(1, 5)
193 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
206 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
212 internal::ParamGenerator<T> Range(T start, T end)
    [all...]
  /external/icu4c/common/unicode/
unifilt.h 25 * a range. For example, transliterator uses this to represent
26 * characters outside the range contextStart..contextLimit-1. This
28 * defined range.
36 * subset of the full range (U+0000 to U+10FFFF) of Unicode characters.
  /external/icu4c/i18n/
ucol_wgt.c 110 lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t countBytes) {
113 length=range->length2+1;
114 range->start=setWeightTrail(range->start, length, UCOL_BYTE_FIRST_TAILORED);
115 range->end=setWeightTrail(range->end, length, maxByte);
116 range->count2*=countBytes;
117 range->length2=length;
186 * range minimum length
224 /* set the middle range */
    [all...]
  /external/iptables/extensions/
libip6t_frag.man 4 Matches the given Identification or range of it.
libip6t_rt.man 7 Match the `segments left' field (range).
libipt_REDIRECT.man 14 This specifies a destination port or range of ports to use: without
  /external/skia/include/core/
SkRandom.h 68 in the range [0..SK_Fixed1).
73 in the range (-SK_Fixed1..SK_Fixed1).
78 in the range [0..SK_Scalar1).
83 in the range (-SK_Scalar1..SK_Scalar1).
SkUnitMapper.h 29 /** Given a value in [0..0xFFFF], return a value in the same range.
  /external/v8/test/mjsunit/regress/
regress-1199401.js 35 var range = ranges[i];
36 var min_smi = range.min;
37 var max_smi = range.max;
38 var bits = range.bits;
  /external/webkit/WebCore/page/
DOMSelection.idl 56 Range getRangeAt(in long index)
59 void addRange(in Range range);
71 // WebKit's "type" accessor returns "None", "Range" and "Caret"
  /external/webkit/WebCore/platform/
Pasteboard.h 76 class Range;
83 static void writeSelection(NSPasteboard* pasteboard, Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame);
89 void writeSelection(Range*, bool canSmartCopyOrDelete, Frame*);
98 PassRefPtr<DocumentFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool& chosePlainText);
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.h 78 - (BOOL)_web_hostNameNeedsDecodingWithRange:(NSRange)range; // returns NO if decodeHostNameWithRange: would return nil, but more efficient
79 - (BOOL)_web_hostNameNeedsEncodingWithRange:(NSRange)range; // returns NO if encodeHostNameWithRange: would return nil, but more efficient
81 - (NSString *)_web_decodeHostNameWithRange:(NSRange)range; // turns funny-looking ASCII form into Unicode, returns nil if no decoding needed
82 - (NSString *)_web_encodeHostNameWithRange:(NSRange)range; // turns Unicode into funny-looking ASCII form, returns nil if no decoding needed
  /external/webkit/WebKit/mac/WebView/
WebTextIterator.h 43 - (id)initWithRange:(DOMRange *)range;
76 @abstract A function that identifies the specific document range that text corresponds to.
80 due to the cost of computing a DOM range.
81 @result A DOM range indicating the position within the document of the current text.
  /frameworks/base/core/java/android/widget/
NumberPicker.java 104 * Lower value of the range of numbers allowed for the NumberPicker
109 * Upper value of the range of numbers allowed for the NumberPicker
252 * Set the range of numbers allowed for the number picker. The current
255 * @param start the start of the range (inclusive)
256 * @param end the end of the range (inclusive)
263 * Set the range of numbers allowed for the number picker. The current
267 * @param start the start of the range (inclusive)
268 * @param end the end of the range (inclusive)
282 * @param current the current value the start of the range (inclusive)
283 * @throws IllegalArgumentException when current is not within the range
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
FieldPacker.java 72 throw new IllegalArgumentException("Saving value out of range for type");
79 throw new IllegalArgumentException("Saving value out of range for type");
88 throw new IllegalArgumentException("Saving value out of range for type");
99 throw new IllegalArgumentException("Saving value out of range for type");
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ustdxept.h 88 /// \brief Reports arguments with values out of allowed range.
93 inline virtual const char* what (void) const throw() { return ("out of range"); }
110 /// \brief Reports data that does not fall within the permitted range.
115 inline virtual const char* what (void) const throw() { return ("range error"); }
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_nat.h 51 struct ip_nat_range range[1]; member in struct:ip_nat_multi_range_compat
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_nat.h 51 struct ip_nat_range range[1]; member in struct:ip_nat_multi_range_compat

Completed in 399 milliseconds

1 2 3 4 5 6 7 8 91011>>