Home
last modified time | relevance | path

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

12

/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/suite_harness/tools/dex-tools/
DREADME.txt3 This project contains the source code and tests for a dex file parser.
22 …lib : dx.jar the jar from the dx tool. Used for in-memory java -> byte code -> dex code -> dex m…
24 test : source code of the small test suite
/test/vts/drivers/hal/server/
DBinderServer.cpp50 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
54 status_t BnVtsFuzzer::onTransact(uint32_t code, const Parcel& data, in onTransact() argument
56 ALOGD("BnVtsFuzzer::%s(%i) %i", __func__, code, flags); in onTransact()
63 switch (code) { in onTransact()
132 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/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/suite_harness/common/util/tests/assets/
Dlogcat.txt4 09-03 17:48:05.627 11071 11189 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xe9380000…
11 09-03 17:48:05.797 7072 7072 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x…
33 06-15 19:57:33.607 12736 12761 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid…
40 06-15 19:57:33.670 26192 26192 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
64 06-15 19:57:35.130 26201 26227 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid…
73 06-15 19:57:35.191 26230 26230 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
104 06-15 19:57:40.674 26283 26283 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
130 09-23 01:55:43.022 245 245 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 245 (installd)
138 09-23 01:55:43.077 546 546 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -----…
177 11-03 02:59:48.892 6371 8072 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x…
[all …]
/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/doc/developer_testing/kernel/
Drun_all_ltp_testcases.md2 ## 1. Compile VTS and LTP source code
Drun_individual_ltp_testcase.md2 ## 1. Compile VTS and LTP source code
/test/vts-testcase/performance/audio_loopback_test/
DREADME.md16 * Where can I get the source code for the Loopback.apk?
/test/vti/dashboard/src/main/webapp/css/
Dshow_coverage.css64 .code {
/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/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/suite_harness/tools/cts-instant-tradefed/
DREADME60 platform source code and setting up a build environment.
/test/suite_harness/tools/cts-tradefed/
DREADME68 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",…
/test/suite_harness/tools/dex-tools/dex/
Dclasses.out.dex39796 int code
129443 public int code
130286 public int code()

12