/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
code.h | 95 /* Update *bounds to describe the first and one-past-the-last instructions in the 99 int lasti, PyAddrPair *bounds);
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
code.h | 95 /* Update *bounds to describe the first and one-past-the-last instructions in the 99 int lasti, PyAddrPair *bounds);
|
/system/media/camera/include/system/ |
camera_vendor_tags.h | 59 * This must return NULL if the tag is outside the bounds of 85 * -1 if the tag is outside the bounds of the vendor-defined sections.
|
/external/checkpolicy/ |
module_compiler.c | 169 role_datum_t *bounds; local 183 bounds = hashtab_search(roles_tab, bounds_id); 184 if (!bounds) { 185 yyerror2("role %s doesn't exist, is implicit bounds of %s", 190 if (!role->bounds) 191 role->bounds = bounds->s.value; 192 else if (role->bounds != bounds->s.value) { 193 yyerror2("role %s has inconsistent bounds %s/%s" 373 user_datum_t *bounds; local [all...] |
/external/chromium_org/cc/layers/ |
layer_impl.cc | 360 // Clamp new_delta so that position + delta stays within scroll bounds. 612 gfx::Rect(scroll_clip_layer_->bounds()).bottom_right() - gfx::PointF(); 623 list->AppendInteger(bounds().width()); 624 list->AppendInteger(bounds().height()); 625 result->Set("Bounds", list); 761 // TODO(wjmaclean) Convert so that bounds returns SizeF. 762 gfx::Size LayerImpl::bounds() const { function in class:cc::LayerImpl 766 void LayerImpl::SetBounds(const gfx::Size& bounds) { 767 if (bounds_ == bounds) 770 bounds_ = bounds; [all...] |
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 175 * indicator bounds 219 // Bounds of the indicator to be drawn 416 // the left & right bounds 523 void drawDivider(Canvas canvas, Rect bounds, int childIndex) { 536 divider.setBounds(bounds); 545 super.drawDivider(canvas, bounds, flatListPosition); [all...] |
/art/runtime/gc/space/ |
dlmalloc_space-inl.h | 59 << ") not in bounds of allocation space " << *this;
|
/cts/tests/tests/text/src/android/text/cts/ |
SpannedStringTest.java | 62 fail("subSequence failed when index is out of bounds");
|
/cts/tools/signature-tools/src/signature/compare/model/subst/ |
ExecutableMemberProjection.java | 73 // FIXME bounds need to be substituted ?
|
/external/chromium_org/apps/ |
size_constraints.h | 30 // Returns the bounds with its size clamped to the min/max size.
|
/external/chromium_org/ash/display/ |
mirror_window_controller.h | 41 // Updates the root window's bounds using |display_info|.
|
/external/chromium_org/ash/ |
extended_desktop_unittest.cc | 124 views::Widget* CreateTestWidget(const gfx::Rect& bounds) { 126 NULL, CurrentContext(), bounds, false); 130 const gfx::Rect& bounds, 133 return CreateTestWidgetWithParentAndContext(parent, NULL, bounds, child); 138 const gfx::Rect& bounds, 144 params.bounds = bounds; 440 // Make sure the bounds which doesn't fit to the root window 552 // Transient window's screen bounds stays the same. 577 EXPECT_EQ("0,0", display_1.bounds().origin().ToString()) [all...] |
/external/chromium_org/ash/frame/ |
default_header_painter_unittest.cc | 53 EXPECT_EQ(window_icon.bounds().CenterPoint().y(),
|
/external/chromium_org/ash/ime/ |
infolist_window.cc | 65 gfx::Rect bounds(contents_size); 66 bounds.set_x(is_arrow_on_left(arrow()) ? 72 bounds.set_y(anchor_rect.y() + contents_size.height() / 2 - 74 return bounds;
|
/external/chromium_org/ash/shelf/ |
shelf_bezel_event_filter.cc | 31 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen).bounds();
|
/external/chromium_org/ash/sticky_keys/ |
sticky_keys_overlay.h | 55 // Returns the current bounds of the overlay, which is based on visibility.
|
/external/chromium_org/ash/wm/ |
drag_details.cc | 49 initial_bounds_in_parent(window->bounds()),
|
/external/chromium_org/ash/wm/overview/ |
window_selector_window.cc | 70 ScopedTransformOverviewWindow::GetTransformForRect(src_rect, bounds()),
|
/external/chromium_org/ash/wm/panels/ |
panel_frame_view.h | 69 // Updates the hittest bounds overrides based on the window state type.
|
/external/chromium_org/cc/resources/ |
layer_updater.h | 62 // Set true by the layer when it is known that the entire output bounds will
|
/external/chromium_org/chrome/browser/chromeos/first_run/ |
first_run_view.cc | 43 web_view_->SetBoundsRect(bounds());
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_config.h | 49 // The default tab bounds used as the prerenderer tab size when the active tab
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
certificate_manager_dialog.js | 28 // Shake the dialog if the user clicks outside the dialog bounds.
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_cell_unittest.mm | 74 [cell_ drawWithFrame:[button_ bounds]
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller.mm | 48 initWithContentRect:[[view_controller_ view] bounds]]);
|