Searched refs:statements (Results 1 – 17 of 17) sorted by relevance
/system/tools/aidl/ |
D | generate_java_binder.cpp | 104 ctor->statements = new StatementBlock; in StubClass() 108 ctor->statements->Add(attach); in StubClass() 119 asBinder->statements = new StatementBlock; in StubClass() 120 asBinder->statements->Add(new ReturnStatement(THIS_VALUE)); in StubClass() 136 onTransact->statements = new StatementBlock; in StubClass() 137 transact_statements = onTransact->statements; in StubClass() 149 default_case->statements->Add(new ReturnStatement(superCall)); in finish() 199 m->statements = new StatementBlock; in make_as_interface() 203 ifstatement->statements = new StatementBlock; in make_as_interface() 204 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 | 306 const unique_ptr<StatementBlock>& statements = case_logic_[i]; in Write() local 312 statements->Write(to); in Write()
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|
/system/sepolicy/private/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|
/system/update_engine/ |
D | pylintrc | 96 too-many-return-statements, 97 too-many-statements, 118 # number of statements analyzed. This is used by the global evaluation report 382 # Maximum number of statements in function / method body 383 max-statements=50
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 82 statements in the same format as the SELinux policy.conf file, i.e. after
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager.proto | 18 // build system cannot handle import statements without using Android-specific
|
/system/core/init/ |
D | README.md | 4 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.txt | 1137 In the description below, some statements that describe a check may be followed by a response code …
|
D | raw_commands_fixed.txt | 1137 In the description below, some statements that describe a check may be followed by a response code …
|