Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java_binder.cpp104 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 …]
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.cpp306 const unique_ptr<StatementBlock>& statements = case_logic_[i]; in Write() local
312 statements->Write(to); in Write()
/system/sepolicy/prebuilts/api/28.0/private/
Dport_contexts1 # portcon statements go here, e.g.
/system/sepolicy/private/
Dport_contexts1 # portcon statements go here, e.g.
/system/sepolicy/prebuilts/api/27.0/private/
Dport_contexts1 # portcon statements go here, e.g.
/system/sepolicy/prebuilts/api/26.0/private/
Dport_contexts1 # portcon statements go here, e.g.
/system/update_engine/
Dpylintrc96 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/
DREADME82 statements in the same format as the SELinux policy.conf file, i.e. after
/system/tpm/tpm_manager/common/
Dtpm_manager.proto18 // build system cannot handle import statements without using Android-specific
/system/core/init/
DREADME.md4 The Android Init Language consists of five broad classes of statements:
/system/tpm/trunks/generator/
Draw_structures.txt16672 …ich commands can be called and drives the generation of various commanddependent switch statements.
Draw_structures_fixed.txt16655 …ich commands can be called and drives the generation of various commanddependent switch statements.
Draw_commands.txt1137 In the description below, some statements that describe a check may be followed by a response code …
Draw_commands_fixed.txt1137 In the description below, some statements that describe a check may be followed by a response code …