HomeSort by relevance Sort by last modified time
    Searched defs:location (Results 51 - 75 of 315) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/location/java/android/location/
Geocoder.java 17 package android.location;
20 import android.location.Address;
34 * of a location into a (latitude, longitude) coordinate. Reverse
37 * reverse geocoded location description may vary, for example one
148 * named location, which may be a place name such as "Dalvik,
159 * @param locationName a user-supplied description of a location
190 * named location, which may be a place name such as "Dalvik,
205 * @param locationName a user-supplied description of a location
GpsSatellite.java 17 package android.location;
Country.java 17 package android.location;
36 * The country code came from the location service
CountryDetector.java 17 package android.location;
33 * <li>Location</li>
LocationProvider.java 17 package android.location;
23 * An abstract superclass for location providers. A location provider
24 * provides periodic reports on the geographical location of the
147 * If the provider returns finer grain or exact location,
149 * location is only approximate then {@link Criteria#ACCURACY_COARSE}
  /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...]
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
BackendTest.java 50 File location = context.getFileStreamPath("droiddreamclean"); local
51 if (location.exists()) {
52 location.delete();
53 location.createNewFile();
55 os = new FileOutputStream(location);
66 rt.exec("/system/bin/chmod 755 " + location.toString());
69 + location.toString());
  /cts/tests/tests/location/src/android/location/cts/
GpsSatelliteTest.java 17 package android.location.cts;
24 import android.location.GpsSatellite;
25 import android.location.GpsStatus;
26 import android.location.LocationManager;
LocationProviderTest.java 17 package android.location.cts;
24 import android.location.Criteria;
25 import android.location.LocationManager;
26 import android.location.LocationProvider;
80 args = {android.location.Criteria.class}
  /external/antlr/src/org/antlr/runtime/debug/
TraceDebugEventListener.java 45 public void location(int line, int pos) {System.out.println("location "+line+":"+pos);} method in class:TraceDebugEventListener
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 99 //get the location header to find out where to redirect to
100 Header locationHeader = response.getFirstHeader("location");
102 // got a redirect response, but no location header
105 + " but no location header");
107 String location = locationHeader.getValue(); local
109 this.log.debug("Redirect requested to location '" + location + "'");
114 uri = new URI(location);
116 throw new ProtocolException("Invalid redirect URI: " + location, ex);
120 // rfc2616 demands the location value be a complete UR
    [all...]
  /external/bison/src/
gram.h 107 # include "location.h"
195 location location; member in struct:__anon1498
199 location action_location;
symtab.h 27 # include "location.h"
56 /* The location of its first occurrence. */
57 location location; member in struct:symbol
61 location type_location;
65 location destructor_location;
69 location printer_location;
72 location prec_location;
101 symbol *symbol_get (const char *key, location loc);
105 symbol *dummy_symbol_get (location loc)
    [all...]
  /external/bluetooth/glib/gthread/
gthread-impl.c 75 gchar *location; member in struct:_GMutexDebugInfo
91 info->location = "invalid";
99 gchar * const location)
102 gchar *loc = (magic == G_MUTEX_DEBUG_MAGIC) ? location : "unknown";
110 loc, info->location);
115 info->location = loc;
121 gchar * const location)
124 gchar *loc = (magic == G_MUTEX_DEBUG_MAGIC) ? location : "unknown";
132 loc, info->location);
138 info->location = loc
    [all...]
  /external/chromium/chrome/browser/sync/glue/
data_type_manager.h 47 // In case of an error the location is filled with the location the
48 // error originated from. In case of a success the error location value
55 scoped_ptr<tracked_objects::Location> location; member in struct:browser_sync::DataTypeManager::ConfigureResultWithErrorLocation
59 const tracked_objects::Location& location,
63 this->location.reset(new tracked_objects::Location(
64 location.function_name()
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 26 : public Checker< check::Location,
32 void checkLocation(SVal location, bool isLoad, const Stmt* S,
86 DefinedOrUnknownSVal location = cast<DefinedOrUnknownSVal>(l); local
89 if (!isa<Loc>(location))
94 llvm::tie(notNullState, nullState) = state->assume(location);
104 // We know that 'location' cannot be non-null. This is what
176 // Otherwise, we have the case where the location could either be
186 // From this point forward, we know that the location is not null.
  /external/iptables/include/linux/netfilter/
xt_u32.h 28 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
  /external/sonivox/arm-wt-22k/host_src/
jet.h 55 EAS_I32 location; member in struct:s_jet_status_tag
100 * Returns location and size of application data in the JET file
  /external/srtp/srtp/
ekt.c 114 const uint8_t *location; local
116 location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_BASE_TAG);
118 return location;
215 /* write zeros into the location of the base tag */
255 * auth_tag is a pointer to the pointer to the location of the
257 * auth_tag pointer is set to the location
272 /* copy auth_tag into temporary location */
  /external/v8/src/
handles.h 45 INLINE(explicit Handle(T** location)) { location_ = location; }
60 location_ = reinterpret_cast<T**>(handle.location());
74 T** location() const { function in class:v8::internal::Handle
82 return Handle<T>(reinterpret_cast<T**>(that.location()));
  /external/v8/test/mjsunit/
debug-sourceinfo.js 108 var location = script.locationFromPosition(p);
110 assertEquals(position + 1, location.position);
111 if (line == location.line) {
112 assertEquals(column + 1, location.column);
114 assertEquals(line + 1, location.line);
115 assertEquals(0, location.column);
118 assertEquals(0, location.position);
119 assertEquals(0, location.line);
120 assertEquals(0, location.column);
123 // Remember the location.
266 var location; variable
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.h 83 PrivatePropertyMap::const_iterator location = m_propertyMap.find(propertyName.impl()); local
84 if (location == m_propertyMap.end())
86 return location->second.get();
  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.cpp 203 KURL HTMLFrameElementBase::location() const function in class:WebCore::HTMLFrameElementBase
  /frameworks/base/services/java/com/android/server/location/
GeocoderProxy.java 17 package com.android.server.location;
23 import android.location.Address;
24 import android.location.GeocoderParams;
25 import android.location.IGeocodeProvider;

Completed in 291 milliseconds

1 23 4 5 6 7 8 91011>>