Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 78) sorted by relevance

1234

/system/tools/aidl/
Dast_cpp.cpp197 void StatementBlock::AddStatement(unique_ptr<AstNode> statement) { in AddStatement() argument
198 statements_.push_back(std::move(statement)); in AddStatement()
201 void StatementBlock::AddStatement(AstNode* statement) { in AddStatement() argument
202 statements_.emplace_back(statement); in AddStatement()
217 for (const auto& statement : statements_) { in Write() local
218 statement->Write(to); in Write()
Dast_cpp.h181 void AddStatement(std::unique_ptr<AstNode> statement);
182 void AddStatement(AstNode* statement); // Takes ownership
Dast_java.cpp135 void StatementBlock::Add(Statement* statement) { in Add() argument
136 this->statements.push_back(statement); in Add()
Dast_java.h137 void Add(Statement* statement);
/system/bt/doc/
Dstyle_guide.md107 initializer statement:
309 // Conditional statements with only one child statement should elide braces.
310 // The child statement must be on a new line, indented by 2 spaces.
316 // Conditionals with a branch containing more than one child statement forces
/system/tools/aidl/docs/
Daidl-cpp.md51 If you use an import statement in your AIDL, even from the same package, you
120 this string and uses it as the literal include statement in generated code.
/system/extras/librank/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/nativepower/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/latencytop/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/sound/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/postinst/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/puncture_fs/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/kexec_tools/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/squashfs_utils/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/perfprofd/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/simpleperf/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/memory_replay/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/memcpy-perf/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/security/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/tpm/tpm_manager/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/libpagemap/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/procmem/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/core/init/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/keymaster/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/weaved/
DNOTICE136 You may add Your own copyright statement to Your modifications and

1234