/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 | 48 // Create default root-layout and regions. 54 public LayoutModel(RegionModel rootLayout, ArrayList<RegionModel> regions) { 59 for (RegionModel r : regions) { 139 * Get all regions except root-layout. The result is READ-ONLY. 142 ArrayList<RegionModel> regions = new ArrayList<RegionModel>(); local 144 regions.add(mImageRegion); 147 regions.add(mTextRegion); 149 return regions;
|
SlideshowModel.java | 129 ArrayList<RegionModel> regions = new ArrayList<RegionModel>(); local 138 regions.add(r); 140 LayoutModel layouts = new LayoutModel(rootLayout, regions);
|
SmilHelper.java | 288 // Create REGIONs and append them to LAYOUT 289 ArrayList<RegionModel> regions = layouts.getRegions(); local 291 for (RegionModel r : 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/base/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; 218 ITextRegionList regions = endRegion.getRegions(); local 219 int index = regions.indexOf(subRegion); 223 subRegion = regions.get(index); 230 subRegion = regions.get(index); 240 int max = regions.size(); 242 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/icu4c/stubdata/ |
icu_dat_generator.py | 123 regions = set() 138 AddResFile(regions, line) 154 "region": regions,
|
/external/skia/src/core/ |
SkPictureRecord.h | 125 int find(SkTDArray<const SkFlatRegion* >& regions, const SkRegion& region); 140 int regions(size_t* size) const;
|
SkPicturePlayback.cpp | 24 int regions = record.regions(®ionBytes); local 37 if (regions != 0) 38 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions); 134 const SkTDArray<const SkFlatRegion* >& regions = record.getRegions(); local 135 fRegionCount = regions.count(); 138 for (const SkFlatRegion** flatRegionPtr = regions.begin(); 139 flatRegionPtr != regions.end(); flatRegionPtr++) 926 int SkPicturePlayback::regions(size_t* size) { function in class:SkPicturePlayback [all...] |
SkPictureRecord.cpp | 593 int SkPictureRecord::find(SkTDArray<const SkFlatRegion* >& regions, const SkRegion& region) { 595 int index = SkTSearch<SkFlatData>((const SkFlatData**) regions.begin(), 596 regions.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare); 599 return regions[index]->index(); 602 *regions.insert(index) = flat; 638 regions(&sizeData); 677 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.
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebUIDelegatePrivate.h | 177 // regions is an dictionary whose keys are regions label and values are arrays of WebDashboardRegions. 178 - (void)webView:(WebView *)webView dashboardRegionsChanged:(NSDictionary *)regions;
|