HomeSort by relevance Sort by last modified time
    Searched refs:regions (Results 1 - 25 of 56) sorted by null

1 2 3

  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionMediaElementImpl.java 36 NodeList regions = doc.getLayout().getElementsByTagName("region"); local
38 for (int i = 0; i < regions.getLength(); i++) {
39 region = (SMILRegionElement)regions.item(i);
  /sdk/emulator/qtools/
read_trace.cpp 91 manager->regions[ii]->vstart,
92 manager->regions[ii]->vend,
93 manager->regions[ii]->base_addr,
94 manager->regions[ii]->file_offset,
95 manager->regions[ii]->nsymbols,
96 manager->regions[ii]->flags,
97 manager->regions[ii]->path);
98 int nsymbols = manager->regions[ii]->nsymbols;
101 manager->regions[ii]->symbols[jj].addr,
102 manager->regions[ii]->symbols[jj].name)
    [all...]
trace_reader.h 94 // The "regions" array below is a pointer to array of pointers to
95 // regions. The size of the pointer array is kInitialNumRegions,
99 // for this process, as well as a few regions for the kernel.
102 // regions array is unused. Instead, the "addr_manager" pointer is
134 regions = NULL;
148 // Free the regions. We must be careful not to free the symbols
150 // between multiple regions. The TraceReader class has a hash
151 // table containing all the unique regions and it will free the
153 // regions and the array of region pointers.
158 if (regions[ii]->refs > 0)
189 region_type **regions; member in class:TraceReader::ProcessState
882 region_type **regions = processes_[0]->regions; local
897 region_type **regions = pstate->regions; local
934 region_type **regions = new region_type*[max_regions]; local
1016 region_type **regions = new region_type*[manager->max_regions]; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
LayoutModel.java 49 // Create default root-layout and regions.
55 public LayoutModel(RegionModel rootLayout, ArrayList<RegionModel> regions) {
60 for (RegionModel r : regions) {
140 * Get all regions except root-layout. The result is READ-ONLY.
143 ArrayList<RegionModel> regions = new ArrayList<RegionModel>(); local
145 regions.add(mImageRegion);
148 regions.add(mTextRegion);
150 return regions;
  /external/icu4c/tools/tzcode/
tzselect.ksh 181 # 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
  /hardware/msm7k/libgralloc/
gralloc.cpp 252 struct hw3d_region regions[HW3D_NUM_REGIONS]; local
253 if (ioctl(gpu, HW3D_GET_REGIONS, regions) < 0) {
258 regions[HW3D_SMI].map_offset,
259 regions[HW3D_SMI].len,
260 regions[HW3D_SMI].phys);
262 regions[HW3D_EBI].map_offset,
263 regions[HW3D_EBI].len,
264 regions[HW3D_EBI].phys);
266 regions[HW3D_REGS].map_offset,
267 regions[HW3D_REGS].len
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcher.java 18 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_EMPTY_TAG_CLOSE;
19 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_END_TAG_OPEN;
20 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_CLOSE;
21 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_NAME;
22 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_OPEN;
AndroidXmlAutoEditStrategy.java 18 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_CONTENT;
19 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_EMPTY_TAG_CLOSE;
20 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_END_TAG_OPEN;
21 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_CLOSE;
22 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_NAME;
23 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_OPEN;
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsndlib.c 27 const S_FM_REGION regions[] = variable
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_update_freq_scale.cpp 153 Int32 regions; local
172 regions = 2;
177 regions = 1;
181 for (reg = 0; reg < regions; reg++)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 24 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_EMPTY_TAG_CLOSE;
25 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_END_TAG_OPEN;
26 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_CLOSE;
27 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_OPEN;
219 ITextRegionList regions = endRegion.getRegions(); local
220 int index = regions.indexOf(subRegion);
224 subRegion = regions.get(index);
231 subRegion = regions.get(index);
241 int max = regions.size();
243 subRegion = regions.get(index)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 86 import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
638 * where the selection starts, split using sub-regions. We now just
639 * need to iterate through the sub-regions to find which one
    [all...]
  /external/blktrace/btt/
trace_complete.c 61 update_cregion(&c_iop->dip->regions, c_iop->t.time);
63 update_cregion(&c_iop->pip->regions, c_iop->t.time);
proc.c 58 region_exit(&pnp->pip->regions);
214 region_init(&pip->regions);
231 update_qregion(&iop->pip->regions, iop->t.time);
devs.c 80 region_exit(&dip->regions);
135 region_init(&dip->regions);
globals.h 111 struct region_info regions; member in struct:p_info
133 struct region_info regions; member in struct:d_info
  /external/elfutils/src/
elfcmp.c 103 /* 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/
icu_dat_generator.py 123 regions = set()
138 AddResFile(regions, line)
154 "region": regions,
  /external/skia/third_party/glu/libtess/
alg-outline 39 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
README 72 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/
SkPictureRecord.h 135 int find(SkTDArray<const SkFlatRegion* >& regions, const SkRegion& region);
150 int regions(size_t* size) const;
SkPicturePlayback.cpp 31 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.end(); flatRegionPtr++)
922 int SkPicturePlayback::regions(size_t* size) { function in class:SkPicturePlayback
    [all...]
SkPictureRecord.cpp 657 int SkPictureRecord::find(SkTDArray<const SkFlatRegion* >& regions, const SkRegion& region) {
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
SkPicturePlayback.h 133 int regions(size_t* size);
  /external/v8/test/mjsunit/regress/
splice-missing-wb.js 30 // Create array large enough to span several page regions.

Completed in 913 milliseconds

1 2 3