HomeSort by relevance Sort by last modified time
    Searched refs:ranges (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/v8/test/cctest/
test-regexp.cc 464 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local
465 CharacterRange::AddClassEscape(c, ranges);
468 for (int j = 0; !in_class && j < ranges->length(); j++) {
469 CharacterRange& range = ranges->at(j);
606 uc16 ranges[kRangeCount][2 * kRangeSize]; local
608 Vector<uc16> range(ranges[i], 2 * kRangeSize);
621 uc16* range = ranges[i];
629 uc16* range = ranges[j];
1381 ZoneList<CharacterRange>* ranges = local
1402 ZoneList<CharacterRange>* ranges = local
    [all...]
  /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) {
882 // Move the trimmed ranges back.
883 li->ranges.swap(NewLI.ranges);
    [all...]
RegisterCoalescer.cpp 487 // live-range starts. If there are no intervening live ranges between them in
576 LiveInterval::Ranges::iterator BI =
577 std::upper_bound(IntB.ranges.begin(), IntB.ranges.end(), AI->start);
578 if (BI != IntB.ranges.begin())
580 for (; BI != IntB.ranges.end() && AI->end >= BI->start; ++BI) {
778 // Extend BValNo by merging in IntA live ranges of AValNo. Val# definition
    [all...]
  /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/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();
  /external/opencv/cv/src/
cvhistogram.cpp 45 cvCreateHist( int dims, int *sizes, CvHistType type, float** ranges, int uniform )
78 if( ranges )
79 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform ));
93 float *data, float **ranges, int uniform )
112 if( ranges )
115 CV_ERROR( CV_StsBadArg, "Only uniform bin ranges can be used here "
117 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform ));
661 float* ranges[CV_MAX_DIM]; local
705 ranges[i] = (float*)src->thresh[i];
706 thresh = ranges;
    [all...]
cvthresh.cpp 336 float* ranges = _ranges; local
343 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges ));
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.cc 151 const printing::PageRanges& ranges) {
185 InitPrintSettings(ranges);
271 // Handle page ranges.
printing_message_filter.cc 262 printing::PageRange::GetPages(printer_query->settings().ranges);
298 printing::PageRange::GetPages(printer_query->settings().ranges);
  /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/tools/genuca/
genuca.cpp 927 } ranges[] = local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 463 location list. Zero length ranges, with aMax == aMin-1, are not
600 /* ignore zero length ranges */
712 /* Enumerate the address ranges starting at img-offset
725 Cursor ranges; local
732 init_Cursor( &ranges, cc->debug_ranges_img,
735 set_position_of_Cursor( &ranges, debug_ranges_offset );
746 UWord w1 = get_UWord( &ranges );
747 UWord w2 = get_UWord( &ranges );
1252 XArray* ranges[N_D3_VAR_STACK]; \/* XArray of AddrRange *\/ member in struct:__anon12366
3263 Cursor ranges; \/* for showing .debug_ranges *\/ local
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 133 * Handles page ranges field blur event.
171 * Checks the value of the page ranges text field. It parses the page ranges and
530 * Returns a list of all pages in the specified ranges. If the page ranges can't
566 * Parses the selected page ranges, processes them and returns the results.
595 * since the page ranges are still being edited.
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 169 while (i < glyphset->cRanges && glyphset->ranges[i].wcLow <= character)
172 return i && glyphset->ranges[i - 1].wcLow + glyphset->ranges[i - 1].cGlyphs > character;
  /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...]
ast.h 1948 ZoneList<CharacterRange>* ranges() { return set_.ranges(); } function in class:v8::internal::RegExpCharacterClass
    [all...]
parser.cc 4386 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local
4456 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local
4952 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local
    [all...]
  /external/bluetooth/bluez/attrib/
gatttool.c 158 static void primary_by_uuid_cb(GSList *ranges, guint8 status,
169 for (l = ranges; l; l = l->next) {
  /external/chromium/chrome/common/
metrics_helpers.cc 410 WriteIntAttribute("min", histogram.ranges(i));
411 WriteIntAttribute("max", histogram.ranges(i + 1));
  /external/v8/test/mjsunit/compiler/
literals.js 37 // Characters just outside the ranges of hex-escapes.
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 294 int ranges[] = {start - utf8, end - utf8}; local
295 partialRegion = gdk_pango_layout_line_get_clip_region(layoutLine, 0, 0, ranges, 1);
  /external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.cc 925 std::set<std::pair<int, int> > ranges; local
    [all...]
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 308 Vector<size_t> ranges; local
370 ranges.push(aac_frame_length);
384 for (size_t i = 0; i < ranges.size(); ++i) {
385 int64_t tmpUs = fetchTimestamp(ranges.itemAt(i));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
FixImportsJob.java 107 ISourceRange[] ranges) {
  /external/icu4c/i18n/
ucol_bld.cpp 445 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
469 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
534 g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count, maxByte, g->ranges);
535 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
541 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
545 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
    [all...]

Completed in 295 milliseconds

1 23 4 5