HomeSort by relevance Sort by last modified time
    Searched refs:regions (Results 26 - 50 of 97) sorted by null

12 3 4

  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
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/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/chromium_org/apps/
app_window_contents.cc 163 const std::vector<extensions::DraggableRegion>& regions) {
164 host_->UpdateDraggableRegions(regions);
shell_window.h 169 // Convert draggable regions in raw format to SkRegion format. Caller is
172 const std::vector<extensions::DraggableRegion>& regions);
231 // Called from the render interface to modify the draggable regions.
233 const std::vector<extensions::DraggableRegion>& regions);
shell_window.cc 368 const std::vector<extensions::DraggableRegion>& regions) {
369 native_app_window_->UpdateDraggableRegions(regions);
619 const std::vector<extensions::DraggableRegion>& regions) {
622 regions.begin();
623 iter != regions.end(); ++iter) {
  /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 140 regions = set()
230 AddAllResFiles(regions, 'region', language)
251 AddResFile(regions, line)
268 "region": regions,
  /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++) {
  /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/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/chrome/browser/ui/gtk/apps/
native_app_window_gtk.h 70 const std::vector<extensions::DraggableRegion>& regions) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.h 106 TextTrackRegionList* regions();
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 83 public void setColoredRegions(int regions) {
84 mColoredRegions = regions;
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsService.java 78 public static final String REGION_KEY = "regions";
338 // Get the user-specified regions for AE, AWB, AF.
347 JSONObject regions = params.getJSONObject(REGION_KEY);
348 if (regions.has(REGION_AE_KEY)) {
350 regions.getJSONArray(REGION_AE_KEY), true, width, height);
353 if (regions.has(REGION_AF_KEY)) {
355 regions.getJSONArray(REGION_AF_KEY), true, width, height);
358 if (regions.has(REGION_AWB_KEY)) {
360 regions.getJSONArray(REGION_AWB_KEY), true, width, height);
  /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/browser/ui/views/apps/
native_app_window_views.h 137 const std::vector<extensions::DraggableRegion>& regions) OVERRIDE;
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h 167 int regions(size_t* size);
  /external/skia/src/core/
SkPicturePlayback.h 167 int regions(size_t* size);
  /external/chromium_org/v8/test/mjsunit/regress/
splice-missing-wb.js 30 // Create array large enough to span several page regions.
  /external/v8/test/mjsunit/regress/
splice-missing-wb.js 30 // Create array large enough to span several page regions.

Completed in 2092 milliseconds

12 3 4