/external/chromium_org/ash/wm/ |
window_positioner.cc | 465 std::vector<const gfx::Rect*> regions; local 477 regions.push_back(&windows[i]->bounds()); 481 if (regions.empty()) 511 for (i = 0; i < regions.size(); i++) { 512 if (regions[i]->Intersects(gfx::Rect(x + work_area.x(), 514 y = regions[i]->bottom() - work_area.y(); 518 if (i >= regions.size())
|
/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/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 | 214 std::vector<DraggableRegion> regions; local 219 regions.push_back(region); 221 Send(new ExtensionHostMsg_UpdateDraggableRegions(routing_id(), regions));
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
LoadableTextTrack.cpp | 134 regions()->add(newRegions[i]);
|
TextTrack.h | 106 VTTRegionList* regions();
|
/external/chromium_org/apps/ |
app_window_contents.cc | 182 const std::vector<extensions::DraggableRegion>& regions) { 183 host_->UpdateDraggableRegions(regions);
|
shell_window.h | 229 // Convert draggable regions in raw format to SkRegion format. Caller is 232 const std::vector<extensions::DraggableRegion>& regions); 290 // Called from the render interface to modify the draggable regions. 292 const std::vector<extensions::DraggableRegion>& 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 | 84 public static final String REGION_KEY = "regions"; 497 // Get the user-specified regions for AE, AWB, AF. 505 JSONObject regions = params.getJSONObject(REGION_KEY); 506 if (regions.has(REGION_AE_KEY)) { 508 regions.getJSONArray(REGION_AE_KEY), true, width, height); 511 if (regions.has(REGION_AF_KEY)) { 513 regions.getJSONArray(REGION_AF_KEY), true, width, height); 516 if (regions.has(REGION_AWB_KEY)) { 518 regions.getJSONArray(REGION_AWB_KEY), true, width, height); [all...] |
/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/gtk/apps/ |
native_app_window_gtk.h | 76 const std::vector<extensions::DraggableRegion>& regions) OVERRIDE;
|
/external/chromium_org/third_party/skia/src/core/ |
SkPicturePlayback.h | 172 int regions(size_t* size);
|
/external/skia/src/core/ |
SkPicturePlayback.h | 172 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.
|