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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/tools/clang-format/
clang-format.py 40 # Determine range to format.
41 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1)
  /external/icu/icu4c/source/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/icu/icu4c/source/samples/layout/
cmaps.cpp 181 le_int32 range = 0; local
184 range = fRangeOffset;
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
191 range += probe;
195 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
196 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
  /external/iptables/extensions/
libipt_MASQUERADE.c 21 " Port (range) to map to.\n"
47 mr->range[0].flags |= NF_NAT_RANGE_PROTO_SPECIFIED;
54 mr->range[0].min.tcp.port
55 = mr->range[0].max.tcp.port
65 mr->range[0].min.tcp.port = htons(port);
66 mr->range[0].max.tcp.port = htons(maxport);
98 mr->range[0].flags |= NF_NAT_RANGE_PROTO_RANDOM;
108 const struct nf_nat_ipv4_range *r = &mr->range[0];
125 const struct nf_nat_ipv4_range *r = &mr->range[0];
  /external/libvpx/libvpx/test/
acm_random.h 49 int PseudoUniform(int range) {
50 return random_.Generate(range);
  /external/lldb/test/example/
TestSequenceFunctions.py 11 self.seq = range(10)
21 self.assertEqual(self.seq, range(10))
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_elements.c 111 SVGA3dPrimitiveRange range; local
143 range.primType = hw_prim;
144 range.primitiveCount = hw_count;
145 range.indexArray.offset = index_offset;
146 range.indexArray.stride = index_size;
147 range.indexWidth = index_size;
148 range.indexBias = index_bias;
150 ret = svga_hwtnl_prim( hwtnl, &range, min_index, max_index, index_buffer );
  /frameworks/native/libs/input/
InputDevice.cpp 163 const MotionRange& range = mMotionRanges.itemAt(i); local
164 if (range.axis == axis && range.source == source) {
165 return &range;
177 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; local
178 mMotionRanges.add(range);
181 void InputDeviceInfo::addMotionRange(const MotionRange& range) {
182 mMotionRanges.add(range);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
acm_random.h 49 int PseudoUniform(int range) {
50 return random_.Generate(range);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
rbegin.hpp 1 // Boost.Range library
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/end.hpp>
19 #include <boost/range/reverse_iterator.hpp>
rend.hpp 1 // Boost.Range library
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/begin.hpp>
19 #include <boost/range/reverse_iterator.hpp>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_buffer.py 14 s = "".join(chr(c) for c in list(range(255, -1, -1)))
27 s = "".join(chr(c) for c in list(range(255, -1, -1)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_buffer.py 14 s = "".join(chr(c) for c in list(range(255, -1, -1)))
27 s = "".join(chr(c) for c in list(range(255, -1, -1)))
  /external/chromium_org/v8/src/
lithium-allocator.h 192 // live range that owns it. The interval must contain the position.
270 // Returns use position in this live range that follows both start
272 // Modifies internal state of live range!
276 // range and which follows both start and last processed use position
277 // Modifies internal state of live range!
281 // range and which follows both start and last processed use position
282 // Modifies internal state of live range!
286 // range and which precedes start.
289 // Can this live range be spilled at this position.
292 // Split this live range at the given position which must follow the start o
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_nat.h 42 struct nf_nat_ipv4_range range[1]; member in struct:nf_nat_ipv4_multi_range_compat
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_nat.h 51 struct ip_nat_range range[1]; member in struct:ip_nat_multi_range_compat
  /development/ndk/platforms/android-L/include/linux/netfilter/
nf_nat.h 40 struct nf_nat_ipv4_range range[1]; member in struct:nf_nat_ipv4_multi_range_compat
  /external/chromium_org/base/
rand_util.h 15 // Returns a random number in range [0, kuint64max]. Thread-safe.
21 // Returns a random number in range [0, range). Thread-safe.
26 BASE_EXPORT uint64 RandGenerator(uint64 range);
28 // Returns a random double in range [0, 1). Thread-safe.
32 // the range [0, 1). Thread-safe.
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.idl 35 [CallWith=ScriptState, RaisesException] IDBRequest openCursor([Default=Undefined] optional any range, optional DOMString direction = null);
36 [CallWith=ScriptState, RaisesException] IDBRequest openKeyCursor([Default=Undefined] optional any range, optional DOMString direction = null);
  /external/chromium_org/third_party/brotli/src/
woff2_header_dump.py 29 for i in range(numTables):
  /external/chromium_org/third_party/libjingle/source/talk/base/
sigslottester.h.pump 67 $range i 1..n
69 $range j 1..i
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_writer.c 17 br->range = 255;
  /external/chromium_org/third_party/webrtc/base/
sigslottester.h.pump 50 $range i 1..n
52 $range j 1..i
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 48 int16_t i, j, stage, range; local
133 range = WebRtcIlbcfix_kSearchRange[block][0];
155 WebRtcIlbcfix_CbMemEnergy(range, buf, cbvectors, lMem,
162 WebRtcIlbcfix_CbMemEnergy(range, buf, cbvectors, lMem,
167 WebRtcSpl_MemSetW16(energyW16+range, 0, (base_size-range));
168 WebRtcSpl_MemSetW16(energyW16+range+base_size, 0, (base_size-range));
184 range = WebRtcIlbcfix_kSearchRange[block][stage];
205 WebRtcSpl_CrossCorrelation(cDotPtr, target, cb_vecPtr, lTarget, range, scale, -1)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
RangesTest.java 84 Ranges.range(1, OPEN, 7, OPEN))
87 Ranges.range(1, OPEN, 7, CLOSED))
90 Ranges.range(1, CLOSED, 7, CLOSED))
93 Ranges.range(1, CLOSED, 7, OPEN))

Completed in 576 milliseconds

1 2 3 4 5 6 7 8 91011>>