/tools/loganalysis/tests/src/com/android/loganalysis/rule/ |
D | LocationUsageRuleTest.java | 59 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/ |
D | ChooseTrace.kt | 28 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/ |
D | sponge_client_lite.py | 248 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/ |
D | ActivityServiceItem.java | 50 public void setLocationDumps(LocationDumpsItem location) { in setLocationDumps() argument 51 setAttribute(LOCATION_DUMPS, location); in setLocationDumps()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | DexApiWriter.kt | 97 val location = reporter.elementToLocation(psiItem, false) in writeLocation() constant 98 writer.println(location ?: "<unknown>:-1") in writeLocation()
|
D | Reporter.kt | 284 location: String?, in toString() 314 location?.let { in toString() 331 location?.let { sb.append(it).append(": ") } in toString()
|
/tools/metalava/ |
D | Android.bp | 58 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)…
|
D | gradlew.bat | 30 echo location of your Java installation. 44 echo location of your Java installation.
|
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/ |
D | Android.mk.bak | 42 # 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/ |
D | HttpHelper.java | 432 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/ |
D | gradlew.bat | 30 echo location of your Java installation. 44 echo location of your Java installation.
|
/tools/tradefederation/core/ |
D | tradefed_win.bat | 61 :: 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/ |
D | descriptor.proto | 622 // - 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/ |
D | Codebase.kt | 57 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/ |
D | log_stream.py | 358 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/ |
D | TextCodebase.kt | 59 class TextCodebase(location: File) : DefaultCodebase(location) {
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
D | TraceViewerWindow.kt | 56 action { ChooseTrace.selectFile(frame.location) { import(it) } } in <lambda>()
|
D | TimelineView.kt | 120 lastMousePosition.location = e.point in mouseMoved()
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 212 self.plot.legend.location = 'top_right' 283 plot.legend.location = 'top_right'
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 1123 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/ |
D | repackage-common.sh | 225 …checkChangeLog <(grep @location "${UNSUPPORTED_APP_USAGE_FILE}" | grep -vE "[[:space:]]*//" | cut …
|
/tools/dexter/dexter/ |
D | dissasembler.h | 38 virtual bool Visit(lir::CodeLocation* location) override;
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiBasedCodebase.kt | 68 open class PsiBasedCodebase(location: File, override var description: String = "Unknown") : Default… in <lambda>()
|
/tools/tradefederation/core/atest/docs/ |
D | develop_test_runners.md | 27 ```test_runners/``` is the default location.
|
D | develop_test_finders.md | 32 ```test_finders/``` is the default location.
|