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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
messages.properties 3 AddNativeWizardPage_Location_not_valid=NDK location not valid in preferences.
5 NDKPreferencePage_Location=NDK Location
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
FusedPrintersProvider.java 27 import android.location.Criteria;
28 import android.location.Location;
29 import android.location.LocationListener;
30 import android.location.LocationManager;
31 import android.location.LocationRequest;
90 /** Interval of location updated in ms */
93 /** Maximum acceptable age of the location in ms */
105 private final List<Pair<PrinterInfo, Location>> mFavoritePrinters =
116 /** Last known location, can be null or out of date *
182 Location location = getCurrentLocation(); local
675 Location location = getCurrentLocation(); local
925 Location location; local
1034 Location location = printers.get(i).second; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java 17 package com.android.cts.verifier.location;
19 import android.location.Location;
20 import android.location.LocationListener;
21 import android.location.LocationManager;
78 public void onLocationChanged(Location location) {
85 long timestamp = location.getTime();
93 if (location.isFromMockProvider() != mIsMockProvider) {
94 fail("location coming from \"" + mProvider
    [all...]
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
LocationSettingsTests.java 64 // Tap on location
70 locationTitle = mDevice.wait(Until.findObject(By.text("Location")), TIMEOUT);
76 // Verify location settings loads.
79 assertNotNull("Location screen has not loaded correctly",
80 mDevice.wait(Until.findObject(By.text("Location services")), TIMEOUT));
120 String[] textElements = {"Location", "On", "Mode", "Recent location requests",
121 "Location services"};
126 assertNotNull(element + " item not found under Location Settings",
138 assertNotNull("Scanning item not found under Location Settings"
    [all...]
  /external/bison/src/
symlist.h 24 # include "location.h"
51 location location; member in struct:symbol_list
53 /* Proper location of the symbol, not all the rule */
54 location sym_loc;
75 location merger_declaration_location;
86 symbol_list *symbol_list_sym_new (symbol *sym, location loc);
89 symbol_list *symbol_list_type_new (uniqstr type_name, location loc);
92 symbol_list *symbol_list_default_tagged_new (location loc);
94 symbol_list *symbol_list_default_tagless_new (location loc)
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_location.py 23 assert_location(one.location,line=1,column=5,offset=4)
24 assert_location(two.location,line=2,column=5,offset=13)
34 assert_location(one.location,line=2,column=5,offset=5)
35 assert_location(two.location,line=3,column=5,offset=14)
42 assert_location(one.location,line=1,column=6,offset=5)
43 assert_location(two.location,line=2,column=5,offset=14)
45 # define the expected location ourselves and see if it matches
46 # the returned location
50 location = SourceLocation.from_position(tu, file, 1, 5)
51 cursor = Cursor.from_location(tu, location)
    [all...]
  /external/libchrome/base/profiler/
scoped_tracker.h 15 #include "base/location.h"
41 ScopedTracker(const Location& location);
47 // Augments a |callback| with provided |location|. This is useful for
54 const Location& location,
56 return base::Bind(&ScopedTracker::ExecuteAndTrackCallback<P1>, location,
61 // Executes |callback|, augmenting it with provided |location|.
63 static void ExecuteAndTrackCallback(const Location& location,
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareService.java 17 package android.hardware.location;
23 import android.location.IFusedGeofenceHardware;
24 import android.location.IGpsGeofenceHardware;
81 "Location Hardware permission not granted to access hardware geofence");
89 "Location Hardware permission not granted to access hardware geofence");
100 "Location Hardware permission not granted to access hardware geofence");
108 "Location Hardware permission not granted to access hardware geofence");
117 "Location Hardware permission not granted to access hardware geofence");
126 "Location Hardware permission not granted to access hardware geofence");
136 "Location Hardware permission not granted to access hardware geofence")
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
MockProvider.java 17 package com.android.server.location;
19 import android.location.ILocationManager;
20 import android.location.Location;
21 import android.location.LocationProvider;
32 import com.android.internal.location.ProviderProperties;
33 import com.android.internal.location.ProviderRequest;
36 * A mock location provider used by LocationManagerService to implement test providers.
45 private final Location mLocation;
63 mLocation = new Location(name)
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 471 dbg.location(293, 1);
480 dbg.location(298,9);
502 dbg.location(298,13);
521 dbg.location(298,14);
534 dbg.location(300,13);
547 dbg.location(302,9);
571 dbg.location(302,10);
587 dbg.location(304,9);
611 dbg.location(304,10);
638 dbg.location(306, 5)
    [all...]
  /external/markdown/markdown/
odict.py 122 def index_for_location(self, location):
123 """ Return index or None for a given location. """
124 if location == '_begin':
126 elif location == '_end':
128 elif location.startswith('<') or location.startswith('>'):
129 i = self.index(location[1:])
130 if location.startswith('>'):
137 raise ValueError('Not a valid location: "%s". Location key
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 64 void getHostLocation(void *self, GLint location, GLint *hostLoc);
138 static void s_glGetUniformiv(void *self, GLuint program, GLint location , GLint *params);
141 static void s_glGetUniformfv(void *self, GLuint program, GLint location , GLfloat *params);
199 static void s_glUniform1f(void *self , GLint location, GLfloat x);
200 static void s_glUniform1fv(void *self , GLint location, GLsizei count, const GLfloat* v);
201 static void s_glUniform1i(void *self , GLint location, GLint x);
202 static void s_glUniform1iv(void *self , GLint location, GLsizei count, const GLint* v);
203 static void s_glUniform2f(void *self , GLint location, GLfloat x, GLfloat y);
204 static void s_glUniform2fv(void *self , GLint location, GLsizei count, const GLfloat* v);
205 static void s_glUniform2i(void *self , GLint location, GLint x, GLint y)
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 33 /// \brief Starting location of the clause (the clause keyword).
35 /// \brief Ending location of the clause.
45 /// \brief Returns the starting location of the clause.
47 /// \brief Returns the ending location of the clause.
50 /// \brief Sets the starting location of the clause.
52 /// \brief Sets the ending location of the clause.
78 /// \brief Location of '('.
107 /// \param StartLoc Starting location of the clause (the clause keyword).
108 /// \param LParenLoc Location of '('.
109 /// \param EndLoc Ending location of the clause
    [all...]
  /external/libchrome/base/
tracked_objects_unittest.cc 51 // |location|.
52 void TallyABirth(const Location& location, const std::string& thread_name) {
59 Births* birth = ThreadData::TallyABirthIfActive(location);
82 EXPECT_EQ(kFile, process_data_phase.tasks[0].birth.location.file_name);
84 process_data_phase.tasks[0].birth.location.function_name);
86 process_data_phase.tasks[0].birth.location.line_number);
169 Location location(kFunction, kFile, kLineNumber, NULL);
170 ThreadData::TallyABirthIfActive(location);
    [all...]
  /frameworks/base/location/java/android/location/
LocationManager.java 17 package android.location;
19 import com.android.internal.location.ProviderProperties;
43 * This class provides access to the system location services. These
45 * device's geographical location, or to fire an application-specified
47 * geographical location.
54 * <p class="note">Unless noted, all Location API methods require
58 * access to the GPS or passive location providers. Other providers will still
59 * return location results, but the update rate will be throttled and the exact
60 * location will be obfuscated to a coarse level of accuracy.
87 * Name of the network location provider
296 Location location = new Location((Location) msg.obj); local
    [all...]
  /frameworks/base/docs/html/training/location/
display-address.jd 1 page.title=Displaying a Location Address
10 <li><a href="#connect">Get a Geographic Location</a></li>
24 <a href="retrieve-current.html">Getting the Last Known Location</a>
27 <a href="receive-location-updates.html">Receiving Location Updates</a>
34 <a href="https://github.com/googlesamples/android-play-location/tree/master/LocationAddress" class="external-link">LocationAddress</a>
41 Location</a> and <a href="receive-location-updates.html">Receiving Location
42 Updates</a> describe how to get the user's location in the form of
    [all...]
  /art/compiler/optimizing/
parallel_move_resolver.cc 80 Location LowOf(Location location) {
81 if (location.IsRegisterPair()) {
82 return Location::RegisterLocation(location.low());
83 } else if (location.IsFpuRegisterPair()) {
84 return Location::FpuRegisterLocation(location.low());
85 } else if (location.IsDoubleStackSlot())
    [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 70 InstructionOperand DefineAsLocation(Node* node, LinkageLocation location,
72 return Define(node, ToUnallocatedOperand(location, rep, GetVReg(node)));
131 InstructionOperand UseExplicit(LinkageLocation location) {
133 if (location.IsRegister()) {
135 location.AsRegister());
138 location.GetLocation());
146 InstructionOperand UseLocation(Node* node, LinkageLocation location,
148 return Use(node, ToUnallocatedOperand(location, rep, GetVReg(node)));
187 InstructionOperand TempLocation(LinkageLocation location,
189 return ToUnallocatedOperand(location, rep
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 76 void glGetUniformfv ( GLuint program, GLint location, GLfloat *params )
77 void glGetUniformiv ( GLuint program, GLint location, GLint *params )
113 void glUniform1f ( GLint location, GLfloat x )
114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
115 void glUniform1i ( GLint location, GLint x )
116 void glUniform1iv ( GLint location, GLsizei count, const GLint *v )
117 void glUniform2f ( GLint location, GLfloat x, GLfloat y )
118 void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
119 void glUniform2i ( GLint location, GLint x, GLint y )
120 void glUniform2iv ( GLint location, GLsizei count, const GLint *v
    [all...]
  /art/test/134-reg-promotion/
info.txt 2 and float operations is flushed to all home location.
  /cts/tests/tests/location/src/android/location/cts/
GnssMeasurementsEventCallbackTest.java 17 package android.location.cts;
19 import android.location.GnssClock;
20 import android.location.GnssMeasurement;
21 import android.location.GnssMeasurementsEvent;
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Attraction.java 34 public LatLng location; field in class:Attraction
44 Uri secondaryImageUrl, LatLng location, String city) {
50 this.location = location;
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Attraction.java 34 public LatLng location; field in class:Attraction
44 Uri secondaryImageUrl, LatLng location, String city) {
50 this.location = location;
  /development/apps/SettingInjectorSample/res/xml/
disabled_injected_location_setting.xml 3 <injected-location-setting xmlns:android="http://schemas.android.com/apk/res/android"
failing_injected_location_setting.xml 3 <injected-location-setting xmlns:android="http://schemas.android.com/apk/res/android"

Completed in 884 milliseconds

<<11121314151617181920>>