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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Driver/
coverage_no_integrated_as.c 4 // RUN: %clang -### -S -fprofile-arcs %s 2>&1 | FileCheck -check-prefix=CHECK-GCNO-DEFAULT-LOCATION %s
5 // RUN: %clang -### -S -fprofile-arcs -no-integrated-as %s 2>&1 | FileCheck -check-prefix=CHECK-GCNO-DEFAULT-LOCATION %s
6 // RUN: %clang -### -c -fprofile-arcs %s 2>&1 | FileCheck -check-prefix=CHECK-GCNO-DEFAULT-LOCATION %s
7 // RUN: %clang -### -c -fprofile-arcs -no-integrated-as %s 2>&1 | FileCheck -check-prefix=CHECK-GCNO-DEFAULT-LOCATION %s
9 // RUN: %clang -### -S -fprofile-arcs %s -o /foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION %s
10 // RUN: %clang -### -S -fprofile-arcs -no-integrated-as %s -o /foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION %s
11 // RUN: %clang -### -c -fprofile-arcs %s -o /foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION %s
12 // RUN: %clang -### -c -fprofile-arcs -no-integrated-as %s -o /foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION %s
14 // RUN: %clang -### -S -fprofile-arcs %s -o foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION-REL-PATH %s
15 // RUN: %clang -### -S -fprofile-arcs -no-integrated-as %s -o foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION-REL-PATH %
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/data/30/fragment/
fragment.xml 6 <location path="src" />
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/data/30/plugin/
plugin.xml 6 <location path="src" />
  /external/libchrome/base/
location.cc 11 #include "base/location.h"
17 Location::Location(const char* function_name,
27 Location::Location()
34 Location::Location(const Location& other)
41 std::string Location::ToString() const {
46 void Location::Write(bool display_filename, bool display_function_name
    [all...]
  /external/libweave/third_party/chromium/base/
location.cc 11 #include "base/location.h"
17 Location::Location(const char* function_name,
27 Location::Location()
34 Location::Location(const Location& other)
41 std::string Location::ToString() const {
46 void Location::Write(bool display_filename, bool display_function_name
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
TestHttpResponseTest.java 21 new BasicHeader("Location", "http://bar.com"));
26 for (String l : new String[] { "location", "Location" }) {
35 new BasicHeader("Location", "http://bar.com"),
36 new BasicHeader("Location", "http://zombo.com"));
40 for (String l : new String[] { "location", "Location" }) {
52 assertThat(resp.containsHeader("Location"), is(false));
59 new BasicHeader("Location", "http://bar.com"),
60 new BasicHeader("Location", "http://zombo.com"))
    [all...]
  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardwareMonitorCallback.aidl 17 package android.hardware.location;
19 import android.hardware.location.GeofenceHardwareMonitorEvent;
20 import android.location.Location;
  /frameworks/base/packages/FusedLocation/res/values/
strings.xml 4 <string name="app_label">Fused Location</string>
  /frameworks/native/data/etc/
android.hardware.location.gps.xml 17 <!-- These are the location-related features for devices that include GPS. -->
19 <feature name="android.hardware.location" />
20 <feature name="android.hardware.location.network" />
21 <feature name="android.hardware.location.gps" />
android.hardware.location.xml 17 <!-- These are the location features for devices that do not include GPS. Note
18 that network location is required for all devices. -->
20 <feature name="android.hardware.location" />
21 <feature name="android.hardware.location.network" />
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightManager.java 21 import android.location.Location;
22 import android.location.LocationManager;
81 // Else, we will try and grab the last known location
82 final Location location = getLastKnownLocation(); local
83 if (location != null) {
84 updateState(location);
88 Log.i(TAG, "Could not get last known location. This is probably because the app does not"
89 + " have any location permissions. Falling back to hardcoded
    [all...]
  /hardware/bsp/intel/peripheral/bluetooth/bcm43340/
bt_vendor.conf 5 # Firmware patch file location
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/gdb/linux-x86/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-war-err.l 3 .*:7: Warning: This is the location of the conflicting usage
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-loc-3.s 4 OCTA 1 % { dg-error "data item with alignment larger than location" "" }
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 19 * A class that holds information about a location and how the path should get to that
20 * location from the previous path location (if any). Any PathPoint holds the information for
21 * its location as well as the instructions on how to traverse the preceding interval from the
22 * previous location.
28 * location described by this PathPoint.
35 * The location of this PathPoint
51 * to the location of this PathPoint. This can be one of MOVE, LINE, or CURVE.
80 * Constructs and returns a PathPoint object that describes a line to the given xy location.
87 * Constructs and returns a PathPoint object that describes a curve to the given xy location
    [all...]
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsSmartNulls.java 13 import org.mockito.invocation.Location;
49 final Location location = new LocationImpl(); local
50 return Mockito.mock(type, new ThrowsSmartNullPointer(invocation, location));
57 private final Location location; field in class:ReturnsSmartNulls.ThrowsSmartNullPointer
59 public ThrowsSmartNullPointer(InvocationOnMock unstubbedInvocation, Location location) {
61 this.location = location;
70 new Reporter().smartNullPointerException(unstubbedInvocation.toString(), location); local
    [all...]
  /frameworks/base/docs/html/training/location/
retrieve-current.jd 1 page.title=Getting the Last Known Location
13 <li><a href="#last-known">Get the Last Known Location</a></li>
27 <a href="https://github.com/googlesamples/android-play-location/tree/master/BasicLocationSample" class="external-link">BasicLocationSample</a>
33 <p>Using the Google Play services location APIs, your app can request the last
34 known location of the user's device. In most cases, you are interested in the
35 user's current location, which is usually equivalent to the last known
36 location of the device.</p>
39 <a href="{@docRoot}reference/com/google/android/gms/location/FusedLocationProviderApi.html">fused
40 location provider</a> to retrieve the device's last known location. The fuse
    [all...]
  /frameworks/base/tests/LocationTracker/res/values/
strings.xml 26 <string name="summary_mintime_preference">The suggested minimum time interval for location updates, in seconds</string>
29 <string name="summary_mindistance_preference">Minimum distance interval for location updates, in meters</string>
31 <string name="provider_preferences">Location providers</string>
32 <string name="title_network_preference">Network location</string>
33 <string name="summary_network_preference">Listen for updates to network location (Wi-Fi/cellid)</string>
34 <string name="title_gps_preference">GPS location</string>
35 <string name="summary_gps_preference">Listen for updates to GPS location</string>
39 <string name="title_advanced_log_preference">Location debug logging</string>
40 <string name="summary_advanced_preference">Logs detailed location data, only relevant for location/test engineers</string
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
Primitive.java 25 public final int location; field in class:Primitive
36 private Primitive(@NonNull PrimitiveType type, int location, float width, float penalty) {
38 this.location = location;
69 public Primitive getNewPrimitive(int location) {
71 return new Primitive(this, location, 0f, 0f);
74 public Primitive getNewPrimitive(int location, float value) {
77 return new Primitive(this, location, value, 0f);
79 return new Primitive(this, location, 0f, value);
83 public Primitive getNewPrimitive(int location, float width, float penalty)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 85 final MethodLocation location = instructionList.get(index); local
90 convertAndSetInstruction(location, codeAddressToIndex, instruction);
94 convertAndSetInstruction(location, codeAddressToIndex, instruction);
111 builderDebugItem.location = debugLocation;
218 instruction.location = newLoc;
223 MethodLocation location = instructionList.get(i);
224 location.index++;
225 location.codeAddress = codeAddress;
226 if (location.instruction != null) {
227 codeAddress += location.instruction.getCodeUnits()
    [all...]
  /art/compiler/optimizing/
code_generator_arm.h 89 Location GetNextLocation(Primitive::Type type) OVERRIDE;
90 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
91 Location GetMethodLocation() const OVERRIDE;
104 Location GetObjectLocation() const OVERRIDE {
105 return Location::RegisterLocation(R1);
107 Location GetFieldIndexLocation() const OVERRIDE {
108 return Location::RegisterLocation(R0);
110 Location GetReturnLocation(Primitive::Type type) const OVERRIDE {
112 ? Location::RegisterPairLocation(R0, R1)
113 : Location::RegisterLocation(R0)
    [all...]

Completed in 984 milliseconds

1 2 3 4 56 7 8 91011>>