Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/content/
DArtifactDetails.java103 ArtifactFileDescriptor pe = mappingCurrent.get(be.path); in diffContents() local
104 if (!be.digest.equals(pe.digest)) { in diffContents()
107 affected.add(pe); in diffContents()
117 for (ArtifactFileDescriptor pe : current.details) { in diffContents()
118 if (!mappingBase.containsKey(pe.path)) { in diffContents()
119 CLog.d("added: %s", pe.path); in diffContents()
121 affected.add(pe); in diffContents()
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssConcurrencyTest.py292 pe = gutils.calculate_position_error(lat, lon,
294 position_errors.append(pe)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py1183 pe = calculate_position_error(track_lat, track_long, true_position)
1185 pe=pe,
1198 pe_list = [float(track_data[key].pe) for key in time_list]