Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 20 of 20) sorted by relevance

/test/vti/test_serving/gae/frontend/src/
Dmain.ts5 import { environment } from './environments/environment';
7 if (environment.production) {
/test/vti/test_serving/gae/frontend/src/app/menu/device/
Ddevice.service.ts22 import { environment } from '../../../environments/environment';
31 this.url = environment['baseURL'] + '/host/v1/';
/test/vti/test_serving/gae/frontend/src/app/menu/lab/
Dlab.service.ts22 import { environment } from '../../../environments/environment';
32 this.url = environment['baseURL'] + '/lab/v1/';
/test/vti/test_serving/gae/frontend/src/app/menu/build/
Dbuild.service.ts23 import { environment } from '../../../environments/environment';
31 this.url = environment['baseURL'] + '/build/v1/';
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.service.ts22 import { environment } from '../../../environments/environment';
32 this.url = environment['baseURL'] + '/job/v1/';
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.service.ts22 import { environment } from '../../../environments/environment';
33 this.url = environment['baseURL'] + '/schedule/v1/';
/test/app_compat/csuite/tools/csuite-tradefed/
DREADME33 platform source code and setting up a build environment.
37 Perform these steps to build and run csuite from the development environment:
/test/cts-root/tools/cts-root-tradefed/
DREADME50 platform source code and setting up a build environment.
55 environment:
/test/mts/tools/mts-tradefed/
DREADME49 platform source code and setting up a build environment.
54 environment:
/test/catbox/tools/catbox-tradefed/
DREADME59 platform source code and setting up a build environment.
64 environment:
/test/vti/test_serving/gae/frontend/src/environments/
Denvironment.ts1 export const environment = { constant
Denvironment.prod.ts1 export const environment = { constant
/test/vts/tools/vts-core-tradefed/
DREADME66 platform source code and setting up a build environment.
74 environment:
/test/vti/dashboard/gradle/
Dprofiles.gradle14 // Used for production environment
/test/mlts/benchmark/
DREADME.txt26 environment variable if more than one device is connected.
/test/vts/proto/
DAndroidSystemControlMessage.proto134 // Need to add flag TREBLE_TESTING_OVERRIDE=true in environment if it is.
DVtsReportMessage.proto343 // Detailed information about the execution environment (e.g., branch,
/test/vti/dashboard/
Dbuild.gradle148 environment = [
DREADME.md110 in your local dev environment.
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java375 if (SystemProperty.environment.value() == SystemProperty.Environment.Value.Production) { in doPost()