Searched refs:statements (Results 1 – 13 of 13) sorted by relevance
/system/tools/aidl/ |
D | generate_java_binder.cpp | 78 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 …]
|
D | ast_java.cpp | 128 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 …]
|
D | ast_java.h | 131 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
|
D | type_java.cpp | 325 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 …]
|
D | ast_cpp.cpp | 292 const unique_ptr<StatementBlock>& statements = case_logic_[i]; in Write() local 298 statements->Write(to); in Write()
|
/system/sepolicy/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 74 statements in the same format as the SELinux policy.conf file, i.e. after
|
/system/bt/doc/ |
D | style_guide.md | 309 // Conditional statements with only one child statement should elide braces.
|
/system/core/init/ |
D | readme.txt | 5 The Android Init Language consists of five broad classes of statements,
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 16655 …ich commands can be called and drives the generation of various commanddependent switch statements.
|
D | raw_structures.txt | 16672 …ich commands can be called and drives the generation of various commanddependent switch statements.
|
D | raw_commands_fixed.txt | 1137 In the description below, some statements that describe a check may be followed by a response code …
|
D | raw_commands.txt | 1137 In the description below, some statements that describe a check may be followed by a response code …
|