Home
last modified time | relevance | path

Searched full:diagnosis (Results 1 – 25 of 153) sorted by relevance

1234567

/external/autotest/server/lib/
Dstatus_history.py27 * diagnosis interval - A time interval during which DUT status
32 Diagnosis intervals are interesting because they normally contain
49 # Values used to describe the diagnosis of a DUT. These values are
51 # diagnosis of whether the DUT was working at the end of a given
97 event, and a diagnosis of whether the DUT was working or failed
114 @property diagnosis Working status of the DUT after the event.
200 def diagnosis(self): member in _JobEvent
203 The diagnosis is interpreted as follows:
210 @return A valid diagnosis value.
262 diagnosis on the task indicates the diagnosis for the DUT at
[all …]
/external/json-schema-validator/src/test/resources/draft2020-12/
Dissue656.json46 "diagnosis": { object
63 "diagnosis",
134 "diagnosis": "fdsfds", string
153 "diagnosis": "sfdsfds", string
/external/sdv/vsomeip/
DREADME.md63 ###### Compilation with predefined unicast and/or diagnosis address
69 To predefine the diagnosis address, call cmake like:
71 cmake -DDIAGNOSIS_ADDRESS=<YOUR DIAGNOSIS ADDRESS> ..
73 The diagnosis address is a single byte value.
DCHANGES341 diagnosis mask
528 - Added changes for diagnosis mode plugin (as in v2.10.14)
532 - Reverted diagnosis mode plugin (as in v2.10.11)
536 - Added changes for diagnosis mode plugin.
541 - Reverted diagnosis mode plugin
545 - Update diagnosis mode plugin
563 control the number of bits in the client ID used for the diagnosis
632 - Extended diagnosis plugin to handle requests for
652 - Add Debug Diagnosis Job plug-in
970 - Diagnosis address can be configured at runtime
/external/autotest/site_utils/
Ddut_status.py78 -g/--diagnosis - Print the job history surrounding a status
87 'NO' means the DUT is broken. That diagnosis is based on a job that
129 # Dictionary to map the known diagnosis codes to string values.
200 _DIAGNOSIS_IDS[event.diagnosis],
209 --full_history and --diagnosis options. The `arguments`
225 elif arguments.diagnosis:
353 if (not arguments.oneline and not arguments.diagnosis and
422 format_group.add_argument('-g', '--diagnosis', action='store_true',
/external/sdv/vsomeip/documentation/
DvsomeipUserGuide94 Compilation with predefined unicast and/or diagnosis address
102 To predefine the diagnosis address, call cmake like:
105 cmake -DDIAGNOSIS_ADDRESS=<YOUR DIAGNOSIS ADDRESS> ..
107 The diagnosis address is a single byte value.
342 * 'diagnosis'
344 The diagnosis address (byte) that will be used to build client identifiers. The
345 diagnosis address is assigned to the most significant byte in all client
351 The diagnosis mask (2 byte) is used to control the maximum amount of allowed
355 the most significant byte of the client ID is reserved for the diagnosis
356 address and the client IDs will start with the diagnosis address as specified.
[all …]
/external/sdv/vsomeip/test/client_id_tests/
Dclient_id_test_utility_masked_127.json14 "diagnosis":"0x63", string
Dclient_id_test_utility_discontinuous_masked_511.json14 "diagnosis":"0x63", string
Dclient_id_test_utility_masked_4095.json14 "diagnosis":"0x60", string
Dclient_id_test_utility.json14 "diagnosis":"0x63", string
Dclient_id_test_utility_masked_511.json14 "diagnosis":"0x62", string
/external/sdv/vsomeip/test/routing_tests/
Dlocal_routing_test_client.json4 "diagnosis":"0x12", string
Dlocal_routing_test_service.json3 "diagnosis":"0x12", string
/external/sdv/vsomeip/test/routing_tests/conf/
Dexternal_local_routing_test_service.json.in3 "diagnosis":"0x12", string
Dexternal_local_routing_test_client_external.json.in4 "diagnosis" : "0x16", string
/external/sdv/vsomeip/implementation/utility/src/
Dutility.cpp268 …t__ = (next_client__ & static_cast<std::uint16_t>(~its_client_mask)) // save diagnosis address bits in request_client_id()
269 … | (static_cast<std::uint16_t>((next_client__ // set all diagnosis address bits to one in request_client_id()
271 & its_client_mask); // set the diagnosis address bits to zero again in request_client_id()
/external/federated-compute/fcp/tracing/tools/testdata/
DNoAttributes.baseline5 ============== diagnosis ============
DNoTag.baseline5 ============== diagnosis ============
DTagTooLong.baseline5 ============== diagnosis ============
DUnsupportedType.baseline14 ============== diagnosis ============
DDuplicateTags.baseline13 ============== diagnosis ============
/external/sdv/vsomeip/test/offered_services_info_test/
Doffered_services_info_test_local.json3 "diagnosis":"0x12", string
/external/sdv/vsomeip/test/initial_event_tests/conf/
Dinitial_event_test_diff_client_ids_same_ports_slave_udp.json.in3 "diagnosis" : "0x63", string
Dinitial_event_test_diff_client_ids_diff_ports_slave_udp.json.in3 "diagnosis" : "0x63", string
Dinitial_event_test_diff_client_ids_same_ports_slave_tcp.json.in3 "diagnosis" : "0x63", string

1234567