Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 48) sorted by relevance

12

/test/vts/proto/
DVtsResourceControllerMessage.proto29 // Read from a FMQ (no blocking).
31 // Read from a FMQ (with short-form blocking).
33 // Read from a FMQ (with long-form blocking).
34 // TODO: support this from host side in the future
41 // TODO: support this from host side in the future
91 // Read from a handle object with one file.
135 // including scalar values and data read back from the queue.
137 // data read from the queue
140 // three possible return types from FMQ
157 // offset from the start of memory region
[all …]
DAndroidSystemControlMessage.proto183 // read data and return value from FMQ driver
185 // response from hidl_memory driver
187 // response from hidl_handle driver
205 // To specify a callback response message from the TCP server.
207 // Response code in a Callback response from TCP server.
DVtsDriverControlMessage.proto147 // read data and return values from FMQ driver
149 // response from hidl_memory driver
151 // response from hidl_handle driver
/test/mlts/models/
DREADME.txt27 Downloaded from
39 Downloaded from
51 Downloaded from
63 Downloaded from
75 Generated from
88 Generated from
121 Linguistic features and durations generated from text sentences from the CMU Arctic set
124 Acoustic features generated from audio files from the LibriSpeech dataset
/test/vts/drivers/hal/common/utils/
DStringUtil.cpp30 void ReplaceSubString(string& original, const string& from, const string& to) { in ReplaceSubString() argument
32 int from_len = from.length(); in ReplaceSubString()
34 index = original.find(from, index); in ReplaceSubString()
/test/vti/dashboard/gradle/
Dprofiles.gradle16 apply from: rootProject.file('gradle/profile_prod.gradle');
21 apply from: rootProject.file('gradle/profile_staging.gradle');
26 apply from: rootProject.file('gradle/profile_default.gradle');
/test/vti/dashboard/
DREADME.md19 # Remove the current JDK from PATH
32 Then from cmd:
37 Download maven from:
121 otherwise you will end up with errors from the mock data dev API.
161 "testName": "BionicUnitTests", <- "testModules" should be copied from here
163 "startTimestamp":1515562811, <- "testTimes" should be copied from here
166 "testName": "CpuProfilingTest", <- "testModules" should be copied from here
168 "startTimestamp":1515562811, <- "testTimes" should be copied from here
256 To test the check and alert, go to the VM Instances page, select your instance, and click Stop from
259 …problem," return to the VM Instances page, select your instance, and click Start from the top menu.
Dbuild.gradle42 apply from: rootProject.file('gradle/profiles.gradle')
192 from("build/generated/source/proto/main/java") {
195 from("build/generated/source/proto/main/python") {
208 from "${webAppDirName}/WEB-INF/appengine-web.xml"
221 println "The resources folder will be copied from GCS!"
/test/app_compat/csuite/tools/csuite-tradefed/
DREADME11 Android SDK available from http://developer.android.com
25 are working from the Android source tree and have run 'm csuite',
37 Perform these steps to build and run csuite from the development environment:
/test/vts/doc/developer_testing/kernel/
Drun_all_ltp_testcases.md8 ## 3. Run kernel LTP test from VTS-TradeFed console
11 This will take from 30 minutes to 2 hours to run.
/test/vts/utils/python/library/
DREADME.md3 * elf_parser.py: Contains ElfParser that reads metadata from an ELF file.
7 from an ELF file.
/test/vts/utils/python/coverage/
DREADME.md1 # To run from another Python module
5 from vts.utils.python.coverage import CoverageReport
/test/mts/tools/mts-tradefed/
DREADME11 Android SDK available from http://developer.android.com
25 are working from the Android source tree and have run 'm mts',
53 Perform these steps to build and run mts-tradefed from the development
/test/vts/
D.gitignore30 # Usually these files are written by a python script from a template
91 # Temporary file from text editors
/test/vti/test_serving/
D.gitignore30 # Usually these files are written by a python script from a template
91 # Temporary file from text editors
/test/framework/
D.gitignore29 # Usually these files are written by a python script from a template
90 # Temporary file from text editors
/test/mlts/models/assets/asr_float/
DLICENSE12 disclaims all liability for damages resulting from their use to the
65 consideration of benefits the Licensor receives from making the
72 Rights that is derived from or based upon the Licensed Material
120 public may access the material from a place and at a time
124 resulting from Directive 96/9/EC of the European Parliament and of
160 authority to forbid You from making technical modifications
169 a. Offer from the Licensor -- Licensed Material. Every
171 receives an offer from the Licensor to exercise the
203 collect royalties from You for the exercise of the Licensed
259 Material from complying with this Public License.
[all …]
/test/vts/tools/vts-core-tradefed/
DREADME21 Android SDK available from http://developer.android.com
42 Or else if you are working from the Android source tree and have run `make
73 Perform these steps to build and run vts-tradefed from the development
/test/vts/doc/
Duser_manual.md16 …are downloaded from the [Python Package Index](https://pypi.python.org/simple/). There is an optio…
72 * On a host, run `adb devices` from a command line shell.
142 [Run directly from command line](testcase_develop_manual/run_vts_directly.md)
/test/suite_harness/tools/cts-tradefed/
DREADME22 Android SDK available from http://developer.android.com
44 Or else if you are working from the Android source tree and have run make cts,
75 Perform these steps to build and run cts-tradefed from the development
/test/vts/drivers/hal/common/include/utils/
DStringUtil.h33 string& original, const string& from, const string& to);
/test/mlts/models/assets/image_classification/
DREADME.txt1 This is ~1400 images for image classification evaluation for the mlts. This dataset is sourced from
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DBenchmarkJobService.java121 mNotificationManager = NotificationManagerCompat.from(this); in showNotification()
125 mNotificationManager = NotificationManagerCompat.from(this); in showNotification()
/test/vts/testcases/vts_selftest/manual_tests/
DREADME.txt10 from this directory.
/test/vti/dashboard/src/main/webapp/js/
Dtest_acknowledgments.js167 var branches = Array.from(branchSet);
169 var devices = Array.from(deviceSet);
171 var testCaseNames = Array.from(testCaseSet);

12