Home
last modified time | relevance | path

Searched refs:CharType (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/test/
Dsettings_unittest.cc47 const base::CommandLine::CharType* argv[] = {"program"}; in TEST_F()
53 const base::CommandLine::CharType* argv[] = { in TEST_F()
60 const base::CommandLine::CharType* argv[] = {"program", "--foobarbaz"}; in TEST_F()
66 const base::CommandLine::CharType* argv[] = {"program", "foobarbaz"}; in TEST_F()
72 const base::CommandLine::CharType* argv[] = { in TEST_F()
79 const base::CommandLine::CharType* argv[] = { in TEST_F()
87 const base::CommandLine::CharType* argv[] = {"program", in TEST_F()
94 const base::CommandLine::CharType* argv[] = { in TEST_F()
Dipc_linux_unittest.cc81 const base::CommandLine::CharType* argv[] = { in SetUpCommandLine()
120 const base::CommandLine::CharType* argv[] = {"program"}; in SetUpCommandLine()
/system/tools/aidl/
Dtype_java.cpp225 CharType::CharType(const JavaTypeNamespace* types) in CharType() function in android::aidl::java::CharType
230 void CharType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel()
236 void CharType::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel()
787 Add(new CharType(this)); in Init()
Dtype_java.h177 class CharType : public Type {
179 explicit CharType(const JavaTypeNamespace* types);