HomeSort by relevance Sort by last modified time
    Searched refs:Location (Results 176 - 200 of 887) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/crypto/
openssl_util.h 87 // cases you should pass FROM_HERE as the |location|.
88 void ClearOpenSSLERRStack(const tracked_objects::Location& location);
94 // Pass FROM_HERE as |location|, to help track the source of OpenSSL error
95 // messages. Note any diagnostic emitted will be tagged with the location of
97 explicit OpenSSLErrStackTracer(const tracked_objects::Location& location)
98 : location_(location) {
106 const tracked_objects::Location location_;
  /external/chromium_org/base/
sequenced_task_runner_helpers.h 15 class Location;
69 // bool(const tracked_objects::Location&,
82 const tracked_objects::Location& from_here,
98 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/extensions/
pending_extension_manager.h 93 Manifest::Location location);
100 Manifest::Location location,
121 Manifest::Location install_source);
  /external/chromium_org/chrome/browser/sync/glue/
non_ui_data_type_controller_mock.h 30 void(const tracked_objects::Location&,
32 MOCK_METHOD2(RecordUnrecoverableError, void(const tracked_objects::Location&,
39 bool(const tracked_objects::Location&,
  /external/chromium_org/chrome/common/extensions/
extension_test_util.h 38 extensions::Manifest::Location location,
46 extensions::Manifest::Location location,
53 extensions::Manifest::Location location,
  /external/chromium_org/crypto/
openssl_util.h 9 #include "base/location.h"
92 // cases you should pass FROM_HERE as the |location|.
94 const tracked_objects::Location& location);
100 // Pass FROM_HERE as |location|, to help track the source of OpenSSL error
101 // messages. Note any diagnostic emitted will be tagged with the location of
103 explicit OpenSSLErrStackTracer(const tracked_objects::Location& location)
104 : location_(location) {
112 const tracked_objects::Location location_
    [all...]
  /external/chromium_org/sync/test/engine/
fake_sync_scheduler.cc 22 const tracked_objects::Location& nudge_location) {
28 const tracked_objects::Location& nudge_location) {
34 const tracked_objects::Location& nudge_location) {
fake_sync_scheduler.h 27 const tracked_objects::Location& nudge_location) OVERRIDE;
31 const tracked_objects::Location& nudge_location) OVERRIDE;
35 const tracked_objects::Location& nudge_location) OVERRIDE;
  /external/chromium_org/tools/gn/
err.h 11 #include "tools/gn/location.h"
20 // An error has a location and a message. Below that, is some optional help
21 // text to go with the annotation of the location.
33 Err(const Location& location,
60 const Location& location() const { return location_; } function in class:Err
75 Location location_;
ninja_writer.cc 7 #include "tools/gn/location.h"
33 Err(Location(), "No targets.",
64 Err(Location(),
73 Err(Location(),
tokenizer.h 52 void AdvanceToEndOfToken(const Location& location, Token::Type type);
60 // Increments the current location by one.
63 // Returns the current character in the file as a location.
64 Location GetCurrentLocation() const;
66 Err GetErrorForInvalidToken(const Location& location) const;
  /external/mockito/src/org/mockito/internal/matchers/
LocalizedMatcher.java 11 import org.mockito.invocation.Location;
18 private Location location; field in class:LocalizedMatcher
22 this.location = new LocationImpl();
37 public Location getLocation() {
38 return location;
  /external/mockito/src/org/mockito/internal/verification/checkers/
NumberOfInvocationsInOrderChecker.java 17 import org.mockito.invocation.Location;
40 Location lastInvocation = finder.getLastLocation(chunk);
43 Location firstUndesired = chunk.get(wantedCount).getLocation();
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 17 package com.example.android.location;
25 import android.location.Address;
26 import android.location.Geocoder;
27 import android.location.Location;
28 import android.location.LocationListener;
29 import android.location.LocationManager;
70 * This sample demonstrates how to incorporate location based services in your app and
71 * process location updates. The app also shows how to convert lat/long coordinates to
90 // Receive location updates from the fine location provider (gps) only
215 Location location = null; local
    [all...]
  /external/chromium_org/chrome/common/extensions/features/
feature.h 43 // The location required of extensions the feature is supported in.
44 enum Location {
106 // Gets the Feature::Location value for the specified Manifest::Location.
107 static Location ConvertLocation(Manifest::Location extension_location);
118 Location location,
120 return IsAvailableToManifest(extension_id, type, location, manifest_version,
125 Location location
    [all...]
  /external/chromium_org/sync/api/
sync_error.cc 9 #include "base/location.h"
19 SyncError::SyncError(const tracked_objects::Location& location,
41 Init(location, type_message + custom_message, model_type, error_type);
62 Init(other.location(),
78 void SyncError::Reset(const tracked_objects::Location& location,
81 Init(location, message, model_type, DATATYPE_ERROR);
85 void SyncError::Init(const tracked_objects::Location& location,
100 const tracked_objects::Location& SyncError::location() const { function in class:syncer::SyncError
    [all...]
  /packages/apps/Camera/src/com/android/camera/
MediaSaver.java 20 import android.location.Location;
65 public void addImage(final byte[] data, String title, long date, Location loc,
71 r.loc = (loc == null) ? null : new Location(loc); // make a copy
133 Location loc, int width, int height, int orientation) {
144 Location loc;
LocationManager.java 20 import android.location.Location;
21 import android.location.LocationProvider;
26 * A class that handles everything about location.
33 private android.location.LocationManager mLocationManager;
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
51 public Location getCurrentLocation() {
56 Location l = mLocationListeners[i].current();
59 Log.d(TAG, "No location received yet.")
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp 101 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) {
107 AliasResult alias(const Location &LocA, const Location &LocB);
110 const Location &Loc);
127 AliasAnalysisCounter::alias(const Location &LocA, const Location &LocB) {
153 const Location &Loc) {
ScalarEvolutionAliasAnalysis.cpp 55 virtual AliasResult alias(const Location &LocA, const Location &LocB);
109 ScalarEvolutionAliasAnalysis::alias(const Location &LocA,
110 const Location &LocB) {
163 if (alias(Location(AO ? AO : LocA.Ptr,
166 Location(BO ? BO : LocB.Ptr,
  /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...]
FlpHardwareProvider.java 17 package com.android.server.location;
19 import android.hardware.location.GeofenceHardware;
20 import android.hardware.location.GeofenceHardwareImpl;
21 import android.hardware.location.GeofenceHardwareRequestParcelable;
22 import android.hardware.location.IFusedLocationHardware;
23 import android.hardware.location.IFusedLocationHardwareSink;
24 import android.location.IFusedGeofenceHardware;
25 import android.location.FusedBatchOptions;
26 import android.location.Location;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
LocationManager.java 20 import android.location.Location;
21 import android.location.LocationProvider;
26 * A class that handles everything about location.
33 private android.location.LocationManager mLocationManager;
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
51 public Location getCurrentLocation() {
56 Location l = mLocationListeners[i].current();
59 Log.d(TAG, "No location received yet.")
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
LocationManager.java 20 import android.location.Location;
21 import android.location.LocationProvider;
26 * A class that handles everything about location.
33 private android.location.LocationManager mLocationManager;
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
51 public Location getCurrentLocation() {
56 Location l = mLocationListeners[i].current();
59 Log.d(TAG, "No location received yet.")
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo1.stderr.exp 11 Location 0x........ is 0 bytes inside global var "global_u1"
17 Location 0x........ is 0 bytes inside global var "global_i1"
23 Location 0x........ is 0 bytes inside global_u2[3],
29 Location 0x........ is 0 bytes inside global_i2[7],
35 Location 0x........ is 0 bytes inside local var "local"

Completed in 1538 milliseconds

1 2 3 4 5 6 78 91011>>