HomeSort by relevance Sort by last modified time
    Searched refs:regions (Results 1 - 25 of 62) 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...]
  /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
  /bionic/libc/tools/zoneinfo/
generate 30 regions = ['africa', 'antarctica', 'asia', 'australasia', 'backward', variable
42 for region in regions:
95 for region in regions:
  /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) {
145 * Get all regions except root-layout. The result is READ-ONLY.
148 ArrayList<RegionModel> regions = new ArrayList<RegionModel>(); local
150 regions.add(mImageRegion);
153 regions.add(mTextRegion);
155 return 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;
AndroidDoubleClickStrategy.java 23 import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsndlib.c 27 const S_FM_REGION regions[] = variable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 87 import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
639 * where the selection starts, split using sub-regions. We now just
640 * 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 110 regions = set()
125 AddResFile(regions, line)
141 "region": regions,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 25 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_EMPTY_TAG_CLOSE;
26 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_END_TAG_OPEN;
27 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_CLOSE;
28 import static org.eclipse.wst.xml.core.internal.regions.DOMRegionContext.XML_TAG_OPEN;
232 ITextRegionList regions = endRegion.getRegions(); local
233 int index = regions.indexOf(subRegion);
237 subRegion = regions.get(index);
244 subRegion = regions.get(index);
254 int max = regions.size();
256 subRegion = regions.get(index)
    [all...]
  /external/skia/legacy/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/skia/src/core/
SkPicturePlayback.h 167 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 378 milliseconds

1 2 3