/bionic/libm/src/ |
s_lround.c | 44 * of the form xxx.5; they are "out of range" because lround() rounds away 46 * all values that are out of range are integral, so we might as well assume 47 * that everything is in range. At compile time, INRANGE(x) should reduce to
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
NameList.java | 30 * the specified index or if the index is out of range. 39 * the specified index or if the index is out of range. 44 * The number of pairs (name and namespaceURI) in the list. The range of
|
/external/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 70 $range i 2..n 72 $range j 1..i 101 $range i 2..maxtuple 103 $range j 1..i 104 $range k 2..i 142 // Advance should not be called on beyond-of-range iterators 143 // so no component iterators must be beyond end of range, either. 195 // We must report iterator past the end of the range when either of the 196 // component iterators has reached the end of its range. 205 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses [all...] |
/external/gtest/test/ |
gtest-param-test_test.cc | 58 using ::testing::Range; 131 const ParamGenerator<int> gen = Range(0, 10); 164 // Tests that Range() generates the expected sequence. 166 const ParamGenerator<int> gen = Range(0, 3); 171 // Edge case. Tests that Range() generates the single element sequence 172 // as expected when provided with range limits that are equal. 174 const ParamGenerator<int> gen = Range(0, 1); 179 // Edge case. Tests that Range() with generates empty sequence when 180 // supplied with an empty range. 182 const ParamGenerator<int> gen = Range(0, 0) [all...] |
/external/icu4c/common/unicode/ |
usetiter.h | 83 * 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 257 /** Range 260 int32_t range; member in class:UnicodeSetIterator [all...] |
/external/iptables/extensions/ |
libip6t_tcp.man | 5 Source port or port range specification. This can either be a service 6 name or a port number. An inclusive range can also be specified, 17 Destination port or port range specification. The flag
|
libipt_tcp.man | 5 Source port or port range specification. This can either be a service 6 name or a port number. An inclusive range can also be specified, 17 Destination port or port range specification. The flag
|
/external/opencore/engines/player/test/data/ |
pv_amr_mpeg4.sdp | 8 a=range:npt=0-37.440 23 a=range:npt=0-37.600 37 a=range:npt=0-37.440
|
/external/webkit/WebKit/mac/WebView/ |
WebTextIterator.mm | 63 - (id)initWithRange:(DOMRange *)range 70 _private->_textIterator.set(new TextIterator(core(range))); 86 return kit(_private->_textIterator->range().get());
|
/frameworks/base/core/java/android/text/ |
Spannable.java | 28 * Attach the specified markup object to the range <code>start…end</code> 29 * of the text, or move the object to that range if it was already 42 * Remove the specified object from the range of text to which it
|
/frameworks/base/media/libdrm/mobile2/include/util/domcore/ |
NodeIterator.h | 29 NodeImpl* scopeNode;/** The specify the range of iterating */
52 * and we also can specify the <code>scope</code> if want restrict the range of iterator.
53 * (eg: restrict the range of iterating at a subtree).otherwise it will iterate the whole DOM_TREE.
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/ |
console.h | 33 #define CON_PARM_RANGE 0x04 /* Range is set */ 65 U32 low_val; /* Low val for range checking */ 66 U32 hi_val; /* Hi val for range checking/max length of string */
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
GalParser.java | 98 String range = getValue(); local 100 mService.userLog("GAL result range: " + range);
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/ |
console.h | 33 #define CON_PARM_RANGE 0x04 /* Range is set */ 65 U32 low_val; /* Low val for range checking */ 66 U32 hi_val; /* Hi val for range checking/max length of string */
|
/external/webkit/WebCore/platform/text/ |
UnicodeRange.cpp | 40 // This table depends on unicode range definitions. 41 // Each item's index must correspond to a unicode range value 380 // code points so that the number of entries in the tertiary range 381 // table for that range is obtained by dividing (0x1700 - 0x0700) by 128. 422 // A two level index is almost enough for locating a range, with the 423 // exception of u03xx and u05xx. Since we don't really care about range for 435 unsigned int range; local 438 range = gUnicodeSubrangeTable[0][ch >> 12]; 440 if (range < cRangeTableBase) 441 // we try to get a specific range [all...] |
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ip_nat.h | 51 struct ip_nat_range range[1]; member in struct:ip_nat_multi_range_compat
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/d/ |
T_invoke_direct_range_6.d | 23 invoke-direct/range {v1}, dot/junit/opcodes/invoke_direct_range/TSuper/toIntPvt()V
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_interface_range/d/ |
T_invoke_interface_range_5.d | 25 invoke-interface/range {}, dot/junit/opcodes/invoke_interface_range/ITest/doit()V
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/d/ |
T_invoke_super_range_16.d | 22 invoke-super/range {v2}, java/lang/Object/<init>()V
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/ |
T_invoke_virtual_range_16.d | 22 invoke-virtual/range {v2}, java/lang/Object/<init>()V
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_VIRTUAL_QUICK.S | 7 * for: [opt] invoke-virtual-quick, invoke-virtual-quick/range
|
/dalvik/vm/mterp/x86-atom/ |
OP_INVOKE_DIRECT_RANGE.S | 20 %include "x86-atom/OP_INVOKE_DIRECT.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_INTERFACE_RANGE.S | 20 %include "x86-atom/OP_INVOKE_INTERFACE.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_STATIC_RANGE.S | 20 %include "x86-atom/OP_INVOKE_STATIC.S" { "routine":"Range" }
|
OP_INVOKE_SUPER_QUICK_RANGE.S | 20 %include "x86-atom/OP_INVOKE_SUPER_QUICK.S" { "isrange":"1", "routine":"Range" }
|