HomeSort by relevance Sort by last modified time
    Searched full:ranges (Results 151 - 175 of 1034) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 159 final List<MotionRange> ranges = device.getMotionRanges(); local
160 for (MotionRange range : ranges) {
169 for (MotionRange range : ranges) {
  /external/clang/test/Analysis/
plist-output-alternate.m 79 // CHECK: <key>ranges</key>
141 // CHECK: <key>ranges</key>
217 // CHECK: <key>ranges</key>
279 // CHECK: <key>ranges</key>
355 // CHECK: <key>ranges</key>
417 // CHECK: <key>ranges</key>
493 // CHECK: <key>ranges</key>
569 // CHECK: <key>ranges</key>
631 // CHECK: <key>ranges</key>
741 // CHECK: <key>ranges</key
    [all...]
  /external/v8/src/
jsregexp.h 269 static void AddClassEscape(uc16 type, ZoneList<CharacterRange>* ranges);
289 void AddCaseEquivalents(ZoneList<CharacterRange>* ranges, bool is_ascii);
294 // Whether a range list is in canonical form: Ranges ordered by from value,
295 // and ranges non-overlapping and non-adjacent.
296 static bool IsCanonical(ZoneList<CharacterRange>* ranges);
297 // Convert range list to canonical form. The characters covered by the ranges
299 // adjacent ranges are merged. The resulting list may be shorter than the
301 static void Canonicalize(ZoneList<CharacterRange>* ranges);
304 static SetRelation WordCharacterRelation(ZoneList<CharacterRange>* ranges);
365 // A mapping from integers, specified as ranges, to a set of integers
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp 130 // Draw the buffered ranges.
131 // FIXME: Draw multiple ranges if there are multiple buffered ranges.
  /external/chromium/net/http/
partial_data.cc 129 std::vector<HttpByteRange> ranges;
130 if (!HttpUtil::ParseRangeHeader(range_header, &ranges) || ranges.size() != 1)
134 byte_range_ = ranges[0];
  /external/clang/include/clang/Frontend/
DiagnosticOptions.h 32 unsigned ShowSourceRanges : 1; /// Show source ranges in numeric form.
  /external/clang/tools/libclang/
CXSourceLocation.h 50 /// Clang internally represents ranges where the end location points to the
  /external/icu4c/i18n/
ucol_tok.h 134 /* For processing ranges. */
  /external/iptables/extensions/
libxt_conntrack.man 28 Matching against port ranges is only supported in kernel versions above 2.6.38.
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 131 * kernel oops. Illegal ranges of incoming indices are caught too.
  /external/llvm/docs/HistoricalNotes/
2001-06-01-GCCOptimizations.txt 16 3 . Compute live ranges for CSE
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 155 if (li.ranges.size() != 1)
157 const LiveRange &range = li.ranges.front();
220 for (LiveInterval::Ranges::const_iterator
221 I = li.ranges.begin(), E = li.ranges.end(); I != E; ++I) {
869 // Move the trimmed ranges back.
870 li->ranges.swap(NewLI.ranges);
    [all...]
RegAllocBase.h 118 // Invalidate all cached information about virtual registers - live ranges may
142 // converge quickly toward fully spilled live ranges.
  /external/v8/test/mjsunit/compiler/
literals.js 37 // Characters just outside the ranges of hex-escapes.
  /external/webkit/Source/WebCore/dom/
Range.idl 21 module ranges {
  /external/webkit/Source/WebCore/editing/
SmartReplaceCF.cpp 46 // Adding CJK ranges
SmartReplaceICU.cpp 61 // CJK ranges
  /external/webkit/Source/WebCore/html/
TimeRanges.h 66 // We consider all the Ranges to be semi-bounded as follow: [start, end[
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 386 // FIXME: Save the time ranges in a member variable and update it when needed.
387 RefPtr<TimeRanges> ranges = TimeRanges::create(); local
389 ranges->add(webRanges[i].start, webRanges[i].end);
390 return ranges.release();
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapUtility.java 60 * Gets all of the values in a sequence set per RFC 3501. Any ranges are expanded into a
  /external/chromium/chrome/browser/printing/
printing_message_filter.cc 262 printing::PageRange::GetPages(printer_query->settings().ranges);
298 printing::PageRange::GetPages(printer_query->settings().ranges);
  /external/llvm/include/llvm/CodeGen/
Passes.h 31 /// work well with unreachable basic blocks (what live ranges make sense for a
104 /// possible. It is best suited for debug code where live ranges are short.
  /external/chromium/testing/gtest/scripts/
pump.py 587 self.ranges = []
592 clone.ranges = self.ranges[:]
609 self.ranges[:0] = [(var, lower, upper)]
612 self.ranges[:1] = []
633 for (var, lower, upper) in self.ranges:
  /external/icu4c/test/cintltst/
trietest.c 36 /* Values for setting possibly overlapping, out-of-order ranges of values */
412 /* enumerate and verify all ranges */
621 /* enumerate and verify all ranges */
702 /* set consecutive ranges, even with value 0 */
741 /* set some interesting overlapping ranges */
748 {0x201, 0x220, 6, TRUE}, /* 3 consecutive blocks with the same pattern but discontiguous value ranges */
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 684 (inclusive of aMin and aMax). Split existing ranges as required if
686 'var' to all required ranges. Take great care to preserve the
687 invariant that the ranges in 'scope' cover the entire address range
727 /* We have to get into splitting ranges, which is complex
    [all...]

Completed in 1058 milliseconds

1 2 3 4 5 67 8 91011>>