Searched refs:getLocation (Results 1 - 25 of 31) 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/compile/slang/
H A Dslang_rs_export_foreach.cpp47 Context->ReportError(FD->getLocation(),
80 Context->ReportError(FD->getLocation(),
100 Context->ReportError(PVD->getLocation(),
114 Context->ReportError(PVD->getLocation(),
128 PVD->getLocation(),
137 Context->ReportError(FD->getLocation(),
154 Context->ReportError(FD->getLocation(),
193 Context->ReportError(PVD->getLocation(),
203 Context->ReportError(PVD->getLocation(),
213 Context->ReportError(FD->getLocation(),
[all...]
H A Dslang_pragma_recorder.cpp76 PP.Diag(NextToken->getLocation(),
89 PP.Diag(NextToken->getLocation(),
98 PP.Diag(FirstToken.getLocation(),
H A Dslang_diagnostic_buffer.cpp44 clang::SourceLocation const &SrcLoc = Info.getLocation();
H A Dslang_rs_export_var.cpp64 Context->ReportError(VD->getLocation(),
86 VD->getLocation(),
H A Dslang_rs_export_type.cpp183 Context->ReportError(TopLevelRecord->getLocation(), Message)
186 Context->ReportError(ND->getLocation(), Message) << ND->getName()
320 FD->getLocation(),
634 Context->ReportError(VD->getLocation(),
662 VD->getLocation(), TargetAPI, IsFilterscript);
1287 RD->getLocation(),
1297 Context->ReportError(RD->getLocation(),
1310 Context->ReportError(RD->getLocation(),
1318 Context->ReportError(RD->getLocation(),
1327 Context->ReportError(RD->getLocation(),
[all...]
H A Dslang_rs_export_func.cpp41 FD->getLocation(),
H A Dslang_rs_backend.cpp78 !SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) {
95 if (!SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr))
96 mContext->ReportError(FD->getLocation(),
H A Dslang_rs_check_ast.cpp204 VD->getLocation(),
H A Dslang_rs_object_ref_count.cpp391 ClearObjectFD->getLocation(),
1136 DataTypeRSAllocation)->getLocation();
1247 clang::SourceLocation Loc = VD->getLocation();
1319 VD->getLocation());
1451 VD->getLocation())) {
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp201 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
222 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
230 mTokenizer->getLocation().string(),
253 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(),
259 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(),
268 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
281 ALOGE("%s: Expected key flag label, got '%s'.", mTokenizer->getLocation().string(),
286 ALOGE("%s: Duplicate key flag '%s'.", mTokenizer->getLocation().string(),
309 ALOGE("%s: Expected axis scan code number, got '%s'.", mTokenizer->getLocation().string(),
314 ALOGE("%s: Duplicate entry for axis scan code '%s'.", mTokenizer->getLocation()
[all...]
H A DVirtualKeyMap.cpp97 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
109 mTokenizer->getLocation().string());
121 mTokenizer->getLocation().string());
135 mTokenizer->getLocation().string(),
H A DKeyCharacterMap.cpp680 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
703 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
720 mTokenizer->getLocation().string(),
731 mTokenizer->getLocation().string());
737 mTokenizer->getLocation().string());
744 mTokenizer->getLocation().string());
751 mTokenizer->getLocation().string());
762 mTokenizer->getLocation().string());
781 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(),
799 ALOGE("%s: Expected keyword after 'map', got '%s'.", mTokenizer->getLocation()
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGridDefault.java144 Location loc = getLocation(itemIndex);
156 endRow = getLocation(endIndex).row;
163 startRow = getLocation(startIndex).row;
H A DStaggeredGrid.java190 public final Location getLocation(int index) { method in class:StaggeredGrid
295 mTmpItemPositionsInRows[getLocation(i).row].add(i);
H A DGridLayoutManager.java769 int row = mGrid.getLocation(i).row;
775 int firstItemRowPosition = mRows[mGrid.getLocation(firstIndex).row].low;
1174 int rowOfLowPos = mGrid.getLocation(lowVisiblePos).row;
1191 int rowOfHighPos = mGrid.getLocation(highVisiblePos).row;
1350 final int row = mGrid.getLocation(index).row;
1385 final int row = mGrid.getLocation(index).row;
1477 int row = mGrid.getLocation(i).row;
1656 mGridProvider.createItem(i, mGrid.getLocation(i).row, true);
1883 StaggeredGrid.Location location = mGrid.getLocation(pos);
1930 StaggeredGrid.Location location = mGrid.getLocation(po
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareMonitorEvent.java71 public Location getLocation() { method in class:GeofenceHardwareMonitorEvent
H A DGeofenceHardware.java489 event.getLocation());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java215 public int getLocation() { method in class:ImageShader.ProgramUniform
302 return getProgramUniform(name, true).getLocation();
338 GLES20.glUniform1iv(uniform.getLocation(), len, values, 0);
342 GLES20.glUniform2iv(uniform.getLocation(), len / 2, values, 0);
346 GLES20.glUniform2iv(uniform.getLocation(), len / 3, values, 0);
350 GLES20.glUniform2iv(uniform.getLocation(), len / 4, values, 0);
367 GLES20.glUniform1fv(uniform.getLocation(), len, values, 0);
371 GLES20.glUniform2fv(uniform.getLocation(), len / 2, values, 0);
375 GLES20.glUniform3fv(uniform.getLocation(), len / 3, values, 0);
379 GLES20.glUniform4fv(uniform.getLocation(), le
[all...]
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java153 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
/frameworks/base/core/java/android/app/
H A DLoadedApk.java646 leak.setStackTrace(rd.getLocation().getStackTrace());
672 leak.setStackTrace(sd.getLocation().getStackTrace());
921 IntentReceiverLeaked getLocation() { method in class:LoadedApk.ReceiverDispatcher
1107 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 430 milliseconds

12