HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 251 - 275 of 1520) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar 
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 61 * @param location
62 * the mouse location, if editor is activated using mouse click, or <code>null</code> if
69 public boolean activate(PropertyTable propertyTable, Property property, Point location)
96 * @param location
97 * the mouse location, relative to editor
99 public void doubleClick(Property property, Point location) throws Exception {
TextDialogPropertyEditor.java 50 public boolean activate(PropertyTable propertyTable, Property property, Point location)
53 if (location == null) {
  /external/icu4c/tools/toolutil/
toolutil.h 39 IcuToolErrorCode(const char *loc) : location(loc) {}
44 const char *location; member in class:IcuToolErrorCode
  /external/iptables/extensions/
libxt_u32.c 36 "\t\t""tests := location \"=\" value | tests \"&&\" location \"=\" value\n"
39 "\t\t""location := number | location operator number\n"
55 printf("0x%x", ct->location[0].number);
57 switch (ct->location[i].nextop) {
71 printf("0x%x", ct->location[i].number);
132 "u32: abrupt end of input after location specifier");
150 * reading location: read a number if nothing read yet,
151 * otherwise either op number or = to end location spe
    [all...]
  /external/llvm/lib/Support/
Debug.cpp 41 cl::location(DebugFlag));
71 cl::location(DebugOnlyOptLoc), cl::ValueRequired);
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
event-after-navigation.js 10 window.location = "resources/event-after-navigation-new.html";
  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 7 window.location = 'resources/send-touch-up.html';
  /external/webkit/LayoutTests/storage/resources/
database-common.js 18 location.hash = hash;
  /external/webkit/Source/WebCore/platform/gtk/
ClipboardGtk.cpp 236 void ClipboardGtk::setDragImage(CachedImage* image, const IntPoint& location)
238 setDragImage(image, 0, location);
241 void ClipboardGtk::setDragImageElement(Node* element, const IntPoint& location)
243 setDragImage(0, element, location);
246 void ClipboardGtk::setDragImage(CachedImage* image, Node* element, const IntPoint& location)
257 m_dragLoc = location;
261 DragImageRef ClipboardGtk::createDragImage(IntPoint& location) const
263 location = m_dragLoc;
  /external/webkit/Source/WebCore/platform/mac/
PlatformMouseEventMac.mm 92 NSPoint location = [event locationInWindow];
94 location = [windowView convertPoint:location fromView:nil];
95 return IntPoint(location);
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformWebViewMac.mm 71 location:NSMakePoint(5, 5)
84 location:NSMakePoint(5, 5)
100 location:NSMakePoint(x, y)
113 location:NSMakePoint(x, y)
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneStateListener.aidl 31 void onCellLocationChanged(in Bundle location);
  /frameworks/rs/scriptc/
rs_allocation.rsh 176 * @param location to sample from
179 rsSample(rs_allocation a, rs_sampler s, float location);
184 * @param location to sample from
190 rsSample(rs_allocation a, rs_sampler s, float location, float lod);
196 * @param location to sample from
199 rsSample(rs_allocation a, rs_sampler s, float2 location);
205 * @param location to sample from
211 rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
TrackLabelProvider.java 17 package com.android.ddmuilib.location;
19 import com.android.ddmuilib.location.GpxParser.Track;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 63 int location = determineLocation(event); local
64 if (location == LOCATION_NONE) {
91 if (location == LOCATION_BEFORE || location == LOCATION_AFTER) {
107 if (location == LOCATION_AFTER) {
167 int location = determineLocation(event); local
168 if (location == LOCATION_NONE) {
184 if (location == LOCATION_ON) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
CurrentProgramPropertyAccessor.java 31 int location, GLStateType stateType) {
34 mLocation = location;
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
Configuration.java 23 import com.android.tools.lint.detector.api.Location;
44 * @param location the location of the issue
47 * {@link LintClient#report(Context, Issue, Location, String, Object)} for
54 @Nullable Location location,
90 * @param location The location to ignore the warning at, if any
97 @Nullable Location location,
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 201 if ((var->location >= generic_base) && !var->explicit_location)
202 var->location = -1;
384 && (var->location != existing->location)) {
391 existing->location = var->location;
990 static int // returns location assigned
1074 unsigned next_sampler_pos = 0; // all shaders in prog share same sampler location
1347 int location = find_available_slots(used_locations, to_assign[i].slots); local
    [all...]
  /external/chromium/chrome/common/extensions/
extension.h 47 enum Location {
211 // Extension::ShouldDoStrictErrorChecking(location) returns true.
221 Location location,
232 static Location GetHigherPriorityLocation(Location loc1, Location loc2);
348 // Whether the |location| is external or not.
349 static inline bool IsExternalLocation(Location location) {
573 Location location() const { return location_; } function in class:Extension
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macgl.c 168 int Mac_GL_LoadLibrary(_THIS, const char *location)
170 if (location == NULL)
172 location = "/System/Library/Frameworks/OpenGL.framework/OpenGL";
174 location = "OpenGLLibrary";
177 this->hidden->libraryHandle = SDL_LoadObject(location);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument07.js 91 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-location
118 var location;
155 location = error.location;
157 problemNode = location.relatedNode;
160 lineNumber = location.lineNumber;
162 columnNumber = location.columnNumber;
164 byteOffset = location.byteOffset;
166 utf16Offset = location.utf16Offset;
168 uri = location.uri
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 29 char *location = NULL; local
72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) {
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);
  /frameworks/base/location/tests/locationtests/src/android/location/
LocationManagerTest.java 17 package android.location;
20 import android.location.Criteria;
21 import android.location.Location;
22 import android.location.LocationManager;
23 import android.location.LocationProvider;
88 String loc1 = Location.convert(-80.075, Location.FORMAT_DEGREES);
92 String loc1b = Location.convert(-80.0, Location.FORMAT_DEGREES)
    [all...]

Completed in 791 milliseconds

<<11121314151617181920>>