/test/vts/compilation_tools/vtsc/code_gen/driver/ |
D | DriverCodeGenBase.cpp | 36 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 …]
|
D | HalCodeGen.cpp | 36 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()
|
D | HalHidlCodeGen.cpp | 37 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 …]
|
D | LibSharedCodeGen.cpp | 34 Formatter& out, const ComponentSpecificationMessage& message, in GenerateCppBodyFuzzFunction()
|
/test/vts/utils/python/mirror/ |
D | py2pb.py | 23 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/ |
D | VtsCompilerUtils.cpp | 365 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/ |
D | VtsProfilingUtil.cpp | 25 bool writeOneDelimited(const google::protobuf::MessageLite& message, in writeOneDelimited() 50 bool readOneDelimited(google::protobuf::MessageLite* message, in readOneDelimited()
|
D | VtsProfilingInterface.cpp | 111 const FunctionSpecificationMessage& message) { in AddTraceEvent()
|
/test/vts/drivers/libdrivercomm/ |
D | VtsDriverCommUtil.cpp | 83 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/ |
D | DriverCallbackBase.cpp | 39 bool DriverCallbackBase::Register(const VariableSpecificationMessage& message) { in Register() 66 const AndroidSystemCallbackRequestMessage& message, in RpcCallToAgent()
|
D | DriverBase.cpp | 115 bool DriverBase::Fuzz(vts::ComponentSpecificationMessage* message, in Fuzz()
|
/test/vts/compilation_tools/vtsc/code_gen/profiler/ |
D | ProfilerCodeGenBase.cpp | 27 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()
|
D | HalHidlProfilerCodeGen.cpp | 381 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/ |
D | BenchmarkException.java | 20 public BenchmarkException(String message) { in BenchmarkException()
|
D | UnsupportedModelException.java | 20 public UnsupportedModelException(String message) { in UnsupportedModelException()
|
D | UnsupportedSdkException.java | 20 public UnsupportedSdkException(String message) { in UnsupportedSdkException()
|
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/ |
D | CheckGmsPreparerTest.java | 243 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/ |
D | timeout_utils.py | 30 def timeout(seconds, message=os.strerror(errno.ETIME), no_exception=False): argument
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTest.java | 31 void testProgress(Optional<String> message); in testProgress()
|
D | CrashTestService.java | 76 final Message message = Message.obtain(null, messageType); in notify() local
|
/test/vts/drivers/hal/common/utils/ |
D | InterfaceSpecUtil.cpp | 37 ComponentSpecificationMessage* message) { in ParseInterfaceSpec() 56 string GetFunctionNamePrefix(const ComponentSpecificationMessage& message) { in GetFunctionNamePrefix()
|
/test/vts/compilation_tools/vtsc/code_gen/ |
D | CodeGenBase.cpp | 80 ComponentSpecificationMessage message; in TranslateToFile() local
|
/test/app_compat/csuite/harness/src/main/java/com/android/tradefed/result/ |
D | CompatibilityTestResult.java | 50 public String message = null; field in CompatibilityTestResult
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 476 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/ |
D | endpoint_base.py | 290 def Get(self, request, metaclass, message): argument
|