Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 18 of 18) sorted by relevance

/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfc.profiler.cpp37 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
80 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
129 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
178 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
218 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
258 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
298 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
DNfcClientCallback.profiler.cpp37 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local
81 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local
/test/vts/runners/host/
Dasserts.py35 def assertEqual(first, second, msg=None, extras=None): argument
56 def assertNotEqual(first, second, msg=None, extras=None): argument
125 def assertTrue(expr, msg, extras=None): argument
138 def assertFalse(expr, msg, extras=None): argument
151 def assertLess(first, second, msg=None, extras=None): argument
272 def fail(msg, extras=None): argument
286 def explicitPass(msg, extras=None): argument
/test/vts/web/dashboard/src/main/java/com/android/vts/util/
DEmailHelper.java93 Message msg = new MimeMessage(session); in composeEmail() local
114 public static boolean send(Message msg) { in send()
145 Message msg = composeEmail(recipients, subject, body); in send() local
/test/vts/drivers/hal/libdatatype/
Dhal_light.cpp59 const VariableSpecificationMessage& msg) { in GenerateLightStateUsingMessage()
Dhal_camera.cpp203 VariableSpecificationMessage* msg) { in ConvertCameraInfoToProtobuf()
/test/vts-testcase/hal/contexthub/V1_0/host/
DVtsHalContexthubV1_0HostTest.py50 def ignore_client_msg(self, msg): argument
/test/vts/drivers/libdrivercomm/
DVtsDriverCommUtil.cpp146 char* msg = (char*)malloc(msg_len + 1); in VtsSocketRecvBytes() local
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalCodeGen.cpp382 string msg = msg_ss.str(); in GenerateCppBodyFuzzFunction() local
570 string msg = msg_ss.str(); in GenerateCppBodyFuzzFunction() local
/test/vts/utils/python/mirror/
Dmirror_object_for_types.py54 def __init__(self, msg, parent_path=None): argument
Dmirror_object.py55 def __init__(self, client, msg, callback_server, parent_path=None): argument
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp349 const string& msg, in GetCppInstanceType()
/test/vts-testcase/security/poc/target/kernel_wifi/32402310/
Dpoc.cpp79 struct nl_msg *msg; in send_testmode() local
/test/vts/drivers/hal/common/fuzz_tester/
DFuzzerBase.cpp458 FunctionSpecificationMessage* msg) { in ReadGcdaFile()
523 const string& basepath, FunctionSpecificationMessage* msg) { in ScanAllGcdaFiles()
559 bool FuzzerBase::FunctionCallEnd(FunctionSpecificationMessage* msg) { in FunctionCallEnd()
/test/vts/drivers/hal/framework/
DSocketServer.cpp94 ComponentSpecificationMessage* msg = in ReadSpecification() local
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py606 def assertLessOrEqual(self, first, second, msg=None): argument
/test/vts-testcase/security/poc/target/kernel_wifi/32219453/
Dpoc.cpp168 struct nl_msg *msg; in send_testmode() local
/test/vts/utils/python/controllers/
Dandroid_device.py935 def process(self, msg, kwargs): argument