Searched refs:getLocation (Results 1 - 25 of 45) 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();
/frameworks/compile/slang/
H A Dslang_rs_special_func.cpp68 Context->ReportError(PVD->getLocation(),
78 Context->ReportError(FD->getLocation(),
85 Context->ReportError(FD->getLocation(),
93 Context->ReportError(FD->getLocation(),
H A Dslang_rs_special_kernel_param.cpp130 PVD->getLocation(),
141 Context->ReportError(PVD->getLocation(),
156 Context->ReportError(PVD->getLocation(),
168 PVD->getLocation(),
182 Context->ReportError(PVD->getLocation(),
193 PVD->getLocation(),
209 Context->ReportError(PVD->getLocation(),
H A Dslang_rs_export_var.cpp32 : RSExportable(Context, RSExportable::EX_VAR, VD->getLocation()),
64 Context->ReportError(VD->getLocation(),
86 VD->getLocation(),
H A Dslang_rs_export_reduce.cpp180 << Ret->getLocation().printToString(S.PP.getSourceManager())
181 << FDecl->getLocation().printToString(S.PP.getSourceManager());
199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static")
225 S.RSC.ReportError(Fn->getLocation(),
240 S.RSC.ReportError(Param->getLocation(),
259 S.RSC.ReportError(S.FnInitializer->getLocation(),
270 S.RSC.ReportError(S.FnInitializer->getLocation(),
281 S.RSC.ReportError(S.FnInitializer->getLocation(),
304 S.RSC.ReportError(S.FnAccumulator->getLocation(),
316 S.RSC.ReportError(S.FnAccumulator->getLocation(),
[all...]
H A Dslang_rs_reflection_state.cpp311 mRSC->ReportError(EF->getLocation(),
327 mRSC->ReportError(EF->getLocation(),
334 mRSC->ReportError(EF->getLocation(),
343 mRSC->ReportError(EF->getLocation(),
349 mRSC->ReportError(EF->getLocation(),
359 mRSC->ReportError(EF->getLocation(),
366 mRSC->ReportError(EF->getLocation(),
407 mRSC->ReportError(EF->getLocation(),
417 mRSC->ReportError(EF->getLocation(),
448 mRSC->ReportError(EF->getLocation(),
[all...]
H A Dslang_rs_export_foreach.cpp64 Context->ReportError(FD->getLocation(),
97 Context->ReportError(FD->getLocation(),
116 Context->ReportError(PVD->getLocation(),
131 Context->ReportError(PVD->getLocation(),
145 PVD->getLocation(),
154 Context->ReportError(FD->getLocation(),
171 Context->ReportError(FD->getLocation(),
204 Context->ReportError(PVD->getLocation(),
215 Context->ReportError(PVD->getLocation(),
225 Context->ReportError(PVD->getLocation(),
[all...]
H A Dslang_diagnostic_buffer.cpp38 clang::SourceLocation const &SrcLoc = Info.getLocation();
H A Dslang_rs_exportable.h53 clang::SourceLocation getLocation() const { return mLoc; } function in class:slang::RSExportable
H A Dslang_rs_export_func.h51 : RSExportable(Context, RSExportable::EX_FUNC, FD->getLocation()),
H A Dslang_rs_pragma_handler.cpp142 const clang::SourceLocation PragmaLocation = FirstToken.getLocation();
167 PP.Diag(PragmaToken.getLocation(),
197 << (*I)->getLocation().printToString(PP.getSourceManager());
283 PP.Diag(PragmaToken.getLocation(),
294 PP.Diag(PragmaToken.getLocation(),
305 PP.Diag(PragmaToken.getLocation(),
316 PP.Diag(PragmaToken.getLocation(),
328 PP.Diag(PragmaToken.getLocation(),
537 PragmaToken.getLocation(), PP);
H A Dslang_rs_context.cpp243 if (Slang::IsLocInRSHeaderFile(VD->getLocation(),
250 DiagEngine->Report(VD->getLocation(), DiagEngine->getCustomDiagID(
361 const clang::SourceLocation Loc = FD->getLocation();
H A Dslang_rs_check_ast.cpp157 Context->ReportError(FD->getLocation(),
215 VD->getLocation(),
H A Dslang_rs_export_type.cpp198 Context->ReportError(TopLevelRecord->getLocation(), Message)
201 Context->ReportError(ND->getLocation(), Message) << ND->getName()
337 FD->getLocation(),
694 Context->ReportError(VD->getLocation(),
731 VD->getLocation(), TargetAPI, IsFilterscript,
1370 RD->getLocation(),
1380 Context->ReportError(RD->getLocation(),
1393 Context->ReportError(RD->getLocation(),
1401 Context->ReportError(RD->getLocation(),
1410 Context->ReportError(RD->getLocation(),
[all...]
/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.cpp730 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
753 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
770 mTokenizer->getLocation().string(),
781 mTokenizer->getLocation().string());
787 mTokenizer->getLocation().string());
794 mTokenizer->getLocation().string());
801 mTokenizer->getLocation().string());
812 mTokenizer->getLocation().string());
834 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(),
852 ALOGE("%s: Expected keyword after 'map', got '%s'.", mTokenizer->getLocation()
[all...]
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DStaggeredGridDefault.java34 if (getLocation(mFirstVisibleIndex).row == rowIndex) {
38 Location loc = getLocation(i);
46 Location loc = getLocation(mLastVisibleIndex);
52 loc = getLocation(i);
71 Location loc = getLocation(mLastVisibleIndex);
77 loc = getLocation(i);
84 if (getLocation(mFirstVisibleIndex).row == rowIndex) {
88 Location loc = getLocation(i);
106 Location loc = getLocation(indexLimit);
114 loc = getLocation(
[all...]
H A DStaggeredGrid.java97 public final Location getLocation(int index) { method in class:StaggeredGrid
148 offset = getLocation(mFirstVisibleIndex).offset;
166 Location loc = getLocation(itemIndex);
205 Location loc = getLocation(cachedIndex);
218 int offset = isReversedFlow() ? -getLocation(cachedIndex).size - mSpacing:
219 getLocation(cachedIndex).size + mSpacing;
221 offset -= getLocation(i).offset;
245 Location oldFirstLoc = mFirstIndex >= 0 ? getLocation(mFirstIndex) : null;
320 Location loc = getLocation(itemIndex);
412 CircularIntArray row = mTmpItemPositionsInRows[getLocation(
[all...]
H A DGrid.java272 Location location = getLocation(index);
282 public abstract Location getLocation(int index); method in class:Grid
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DStaggeredGridDefaultTest.java51 int row_result1 = mStaggeredGrid.getLocation(8).row;
63 int row_result2 = mStaggeredGrid.getLocation(8).row;
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareMonitorEvent.java71 public Location getLocation() { method in class:GeofenceHardwareMonitorEvent
/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.java154 public String getLocation() { method in class:CacheManager.CacheResult

Completed in 901 milliseconds

12