Home
last modified time | relevance | path

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

1234

/system/chre/platform/linux/include/chre/target_platform/
Dassert.h65 #define EXPECT_CHRE_ASSERT(statement) \ argument
70 statement; \
/system/chre/util/include/chre/util/nanoapp/
Dassert.h50 #define EXPECT_CHRE_ASSERT(statement) argument
/system/tools/aidl/
Dast_cpp.cpp229 void StatementBlock::AddStatement(unique_ptr<AstNode> statement) { in AddStatement() argument
230 statements_.push_back(std::move(statement)); in AddStatement()
233 void StatementBlock::AddStatement(AstNode* statement) { in AddStatement() argument
234 statements_.emplace_back(statement); in AddStatement()
250 for (const auto& statement : statements_) { in Write() local
251 statement->Write(to); in Write()
Dast_cpp.h211 void AddStatement(std::unique_ptr<AstNode> statement);
212 void AddStatement(AstNode* statement); // Takes ownership
Dast_java.cpp151 void StatementBlock::Add(Statement* statement) { in Add() argument
152 this->statements.push_back(statement); in Add()
Dast_java.h149 void Add(Statement* statement);
/system/sepolicy/prebuilts/api/26.0/private/
Dtechnical_debt.cil3 ; stuff below, for example, by improving typeattribute statement of module
/system/sepolicy/prebuilts/api/27.0/private/
Dtechnical_debt.cil3 ; stuff below, for example, by improving typeattribute statement of module
/system/sepolicy/prebuilts/api/28.0/private/
Dtechnical_debt.cil3 ; stuff below, for example, by improving typeattribute statement of module
/system/sepolicy/prebuilts/api/29.0/private/
Dtechnical_debt.cil3 ; stuff below, for example, by improving typeattribute statement of module
/system/sepolicy/private/
Dtechnical_debt.cil3 ; stuff below, for example, by improving typeattribute statement of module
/system/extras/perfprofd/
DAndroid.bp34 "-Wno-gnu-statement-expression",
/system/update_engine/
Dpylintrc116 # note). You have access to the variables errors warning, statement which
120 #evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
397 # Maximum number of boolean expressions in a if statement
/system/tools/aidl/docs/
Daidl-cpp.md51 If you use an import statement in your AIDL, even from the same package, you
197 this string and uses it as the literal include statement in generated code.
/system/extras/simpleperf/
DAndroid.bp35 "-Wno-gnu-statement-expression",
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/core/liblog/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/core/libpixelflinger/
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/cpustats/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/extras/mmap-perf/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/core/libcutils/
DNOTICE136 You may add Your own copyright statement to Your modifications and
/system/core/libgrallocusage/
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/core/libutils/
DNOTICE136 You may add Your own copyright statement to Your modifications and

1234