Searched refs:regions (Results 1 - 25 of 31) sorted by relevance

12

/external/icu4c/tools/tzcode/
H A Dtzselect.ksh181 # Get list of names of time zone rule regions in the country.
182 regions=$($AWK -F'\t' \
200 case $regions in
203 'time zone regions.'
204 select region in $regions
215 region=$regions
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsndlib.c27 const S_FM_REGION regions[] = variable
1663 regions,
/external/blktrace/btt/
H A Dtrace_complete.c61 update_cregion(&c_iop->dip->regions, c_iop->t.time);
63 update_cregion(&c_iop->pip->regions, c_iop->t.time);
H A Dproc.c58 region_exit(&pnp->pip->regions);
214 region_init(&pip->regions);
231 update_qregion(&iop->pip->regions, iop->t.time);
H A Ddevs.c80 region_exit(&dip->regions);
135 region_init(&dip->regions);
H A Dglobals.h111 struct region_info regions; member in struct:p_info
133 struct region_info regions; member in struct:d_info
H A Dinlines.h130 update_qregion(&dip->regions, iop->t.time);
H A Doutput.c839 if (output_regions(odp->ofp, header, &dip->regions, odp->base))
864 output_regions(opp->ofp, pip->name, &pip->regions, opp->base);
/external/elfutils/src/
H A Delfcmp.c103 /* Structure to hold information about used regions. */
198 struct region *regions = NULL; local
236 newp->next = regions;
237 regions = newp;
413 phdr_region.next = regions;
415 regions = &ehdr_region;
439 regionsarr[cnt] = *regions;
440 regions = regions->next;
/external/icu4c/stubdata/
H A Dicu_dat_generator.py123 regions = set()
138 AddResFile(regions, line)
154 "region": regions,
/external/skia/third_party/glu/libtess/
H A Dalg-outline39 regions. Any vertical line intersects an x-monotone region in
41 4. Triangulate the x-monotone regions.
104 line with the regions of the polygon. This is just an ordering of the
107 the monotone region between them -- these are call "active regions"
129 - marking any terminated regions (regions which lie between two left-going
141 - computing the winding number of any newly created active regions.
225 After triangulating all monotone regions, we want to group the
H A DREADME72 which regions are interior to the given contours, according to one
73 of several "winding rules" described below. The interior regions
212 The input contours parition the plane into regions. A winding
213 rule determines which of these regions are inside the polygon.
345 the winding number of the interior regions to -1). To extract the
/external/skia/src/core/
H A DSkPictureRecord.h135 int find(SkTDArray<const SkFlatRegion* >& regions, const SkRegion& region);
150 int regions(size_t* size) const;
H A DSkPicturePlayback.cpp31 int regions = record.regions(&regionBytes); local
44 if (regions != 0)
45 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions);
130 const SkTDArray<const SkFlatRegion* >& regions = record.getRegions(); local
131 fRegionCount = regions.count();
134 for (const SkFlatRegion** flatRegionPtr = regions.begin();
135 flatRegionPtr != regions
922 int SkPicturePlayback::regions(size_t* size) { function in class:SkPicturePlayback
[all...]
H A DSkPictureRecord.cpp657 int SkPictureRecord::find(SkTDArray<const SkFlatRegion* >& regions, const SkRegion& region) { argument
659 int index = SkTSearch<SkFlatData>((const SkFlatData**) regions.begin(),
660 regions.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
663 return regions[index]->index();
666 *regions.insert(index) = flat;
702 regions(&sizeData);
741 int SkPictureRecord::regions(size_t* size) const { function in class:SkPictureRecord
H A DSkPicturePlayback.h133 int regions(size_t* size);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebUIDelegatePrivate.h177 // regions is an dictionary whose keys are regions label and values are arrays of WebDashboardRegions.
178 - (void)webView:(WebView *)webView dashboardRegionsChanged:(NSDictionary *)regions;
H A DWebView.mm1961 - (void)_addControlRect:(NSRect)bounds clip:(NSRect)clip fromView:(NSView *)view toDashboardRegions:(NSMutableDictionary *)regions
1975 NSMutableArray *scrollerRegions = [regions objectForKey:DASHBOARD_CONTROL_LABEL];
1978 [regions setObject:scrollerRegions forKey:DASHBOARD_CONTROL_LABEL];
1985 - (void)_addScrollerDashboardRegionsForFrameView:(FrameView*)frameView dashboardRegions:(NSMutableDictionary *)regions
1994 [self _addScrollerDashboardRegionsForFrameView:static_cast<FrameView*>(widget) dashboardRegions:regions];
2004 [self _addControlRect:bounds clip:bounds fromView:documentView toDashboardRegions:regions];
2008 - (void)_addScrollerDashboardRegions:(NSMutableDictionary *)regions from:(NSArray *)views
2010 // Add scroller regions for NSScroller and WebCore scrollbars
2018 [self _addScrollerDashboardRegionsForFrameView:coreView dashboardRegions:regions];
2024 [self _addControlRect:[view bounds] clip:[view visibleRect] fromView:view toDashboardRegions:regions];
[all...]
H A DWebViewPrivate.h347 - (void)_addScrollerDashboardRegions:(NSMutableDictionary *)regions;
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java75 // by that country calling code. In the case of multiple regions sharing a calling code, such as
76 // the NANPA regions, the one indicated with "isMainCountryForCode" in the metadata should be
80 // The set of regions the library supports.
88 // The set of regions that share country calling code 1.
89 // There are roughly 26 regions and we set the initial capacity of the HashSet to 35 to offer a
318 // Regexp of all known extension prefixes used by different regions followed by 1 or more valid
383 // In some regions (e.g. the USA), it is impossible to distinguish between fixed-line and
469 * Warning: This level might result in lower coverage especially for regions outside of country
483 // limited to NANPA regions) and optimise if necessary.
524 * Warning: This level might result in lower coverage especially for regions outsid
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp2365 void RenderObject::addDashboardRegions(Vector<DashboardRegionValue>& regions) argument
2367 // Convert the style regions to absolute coordinates.
2408 regions.append(region);
2412 void RenderObject::collectDashboardRegions(Vector<DashboardRegionValue>& regions) argument
2419 addDashboardRegions(regions);
2421 curr->collectDashboardRegions(regions);
2567 // regions of the document, but that is either impossible or at least
H A DRenderInline.cpp1488 void RenderInline::addDashboardRegions(Vector<DashboardRegionValue>& regions) argument
1490 // Convert the style regions to absolute coordinates.
1534 regions.append(region);
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1462 const Vector<StyleDashboardRegion>& regions = style->dashboardRegions(); local
1463 unsigned count = regions.size();
1464 if (count == 1 && regions[0].type == StyleDashboardRegion::None)
1471 StyleDashboardRegion styleRegion = regions[i];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h814 void setDashboardRegions(Vector<StyleDashboardRegion> regions) { SET_VAR(rareNonInheritedData, m_dashboardRegions, regions); } argument

Completed in 2732 milliseconds

12