Searched refs:getLocation (Results 1 - 25 of 27) 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_diagnostic_buffer.cpp44 clang::SourceLocation const &SrcLoc = Info.getLocation();
H A Dslang_rs_export_foreach.cpp43 clang::FullSourceLoc(PVD->getLocation(), SM),
68 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
82 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
114 clang::FullSourceLoc(FD->getLocation(),
138 clang::FullSourceLoc(PVD->getLocation(),
172 clang::FullSourceLoc(PVD->getLocation(),
205 clang::FullSourceLoc(FD->getLocation(),
382 clang::FullSourceLoc(PVD->getLocation(),
395 clang::FullSourceLoc(FD->getLocation(),
405 clang::FullSourceLoc(FD->getLocation(),
[all...]
H A Dslang_rs_export_var.cpp75 ReportVarError(Context, VD->getLocation(),
96 ReportVarError(Context, VD->getLocation(),
H A Dslang_rs_export_type.cpp106 clang::FullSourceLoc(TopLevelRecord->getLocation(), SM),
111 clang::FullSourceLoc(VD->getLocation(), SM),
247 clang::FullSourceLoc(FD->getLocation(),
500 clang::FullSourceLoc(VD->getLocation(),
1200 clang::FullSourceLoc(RD->getLocation(), *SM),
1213 clang::FullSourceLoc(RD->getLocation(), *SM),
1228 clang::FullSourceLoc(RD->getLocation(), *SM),
1238 clang::FullSourceLoc(RD->getLocation(), *SM),
1249 clang::FullSourceLoc(RD->getLocation(), *SM),
1400 clang::FullSourceLoc(RD->getLocation(), DiagEngin
[all...]
H A Dslang_rs_export_func.cpp41 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
H A Dslang_rs_pragma_handler.cpp297 PragmaToken.getLocation(), PP);
H A Dslang_rs_object_ref_count.cpp408 ClearObjectFD->getLocation(),
1154 RSExportPrimitiveType::DataTypeRSFont)->getLocation();
1269 clang::SourceLocation Loc = VD->getLocation();
1342 VD->getLocation());
/frameworks/native/include/utils/
H A DTokenizer.h78 String8 getLocation() const;
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java166 public String getLocation() { method in class:CacheManager.CacheResult
H A DHTML5VideoViewProxy.java505 mUrl = new URL(mHeaders.getLocation());
/frameworks/base/telephony/java/android/telephony/
H A DSmsCbMessage.java261 public SmsCbLocation getLocation() { method in class:SmsCbMessage
H A DCellBroadcastMessage.java234 SmsCbLocation location = msg.getLocation();
/frameworks/base/core/java/android/app/
H A DLoadedApk.java538 leak.setStackTrace(rd.getLocation().getStackTrace());
562 leak.setStackTrace(sd.getLocation().getStackTrace());
810 IntentReceiverLeaked getLocation() { method in class:LoadedApk.ReceiverDispatcher
996 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
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java252 s = headers.getLocation();
/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java450 leak.setStackTrace(root.getLocation().getStackTrace());

Completed in 883 milliseconds

12