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

1 2

  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsndlib.c 27 const S_FM_REGION regions[] = variable
    [all...]
  /art/compiler/sea_ir/ir/
regions_test.cc 32 std::vector<sea_ir::Region*>* regions = sg.GetRegions(); local
33 // Test that regions have been registered correctly as children of the graph.
34 EXPECT_TRUE(std::find(regions->begin(), regions->end(), root) != regions->end());
35 EXPECT_TRUE(std::find(regions->begin(), regions->end(), then_region) != regions->end());
36 EXPECT_TRUE(std::find(regions->begin(), regions->end(), else_region) != regions->end())
    [all...]
  /external/chromium_org/base/debug/
proc_maps_linux.cc 32 std::vector<MappedMemoryRegion> regions; local
92 regions.push_back(region);
93 regions.back().path.assign(line + path_index);
96 regions_out->swap(regions);
proc_maps_linux_unittest.cc 16 std::vector<MappedMemoryRegion> regions; local
17 EXPECT_TRUE(ParseProcMaps("", &regions));
18 EXPECT_EQ(0u, regions.size());
25 std::vector<MappedMemoryRegion> regions; local
26 ASSERT_TRUE(ParseProcMaps(kNoSpaces, &regions));
27 ASSERT_EQ(1u, regions.size());
29 EXPECT_EQ(0x00400000u, regions[0].start);
30 EXPECT_EQ(0x0040b000u, regions[0].end);
31 EXPECT_EQ(0x00002200u, regions[0].offset);
32 EXPECT_EQ("/bin/cat", regions[0].path)
39 std::vector<MappedMemoryRegion> regions; local
53 std::vector<MappedMemoryRegion> regions; local
61 std::vector<MappedMemoryRegion> regions; local
75 std::vector<MappedMemoryRegion> regions; local
90 std::vector<MappedMemoryRegion> regions; local
104 std::vector<MappedMemoryRegion> regions; local
121 std::vector<MappedMemoryRegion> regions; local
174 std::vector<MappedMemoryRegion> regions; local
194 std::vector<MappedMemoryRegion> regions; local
258 std::vector<MappedMemoryRegion> regions; local
275 std::vector<MappedMemoryRegion> regions; local
    [all...]
stack_trace_android.cc 88 std::vector<MappedMemoryRegion> regions; local
98 } else if (!ParseProcMaps(proc_maps, &regions)) {
108 std::vector<MappedMemoryRegion>::iterator iter = regions.begin();
109 while (iter != regions.end()) {
119 if (iter != regions.end()) {
  /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);
  /art/compiler/sea_ir/types/
type_inference.cc 144 std::vector<Region*>* regions = graph->GetRegions(); local
147 for (std::vector<Region*>::const_iterator region_it = regions->begin();
148 region_it != regions->end(); region_it++) {
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 31 regions = ['africa', 'antarctica', 'asia', 'australasia', 'backward', variable
43 for region in regions:
126 for region in regions:
  /external/chromium_org/chrome/browser/ui/ash/
window_positioner.cc 105 std::vector<const gfx::Rect*> regions; local
117 regions.push_back(&windows[i]->bounds());
121 if (regions.empty())
151 for (i = 0; i < regions.size(); i++) {
152 if (regions[i]->Intersects(gfx::Rect(x + work_area.x(),
154 y = regions[i]->bottom() - work_area.y();
158 if (i >= regions.size())
  /art/compiler/sea_ir/code_gen/
code_gen.cc 97 std::vector<Region*>* regions = &ordered_regions_; local
98 DCHECK_GT(regions->size(), 0u);
100 for (std::vector<Region*>::const_iterator cit = regions->begin(); cit != regions->end(); cit++) {
  /external/chromium_org/chrome/renderer/extensions/
extension_helper.cc 212 std::vector<DraggableRegion> regions; local
217 regions.push_back(region);
219 Send(new ExtensionHostMsg_UpdateDraggableRegions(routing_id(), regions));
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp 298 TextTrackRegionList* TextTrack::regions() function in class:WebCore::TextTrack
301 // represents is not the text track disabled mode, then the regions
303 // the text track list of regions of the text track. Otherwise, it must
320 // 1. If the given region is in a text track list of regions, then remove
321 // region from that text track list of regions.
326 // 2. If the method's TextTrack object's text track list of regions contains
337 // list of regions.
348 // object's text track list of regions, then throw a NotFoundError exception.
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 272 const Vector<AnnotatedRegionValue>& regions = document->annotatedRegions(); local
273 draggableRegions = WebVector<WebDraggableRegion>(regions.size());
274 for (size_t i = 0; i < regions.size(); i++) {
275 const AnnotatedRegionValue& value = regions[i];
  /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;
SmilHelper.java 283 // Create REGIONs and append them to LAYOUT
284 ArrayList<RegionModel> regions = layouts.getRegions(); local
286 for (RegionModel r : regions) {
  /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/blktrace/btt/
globals.h 111 struct region_info regions; member in struct:p_info
133 struct region_info regions; member in struct:d_info
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 1404 int SkPictureRecord::regions(size_t* size) const { function in class:SkPictureRecord
    [all...]
SkPicturePlayback.cpp 40 int regions = record.regions(&regionBytes); local
53 if (regions != 0)
54 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions);
133 regions = fPlayback->regions(&regionBytes);
143 if (regions != 0)
144 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions)
1109 int SkPicturePlayback::regions(size_t* size) { function in class:SkPicturePlayback
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 1404 int SkPictureRecord::regions(size_t* size) const { function in class:SkPictureRecord
    [all...]
SkPicturePlayback.cpp 40 int regions = record.regions(&regionBytes); local
53 if (regions != 0)
54 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions);
133 regions = fPlayback->regions(&regionBytes);
143 if (regions != 0)
144 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions)
1109 int SkPicturePlayback::regions(size_t* size) { function in class:SkPicturePlayback
    [all...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 289 /** Populate the regions dropdown */
431 SortedSet<String> regions = resources.getRegions(mSelectedLanguage); local
432 if (regions.contains(mSelectedRegion)) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 1594 RefPtr<TypeBuilder::Array<TypeBuilder::CSS::Region> > regions = TypeBuilder::Array<TypeBuilder::CSS::Region>::create(); local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 294 // There are kNumClasses Regions of equal size.
491 RegionInfo *regions = reinterpret_cast<RegionInfo*>(kSpaceBeg + kSpaceSize); local
492 return &regions[class_id];
598 // Since the regions are aligned by kRegionSize, there are exactly
599 // kNumPossibleRegions possible regions in the address space and so we keep
    [all...]

Completed in 2111 milliseconds

1 2