/frameworks/base/docs/html/training/location/ |
change-location-settings.jd | 1 page.title=Changing Location Settings 10 <li><a href="#connect">Connect to Location Services</a></li> 11 <li><a href="#location-request">Set Up a Location Request</a></li> 12 <li><a href="#get-settings">Get Current Location Settings</a></li> 13 <li><a href="#prompt">Prompt the User to Change Location Settings</a></li> 23 <a href="retrieve-current.html">Getting the Last Known Location</a> 29 <p>If your app needs to request location or receive permission updates, the 35 <a href="https://developers.google.com/android/reference/com/google/android/gms/location/LocationRequest" 40 <a href="https://developers.google.com/android/reference/com/google/android/gms/location/SettingsApi">Settings API</a [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
target-loader.js | 9 var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, ''); variable 11 document.write('<script src="' + location + sourceFile + '"></script>');
|
/external/deqp/external/vulkancts/data/vulkan/dynamic_state/ |
ViewportArray.geom | 5 layout(location = 0) in vec4 in_color[]; 6 layout(location = 0) out vec4 out_color;
|
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/ |
ParameterFrameworkConfiguration.xml | 5 <Location Folder=""> 7 </Location>
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 1 page.title=Location and Maps 10 <li><a href="#location">Location Services</a></li> 18 <strong>Note:</strong> This is a guide to the <i>Android framework</i> location APIs in the 19 package {@link android.location}. The Google Location Services API, part of Google Play 21 location provider choice and power management. Location Services also provides new 23 are using the framework API, as well as developers who are just now adding location-awareness 24 to their apps, should strongly consider using the Location Services API [all...] |
/frameworks/base/docs/html/training/ |
building-location.jd | 1 page.title=Building Apps with Location & Maps 8 These classes teach you how to add user location and mapping information to your app.
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/ |
ScopedErrorReport.java | 19 import android.databinding.tool.store.Location; 28 private final List<Location> mLocations; 33 ScopedErrorReport(String filePath, List<Location> locations) { 42 public List<Location> getLocations() { 59 for (Location location : mLocations) { 60 sb.append("\n ").append(location.toUserReadableString()); 63 sb.append("\n Location: ").append(mLocations.get(0).toUserReadableString());
|
/packages/apps/Camera2/src/com/android/camera/session/ |
StackSaverFactory.java | 20 import android.location.Location; 48 * @param location the GPS location that the media in this session was 50 * @return A StackSaver that is set up to save images in a stacked location. 52 public StackSaver create(String mTitle, Location location) { 53 return new StackSaverImpl(new File(mCameraDirectory, mTitle), location, mContentResolver);
|
/external/jsr305/ri/nbproject/ |
project.xml | 16 <location>src/main/java</location> 22 <location>src/main/resources</location> 27 <location>.</location> 45 <location>build</location> 52 <location>src/main/java</location> [all...] |
/external/autotest/server/ |
installable_object.py | 21 def get(self, location): 26 saved in a temporary location on the LocalHost. That location 30 location: the path to the source material. This path 34 self.source_material= utils.get(location)
|
/frameworks/base/core/java/android/hardware/location/ |
IGeofenceHardwareCallback.aidl | 17 package android.hardware.location; 19 import android.location.Location; 23 void onGeofenceTransition(int geofenceId, int transition, in Location location,
|
/external/bison/src/ |
reader.h | 24 # include "location.h" 35 location type_declaration_location; 45 void grammar_start_symbol_set (symbol *sym, location loc); 46 void grammar_current_rule_begin (symbol *lhs, location loc, 48 void grammar_current_rule_end (location loc); 50 void grammar_current_rule_prec_set (symbol *precsym, location loc); 51 void grammar_current_rule_dprec_set (int dprec, location loc); 52 void grammar_current_rule_merge_set (uniqstr name, location loc); 53 void grammar_current_rule_symbol_append (symbol *sym, location loc, 55 void grammar_current_rule_action_append (const char *action, location loc [all...] |
/frameworks/base/docs/html/guide/topics/sensors/ |
index.jd | 1 page.title=Location and Sensors APIs 3 page.tags=location,sensors 4 page.landing.intro=Use sensors on the device to add rich location and motion capabilities to your app, from GPS or network location to accelerometer, gyroscope, temperature, barometer, and more. 22 <a href="http://android-developers.blogspot.com/2011/06/deep-dive-into-location.html"> 23 <h4>A Deep Dive Into Location</h4> 33 <a href="http://developer.android.com/training/location/index.html"> 34 <h4>Making Your App Location Aware</h4> 35 <p>This class teaches you how to incorporate location based services in your Android 36 application. You'll learn a number of methods to receive location updates and related bes [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/ |
dylib.py | 13 (?P<location>^.*)(?:^|/) 25 Location/Name.SomeVersion_Suffix.dylib 26 Location/Name.SomeVersion.dylib 27 Location/Name_Suffix.dylib 28 Location/Name.dylib 32 location='Location', 49 def d(location=None, name=None, shortname=None, version=None, suffix=None): 51 location=location, [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/ |
dylib.py | 13 (?P<location>^.*)(?:^|/) 25 Location/Name.SomeVersion_Suffix.dylib 26 Location/Name.SomeVersion.dylib 27 Location/Name_Suffix.dylib 28 Location/Name.dylib 32 location='Location', 49 def d(location=None, name=None, shortname=None, version=None, suffix=None): 51 location=location, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 13 (?P<location>^.*)(?:^|/) 25 Location/Name.SomeVersion_Suffix.dylib 26 Location/Name.SomeVersion.dylib 27 Location/Name_Suffix.dylib 28 Location/Name.dylib 32 location='Location', 49 def d(location=None, name=None, shortname=None, version=None, suffix=None): 51 location=location, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 13 (?P<location>^.*)(?:^|/) 25 Location/Name.SomeVersion_Suffix.dylib 26 Location/Name.SomeVersion.dylib 27 Location/Name_Suffix.dylib 28 Location/Name.dylib 32 location='Location', 49 def d(location=None, name=None, shortname=None, version=None, suffix=None): 51 location=location, [all...] |
/system/weaved/buffet/ |
weave_error_conversion.h | 32 const auto& location = source.GetLocation(); local 35 tracked_objects::Location{ 36 location.function_name.c_str(), location.file_name.c_str(), 37 location.line_number, tracked_objects::GetProgramCounter()}, 47 const auto& location = source.GetLocation(); local 50 tracked_objects::Location{ 51 location.function_name.c_str(), location.file_name.c_str(), 52 location.line_number, tracked_objects::GetProgramCounter()} [all...] |
/cts/tests/tests/location/src/android/location/cts/ |
LocationManagerTest.java | 17 package android.location.cts; 26 import android.location.Criteria; 27 import android.location.GnssStatus; 28 import android.location.GpsStatus; 29 import android.location.GpsStatus.Listener; 30 import android.location.GpsStatus.NmeaListener; 31 import android.location.Location; 32 import android.location.LocationListener; 33 import android.location.LocationManager 399 Location location = listener.getLocation(); local 451 Location location = listener.getLocation(); local 499 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); local 551 Location location = listener.getLocation(); local 614 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() local 672 Location location = (Location) mIntentReceiver.getLastReceivedIntent().getExtras() local 734 Location location = listener.getLocation(); local 792 Location location = listener.getLocation(); local 852 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); local 971 Location location = mManager.getLastKnownLocation(TEST_MOCK_PROVIDER_NAME); local 1166 Location location = listener.getLocation(); local 1223 Location location = new Location(providerName); local [all...] |
/frameworks/base/location/tests/locationtests/src/android/location/ |
LocationTest.java | 17 package android.location; 25 * Unit tests for android.location.Location 30 // ***** Tests for Location.convert 36 result = Location.convert(testDegreesCoord); 47 result = Location.convert(testMinutesCoord); 58 result = Location.convert(testSecondsCoord); 69 result = Location.convert(testSecondsCoord); 80 result = Location.convert(-80.075, Location.FORMAT_DEGREES) [all...] |
/art/compiler/optimizing/ |
common_arm64.h | 55 static inline vixl::Register XRegisterFrom(Location location) { 56 DCHECK(location.IsRegister()) << location; 57 return vixl::Register::XRegFromCode(VIXLRegCodeFromART(location.reg())); 60 static inline vixl::Register WRegisterFrom(Location location) { 61 DCHECK(location.IsRegister()) << location; 62 return vixl::Register::WRegFromCode(VIXLRegCodeFromART(location.reg())) [all...] |
/external/libchrome/base/ |
location.h | 18 // Location provides basic info where of an object was constructed, or was 20 class BASE_EXPORT Location { 25 Location(const char* function_name, 31 Location(); 34 Location(const Location& other); 38 // identify this location. 39 bool operator==(const Location& other) const { 53 size_t operator()(const Location& location) const [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
dv-raw-err.l | 3 .*:9: Warning: This is the location of the conflicting usage 5 .*:9: Warning: This is the location of the conflicting usage 7 .*:14: Warning: This is the location of the conflicting usage 9 .*:14: Warning: This is the location of the conflicting usage 11 .*:19: Warning: This is the location of the conflicting usage 13 .*:24: Warning: This is the location of the conflicting usage 15 .*:29: Warning: This is the location of the conflicting usage 17 .*:34: Warning: This is the location of the conflicting usage 19 .*:39: Warning: This is the location of the conflicting usage 21 .*:44: Warning: This is the location of the conflicting usag [all...] |
/external/elfutils/tests/ |
run-funcretval.sh | 34 () fun_char: return value location: {0x50, 0} 35 () fun_short: return value location: {0x50, 0} 36 () fun_int: return value location: {0x50, 0} 37 () fun_ptr: return value location: {0x50, 0} 38 () fun_iptr: return value location: {0x50, 0} 39 () fun_long: return value location: {0x50, 0} 40 () fun_int128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8} 41 () fun_large_struct1: return value location: {0x70, 0} 42 () fun_large_struct2: return value location: {0x70, 0} 43 () fun_float: return value location: {0x90, 0x40 [all...] |
/development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/ |
GpsLocationTest.java | 19 import android.location.Location; 20 import android.location.LocationListener; 21 import android.location.LocationManager; 29 * GPS Location Test 31 * Test the GPS API by verifying the previously set location 36 private Location mLocation; 38 * Prior to running this test the GPS location must be set to the following 53 * verify that the last location equals to the location se [all...] |