Home
last modified time | relevance | path

Searched refs:code (Results 1 – 24 of 24) sorted by relevance

/test/vti/test_serving/gae/webapp/src/handlers/
Derrors.py28 def __init__(self, code=None, msg=None): argument
29 self.code = code or httplib.INTERNAL_SERVER_ERROR
30 self.msg = msg or httplib.responses[self.code]
31 super(Error, self).__init__(self.code, self.msg)
34 return repr([self.code, self.msg])
40 def __init__(self, code=None, msg=None, errors=None): argument
41 self.code = code or httplib.BAD_REQUEST
42 self.msg = msg or httplib.responses[self.code]
44 super(FormValidationError, self).__init__(self.code, self.msg)
47 return repr([self.code, self.msg, self.errors])
[all …]
Dbase.py96 status = exception.code
99 status = exception.code
113 status = exception.code
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage.jsp96 /* Loads source code for a particular entry and displays it with
100 // Remove source code from the accordion entry that was open before
111 // Remove the code from display
114 /* Fetch and display the code.
117 lines in the code. Trailing source lines that have no
144 code = $('<td class="code"></td>');
145 code.text(String(line));
146 code.appendTo(row);
/test/vts-testcase/hal/thermal/V1_0/target_stress/
Dthermal_hidl_stress_test.cpp74 EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); in TEST_F()
89 EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); in TEST_F()
104 EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); in TEST_F()
/test/mts/
DOWNERS1 # Root Owners of the MTS repo for code reviews
/test/vts/proto/
DVtsReportMessage.proto194 // the commit ID identifying the code revision
200 // the number of source code lines that are instrumented for code coverage
204 // the number of source code lines that are executed.
DVtsDriverControlMessage.proto141 // The exit code for each command
DAndroidSystemControlMessage.proto207 // Response code in a Callback response from TCP server.
DComponentSpecificationMessage.proto173 // To specify the measured native code coverage raw data.
/test/vts/hals/
DREADME.md1 …rent way (e.g., with a post-compile-time instrumentation or direct source code instrumentation). T…
/test/vts/utils/python/coverage/
DREADME.md7 Run the code by calling the parse function as follows:
/test/vts-testcase/performance/audio_loopback_test/
DREADME.md16 * Where can I get the source code for the Loopback.apk?
/test/app_compat/csuite/
Dpylintrc29 # active Python interpreter and may run arbitrary code.
34 # run arbitrary code
71 duplicate-code,
393 # 3 compatible code, which means that the block might have code that exists
/test/app_compat/csuite/tools/csuite-tradefed/
DREADME33 platform source code and setting up a build environment.
/test/vti/dashboard/src/main/webapp/css/
Dshow_coverage.css64 .code {
/test/cts-root/tools/cts-root-tradefed/
DREADME50 platform source code and setting up a build environment.
/test/mts/tools/mts-tradefed/
DREADME49 platform source code and setting up a build environment.
/test/vts/hals/light/bullhead/
DNOTICE40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
69 communication on electronic mailing lists, source code control systems,
/test/catbox/tools/catbox-tradefed/
DREADME59 platform source code and setting up a build environment.
/test/mlts/benchmark/
DLICENSE27 including but not limited to software source code, documentation
32 not limited to compiled object code, generated documentation,
56 communication on electronic mailing lists, source code control systems,
/test/mlts/models/
DLICENSE27 including but not limited to software source code, documentation
32 not limited to compiled object code, generated documentation,
56 communication on electronic mailing lists, source code control systems,
/test/vts/tools/vts-core-tradefed/
DREADME66 platform source code and setting up a build environment.
/test/vti/dashboard/
Dbuild.gradle70 compile group: 'com.google.code.gson', name: 'gson', version:'2.7'
/test/mlts/benchmark/results/
DChart.bundle.min.js10 …if(r)return r(o,!0);var u=new Error("Cannot find module '"+o+"'");throw u.code="MODULE_NOT_FOUND",…