Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 36) 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/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/buds_lib/data_storage/_sponge/
Dsponge_client_lite.py248 self.location = None
287 assert self.location == other_file_coverage.location
294 result_file_coverage.location = self.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/metalava/src/main/java/com/android/tools/metalava/
DDexApiWriter.kt97 val location = reporter.elementToLocation(psiItem, false) in writeLocation() constant
98 writer.println(location ?: "<unknown>:-1") in writeLocation()
DReporter.kt284 location: String?, in toString()
314 location?.let { in toString()
331 location?.let { sb.append(it).append(": ") } in toString()
/tools/metalava/
DAndroid.bp58 cmd: "($(location metalava) --no-banner --copy-annotations tools/metalava/stub-annotations " +
59 …"$(genDir)/private-stub-annotations) && ($(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)…
Dgradlew.bat30 echo location of your Java installation.
44 echo location of your Java installation.
/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/tradefederation/core/src/com/android/tradefed/util/net/
DHttpHelper.java432 String location = conn.getHeaderField("Location"); in getRemoteUrlStream() local
433 URL newURL = new URL(location); in getRemoteUrlStream()
434 CLog.d("Redirect occured during GET, new url %s", location); in getRemoteUrlStream()
/tools/trebuchet/
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/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/metalava/src/main/java/com/android/tools/metalava/model/
DCodebase.kt57 var location: File in <lambda>() variable
259 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.py358 def __create_handler(self, creator, level, location): argument
370 LogStyles.LOCATION_TO_CONTEXT_LEVEL[location])
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
DTextCodebase.kt59 class TextCodebase(location: File) : DefaultCodebase(location) {
/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/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py212 self.plot.legend.location = 'top_right'
283 plot.legend.location = 'top_right'
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py1123 plot_i_j.legend.location = "top_right"
1151 plot_i_j.legend.location = "top_right"
1203 plot_i_j.legend.location = "top_right"
/tools/currysrc/scripts/
Drepackage-common.sh225 …checkChangeLog <(grep @location "${UNSUPPORTED_APP_USAGE_FILE}" | grep -vE "[[:space:]]*//" | cut …
/tools/dexter/dexter/
Ddissasembler.h38 virtual bool Visit(lir::CodeLocation* location) override;
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiBasedCodebase.kt68 open class PsiBasedCodebase(location: File, override var description: String = "Unknown") : Default… in <lambda>()
/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.

12