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

/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/ui/
H A DKeyLayoutMap.cpp150 LOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
167 LOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
175 mTokenizer->getLocation().string(),
191 LOGE("%s: Expected key scan code number, got '%s'.", mTokenizer->getLocation().string(),
196 LOGE("%s: Duplicate entry for key scan code '%s'.", mTokenizer->getLocation().string(),
205 LOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
218 LOGE("%s: Expected key flag label, got '%s'.", mTokenizer->getLocation().string(),
223 LOGE("%s: Duplicate key flag '%s'.", mTokenizer->getLocation().string(),
245 LOGE("%s: Expected axis scan code number, got '%s'.", mTokenizer->getLocation().string(),
250 LOGE("%s: Duplicate entry for axis scan code '%s'.", mTokenizer->getLocation()
[all...]
H A DVirtualKeyMap.cpp96 LOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
108 mTokenizer->getLocation().string());
120 mTokenizer->getLocation().string());
134 mTokenizer->getLocation().string(),
H A DKeyCharacterMap.cpp458 LOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
477 LOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
494 mTokenizer->getLocation().string(),
505 mTokenizer->getLocation().string());
511 mTokenizer->getLocation().string());
521 mTokenizer->getLocation().string());
538 LOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(),
554 LOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
559 LOGE("%s: Duplicate entry for key code '%s'.", mTokenizer->getLocation().string(),
568 mTokenizer->getLocation()
[all...]
/frameworks/base/libs/utils/
H A DPropertyMap.cpp166 LOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
175 LOGE("%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.cpp100 String8 Tokenizer::getLocation() const { function in class:android::Tokenizer
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp43 clang::FullSourceLoc(PVD->getLocation(), SM),
72 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
104 clang::FullSourceLoc(FD->getLocation(),
128 clang::FullSourceLoc(PVD->getLocation(),
162 clang::FullSourceLoc(PVD->getLocation(),
195 clang::FullSourceLoc(FD->getLocation(),
337 clang::FullSourceLoc(FD->getLocation(),
354 clang::FullSourceLoc(FD->getLocation(),
364 clang::FullSourceLoc(FD->getLocation(),
H A Dslang_diagnostic_buffer.cpp45 clang::SourceLocation const &SrcLoc = Info.getLocation();
H A Dslang_rs_export_type.cpp67 clang::FullSourceLoc(TopLevelRecord->getLocation(), SM),
72 clang::FullSourceLoc(VD->getLocation(), SM),
207 clang::FullSourceLoc(FD->getLocation(),
409 clang::FullSourceLoc(VD->getLocation(),
1104 clang::FullSourceLoc(RD->getLocation(), *SM),
1117 clang::FullSourceLoc(RD->getLocation(), *SM),
1132 clang::FullSourceLoc(RD->getLocation(), *SM),
1142 clang::FullSourceLoc(RD->getLocation(), *SM),
1153 clang::FullSourceLoc(RD->getLocation(), *SM),
1304 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.cpp274 PragmaToken.getLocation(), PP);
H A Dslang_rs_backend.cpp90 clang::FullSourceLoc(FD->getLocation(), mSourceMgr),
H A Dslang_rs_object_ref_count.cpp406 ClearObjectFD->getLocation(),
1144 RSExportPrimitiveType::DataTypeRSFont)->getLocation();
1253 clang::SourceLocation Loc = VD->getLocation();
1324 VD->getLocation());
/frameworks/base/include/utils/
H A DTokenizer.h68 String8 getLocation() const;
/frameworks/base/core/java/android/app/
H A DLoadedApk.java518 leak.setStackTrace(rd.getLocation().getStackTrace());
539 leak.setStackTrace(sd.getLocation().getStackTrace());
781 IntentReceiverLeaked getLocation() { method in class:LoadedApk.ReceiverDispatcher
967 ServiceConnectionLeaked getLocation() { method in class:LoadedApk.ServiceDispatcher
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java149 public String getLocation() { method in class:CacheManager.CacheResult
822 ret.location = headers.getLocation();
H A DLoadListener.java1273 String redirectTo = mHeaders.getLocation();
1285 + mHeaders.getLocation());
H A DHTML5VideoViewProxy.java459 mUrl = new URL(mHeaders.getLocation());
/frameworks/base/core/java/android/net/http/
H A DHeaders.java331 public String getLocation() { method in class:Headers
/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java417 leak.setStackTrace(root.getLocation().getStackTrace());
H A DViewRootImpl.java662 final WindowLeaked getLocation() { method in class:ViewRootImpl
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java252 s = headers.getLocation();

Completed in 383 milliseconds