HomeSort by relevance Sort by last modified time
    Searched full:location (Results 1 - 25 of 6415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/url_request_unittest/
redirect-to-echoall.mock-http-headers 2 Location: /echoall/
redirect307-to-echo.mock-http-headers 2 Location: /echo
redirect-test.html.mock-http-headers 2 Location: with-headers.html
redirect-to-file.html.mock-http-headers 2 Location: file:///c:/windows
redirect-to-invalid-url.html.mock-http-headers 2 Location: http://user:pass@/
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 17 package android.location.cts;
25 import android.location.Location;
34 @TestTargetClass(Location.class)
53 method = "Location",
54 args = {android.location.Location.class}
58 method = "Location",
65 new Location("LocationProvider");
67 Location l = createTestLocation()
68 Location location = new Location(l); local
87 Location location = new Location("LocationProvider"); local
101 Location location = new Location(""); local
252 Location location = new Location(""); local
333 Location location = new Location(""); local
368 Location location = new Location(""); local
403 Location location = new Location(""); local
436 Location location = createTestLocation(); local
457 Location location = new Location(""); local
482 Location location = new Location(""); local
507 Location location = new Location(""); local
540 Location location = new Location(""); local
565 Location location = new Location(""); local
590 Location location = new Location(""); local
619 Location location = createTestLocation(); local
630 Location location = createTestLocation(); local
    [all...]
  /dalvik/dx/tests/114-value-propagation/
info.txt 2 stack location to a local variable. (regression test)
  /external/qemu/
qemu-error.h 16 typedef struct Location {
21 struct Location *prev;
22 } Location;
24 Location *loc_push_restore(Location *loc);
25 Location *loc_push_none(Location *loc);
26 Location *loc_pop(Location *loc);
27 Location *loc_save(Location *loc)
    [all...]
  /frameworks/base/location/java/android/location/
package.html 4 <p>Contains classes that define Android location-based and related services.</p>
7 <a href="{@docRoot}guide/topics/location/index.html">Location and Maps</a> developer guide.</p>
ILocationManager.aidl 17 package android.location;
20 import android.location.Address;
21 import android.location.Criteria;
22 import android.location.GeocoderParams;
23 import android.location.IGeocodeProvider;
24 import android.location.IGpsStatusListener;
25 import android.location.ILocationListener;
26 import android.location.Location;
30 * System private API for talking with the location service
    [all...]
ILocationListener.aidl 1 /* //device/java/android/android/location/ILocationListener.aidl
18 package android.location;
20 import android.location.Location;
28 void onLocationChanged(in Location location);
  /frameworks/base/docs/html/guide/topics/location/
obtaining-user-location.jd 1 page.title=Obtaining User Location
2 parent.title=Location and Maps
11 <li>The Network Location Provider provides good location data without using GPS</li>
12 <li>Obtaining user location can consume a lot of battery, so be careful how
17 <li><a href="#Challenges">Challenges in Determining User Location</a></li>
18 <li><a href="#Updates">Requesting Location Updates</a>
25 <li><a href="#Flow">Flow for obtaining user location</a></li>
27 <li><a href="#FastFix">Getting a fast fix with the last known location</a></li>
33 <li><a href="#MockData">Providing Mock Location Data</a></li
    [all...]
  /external/stlport/test/unit/
search_test.cpp 45 int* location; local
46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
47 CPPUNIT_ASSERT(location == v1 + 6);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
50 CPPUNIT_ASSERT(location != v2 + 6);
51 CPPUNIT_ASSERT(location - v2 == 3);
61 IntVec::iterator location; local
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
64 CPPUNIT_ASSERT(location == v1.end());
68 location = search(v1.begin(), v1.end(), v2.begin(), v2.end())
79 char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + letterCount, str_equal); local
    [all...]
advance_test.cpp 34 IntVector::iterator location = v.begin(); local
35 CPPUNIT_ASSERT(*location==0);
36 advance(location, 5);
37 CPPUNIT_ASSERT(*location==5);
  /ndk/tests/device/test-gnustl-full/unit/
search_test.cpp 45 int* location; local
46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
47 CPPUNIT_ASSERT(location == v1 + 6);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
50 CPPUNIT_ASSERT(location != v2 + 6);
51 CPPUNIT_ASSERT(location - v2 == 3);
61 IntVec::iterator location; local
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
64 CPPUNIT_ASSERT(location == v1.end());
68 location = search(v1.begin(), v1.end(), v2.begin(), v2.end())
79 char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + letterCount, str_equal); local
    [all...]
advance_test.cpp 34 IntVector::iterator location = v.begin(); local
35 CPPUNIT_ASSERT(*location==0);
36 advance(location, 5);
37 CPPUNIT_ASSERT(*location==5);
  /ndk/tests/device/test-stlport/unit/
search_test.cpp 45 int* location; local
46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
47 CPPUNIT_ASSERT(location == v1 + 6);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
50 CPPUNIT_ASSERT(location != v2 + 6);
51 CPPUNIT_ASSERT(location - v2 == 3);
61 IntVec::iterator location; local
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
64 CPPUNIT_ASSERT(location == v1.end());
68 location = search(v1.begin(), v1.end(), v2.begin(), v2.end())
79 char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + letterCount, str_equal); local
    [all...]
  /frameworks/base/services/java/com/android/server/location/
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...]
  /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...]
  /external/webkit/LayoutTests/http/tests/ssl/
referer-301.html 9 if (location.protocol != "https:")
10 location = "https://127.0.0.1:8443/ssl/referer-301.html";
12 location = "resources/referer-301-redir.php";
referer-303.html 9 if (location.protocol != "https:")
10 location = "https://127.0.0.1:8443/ssl/referer-303.html";
12 location = "resources/referer-303-redir.php";
  /development/pdk/doxygen_config/docsfiles/
main.dox 1 /*! \mainpage Google Client Location Library (CLL): location Interface
2 * <p>This documentation is part of Google's Client Location Library (CLL) Getting Started Guide.</p>
4 * the original directory structure when you unzipped the documentation, you may also return to the Getting Started guide by clicking <a href="../cll_getting_started.html">Client Location Library (CLL) Getting Started Guide</a>.</p>
  /external/clang/test/SemaObjC/
method-encoding-2.m 5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;
6 - (id) another:(void *)location with:(unsigned **)arg2;
10 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return 0; }
11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
dillo 5 Location
  /ndk/tests/build/import-install/
README 2 are properly installed to the target location, i.e. libs/<abi>/

Completed in 979 milliseconds

1 2 3 4 5 6 7 8 91011>>