Home
last modified time | relevance | path

Searched refs:statements (Results 1 – 13 of 13) sorted by relevance

/system/tools/aidl/
Dgenerate_java_binder.cpp78 ctor->statements = new StatementBlock; in StubClass()
82 ctor->statements->Add(attach); in StubClass()
93 asBinder->statements = new StatementBlock; in StubClass()
94 asBinder->statements->Add(new ReturnStatement(THIS_VALUE)); in StubClass()
110 onTransact->statements = new StatementBlock; in StubClass()
115 onTransact->statements->Add(this->transact_switch); in StubClass()
119 onTransact->statements->Add(new ReturnStatement(superCall)); in StubClass()
135 m->statements = new StatementBlock; in make_as_interface()
139 ifstatement->statements = new StatementBlock; in make_as_interface()
140 ifstatement->statements->Add(new ReturnStatement(NULL_VALUE)); in make_as_interface()
[all …]
Dast_java.cpp128 int N = this->statements.size(); in Write()
130 this->statements[i]->Write(to); in Write()
136 this->statements.push_back(statement); in Add()
140 this->statements.push_back(new ExpressionStatement(expression)); in Add()
300 this->statements->Write(to); in Write()
317 this->statements->Write(to); in Write()
321 : statements(new StatementBlock), exception(e) {} in CatchStatement()
330 this->statements->Write(to); in Write()
335 this->statements->Write(to); in Write()
354 statements->Write(to); in Write()
[all …]
Dast_java.h131 std::vector<Statement*> statements; member
247 StatementBlock* statements = new StatementBlock; member
264 StatementBlock* statements = new StatementBlock; member
272 StatementBlock* statements; member
281 StatementBlock* statements = new StatementBlock; member
290 StatementBlock* statements = new StatementBlock; member
321 StatementBlock* statements = nullptr; member
Dtype_java.cpp325 elsepart->statements->Add( in WriteToParcel()
330 ifpart->statements->Add( in WriteToParcel()
332 ifpart->statements->Add(new MethodCall(m_types->TextUtilsType(), in WriteToParcel()
347 elsepart->statements->Add(new Assignment(v, NULL_VALUE)); in CreateFromParcel()
353 ifpart->statements->Add(new Assignment( in CreateFromParcel()
600 elsepart->statements->Add( in WriteToParcel()
605 ifpart->statements->Add( in WriteToParcel()
607 ifpart->statements->Add(new MethodCall(v, "writeToParcel", 2, parcel, in WriteToParcel()
621 elsepart->statements->Add(new Assignment(v, NULL_VALUE)); in CreateFromParcel()
627 ifpart->statements->Add(new Assignment( in CreateFromParcel()
[all …]
Dast_cpp.cpp292 const unique_ptr<StatementBlock>& statements = case_logic_[i]; in Write() local
298 statements->Write(to); in Write()
/system/sepolicy/
Dport_contexts1 # portcon statements go here, e.g.
/system/sepolicy/tools/sepolicy-analyze/
DREADME74 statements in the same format as the SELinux policy.conf file, i.e. after
/system/bt/doc/
Dstyle_guide.md309 // Conditional statements with only one child statement should elide braces.
/system/core/init/
Dreadme.txt5 The Android Init Language consists of five broad classes of statements,
/system/tpm/trunks/generator/
Draw_structures_fixed.txt16655 …ich commands can be called and drives the generation of various commanddependent switch statements.
Draw_structures.txt16672 …ich commands can be called and drives the generation of various commanddependent switch statements.
Draw_commands_fixed.txt1137 In the description below, some statements that describe a check may be followed by a response code …
Draw_commands.txt1137 In the description below, some statements that describe a check may be followed by a response code …