Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 30) sorted by relevance

12

/test/vts/proto/
DVtsFuzzTaskMessage.proto56 // target product (e.g., VTS)
59 // branch name (e.g., master, oc-dev)
62 // target product (e.g., aosp_arm64)
65 // build variant (e.g., userdebug)
75 // Component class (e.g., HIDL HAL or Conventional HAL)
81 // HAL package name (e.g., android.hardware.audio)
84 // HAL transport type (e.g., hwbinder, passthrough)
87 // HAL major version (e.g., 2 of 2.0)
90 // HAL minor version (e.g., 0 of 2.0)
93 // HAL interface name (e.g., IDevicesFactory)
[all …]
DVtsReportMessage.proto65 // product type (e.g., bullhead).
68 // product type variant (e.g., still bullhead or another name).
71 // build type (e.g., userdebug).
77 // branch name (e.g., master or nyc-dev).
102 // device name (e.g., bullhead).
105 // build type (e.g., userdebug)
108 // branch name (e.g., master or nyc-dev)
111 // indicates the latest commit information of each branch (e.g., xml format).
169 // used to tell certain properties of the data (e.g., passthrough vs.
222 // HAL package name. e.g. android.hardware.foo.
[all …]
DComponentSpecificationMessage.proto35 // For a shared library which is not a HAL (e.g., standard library).
189 // HAL driver ID, if set (e.g., >0), use the given driver_id to get the
194 // Component class, e.g., HIDL HAL or Conventional HAL.
196 // Component type, e.g., BLUETOOTH, used for Conventional HAL only.
198 // Component version (e.g., 1.0).
201 // Component name (e.g., INfc), used for HIDL HALs only.
203 // Component package name (e.g., android.hardware.nfc).
206 // HAL major version of component (e.g. 1.0 -> 1).
208 // HAL minor version of component (e.g. 1.0 -> 0).
495 // a VTS driver and other modules (e.g., agent and host-side module).
[all …]
DVtsProfilingMessage.proto55 // Version of the profiling HAL (e.g. 1.0).
63 // HAL major version of the target component (e.g. 1.0 -> 1).
65 // HAL minor version of the target component (e.g. 1.0 -> 0).
DAndroidSystemControlMessage.proto28 // To set the host information (e.g., callback server port).
129 // HAL major version of the target component (e.g. 1.0 -> 1).
131 // HAL minor version of the target component (e.g. 1.0 -> 0).
197 // the name of a callback (e.g., <class name>::<method name>).
DVtsDriverControlMessage.proto98 // HAL major version of target component (e.g. 1.0 -> 1).
100 // HAL minor version of target component (e.g. 1.0 -> 0).
/test/vts/
DREADME.md6 * the Android system (e.g., Core HALs and libraries) and
7 * low-level system software (e.g., kernel, module, and firmware).
11 * automated (e.g., record-and-replay and fuzzing) and
12 * structural (e.g., gTest and host-driven python) testing.
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGraphServlet.java96 Graph g = null; in processProfilingRun() local
98 g = new LineGraph(name); in processProfilingRun()
100 g = new Histogram(name); in processProfilingRun()
105 graphMap.put(name, g); in processProfilingRun()
227 Graph g = graphMap.get(name); in doGetHandler() local
228 if (g.size() > 0) { in doGetHandler()
229 graphList.add(g); in doGetHandler()
230 if (g instanceof Histogram) hasHistogram = true; in doGetHandler()
/test/vti/test_serving/proto/
DTestScheduleConfigMessage.proto36 // Device image storage type (e.g., PAB or GCS)
44 // build target name (e.g., aosp_taimen-userdebug)
60 // Test name (e.g., test_group/test_plan)
83 // GSI storage type (e.g., PAB or GCS)
96 // to use GSI with (e.g., 8.1.0).
99 // Test package's storage type (e.g., PAB or GCS)
DGreenBuildScheduleConfigMessage.proto24 // Schedule description (e.g., daily/HH:MM)
27 // Scheduling priority (e.g., top, high, medium, low)
47 // Test name (e.g., test_group/test_plan)
DTestLabConfigMessage.proto21 // Lab name where format is labtype-location-instance (e.g., vtslab-mtv32-main).
53 // device product type (e.g., taimen or walleye).
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_graph.jsp57 graphs.forEach(function(g) {
58 if (g.type != 'HISTOGRAM') return;
62 minVal = g.min;
63 maxVal = g.max;
65 minVal = g.percentile_values[percentileIndex];
66 var endIndex = g.percentiles.length - percentileIndex - 1
67 maxVal = g.percentile_values[endIndex];
88 * - ids: an array of string labels for each point (e.g. the
130 * - ids: an array of string labels for each point (e.g. the
Dheader.jsp32 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
34 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
Dshow_profiling_overview.jsp150 plots.forEach(function(g) {
153 drawBoxPlot(plot.append('<div></div>'), g);
/test/mlts/benchmark/results/
DChart.bundle.min.js10g=a,b=s;break;case 1:r=a,g=i,b=s;break;case 2:r=s,g=i,b=a;break;case 3:r=s,g=a,b=i;break;case 4:r=… variable
/test/vts/prebuilts/libvtswidevine/
DREADME2 (e.g., VtsHalDrmV1_2TargetTest).
/test/vts/hals/
DREADME.md1 …orresponding nexus device's HAL dirs but are compiled in a different way (e.g., with a post-compil…
/test/vts/testcases/vts_selftest/manual_tests/flaky_test/
DAndroid.bp24 "-g",
/test/vts/testcases/vts_selftest/manual_tests/zero_testcase_binary_test/
DAndroid.bp24 "-g",
/test/vts-testcase/hal/thermal/V1_0/target_stress/
DAndroid.bp33 "-g",
/test/vts/doc/testcase_develop_manual/
Drun_vts_directly.md40 to your config file (e.g., `VtsKernelLtpStaging.config`).
/test/framework/harnesses/host_controller/command_processor/
Dcommand_config.py282 groups = [list(g) for k, g in itertools.groupby(
/test/vts/tools/vts-tradefed/res/config/
Dplans.md5 (e.g., functionality, performance, robustness, or power). There are three kinds
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py212 list(g)
213 for _, g in itertools.groupby(schedules,
/test/vts-testcase/nbu/src/
DREADME.md48 * Install the `android_snippet.apk` with opition -g.

12