Home
last modified time | relevance | path

Searched refs:information (Results 1 – 25 of 63) sorted by relevance

123

/tools/tradefederation/core/src/com/android/tradefed/build/content/
DContentAnalysisContext.java34 private final ContentInformation information; field in ContentAnalysisContext
46 String contentEntry, ContentInformation information, AnalysisMethod method) { in ContentAnalysisContext() argument
48 this.information = information; in ContentAnalysisContext()
57 return information; in contentInformation()
73 return invalidateAnalysis || information == null; in abortAnalysis()
DTestContentAnalyzer.java45 private final TestInformation information; field in TestContentAnalyzer
52 TestInformation information, in TestContentAnalyzer() argument
57 this.information = information; in TestContentAnalyzer()
65 if (information.getContext().getBuildInfos().size() > 1) { in evaluate()
125 results = xtsAnalysis(information.getBuildInfo(), ac); in evaluate()
128 results = fileAnalysis(information.getBuildInfo(), ac); in evaluate()
131 results = workdirAnalysis(information.getBuildInfo(), ac); in evaluate()
418 ContentInformation information, String entry) { in analyzeContentDiff() argument
422 information.baseContent, in analyzeContentDiff()
424 information.baseBuildId, in analyzeContentDiff()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/skipped/
DArtifactsAnalyzer.java45 private final TestInformation information; field in ArtifactsAnalyzer
53 TestInformation information, in ArtifactsAnalyzer() argument
59 this.information = information; in ArtifactsAnalyzer()
73 information.getContext().getDeviceBuildMap().entrySet()) { in analyzeArtifacts()
84 boolean presubmit = "WORK_NODE".equals(information.getContext().getAttribute("trigger")); in analyzeArtifacts()
96 information, in analyzeArtifacts()
133 "WORK_NODE".equals(information.getContext().getAttribute("trigger")); in analyzeArtifact()
DSkipManager.java140 public boolean shouldSkipInvocation(TestInformation information) { in shouldSkipInvocation() argument
157 information, in shouldSkipInvocation()
163 return buildAnalysisDecision(information, analyzer.analyzeArtifacts()); in shouldSkipInvocation()
198 private boolean buildAnalysisDecision(TestInformation information, BuildAnalysis results) { in buildAnalysisDecision() argument
202 boolean presubmit = "WORK_NODE".equals(information.getContext().getAttribute("trigger")); in buildAnalysisDecision()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto28 // Session information that gets logged for every BT connection.
31 // Session information that gets logged for every Pair event.
37 // Scan event information.
62 // The information about the device.
115 // The information about the device which it is connected to.
118 // The information about the RFComm session.
121 // The information about the A2DP audio session.
145 // Session information that gets logged for A2DP session.
187 // The information about the device which it is paired to.
/tools/netsim/rust/cli/
Dnetsim-cli.md10 * `-h, --help`: Print help information
13 * ### `version`: Print Netsim version information
28 * ### `devices`: Display device(s) information
31 * `-c, --continuous`: Continuously print device(s) information every second
107 * `-c, --continuous`: Continuously print Capture information every second
/tools/tradefederation/core/
DREADME.md23 ### More information
25 More information at:
/tools/asuite/atest/bazel/resources/rules/
Dtradefed_test_dependency_info.bzl15 """Provides dependency information required by Tradefed test rules.
17 This provider encapsulates information about dependencies that is required for
Dtradefed_test_aspects.bzl23 for more information on how aspects work.
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt12 --print-certs Show information about the APK's signing certificates
14 --print-certs-pem Show information about the APK's signing certificates and prints the PEM
/tools/netsim/guide/src/cli/
DREADME.md5 This following sections provide in-depth information on the different commands available.
/tools/netsim/guide/src/api/
DREADME.md6 This following sections provide in-depth information on the API.
/tools/asuite/atest/tf_proto/
Dtest_record.proto27 // A record containing the status, logs, and other information associated with a
47 // Extra debugging information.
90 // Associated debugging information to accompany a TestStatus.
/tools/tradefederation/core/proto/
Dtest_record.proto27 // A record containing the status, logs, and other information associated with a
47 // Extra debugging information.
102 // Associated debugging information to accompany a TestStatus.
/tools/security/fuzzing/example_fuzzer/
DAndroid.bp13 // dictionary files during building. You can find more information about
/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md9 of tracing information using this command: `systrace.py -t 10 dalvik view am wm
27 Top-level slice information:
56 All slice information:
/tools/apksig/
DREADME.md45 `apksigner sign` for usage information.
47 supported by the APK. Run `apksigner verify` for usage information.
/tools/test/openhst/
Dstress_test.proto52 // The file that should be cat-ed on device to get information. Will be used
58 // The information needed to extract timestamps from the config.
73 // The information needed to extract timestamps from the config.
/tools/trebuchet/
DCONTRIBUTING.md23 information on using pull requests.
/tools/asuite/atest/docs/
Ddeveloper_workflow.md25 information needed for the test runner to run the test. It then invokes
121 [TradeFed README](../../README.md) for information about setting up
156 if you need information on their unittests.
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md15 2.Capture 10 seconds of tracing information using `atrace`:
/tools/netsim/testing/netsim-grpc/
DREADME.md26 - `get_devices()`: Get detailed information for all devices connected to netsim daemon.
/tools/acloud/internal/proto/
Duser_config.proto21 // Account information for accessing Cloud API
78 // Account information for accessing Cloud API
/tools/metalava/
DUSAGE.md20 - Generating API levels information for documentation and SDK (`--generate-api-levels`)
DDOWNLOADING.md6 …akes it easier to download multiple Git repositories at once. For more information about Repo, see…

123