Home
last modified time | relevance | path

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

12

/tools/loganalysis/tests/src/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/tradefederation/core/src/com/android/tradefed/testtype/suite/params/
DSecondaryUserHandler.java70 RunCommandTargetPreparer location = new RunCommandTargetPreparer(); in createLocationPreparer() local
71 location.addRunCommand("settings put secure location_providers_allowed +gps"); in createLocationPreparer()
72 location.addRunCommand("settings put secure location_providers_allowed +network"); in createLocationPreparer()
73 return location; in createLocationPreparer()
/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/loganalysis/src/com/android/loganalysis/item/
DActivityServiceItem.java50 public void setLocationDumps(LocationDumpsItem location) { in setLocationDumps() argument
51 setAttribute(LOCATION_DUMPS, location); in setLocationDumps()
/tools/metalava/src/main/java/com/android/tools/metalava/
DReporter.kt140 … which: (severity: Severity, location: String?, message: String, id: Issues.Issue) -> Boolean in report()
290 … private fun doReport(severity: Severity, location: String?, message: String, id: Issues.Issue?) = in doReport()
291 report(severity, location, message, id) in doReport()
295 location: String?, in doReport()
321 format(effectiveSeverity, location, message, id, color, options.omitLocations), in doReport()
329 location: String?, in format()
340 location?.let { in format()
359 location?.let { sb.append(it).append(": ") } in format()
407 location: String?, in reportEvenIfSuppressed()
414 location, in reportEvenIfSuppressed()
DFileReadSandbox.kt80 FileReadSandbox::class.java.protectionDomain?.codeSource?.location?.toURI()?.path?.let { in initialize()
/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/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/
DAndroid.mk.bak42 # Standard location for native device tests; automatically defaults
44 # want to override the default location to use a different subdirectory, such as:
/tools/ndkports/
Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.
/tools/asuite/asuite_plugin/
Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.
/tools/trebuchet/
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.
/tools/tradefederation/core/
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/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/apksig/etc/
Dapksigner.bat36 echo location of your Java installation.
49 echo location of your Java installation.
/tools/test/connectivity/acts/tests/google/gnss/
DFlpTtffTest.py97 def flp_ttff_hs_and_cs(self, criteria, location): argument
106 location, type="flp")
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py353 def __create_handler(self, creator, level, location): argument
365 LogStyles.LOCATION_TO_CONTEXT_LEVEL[location])
/tools/dexter/dexter/
Ddissasembler.h38 virtual bool Visit(lir::CodeLocation* location) override;
/tools/currysrc/scripts/
Drepackage-common.sh228 …checkChangeLog <(grep @location "${UNSUPPORTED_APP_USAGE_FILE}" | grep -vE "[[:space:]]*//" | cut …
/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/tradefederation/core/atest/docs/
Ddevelop_test_runners.md27 ```test_runners/``` is the default location.
Ddevelop_test_finders.md32 ```test_finders/``` is the default location.
/tools/asuite/atest/docs/
Ddevelop_test_runners.md27 ```test_runners/``` is the default location.
Ddevelop_test_finders.md32 ```test_finders/``` is the default location.

12