HomeSort by relevance Sort by last modified time
    Searched full:location (Results 176 - 200 of 14119) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/core/java/com/android/server/location/
FlpHardwareProvider.java 17 package com.android.server.location;
20 import android.hardware.location.GeofenceHardware;
21 import android.hardware.location.GeofenceHardwareImpl;
22 import android.hardware.location.GeofenceHardwareRequestParcelable;
23 import android.hardware.location.IFusedLocationHardware;
24 import android.hardware.location.IFusedLocationHardwareSink;
25 import android.location.FusedBatchOptions;
26 import android.location.IFusedGeofenceHardware;
27 import android.location.Location;
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.h 87 Location GetObjectLocation() const OVERRIDE {
88 return Location::RegisterLocation(RSI);
90 Location GetFieldIndexLocation() const OVERRIDE {
91 return Location::RegisterLocation(RDI);
93 Location GetReturnLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
94 return Location::RegisterLocation(RAX);
96 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE {
98 ? Location::RegisterLocation(RDX)
100 ? Location::RegisterLocation(RDX)
101 : Location::RegisterLocation(RSI))
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 28 import android.location.Location;
29 import android.location.LocationListener;
30 import android.location.LocationManager;
52 * Location Tracking service
54 * Records location updates for all registered location providers, and cell
55 * location updates
63 // controls which location providers to track
69 private Location mNetworkLocation
    [all...]
  /external/v8/test/cctest/
test-global-handles.cc 106 Object** g1_objects[] = { g1s1.location(), g1s2.location() };
107 Object** g2_objects[] = { g2s1.location(), g2s2.location() };
116 skippable_objects.Add(*g1s1.location());
117 skippable_objects.Add(*g1s2.location());
118 skippable_objects.Add(*g2s1.location());
119 skippable_objects.Add(*g2s2.location());
125 CHECK(can_skip_called_objects.Contains(*g1s1.location()));
126 CHECK(can_skip_called_objects.Contains(*g1s2.location()));
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionUncaughtTest.java 22 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
78 * This testcase is for uncaught EXCEPTION event and reported throw location.
84 * <li>the reported throw location is not null</li>
85 * <li>the reported throw location is equal to location of the top stack frame</li>
93 Location throwLocation = exceptionEvent.getLocation();
99 // assert that exception location is not null
101 assertNotNull("Returned exception location is null,", throwLocation);
103 // assert that top stack frame location is not null
104 Location topFrameLoc = getTopFrameLocation(returnedThread)
    [all...]
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java 17 package com.android.location.fused;
23 import com.android.location.provider.LocationProviderBase;
24 import com.android.location.provider.LocationRequestUnbundled;
25 import com.android.location.provider.ProviderRequestUnbundled;
28 import android.location.Location;
29 import android.location.LocationListener;
30 import android.location.LocationManager;
40 void reportLocation(Location location);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationListenerActivity.java 1 package com.android.cts.verifier.location;
5 import android.location.Location;
6 import android.location.LocationListener;
7 import android.location.LocationManager;
19 // Primary -> managed intent: request to goto the location settings page and listen to updates.
21 "com.android.cts.verifier.location.SET_LOCATION_AND_CHECK";
53 Log.d(getLogTag(), "Exit location settings:OK");
81 public void onLocationChanged(Location location) {
    [all...]
  /external/libchrome/crypto/
openssl_util.h 10 #include "base/location.h"
65 // cases you should pass FROM_HERE as the |location|.
67 const tracked_objects::Location& location);
73 // Pass FROM_HERE as |location|, to help track the source of OpenSSL error
74 // messages. Note any diagnostic emitted will be tagged with the location of
76 explicit OpenSSLErrStackTracer(const tracked_objects::Location& location)
77 : location_(location) {
85 const tracked_objects::Location location_
    [all...]
  /external/protobuf/m4/
stl_hash.m4 5 # wild. We define HASH_MAP_H to the location of the header file, and
13 AC_MSG_CHECKING(the location of hash_map)
26 for location in unordered_map tr1/unordered_map; do
30 AC_TRY_COMPILE([#include <$location>],
33 [ac_cv_cxx_hash_map="<$location>";
40 for location in ext/hash_map hash_map; do
43 AC_TRY_COMPILE([#include <$location>],
45 [ac_cv_cxx_hash_map="<$location>";
57 [the location of <unordered_map> or <hash_map>])
59 [the location of <unordered_set> or <hash_set>]
    [all...]
  /packages/apps/Messaging/build/
android_lint.xslt 21 /android/support in the location, these are outside our control
22 /com/google/common in the location, these are outside our control
23 res/values- in the location, these are localized resources, and we only need to be notified of the neutral resource issues
24 .class in the location, these don't have source we can do anything about -->
25 <xsl:if test="not(./location) or (not(contains(./location/@file, '/android/support/')) and not(contains(./location/@file, '/com/google/common/')) and not(starts-with(./location/@file, 'res/values-')) and not(contains(./location/@file, '.class')))">
27 <xsl:for-each select="./location">
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/
framework.py 13 (?P<location>^.*)(?:^|/)
25 Location/Name.framework/Versions/SomeVersion/Name_Suffix
26 Location/Name.framework/Versions/SomeVersion/Name
27 Location/Name.framework/Name_Suffix
28 Location/Name.framework/Name
32 location='Location',
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
50 location=location,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/
framework.py 13 (?P<location>^.*)(?:^|/)
25 Location/Name.framework/Versions/SomeVersion/Name_Suffix
26 Location/Name.framework/Versions/SomeVersion/Name
27 Location/Name.framework/Name_Suffix
28 Location/Name.framework/Name
32 location='Location',
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
50 location=location,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 13 (?P<location>^.*)(?:^|/)
25 Location/Name.framework/Versions/SomeVersion/Name_Suffix
26 Location/Name.framework/Versions/SomeVersion/Name
27 Location/Name.framework/Name_Suffix
28 Location/Name.framework/Name
32 location='Location',
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
50 location=location,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 13 (?P<location>^.*)(?:^|/)
25 Location/Name.framework/Versions/SomeVersion/Name_Suffix
26 Location/Name.framework/Versions/SomeVersion/Name
27 Location/Name.framework/Name_Suffix
28 Location/Name.framework/Name
32 location='Location',
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
50 location=location,
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationCluster.java 18 import android.location.Location;
30 private ArrayList<Location> mLocations = new ArrayList<Location>();
48 public LocationCluster(Location location, long duration) {
49 super(location);
50 addSample(location, duration);
53 public void addSample(Location location, long duration)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 1 package com.android.contacts.common.location;
8 import android.location.Geocoder;
9 import android.location.Location;
10 import android.location.LocationManager;
23 * country detector service in the framework. The sources of country location are queried in the
27 * <li>Location manager</li>
34 * 1) Order in priority of sources of country location
36 * 3) Location information is updated every 12 hours (instead of 24 hours in the system)
37 * 4) Location updates only uses the {@link LocationManager#PASSIVE_PROVIDER} to avoid active us
208 final Location location = (Location)intent.getExtras().get( local
    [all...]
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 24 import android.location.Criteria;
25 import android.location.GpsStatus.Listener;
26 import android.location.GpsStatus.NmeaListener;
27 import android.location.Location;
28 import android.location.LocationListener;
29 import android.location.LocationManager;
155 final Location location = mManager.getLastKnownLocation(providerName); local
156 assertEquals(providerName, location.getProvider())
182 Location location = listener.getLocation(); local
311 Location location = new Location(providerName); local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
adj_test.cpp 46 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 = adjacent_find(v.begin(), v.end())
76 CStrVector::iterator location; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
adj_test.cpp 46 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 = adjacent_find(v.begin(), v.end())
76 CStrVector::iterator location; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 104 "(location): line=3 position=1",
106 "(location): line=3 position=5",
107 "(location): line=3 position=8",
108 "(location): line=3 position=11",
125 [ 'location', '3', '1' ],
127 [ 'location', '3', '5' ],
131 [ 'location', '3', '8' ],
135 [ 'location', '3', '11' ],
156 [ "location", "3", "1" ],
158 [ "location", "3", "5" ]
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/
MInsn.java 22 * Base class that is a thin wrapper for Instructions currently, also tracking location
33 * The location of this instruction, as an offset in code words from the beginning.
36 public int location; field in class:MInsn
39 * Denotes if the currently associated location can be trusted.
50 newInsn.location = location;
60 location,
  /external/curl/tests/data/
test1080 16 Location: data/10800002.txt?coolsite=yes
20 This server reply is for testing a simple Location: following
30 HTTP Location: on two URLs 'redirect_url' check
54 Location: data/10800002.txt?coolsite=yes
58 This server reply is for testing a simple Location: following
61 Location: data/10800002.txt?coolsite=yes
65 This server reply is for testing a simple Location: following
test1081 16 Location: data/10810099.txt?coolsite=yes
20 This server reply is for testing a simple Location: following
28 This second URL does not have a location
38 HTTP no Location: on second URL 'redirect_url' check
62 Location: data/10810099.txt?coolsite=yes
66 This server reply is for testing a simple Location: following
73 This second URL does not have a location
  /frameworks/base/core/java/android/hardware/location/
IContextHubService.aidl 17 package android.hardware.location;
20 import android.hardware.location.ContextHubMessage;
21 import android.hardware.location.ContextHubInfo;
22 import android.hardware.location.NanoApp;
23 import android.hardware.location.NanoAppInstanceInfo;
24 import android.hardware.location.NanoAppFilter;
25 import android.hardware.location.IContextHubCallback;
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java 20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
33 /** The use of location manager and bluetooth below are simply to simulate an app that
42 public void onLocationChanged(Location location) {}

Completed in 1199 milliseconds

1 2 3 4 5 6 78 91011>>