Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java_binder.cpp135 ctor->statements = new StatementBlock; in StubClass()
139 ctor->statements->Add(attach); in StubClass()
150 asBinder->statements = new StatementBlock; in StubClass()
151 asBinder->statements->Add(new ReturnStatement(THIS_VALUE)); in StubClass()
163 getDefaultTransactionName->statements = new StatementBlock; in StubClass()
165 getDefaultTransactionName->statements->Add(this->code_to_method_name_switch); in StubClass()
176 getTransactionName->statements = new StatementBlock; in StubClass()
177 getTransactionName->statements->Add( in StubClass()
195 onTransact->statements = new StatementBlock; in StubClass()
196 transact_statements = onTransact->statements; in StubClass()
[all …]
Dgenerate_java.cpp149 write_method->statements = new StatementBlock(); in generate_parcel_class()
154 write_method->statements->Add(new LiteralStatement(out.str())); in generate_parcel_class()
169 write_method->statements->Add(new LiteralStatement(code)); in generate_parcel_class()
178 write_method->statements->Add(new LiteralStatement(out.str())); in generate_parcel_class()
187 read_method->statements = new StatementBlock(); in generate_parcel_class()
195 read_method->statements->Add(new LiteralStatement(out.str())); in generate_parcel_class()
218 read_method->statements->Add(new LiteralStatement(code)); in generate_parcel_class()
220 read_method->statements->Add(sizeCheck); in generate_parcel_class()
228 read_method->statements->Add(new LiteralStatement(out.str())); in generate_parcel_class()
236 describe_contents_method->statements = new StatementBlock(); in generate_parcel_class()
[all …]
Dast_java.cpp143 int N = this->statements.size(); in Write()
145 this->statements[i]->Write(to); in Write()
152 this->statements.push_back(statement); in Add()
156 this->statements.push_back(new ExpressionStatement(expression)); in Add()
295 this->statements->Write(to); in Write()
312 this->statements->Write(to); in Write()
317 this->statements->Write(to); in Write()
336 statements->Write(to); in Write()
398 if (this->statements == nullptr) { in Write()
402 this->statements->Write(to); in Write()
Dast_java.h143 std::vector<Statement*> statements; member
245 StatementBlock* statements = new StatementBlock; member
262 StatementBlock* statements = new StatementBlock; member
270 StatementBlock* statements = new StatementBlock; member
279 StatementBlock* statements = new StatementBlock; member
305 StatementBlock* statements = nullptr; member
Dast_cpp.cpp326 const unique_ptr<StatementBlock>& statements = case_logic_[i]; in Write() local
332 statements->Write(to); in Write()
/system/sepolicy/prebuilts/api/26.0/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/private/
Dport_contexts1 # portcon statements go here, e.g.
/system/sepolicy/prebuilts/api/28.0/private/
Dport_contexts1 # portcon statements go here, e.g.
/system/sepolicy/prebuilts/api/29.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/core/init/
DREADME.md4 The Android Init Language consists of five broad classes of statements: