Home
last modified time | relevance | path

Searched defs:string (Results 1 – 20 of 20) sorted by relevance

/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test_test.go208 …assertFileCopyRuleExists(t *testing.T, params android.TestingBuildParams, src string, dst string) {
216 func assertPathsContains(t *testing.T, paths android.Paths, path string) {
225 func assertWritablePathsContainsRel(t *testing.T, paths android.WritablePaths, relPath string) {
278 func createContextAndConfig(t *testing.T, bp string) (*android.TestContext, android.Config) {
/test/vts/compilation_tools/vtsc/code_gen/driver/
DDriverCodeGenBase.h85 const string& /*fuzzer_extended_class_name*/) {}; in GenerateCppBodyInterfaceImpl()
94 const string& /*fuzzer_extended_class_name*/) {}; in GenerateClassConstructionFunction()
99 const string& /*fuzzer_extended_class_name*/) {}; in GenerateAdditionalFuctionDeclarations()
DDriverCodeGenBase.cpp164 const ComponentSpecificationMessage& message, const string&) { in GenerateHeaderIncludeFiles()
192 const ComponentSpecificationMessage& message, const string&) { in GenerateSourceIncludeFiles()
DHalHidlCodeGen.cpp38 const string& /*fuzzer_extended_class_name*/) { in GenerateCppBodyInterfaceImpl()
570 const string& /*fuzzer_extended_class_name*/) { in GenerateAdditionalFuctionDeclarations()
/test/vts/drivers/hal/common/include/driver_base/
DDriverBase.h56 void** /*result*/, const string& /*callback_socket_name*/) { in Fuzz()
62 const string& /*callback_socket_name*/, in CallFunction()
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp148 const std::string& arg_name, const std::string&) { in GenerateProfilerForHidlCallbackVariable()
156 const std::string& arg_name, const std::string&) { in GenerateProfilerForHidlInterfaceVariable()
295 const std::string& arg_name, const std::string&) { in GenerateProfilerForPointerVariable()
357 const std::string& arg_name, const std::string&) { in GenerateProfilerForSafeUnionVariable()
/test/vts/utils/python/coverage/
Dparser_test.py89 def concat_string(cls, stream, string): argument
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DNfcClientCallback.driver.cpp77 void** /*result*/, const string& /*callback_socket_name*/) { in Fuzz()
DNfc.driver.cpp132 void** /*result*/, const string& /*callback_socket_name*/) { in Fuzz()
DlibcV1.driver.cpp202 bool FuzzerExtended_libc::CallFunction(const FunctionSpecificationMessage&, const string&, Function… in CallFunction()
DMemoryTest.driver.cpp110 void** /*result*/, const string& /*callback_socket_name*/) { in Fuzz()
DTestMsgQ.driver.cpp200 void** /*result*/, const string& /*callback_socket_name*/) { in Fuzz()
DBar.driver.cpp646 void** /*result*/, const string& /*callback_socket_name*/) { in Fuzz()
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerUtils.cpp109 unordered_map<string, TypeSpec> &predefined_types) { in ExtractPredefinedTypesFromVar()
DProtoFuzzerMutator.cpp32 Random &rand, unordered_map<string, TypeSpec> predefined_types, in ProtoFuzzerMutator()
/test/vts/compilation_tools/vtsc/test/
Dtest_vtsc.py258 def Error(self, string): argument
/test/mlts/benchmark/results/
Dgenerate_result.py419 def snake_case_to_title(string): argument
/test/vts-testcase/kernel/bow/
DBowTest.cpp108 void PrepareBowDefault(std::string) {} in PrepareBowDefault()
/test/vts/runners/target/gtest/
Dgtest_main.cpp104 static int GetDeadlineInfo(const std::string& /*test_name*/) { in GetDeadlineInfo()
109 static int GetWarnlineInfo(const std::string& /*test_name*/) { in GetWarnlineInfo()
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp604 map<string, vector<TraceSummary>>* hal_trace_mapping) { in GetHalTraceMapping()