/test/vti/test_serving/gae/webapp/src/handlers/ |
D | errors.py | 28 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 …]
|
D | base.py | 96 status = exception.code 99 status = exception.code 113 status = exception.code
|
/test/suite_harness/tools/dex-tools/ |
D | README.txt | 3 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/ |
D | BinderServer.cpp | 50 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/ |
D | show_coverage.jsp | 96 /* 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/ |
D | thermal_hidl_stress_test.cpp | 74 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/ |
D | logcat.txt | 4 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/ |
D | VtsReportMessage.proto | 194 // 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.
|
D | VtsDriverControlMessage.proto | 141 // The exit code for each command
|
D | AndroidSystemControlMessage.proto | 207 // Response code in a Callback response from TCP server.
|
D | ComponentSpecificationMessage.proto | 173 // To specify the measured native code coverage raw data.
|
/test/vts/hals/ |
D | README.md | 1 …rent way (e.g., with a post-compile-time instrumentation or direct source code instrumentation). T…
|
/test/vts/utils/python/coverage/ |
D | README.md | 7 Run the code by calling the parse function as follows:
|
/test/vts/doc/developer_testing/kernel/ |
D | run_all_ltp_testcases.md | 2 ## 1. Compile VTS and LTP source code
|
D | run_individual_ltp_testcase.md | 2 ## 1. Compile VTS and LTP source code
|
/test/vts-testcase/performance/audio_loopback_test/ |
D | README.md | 16 * Where can I get the source code for the Loopback.apk?
|
/test/vti/dashboard/src/main/webapp/css/ |
D | show_coverage.css | 64 .code {
|
/test/vts/hals/light/bullhead/ |
D | NOTICE | 40 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/ |
D | LICENSE | 27 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/ |
D | LICENSE | 27 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/ |
D | README | 60 platform source code and setting up a build environment.
|
/test/suite_harness/tools/cts-tradefed/ |
D | README | 68 platform source code and setting up a build environment.
|
/test/vti/dashboard/ |
D | build.gradle | 70 compile group: 'com.google.code.gson', name: 'gson', version:'2.7'
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …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/ |
D | classes.out.dex | 39796 int code 129443 public int code 130286 public int code()
|