Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 28) sorted by relevance

12

/test/vts/compilation_tools/vtsc/code_gen/driver/
DDriverCodeGenBase.cpp36 const ComponentSpecificationMessage& message) { in GenerateAll()
42 Formatter& out, const ComponentSpecificationMessage& message) { in GenerateHeaderFile()
85 Formatter& out, const ComponentSpecificationMessage& message) { in GenerateSourceFile()
109 const ComponentSpecificationMessage& message, in GenerateClassHeader()
154 const ComponentSpecificationMessage& message, in GenerateClassImpl()
164 const ComponentSpecificationMessage& message, const string&) { in GenerateHeaderIncludeFiles()
192 const ComponentSpecificationMessage& message, const string&) { in GenerateSourceIncludeFiles()
210 Formatter& out, const ComponentSpecificationMessage& message, in GenerateHeaderGlobalFunctionDeclarations()
225 Formatter& out, const ComponentSpecificationMessage& message, in GenerateCppBodyGlobalFunctions()
245 Formatter& out, const StructSpecificationMessage& message, in GenerateFuzzFunctionForSubStruct()
[all …]
DHalCodeGen.cpp36 Formatter& out, const ComponentSpecificationMessage& message, in GenerateCppBodyInterfaceImpl()
266 Formatter& out, const ComponentSpecificationMessage& message, in GenerateCppBodyFuzzFunction()
500 Formatter& out, const StructSpecificationMessage& message, in GenerateCppBodyFuzzFunction()
696 Formatter& out, const ComponentSpecificationMessage& message, in GenerateCppBodyGetAttributeFunction()
772 Formatter& out, const StructSpecificationMessage& message, in GenerateCppBodyGetAttributeFunction()
851 Formatter& out, const StructSpecificationMessage& message, in GenerateSubStructFuzzFunctionCall()
877 Formatter& out, const StructSpecificationMessage& message, in GenerateSubStructGetAttributeFunctionCall()
DHalHidlCodeGen.cpp37 Formatter& out, const ComponentSpecificationMessage& message, in GenerateCppBodyInterfaceImpl()
167 const ComponentSpecificationMessage& message, in GenerateDriverFunctionImpl()
324 Formatter& out, const ComponentSpecificationMessage& message, in GenerateCppBodyGetAttributeFunction()
342 const ComponentSpecificationMessage& message, in GenerateClassConstructionFunction()
364 const ComponentSpecificationMessage& message, in GenerateHeaderGlobalFunctionDeclarations()
385 const ComponentSpecificationMessage& message, in GenerateCppBodyGlobalFunctions()
429 const ComponentSpecificationMessage& message, in GenerateClassHeader()
445 Formatter& out, const ComponentSpecificationMessage& message) { in GenerateHeaderInterfaceImpl()
502 const ComponentSpecificationMessage& message, in GenerateClassImpl()
519 const ComponentSpecificationMessage& message, in GenerateHeaderIncludeFiles()
[all …]
DLibSharedCodeGen.cpp34 Formatter& out, const ComponentSpecificationMessage& message, in GenerateCppBodyFuzzFunction()
/test/vts/utils/python/mirror/
Dpy2pb.py23 def PyValue2PbEnum(message, pb_spec, py_value): argument
50 def PyValue2PbScalar(message, pb_spec, py_value): argument
70 def PyString2PbString(message, pb_spec, py_value): argument
90 def PyList2PbVector(message, pb_spec, py_value): argument
151 def PyDict2PbStruct(message, pb_spec, py_value): argument
210 def PyDict2PbUnion(message, pb_spec, py_value): argument
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp365 const ComponentSpecificationMessage* message) { in GetCppInstanceType()
568 string GetPackageName(const ComponentSpecificationMessage& message) { in GetPackageName()
575 string GetPackagePath(const ComponentSpecificationMessage& message) { in GetPackagePath()
581 string GetPackageNamespaceToken(const ComponentSpecificationMessage& message) { in GetPackageNamespaceToken()
587 string GetVersion(const ComponentSpecificationMessage& message, in GetVersion()
593 int GetMajorVersion(const ComponentSpecificationMessage& message) { in GetMajorVersion()
597 int GetMinorVersion(const ComponentSpecificationMessage& message) { in GetMinorVersion()
601 string GetComponentBaseName(const ComponentSpecificationMessage& message) { in GetComponentBaseName()
610 string GetComponentName(const ComponentSpecificationMessage& message) { in GetComponentName()
627 FQName GetFQName(const ComponentSpecificationMessage& message) { in GetFQName()
/test/vts/utils/native/libprofiling/
DVtsProfilingUtil.cpp25 bool writeOneDelimited(const google::protobuf::MessageLite& message, in writeOneDelimited()
50 bool readOneDelimited(google::protobuf::MessageLite* message, in readOneDelimited()
DVtsProfilingInterface.cpp111 const FunctionSpecificationMessage& message) { in AddTraceEvent()
/test/vts/drivers/libdrivercomm/
DVtsDriverCommUtil.cpp83 bool VtsDriverCommUtil::VtsSocketSendBytes(const string& message) { in VtsSocketSendBytes()
157 const google::protobuf::Message& message) { in VtsSocketSendMessage()
172 google::protobuf::Message* message) { in VtsSocketRecvMessage()
/test/vts/drivers/hal/common/driver_base/
DDriverCallbackBase.cpp39 bool DriverCallbackBase::Register(const VariableSpecificationMessage& message) { in Register()
66 const AndroidSystemCallbackRequestMessage& message, in RpcCallToAgent()
DDriverBase.cpp115 bool DriverBase::Fuzz(vts::ComponentSpecificationMessage* message, in Fuzz()
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DProfilerCodeGenBase.cpp27 const ComponentSpecificationMessage& message) { in GenerateAll()
33 Formatter& out, const ComponentSpecificationMessage& message) { in GenerateHeaderFile()
85 Formatter& out, const ComponentSpecificationMessage& message) { in GenerateSourceFile()
292 const ComponentSpecificationMessage& message, const VariableType& type) { in IncludeHidlNativeType()
DHalHidlProfilerCodeGen.cpp381 ComponentSpecificationMessage message; in GenerateProfilerForMethod() local
470 Formatter& out, const ComponentSpecificationMessage& message) { in GenerateHeaderIncludeFiles()
519 Formatter& out, const ComponentSpecificationMessage& message) { in GenerateSourceIncludeFiles()
542 Formatter& out, const ComponentSpecificationMessage& message) { in GenerateUsingDeclaration()
557 Formatter& out, const ComponentSpecificationMessage& message) { in GenerateProfilerCheck()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkException.java20 public BenchmarkException(String message) { in BenchmarkException()
DUnsupportedModelException.java20 public UnsupportedModelException(String message) { in UnsupportedModelException()
DUnsupportedSdkException.java20 public UnsupportedSdkException(String message) { in UnsupportedSdkException()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DCheckGmsPreparerTest.java243 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
248 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
265 LogItem(LogLevel logLevel, String tag, String message) { in LogItem()
/test/vts/utils/python/common/
Dtimeout_utils.py30 def timeout(seconds, message=os.strerror(errno.ETIME), no_exception=False): argument
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTest.java31 void testProgress(Optional<String> message); in testProgress()
DCrashTestService.java76 final Message message = Message.obtain(null, messageType); in notify() local
/test/vts/drivers/hal/common/utils/
DInterfaceSpecUtil.cpp37 ComponentSpecificationMessage* message) { in ParseInterfaceSpec()
56 string GetFunctionNamePrefix(const ComponentSpecificationMessage& message) { in GetFunctionNamePrefix()
/test/vts/compilation_tools/vtsc/code_gen/
DCodeGenBase.cpp80 ComponentSpecificationMessage message; in TranslateToFile() local
/test/app_compat/csuite/harness/src/main/java/com/android/tradefed/result/
DCompatibilityTestResult.java50 public String message = null; field in CompatibilityTestResult
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py476 def SendFmqRequest(self, message): argument
493 def SendHidlMemoryRequest(self, message): argument
510 def SendHidlHandleRequest(self, message): argument
/test/vti/test_serving/gae/webapp/src/endpoint/
Dendpoint_base.py290 def Get(self, request, metaclass, message): argument

12