/system/extras/tests/bionic/libc/bionic/ |
test_dlclose_destruction.c | 43 void (*set_y)(int *); 64 set_y = dlsym(lib, "set_y"); 65 if (set_y == NULL) { 66 fprintf(stderr, "Could not access global DLL function (set_y) in %s: %s\n", libname, dlerror()); 71 (*set_y)(&y);
|
libdlclosetest1.cpp | 60 * This address must be provided through the "set_y" function 78 void set_y(int *y) function
|
libdlclosetest2.c | 53 * This address must be provided through the "set_y" function 69 void set_y(int *y) function
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_struct.java | 49 p.set_y(0, val, true);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_struct.java | 49 p.set_y(0, val, true);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/ |
getset-001.js | 46 function set_y (newVal)
|
getset-002.js | 39 y setter: function set_y (newVal)
|
/external/chromium/webkit/glue/ |
webcursor.cc | 102 hotspot_.set_y(hotspot_y); 153 hotspot_.set_y(0); 207 hotspot_.set_y(std::max(0,
|
/external/chromium/chrome/browser/notifications/ |
balloon_collection_impl.cc | 123 offset.set_y((source)->offset().y() - (*it)->offset().y() + 284 position_iterator->set_y(position_iterator->y() + balloon_size.height() + 290 position_iterator->set_y(position_iterator->y() + balloon_size.height() + 294 position_iterator->set_y(position_iterator->y() - balloon_size.height() - 300 position_iterator->set_y(position_iterator->y() - balloon_size.height() -
|
/external/chromium/chrome/browser/ui/ |
window_sizer.cc | 291 bounds->set_y(work_area.y()); 304 bounds->set_y( 326 bounds->set_y(work_area.y()); 334 bounds->set_y(std::max(min_y, std::min(max_y, bounds->y())));
|
window_sizer_mac.mm | 32 rect.set_y(frame.size.height - 108 rect.set_y(primary_screen_height - rect.y() - rect.height());
|
/external/chromium/ui/gfx/ |
point.h | 50 void set_y(int y) { y_ = y; } function in class:gfx::Point
|
/external/chromium/chrome/browser/ui/cocoa/ |
base_view.mm | 136 new_rect.set_y([self bounds].size.height - new_rect.y() - new_rect.height());
|
browser_window_cocoa.mm | 199 bounds.set_y([screen frame].size.height - frame.origin.y - frame.size.height); 566 bounds.set_y(NSHeight(monitorFrame) - bounds.y() - bounds.height());
|
browser_window_controller_private.mm | 115 bounds.set_y(monitorFrame.size.height - bounds.y() - bounds.height()); 119 workArea.set_y(monitorFrame.size.height - workArea.y() - workArea.height());
|
/external/chromium/chrome/browser/chromeos/login/ |
helper.cc | 135 bounds.set_y((host_view_->height() - bounds.height()) / 2);
|
/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.cc | 65 bounds.set_y(screen_loc.y());
|
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_view.cc | 114 bounds.set_y(0);
|
native_view_photobooth_win.cc | 21 point->set_y(monitor_rect->bottom);
|
base_tab.cc | 452 bounds.set_y(bounds.y() + favicon_hiding_offset_);
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_cocoa_controller.mm | 390 view_rect.set_y(maxY_ - view_rect.bottom()); 474 view_rect.set_y(maxY_ - view_rect.bottom());
|
/external/chromium/chrome/browser/ui/touch/frame/ |
touch_browser_frame_view.cc | 87 bounds.set_y(bounds.y() - kKeyboardHeight);
|
/external/chromium/chrome/browser/chromeos/input_method/ |
candidate_window.cc | [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_tabs_module.cc | 434 window_bounds.set_y(bounds_val); 435 popup_bounds.set_y(bounds_val); 552 bounds.set_y(bounds_val); [all...] |
/external/chromium/chrome/browser/chromeos/status/ |
network_menu_button.cc | 449 button_bounds.set_y(button_bounds.y() + 1);
|