Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java_binder.cpp126 ctor->statements = std::make_shared<StatementBlock>(); in StubClass()
129 ctor->statements->Add(stability); in StubClass()
135 ctor->statements->Add(attach); in StubClass()
146 asBinder->statements = std::make_shared<StatementBlock>(); in StubClass()
147 asBinder->statements->Add(std::make_shared<ReturnStatement>(THIS_VALUE)); in StubClass()
159 getDefaultTransactionName->statements = std::make_shared<StatementBlock>(); in StubClass()
161 getDefaultTransactionName->statements->Add(this->code_to_method_name_switch); in StubClass()
172 getTransactionName->statements = std::make_shared<StatementBlock>(); in StubClass()
173 getTransactionName->statements->Add(std::make_shared<ReturnStatement>( in StubClass()
192 onTransact->statements = std::make_shared<StatementBlock>(); in StubClass()
[all …]
Dgenerate_java.cpp173 write_method->statements = std::make_shared<StatementBlock>(); in generate_parcel_class()
178 write_method->statements->Add(std::make_shared<LiteralStatement>(out.str())); in generate_parcel_class()
193 write_method->statements->Add(std::make_shared<LiteralStatement>(code)); in generate_parcel_class()
202 write_method->statements->Add(std::make_shared<LiteralStatement>(out.str())); in generate_parcel_class()
210 constructor->statements = std::make_shared<StatementBlock>(); in generate_parcel_class()
226 constructor->statements->Add(std::make_shared<LiteralStatement>(out.str())); in generate_parcel_class()
239 read_or_create_method->statements = std::make_shared<StatementBlock>(); in generate_parcel_class()
245 read_or_create_method->statements = std::make_shared<StatementBlock>(); in generate_parcel_class()
264 read_or_create_method->statements->Add(std::make_shared<LiteralStatement>(out.str())); in generate_parcel_class()
296 read_or_create_method->statements->Add(std::make_shared<LiteralStatement>(code)); in generate_parcel_class()
[all …]
Dast_java.cpp141 int N = this->statements.size(); in Write()
143 this->statements[i]->Write(to); in Write()
150 this->statements.push_back(statement); in Add()
154 this->statements.push_back(std::make_shared<ExpressionStatement>(expression)); in Add()
270 this->statements->Write(to); in Write()
287 this->statements->Write(to); in Write()
292 this->statements->Write(to); in Write()
311 statements->Write(to); in Write()
369 if (this->statements == nullptr) { in Write()
373 this->statements->Write(to); in Write()
Dast_java.h141 std::vector<std::shared_ptr<Statement>> statements; member
241 std::shared_ptr<StatementBlock> statements = std::make_shared<StatementBlock>(); member
258 std::shared_ptr<StatementBlock> statements = std::make_shared<StatementBlock>(); member
266 std::shared_ptr<StatementBlock> statements = std::make_shared<StatementBlock>(); member
275 std::shared_ptr<StatementBlock> statements = std::make_shared<StatementBlock>(); member
300 std::shared_ptr<StatementBlock> statements = nullptr; member
Dast_cpp.cpp332 const unique_ptr<StatementBlock>& statements = case_logic_[i]; in Write() local
338 statements->Write(to); in Write()
/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/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/sepolicy/prebuilts/api/30.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/tools/mkbootimg/
Dpylintrc65 …ocstring,too-many-branches,too-many-locals,too-many-arguments,too-many-statements,duplicate-code,t…
86 # number of statements analyzed. This is used by the global evaluation report
321 # Maximum number of statements in function / method body
322 max-statements=50
/system/sepolicy/tools/sepolicy-analyze/
DREADME82 statements in the same format as the SELinux policy.conf file, i.e. after
/system/tools/hidl/
Dhidl-gen_y.yy618 // Import statements must be first. The grammar allows them later so that:
/system/core/init/
DREADME.md4 The Android Init Language consists of five broad classes of statements: