Home
last modified time | relevance | path

Searched refs:GetText (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Daidl_language_y.yy149 $$ = new AidlQualifiedName(loc(@1), $1->GetText(), $1->GetComments());
154 $$->AddTerm($3->GetText());
193 $$ = new AidlParcelable(loc(@2), $2, ps->Package(), $1->GetComments(), $4->GetText());
196 AidlQualifiedName* name = new AidlQualifiedName(loc(@2), $2->GetText(), $2->GetComments());
217 $$ = new AidlVariableDeclaration(loc(@2), $1, $2->GetText());
220 $$ = new AidlVariableDeclaration(loc(@2), $1, $2->GetText(), $4);
229 $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, $4, ps->Package());
234 $$ = new AidlInterface(loc(@2), $3->GetText(), $1->GetComments(), true, $5, ps->Package());
264 $$ = AidlConstantValue::Integral(loc(@1), $1->GetText());
268 $$ = AidlConstantValue::Floating(loc(@1), $1->GetText());
[all …]
Daidl_language.h39 const std::string& GetText() const { return text_; } in GetText() function
/system/bt/btif/src/
Dbtif_config_transcode.cc55 const char* value = k->GetText(); in btif_config_transcode()
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp153 const std::string text(child->GetText()); in ExtractPacked()
/system/libvintf/
Dparse_xml.cpp91 return root->GetText() == NULL ? "" : root->GetText(); in getText()