Searched defs:location (Results 151 - 175 of 858) sorted by relevance

1234567891011>>

/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_event_source.cc111 gfx::PointF TranslateLocation(const gfx::PointF& location, CacaWindow* window) { argument
115 location.x() * bitmap_size.width() / physical_size.width(),
116 location.y() * bitmap_size.height() / physical_size.height());
196 // Update cursor location.
217 gfx::PointF location = TranslateLocation(last_cursor_location_, window); local
219 type, location, location, flags, changed_flags);
/external/chromium_org/ui/ozone/platform/dri/
H A Dgpu_platform_support_gbm.cc88 const gfx::Point& location,
90 dri_->SetHardwareCursor(widget, bitmaps, location, frame_delay_ms);
94 const gfx::Point& location) {
95 dri_->MoveHardwareCursor(widget, location);
86 OnCursorSet(gfx::AcceleratedWidget widget, const std::vector<SkBitmap>& bitmaps, const gfx::Point& location, int frame_delay_ms) argument
93 OnCursorMove(gfx::AcceleratedWidget widget, const gfx::Point& location) argument
H A Dgpu_platform_support_host_gbm.cc106 const gfx::Point& location,
108 Send(new OzoneGpuMsg_CursorSet(widget, bitmaps, location, frame_delay_ms));
113 const gfx::Point& location) {
114 Send(new OzoneGpuMsg_CursorMove(widget, location));
103 SetHardwareCursor( gfx::AcceleratedWidget widget, const std::vector<SkBitmap>& bitmaps, const gfx::Point& location, int frame_delay_ms) argument
111 MoveHardwareCursor( gfx::AcceleratedWidget widget, const gfx::Point& location) argument
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc77 void TestWindow::MoveCursorTo(const gfx::Point& location) { argument
H A Dtest_window_manager.cc9 #include "base/location.h"
23 void WriteDataToFile(const base::FilePath& location, const SkBitmap& bitmap) { argument
24 DCHECK(!location.empty());
27 base::WriteFile(location,
34 FileSurface(const base::FilePath& location) : location_(location) {} argument
83 PLOG(FATAL) << "unable to write to output location";
/external/chromium_org/ui/views/corewm/
H A Dtooltip_win.cc100 const gfx::Point& location) {
105 location_ = location;
98 SetText(aura::Window* window, const base::string16& tooltip_text, const gfx::Point& location) argument
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-sourceinfo.js108 var location = script.locationFromPosition(p);
110 assertEquals(position + 1, location.position);
111 if (line == location.line) {
112 assertEquals(column + 1, location.column);
114 assertEquals(line + 1, location.line);
115 assertEquals(0, location.column);
118 assertEquals(0, location.position);
119 assertEquals(0, location.line);
120 assertEquals(0, location.column);
123 // Remember the location
266 var location; variable
[all...]
/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp64 void setLayoutLocation (int location) { m_layoutLocation = location; } argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DIFlyoutPreferences.java44 * @return the docking location - {@link #DOCK_WEST}, {@link #DOCK_EAST}, {@link #DOCK_NORTH} or
65 * Sets the docking location.
67 void setDockLocation(int location); argument
H A DPluginFlyoutPreferences.java47 public void initializeDefaults(int location, int state, int width) { argument
48 m_store.setDefault(m_dockLocationKey, location);
70 public void setDockLocation(int location) { argument
71 m_store.setValue(m_dockLocationKey, location);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java51 Point location) throws Exception {
49 activate(final PropertyTable propertyTable, final Property property, Point location) argument
H A DAbstractComboPropertyEditor.java45 public boolean activate(final PropertyTable propertyTable, final Property property, Point location) argument
H A DBooleanObjectPropertyEditor.java84 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
87 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
95 public void doubleClick(Property property, Point location) throws Exception { argument
H A DBooleanPropertyEditor.java82 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
85 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
93 public void doubleClick(Property property, Point location) throws Exception { argument
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DSuppressableTask.java80 public static BuildException newBuildException (final String msg, final Location location) argument
86 return new BuildException (prefixedMsg, location);
89 public static BuildException newBuildException (final String msg, final Throwable cause, final Location location) argument
95 return new BuildException (prefixedMsg, cause, location);
/external/iptables/include/linux/netfilter/
H A Dxt_u32.h30 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DCompilingClassLoader.java174 public JavaFileObject getJavaFileForOutput(Location location, final String className, argument
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_u32.h30 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/external/mockito/src/org/mockito/internal/matchers/
H A DLocalizedMatcher.java18 private Location location; field in class:LocalizedMatcher
22 this.location = new LocationImpl();
38 return location;
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
H A DMacroGroup.java72 public Macro getMacro(int location) { argument
73 return (Macro)macros.get(location);
88 public MacroGroup getMacroGroup(int location) { argument
89 return (MacroGroup)macroGroups.get(location);
/external/sonivox/arm-wt-22k/host_src/
H A Djet.h55 EAS_I32 location; member in struct:s_jet_status_tag
100 * Returns location and size of application data in the JET file
/external/stlport/test/unit/
H A Dadj_test.cpp46 int* location = adjacent_find((int*)numbers1, (int*)numbers1 + 5); local
47 CPPUNIT_ASSERT(location == numbers1 + 5); // no adj so loc should be _last
49 location = adjacent_find((int*)numbers2, (int*)numbers2 + 5);
50 CPPUNIT_ASSERT(location != numbers2 + 5); // adj location off should be 3 (first 1)
51 CPPUNIT_ASSERT((location - numbers2)==3);
59 IntVector::iterator location; local
60 location = adjacent_find(v.begin(), v.end());
61 CPPUNIT_ASSERT(location == v.end());
63 location
76 CStrVector::iterator location; local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c29 char *location = NULL; local
76 location = start;
115 if (!location)
116 return; /* Unknown location */
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c29 char *location = NULL; local
76 location = start;
115 if (!location)
116 return; /* Unknown location */
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c29 char *location = NULL; local
76 location = start;
115 if (!location)
116 return; /* Unknown location */
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);

Completed in 4241 milliseconds

1234567891011>>