HomeSort by relevance Sort by last modified time
    Searched defs:location (Results 126 - 150 of 315) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 42 // has been completed, and the code has been copied to is final location in memory. At this
268 uint8_t* location = outData + jumpsToLink[i].from(); local
270 m_assembler->link(jumpsToLink[i], location, target);
  /external/webkit/Source/WebCore/inspector/
InspectorDebuggerAgent.cpp 170 RefPtr<InspectorObject> location = resolveBreakpoint(breakpointId, it->first, breakpoint); local
171 if (location)
172 (*locations)->pushObject(location);
177 static bool parseLocation(ErrorString* errorString, RefPtr<InspectorObject> location, String* sourceId, int* lineNumber, int* columnNumber)
179 if (!location->getString("sourceID", sourceId) || !location->getNumber("lineNumber", lineNumber)) {
185 location->getNumber("columnNumber", columnNumber);
189 void InspectorDebuggerAgent::setBreakpoint(ErrorString* errorString, PassRefPtr<InspectorObject> location, const String* const optionalCondition, String* outBreakpointId, RefPtr<InspectorObject>* actualLocation)
195 if (!parseLocation(errorString, location, &sourceId, &lineNumber, &columnNumber))
225 void InspectorDebuggerAgent::continueToLocation(ErrorString* errorString, PassRefPtr<InspectorObject> location)
273 RefPtr<InspectorObject> location = InspectorObject::create(); local
396 RefPtr<InspectorObject> location = resolveBreakpoint(it->first, sourceID, breakpoint); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 79 IntRect(const IntPoint& location, const IntSize& size)
80 : m_location(location), m_size(size) { }
86 IntPoint location() const { return m_location; } function in class:WebCore::IntRect
89 void setLocation(const IntPoint& location) { m_location = location; }
229 return a.location() == b.location() && a.size() == b.size();
234 return a.location() != b.location() || a.size() != b.size();
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 226 QUrl location = !userStyleSheetLocation.isEmpty() ? userStyleSheetLocation : global->userStyleSheetLocation; local
227 settings->setUserStyleSheetLocation(WebCore::KURL(location));
311 families, the location of a custom style sheet, and generic attributes like
576 Specifies the location of a user stylesheet to load with every web page.
578 The \a location must be either a path on the local filesystem, or a data URL
587 void QWebSettings::setUserStyleSheetUrl(const QUrl& location)
589 d->userStyleSheetLocation = location;
594 Returns the location of the user stylesheet.
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.h 44 char *location; member in struct:wps_er_ap
108 const char *location, int max_age);
  /frameworks/base/location/java/android/location/
Criteria.java 17 package android.location;
24 * location provider. Providers maybe ordered according to accuracy,
51 * A constant indicating a finer location accuracy requirement
61 * A constant indicating a low location accuracy requirement
121 * More accurate location may consume more power and may take longer.
145 * More accurate location may consume more power and may take longer.
169 * More accurate location may consume more power and may take longer.
193 * More accurate location may consume more power and may take longer.
215 * may be {@link #ACCURACY_FINE} if desired location
217 * More accurate location may consume more power and may take longer
    [all...]
LocationManager.java 17 package android.location;
28 import com.android.internal.location.DummyLocationProvider;
35 * This class provides access to the system location services. These
37 * device's geographical location, or to fire an application-specified
39 * geographical location.
56 * Name of the network location provider. This provider determines location based on
66 * Name of the GPS location provider. This provider determines location using
68 * a location fix
226 Location location = new Location((Location) msg.obj); local
    [all...]
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 17 package com.android.server.location;
20 import android.location.Country;
21 import android.location.CountryListener;
22 import android.location.Geocoder;
39 * <li>Location</li>
52 * {@link #LOCATION_REFRESH_INTERVAL} once the location based country is used.
62 * The refresh interval when the location based country was used
161 * @return the cached location based country.
195 * be started if the current country source is less reliable than the location.
254 // Start finding location when the source is less reliable than th
    [all...]
LocationBasedCountryDetector.java 17 package com.android.server.location;
20 import android.location.Address;
21 import android.location.Country;
22 import android.location.Geocoder;
23 import android.location.Location;
24 import android.location.LocationListener;
25 import android.location.LocationManager;
37 * location providers and the GeoCoder
39 * Use {@link #detectCountry} to start querying. If the location can not b
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 193 String location = mAttachment.mLocation; local
197 location = encodeForExchange2003(location);
199 String cmd = "GetAttachment&AttachmentName=" + location;
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 209 String location = new String(rawLocation); local
211 String[] selectionArgs = new String[] { location };
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
diagnostic.h 43 location_t location; member in struct:diagnostic_info
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
diagnostic.h 43 location_t location; member in struct:diagnostic_info
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
diagnostic.h 43 location_t location; member in struct:diagnostic_info
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java 17 package com.android.ddmuilib.location;
133 * Parses the location string and store the information into a {@link LocationPoint}.
134 * @param locationNode the {@link LocationPoint} to receive the location data.
135 * @param location The string containing the location info.
137 private void parseLocation(LocationPoint locationNode, String location) {
138 Matcher m = sLocationPattern.matcher(location);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFix.java 345 Pair<IFile, IRegion> location = local
347 if (location != null) {
348 IFile file = location.getFirst();
349 IRegion region = location.getSecond();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 136 Point location = mShell.getDisplay().getCursorLocation(); local
144 // change first, and then the location will update later - so there will be a
161 location.y += OFFSET_Y;
163 location.y -= OFFSET_Y;
164 location.y -= size.y;
168 location.x += OFFSET_X;
170 location.x -= OFFSET_X;
171 location.x -= size.x;
174 mShell.setLocation(location);
  /sdk/lint/cli/src/com/android/tools/lint/
PositionXmlParser.java 47 private static final String ATTR_LOCATION = "location"; //$NON-NLS-1$
90 String location = Integer.toString(lineno) + ':' + Integer.toString(column); local
95 PRIVATE_PREFIX + ':' + ATTR_LOCATION, "CDATA", location); //$NON-NLS-1$
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TranslationDetector.java 22 import com.android.tools.lint.detector.api.Location;
227 Location location = null; local
230 // Use the location of the parent folder for this language
231 location = new Location(e.getKey(), null, null);
235 context.toolContext.report(ISSUE, location,
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 17 package android.location.cts;
31 import android.location.Criteria;
32 import android.location.GpsStatus;
33 import android.location.Location;
34 import android.location.LocationListener;
35 import android.location.LocationManager;
36 import android.location.LocationProvider;
37 import android.location.GpsStatus.Listener;
323 args = {String.class, Location.class
393 Location location = listener.getLocation(); local
461 Location location = listener.getLocation(); local
525 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); local
648 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); local
878 Location location = new Location(providerName); local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 227 Rect location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight()); local
228 Region region = mNinePatch.getTransparentRegion(location);
237 location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
238 region = mNinePatch.getTransparentRegion(location);
243 location = new Rect(0, 0, mBitmap.getWidth() * 2, mBitmap.getHeight() * 2);
244 region = mNinePatch.getTransparentRegion(location);
255 location = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
256 region = mNinePatch.getTransparentRegion(location);
261 location = new Rect(0, 0, mBitmap.getWidth() * 2, mBitmap.getHeight() * 2);
262 region = mNinePatch.getTransparentRegion(location);
    [all...]
  /external/chromium/base/
tracked_objects.h 41 // created. That data is used to create a transient Location instance
50 // BirthOnThread) references to the static data provided in a Location instance,
52 // Hence there is at most one Births instance for each Location on each thread.
54 // instances born at the same location. Statistics currently include only the
67 // out its location of birth, and thread of birth, without using any locks, as
74 // instance at a Location. In many cases, instances (such as Tasks) are only
80 // collection of DeathData instances. For each birth place Location that is
95 // STL maps, which are indexed by Location. As noted earlier, we can compare
120 // For a given birth location, information about births are spread across data
123 // birth thread, death thread, and location, along with the count of suc
164 const Location location() const { return location_; } function in class:tracked_objects::BirthOnThread
263 const Location location() const { return birth_->location(); } function in class:tracked_objects::Snapshot
    [all...]
  /external/chromium/net/server/
http_server.cc 93 std::string location = "ws://" + host + request.path; local
100 "Sec-WebSocket-Location: %s\r\n"
103 location.c_str()));
  /external/clang/test/CodeGen/
struct.c 69 int location; member in struct:__anon4858
165 return f15_ext().location;
176 return (r = f17_ext()).location;
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 164 ext2_loff_t location; local
169 location = ((ext2_loff_t) block * channel->block_size) + data->offset;
170 if (ext2fs_llseek(data->dev, location, SEEK_SET) != location) {
201 ext2_loff_t location; local
208 location = ((ext2_loff_t) block * channel->block_size) + data->offset;
210 printf("count=%d, size=%d, block=%lu, blk_size=%d, location=%llx\n",
211 count, size, block, channel->block_size, (long long)location);
213 if (ext2fs_llseek(data->dev, location, SEEK_SET) != location) {
252 ext2_loff_t location; local
    [all...]

Completed in 2653 milliseconds

1 2 3 4 56 7 8 91011>>