Searched refs:getLocation (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DCSVFormatter.java52 if (entry.getLocation().hasAccuracy()) {
53 rowOutput.append(entry.getLocation().getAccuracy());
56 rowOutput.append(entry.getLocation().getLatitude());
58 rowOutput.append(entry.getLocation().getLongitude());
60 if (entry.getLocation().hasAltitude()) {
61 rowOutput.append(entry.getLocation().getAltitude());
64 if (entry.getLocation().hasSpeed()) {
65 rowOutput.append(entry.getLocation().getSpeed());
68 if (entry.getLocation().hasBearing()) {
69 rowOutput.append(entry.getLocation()
[all...]
H A DKMLFormatter.java48 Location loc = entry.getLocation();
H A DTrackerEntry.java143 Location getLocation() { method in class:TrackerEntry
/frameworks/base/libs/androidfw/
H A DKeyLayoutMap.cpp165 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
182 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
190 mTokenizer->getLocation().string(),
213 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(),
220 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(),
229 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
242 ALOGE("%s: Expected key flag label, got '%s'.", mTokenizer->getLocation().string(),
247 ALOGE("%s: Duplicate key flag '%s'.", mTokenizer->getLocation().string(),
270 ALOGE("%s: Expected axis scan code number, got '%s'.", mTokenizer->getLocation().string(),
275 ALOGE("%s: Duplicate entry for axis scan code '%s'.", mTokenizer->getLocation()
[all...]
H A DVirtualKeyMap.cpp96 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
108 mTokenizer->getLocation().string());
120 mTokenizer->getLocation().string());
134 mTokenizer->getLocation().string(),
H A DKeyCharacterMap.cpp678 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
701 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
718 mTokenizer->getLocation().string(),
729 mTokenizer->getLocation().string());
735 mTokenizer->getLocation().string());
742 mTokenizer->getLocation().string());
749 mTokenizer->getLocation().string());
760 mTokenizer->getLocation().string());
779 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(),
797 ALOGE("%s: Expected keyword after 'map', got '%s'.", mTokenizer->getLocation()
[all...]
/frameworks/native/libs/utils/
H A DPropertyMap.cpp166 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
175 ALOGE("%s: Expected non-empty property key.", mTokenizer->getLocation().string());
183 mTokenizer->getLocation().string());
192 mTokenizer->getLocation().string());
199 mTokenizer->getLocation().string(),
206 mTokenizer->getLocation().string(), keyToken.string());
H A DTokenizer.cpp112 String8 Tokenizer::getLocation() const { function in class:android::Tokenizer
/frameworks/compile/slang/
H A Dslang_pragma_recorder.cpp77 PP.Diag(NextToken->getLocation(),
90 PP.Diag(NextToken->getLocation(),
99 PP.Diag(FirstToken.getLocation(),
H A Dslang_rs_export_foreach.cpp43 clang::FullSourceLoc(PVD->getLocation(), SM),
68 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
93 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
125 clang::FullSourceLoc(FD->getLocation(),
149 clang::FullSourceLoc(PVD->getLocation(),
183 clang::FullSourceLoc(PVD->getLocation(),
216 clang::FullSourceLoc(FD->getLocation(),
240 clang::FullSourceLoc(FD->getLocation(),
282 clang::FullSourceLoc(PVD->getLocation(),
309 clang::FullSourceLoc(FD->getLocation(),
[all...]
H A Dslang_diagnostic_buffer.cpp44 clang::SourceLocation const &SrcLoc = Info.getLocation();
H A Dslang_rs_export_var.cpp77 ReportVarError(Context, VD->getLocation(),
98 ReportVarError(Context, VD->getLocation(),
H A Dslang_rs_backend.cpp79 !SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) {
97 if (!SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr))
99 clang::FullSourceLoc(FD->getLocation(), mSourceMgr),
H A Dslang_rs_check_ast.cpp97 clang::FullSourceLoc(VD->getLocation(), mSM),
H A Dslang_rs_export_func.cpp41 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
H A Dslang_rs_export_type.cpp105 clang::FullSourceLoc(TopLevelRecord->getLocation(), SM),
110 clang::FullSourceLoc(ND->getLocation(), SM),
246 clang::FullSourceLoc(FD->getLocation(),
557 clang::FullSourceLoc(VD->getLocation(),
588 VD->getLocation(), TargetAPI, IsFilterscript);
1274 clang::FullSourceLoc(RD->getLocation(), *SM),
1287 clang::FullSourceLoc(RD->getLocation(), *SM),
1302 clang::FullSourceLoc(RD->getLocation(), *SM),
1312 clang::FullSourceLoc(RD->getLocation(), *SM),
1323 clang::FullSourceLoc(RD->getLocation(), *S
[all...]
H A Dslang_rs_pragma_handler.cpp299 PragmaToken.getLocation(), PP);
H A Dslang_rs_object_ref_count.cpp405 ClearObjectFD->getLocation(),
1156 RSExportPrimitiveType::DataTypeRSFont)->getLocation();
1270 clang::SourceLocation Loc = VD->getLocation();
1343 VD->getLocation());
1476 VD->getLocation())) {
/frameworks/native/include/utils/
H A DTokenizer.h78 String8 getLocation() const;
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java159 public String getLocation() { method in class:CacheManager.CacheResult
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbMessage.java261 public SmsCbLocation getLocation() { method in class:SmsCbMessage
H A DCellBroadcastMessage.java230 SmsCbLocation location = msg.getLocation();
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java337 private Location getLocation(int flags, double latitude, method in class:GeofenceHardwareImpl
383 Location location = getLocation(flags, latitude, longitude, altitude, speed, bearing,
397 Location location = getLocation(flags, latitude, longitude, altitude, speed, bearing,
/frameworks/base/core/java/android/app/
H A DLoadedApk.java546 leak.setStackTrace(rd.getLocation().getStackTrace());
570 leak.setStackTrace(sd.getLocation().getStackTrace());
818 IntentReceiverLeaked getLocation() { method in class:LoadedApk.ReceiverDispatcher
1005 ServiceConnectionLeaked getLocation() { method in class:LoadedApk.ServiceDispatcher
/frameworks/base/core/java/android/net/http/
H A DHeaders.java331 public String getLocation() { method in class:Headers

Completed in 2220 milliseconds

12