Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 48) sorted by relevance

12

/tools/loganalysis/javatests/com/android/loganalysis/rule/
DLocationUsageRuleTest.java59 LocationDumpsItem location = new LocationDumpsItem(); in testLocationUsageAnalysis() local
60 location.addLocationClient("com.google.android.gms", 1, 0, 0, "PRIORITY_NO_POWER", 140); in testLocationUsageAnalysis()
61 location.addLocationClient("com.google.android.gms", 5, 5, 5, in testLocationUsageAnalysis()
63 mActivityService.setLocationDumps(location); in testLocationUsageAnalysis()
76 LocationDumpsItem location = new LocationDumpsItem(); in testNoSignificantLocationUsageAnalysis() local
77 location.addLocationClient("com.google.android.gms", 1, 0, 0, "PRIORITY_NO_POWER", 140); in testNoSignificantLocationUsageAnalysis()
78 location.addLocationClient("com.google.android.gms", 285, 285, 285, in testNoSignificantLocationUsageAnalysis()
80 mActivityService.setLocationDumps(location); in testNoSignificantLocationUsageAnalysis()
/tools/metalava/src/main/java/com/android/tools/metalava/
DReporter.kt144 … which: (severity: Severity, location: String?, message: String, id: Issues.Issue) -> Boolean in report()
296 … private fun doReport(severity: Severity, location: String?, message: String, id: Issues.Issue?) = in doReport()
297 report(severity, location, message, id) in doReport()
301 location: String?, in doReport()
319 …val formattedMessage = format(effectiveSeverity, location, message, id, color, options.omitLocatio… in doReport()
332 location: String?, in format()
343 location?.let { in format()
362 location?.let { sb.append(it).append(": ") } in format()
389 location: String?, in reportEvenIfSuppressed()
396 location, in reportEvenIfSuppressed()
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/components/
DChooseTrace.kt28 fun selectFile(location: Point, fileSelected: (File) -> Unit) { in selectFile()
30 fd.setLocation(location.x + 100, location.y + 50) in selectFile()
/tools/test/connectivity/acts/framework/acts/controllers/spirent_lib/
Dgss6450.py111 location = resp_raw.split('-i')[-1].strip(' ')
113 if location:
114 self._logger.debug('Got scenario location: "%s".', location)
118 return location
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dhfp_lib.py401 def setMemoryLocation(self, location, number): argument
412 test_args = {"location": location, "number": number}
418 def clearMemoryLocation(self, location): argument
429 test_args = {"location": location}
/tools/loganalysis/src/com/android/loganalysis/item/
DActivityServiceItem.java50 public void setLocationDumps(LocationDumpsItem location) { in setLocationDumps() argument
51 setAttribute(LOCATION_DUMPS, location); in setLocationDumps()
/tools/asuite/atest/integration_tests/
DAndroid.bp23 // artifact location instead of using the Soong 'location' feature.
/tools/asuite/asuite_plugin/
Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.
/tools/metalava/
Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.
DAndroid.bp77 cmd: "($(location metalava) --no-banner --copy-annotations tools/metalava/stub-annotations " +
78 …"$(genDir)/private-stub-annotations) && ($(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)…
/tools/trebuchet/
Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.
/tools/ndkports/
Dgradlew.bat49 echo location of your Java installation.
63 echo location of your Java installation.
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed_win.bat61 :: hostname.domain.com=-Djava.io.tmpdir=/location/on/disk -Danother=false ...
62 :: hostname2.domain.com=-Djava.io.tmpdir=/different/location -Danother=true ...
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto622 // - A location may refer to a repeated field itself (i.e. not to any
626 // have an outer location whose path refers to the "extensions" repeated
632 // - A location's span is not always a subset of its parent's span. For
636 // - Just because a location's span is a subset of some other location's span
643 repeated Location location = 1; field
646 // location.
663 // Thus, the above path gives the location of a field name. If we removed
/tools/apksig/etc/
Dapksigner.bat36 echo location of your Java installation.
49 echo location of your Java installation.
/tools/test/connectivity/acts_tests/tests/google/gnss/
DFlpTtffTest.py103 def flp_ttff_hs_and_cs(self, criteria, location): argument
113 self.ad, begin_time, location, type="flp")
DGnssWearableTetherFunctionTest.py94 def flp_ttff(self, mode, criteria, location): argument
105 self.watch, begin_time, location, type="flp")
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DCodebase.kt58 var location: File in <lambda>() variable
266 abstract class DefaultCodebase(override var location: File) : Codebase { variable in com.android.tools.metalava.model.DefaultCodebase
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py354 def __create_handler(self, creator, level, location): argument
366 LogStyles.LOCATION_TO_CONTEXT_LEVEL[location])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py1119 plot.legend.location = "top_right"
1176 plot_i_j.legend.location = "top_right"
1204 plot_i_j.legend.location = "top_right"
1256 plot_i_j.legend.location = "top_right"
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextCodebase.kt50 class TextCodebase(location: File) : DefaultCodebase(location) {
/tools/treble/hacksaw/
DREADME.md9 …are read-only bind mounts. This lets you build without cloning the full codebase to a new location!
101 to a location in your path. For example:
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/
DTraceViewerWindow.kt56 action { ChooseTrace.selectFile(frame.location) { import(it) } } in <lambda>()
DTimelineView.kt120 lastMousePosition.location = e.point in mouseMoved()
/tools/dexter/dexter/
Ddisassembler.h38 virtual bool Visit(lir::CodeLocation* location) override;

12