| /third_party/selinux/secilc/docs/ |
| D | README.md | 33 * [Call / Macro Statements](cil_call_macro_statements.md#call--macro-statements) 37 * [Class and Permission Statements](cil_class_and_permission_statements.md#class-and-permission-sta… 48 * [Conditional Statements](cil_conditional_statements.md#conditional-statements) 54 * [Constraint Statements](cil_constraint_statements.md#constraint-statements) 60 * [Container Statements](cil_container_statements.md#container-statements) 70 * [Default Object Statements](cil_default_object_statements.md#default-object-statements) 76 * [File Labeling Statements](cil_file_labeling_statements.md#file-labeling-statements) 81 * [Multi-Level Security Labeling Statements](cil_mls_labeling_statements.md#multi-level-security-la… 98 * [Network Labeling Statements](cil_network_labeling_statements.md#network-labeling-statements) 104 * [Policy Configuration Statements](cil_policy_config_statements.md#policy-configuration-statements) [all …]
|
| /third_party/typescript/src/compiler/transformers/module/ |
| D | module.ts | 94 const statements: Statement[] = []; constant 96 …const statementOffset = factory.copyPrologue(node.statements, statements, ensureUseStrict && !isJs… 99 append(statements, createUnderscoreUnderscoreESModule()); 105 statements, 117 …append(statements, visitNode(currentModuleInfo.externalHelpersImportDeclaration, sourceElementVisi… 118 …addRange(statements, visitNodes(node.statements, sourceElementVisitor, isStatement, statementOffse… 119 addExportEqualsIfNeeded(statements, /*emitAsReturn*/ false); 120 insertStatementsAfterStandardPrologue(statements, endLexicalEnvironment()); 122 …factory.updateSourceFile(node, setTextRange(factory.createNodeArray(statements), node.statements)); 188 …jsonSourceFile.statements.length ? jsonSourceFile.statements[0].expression : factory.createObjectL… [all …]
|
| D | system.ts | 119 node.statements 172 * Adds the statements for the module body function for the source file. 189 // <module statements> 219 const statements: Statement[] = []; constant 228 …const statementOffset = factory.copyPrologue(node.statements, statements, ensureUseStrict, sourceE… 231 statements.push( 251 // Visit the statements of the source file, emitting any transformations into 255 // statements of the source file. 256 …const executeStatements = visitNodes(node.statements, sourceElementVisitor, isStatement, statement… 259 addRange(statements, hoistedStatements); [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | PruneEmptyCases.cpp | 20 bool AreEmptyBlocks(TIntermSequence *statements); 33 // Pure literal statements should also already be pruned. in IsEmptyBlock() 38 // Return true if all statements in "statements" consist only of empty blocks and no-op statements. 39 // Returns true also if there are no statements. 40 bool AreEmptyBlocks(TIntermSequence *statements) in AreEmptyBlocks() argument 42 for (size_t i = 0u; i < statements->size(); ++i) in AreEmptyBlocks() 44 if (!IsEmptyBlock(statements->at(i))) in AreEmptyBlocks() 76 TIntermSequence *statements = statementList->getSequence(); in visitSwitch() local 80 size_t i = statements->size(); in visitSwitch() 85 TIntermNode *statement = statements->at(i); in visitSwitch() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | invalidMultipleVariableDeclarations.errors.txt | 1 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(32,5):… 2 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(33,5):… 3 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(34,5):… 4 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(35,5):… 5 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(36,5):… 6 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(39,5):… 7 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(40,5):… 8 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(43,5):… 9 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(46,5):… 10 tests/cases/conformance/statements/VariableStatements/invalidMultipleVariableDeclarations.ts(47,5):… [all …]
|
| D | forStatementsMultipleInvalidDecl.errors.txt | 1 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(32,10): error … 2 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(33,10): error … 3 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(34,10): error … 4 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(35,10): error … 5 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(36,10): error … 6 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(39,10): error … 7 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(40,10): error … 8 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(43,10): error … 9 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(46,10): error … 10 tests/cases/conformance/statements/forStatements/forStatementsMultipleInvalidDecl.ts(47,10): error … [all …]
|
| D | labeledStatementWithLabel_strict.errors.txt | 1 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(2,1): erro… 2 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(3,1): erro… 3 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(4,1): erro… 4 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(5,1): erro… 5 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(6,1): erro… 6 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(7,1): erro… 7 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(8,1): erro… 8 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(9,1): erro… 9 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(10,1): err… 10 tests/cases/conformance/statements/labeledStatements/labeledStatementWithLabel_strict.ts(12,1): err… [all …]
|
| D | everyTypeWithAnnotationAndInvalidInitializer.errors.txt | 1 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… 2 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… 3 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… 4 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… 5 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… 6 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… 7 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… 8 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… 9 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… 12 tests/cases/conformance/statements/VariableStatements/everyTypeWithAnnotationAndInvalidInitializer.… [all …]
|
| D | switchBreakStatements.errors.txt | 1 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(2,10): error TS2678: Ty… 2 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(8,10): error TS2678: Ty… 3 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(15,10): error TS2678: T… 4 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(21,10): error TS2678: T… 5 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(24,18): error TS2678: T… 6 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(30,10): error TS2678: T… 7 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(33,18): error TS2678: T… 8 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(40,10): error TS2678: T… 9 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(42,18): error TS2678: T… 10 tests/cases/conformance/statements/breakStatements/switchBreakStatements.ts(44,26): error TS2678: T… [all …]
|
| D | for-inStatementsInvalid.errors.txt | 1 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(2,6): error TS2405: … 2 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(5,6): error TS2405: … 3 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(8,6): error TS2405: … 4 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(10,10): error TS2404… 5 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(13,15): error TS2407… 6 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(17,15): error TS2407… 7 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(18,15): error TS2407… 8 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(19,15): error TS2407… 9 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(20,15): error TS2407… 10 tests/cases/conformance/statements/for-inStatements/for-inStatementsInvalid.ts(22,15): error TS2407… [all …]
|
| D | invalidTryStatements.errors.txt | 1 tests/cases/conformance/statements/tryStatements/invalidTryStatements.ts(2,5): error TS1005: 'try' … 2 tests/cases/conformance/statements/tryStatements/invalidTryStatements.ts(6,12): error TS1005: 'fina… 3 tests/cases/conformance/statements/tryStatements/invalidTryStatements.ts(10,5): error TS1005: 'try'… 4 tests/cases/conformance/statements/tryStatements/invalidTryStatements.ts(11,5): error TS1005: 'try'… 5 tests/cases/conformance/statements/tryStatements/invalidTryStatements.ts(15,5): error TS1005: 'try'… 6 tests/cases/conformance/statements/tryStatements/invalidTryStatements.ts(17,5): error TS1005: 'try'… 7 tests/cases/conformance/statements/tryStatements/invalidTryStatements.ts(19,20): error TS1003: Iden… 10 ==== tests/cases/conformance/statements/tryStatements/invalidTryStatements.ts (7 errors) ====
|
| D | for-inStatementsArrayErrors.errors.txt | 1 tests/cases/conformance/statements/for-inStatements/for-inStatementsArrayErrors.ts(4,16): error TS7… 2 tests/cases/conformance/statements/for-inStatements/for-inStatementsArrayErrors.ts(5,16): error TS2… 3 tests/cases/conformance/statements/for-inStatements/for-inStatementsArrayErrors.ts(6,9): error TS23… 4 tests/cases/conformance/statements/for-inStatements/for-inStatementsArrayErrors.ts(8,16): error TS2… 5 tests/cases/conformance/statements/for-inStatements/for-inStatementsArrayErrors.ts(12,10): error TS… 6 tests/cases/conformance/statements/for-inStatements/for-inStatementsArrayErrors.ts(16,10): error TS… 9 ==== tests/cases/conformance/statements/for-inStatements/for-inStatementsArrayErrors.ts (6 errors) … 32 !!! related TS6203 tests/cases/conformance/statements/for-inStatements/for-inStatementsArrayErrors.… 39 !!! related TS6203 tests/cases/conformance/statements/for-inStatements/for-inStatementsArrayErrors.…
|
| D | parserForStatement3.errors.txt | 1 tests/cases/conformance/parser/ecmascript5/Statements/parserForStatement3.ts(1,5): error TS2304: Ca… 2 tests/cases/conformance/parser/ecmascript5/Statements/parserForStatement3.ts(1,10): error TS2304: C… 3 tests/cases/conformance/parser/ecmascript5/Statements/parserForStatement3.ts(1,15): error TS2304: C… 4 tests/cases/conformance/parser/ecmascript5/Statements/parserForStatement3.ts(1,18): error TS2304: C… 5 tests/cases/conformance/parser/ecmascript5/Statements/parserForStatement3.ts(1,23): error TS2304: C… 6 tests/cases/conformance/parser/ecmascript5/Statements/parserForStatement3.ts(1,30): error TS2304: C… 9 ==== tests/cases/conformance/parser/ecmascript5/Statements/parserForStatement3.ts (6 errors) ====
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | PruneEmptyCases.cpp | 20 bool AreEmptyBlocks(TIntermSequence *statements); 33 // Pure literal statements should also already be pruned. in IsEmptyBlock() 38 // Return true if all statements in "statements" consist only of empty blocks and no-op statements. 39 // Returns true also if there are no statements. 40 bool AreEmptyBlocks(TIntermSequence *statements) in AreEmptyBlocks() argument 42 for (size_t i = 0u; i < statements->size(); ++i) in AreEmptyBlocks() 44 if (!IsEmptyBlock(statements->at(i))) in AreEmptyBlocks() 76 TIntermSequence *statements = statementList->getSequence(); in visitSwitch() local 80 size_t i = statements->size(); in visitSwitch() 85 TIntermNode *statement = statements->at(i); in visitSwitch() [all …]
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLBlock.cpp | 15 std::unique_ptr<Statement> Block::MakeUnscoped(int line, StatementArray statements) { in MakeUnscoped() argument 17 if (statements.empty()) { in MakeUnscoped() 21 if (statements.size() > 1) { in MakeUnscoped() 22 // The statement array contains multiple statements, but some of those might be no-ops. in MakeUnscoped() 26 for (std::unique_ptr<Statement>& stmt : statements) { in MakeUnscoped() 34 return std::make_unique<Block>(line, std::move(statements), in MakeUnscoped() 44 // The statement array contained nothing but empty statements! in MakeUnscoped() 46 // We can just return one of those empty statements. Fall through to... in MakeUnscoped() 49 return std::move(statements.front()); in MakeUnscoped() 53 StatementArray statements, in Make() argument [all …]
|
| D | SkSLBlock.h | 17 * A block of multiple statements functioning as a single statement. 23 Block(int line, StatementArray statements, 26 , fChildren(std::move(statements)) in INHERITED() 33 StatementArray statements, 37 // An unscoped Block is just a collection of Statements. For a single-statement Block, 39 static std::unique_ptr<Statement> MakeUnscoped(int line, StatementArray statements); 77 // If isScope is false, this is just a group of statements rather than an actual language-level 78 // block. This allows us to pass around multiple statements as if they were a single unit, with
|
| /third_party/glslang/Test/baseResults/ |
| D | preprocessor.many.endif.vert.err | 1 ERROR: 0:1: '#endif' : mismatched statements 2 ERROR: 0:2: '#endif' : mismatched statements 3 ERROR: 0:3: '#endif' : mismatched statements 4 ERROR: 0:4: '#endif' : mismatched statements 5 ERROR: 0:5: '#endif' : mismatched statements 6 ERROR: 0:6: '#endif' : mismatched statements 7 ERROR: 0:7: '#endif' : mismatched statements
|
| /third_party/skia/include/sksl/ |
| D | DSLCase.h | 26 template<class... Statements> 27 DSLCase(DSLExpression value, Statements... statements) in DSLCase() argument 29 fStatements.reserve_back(sizeof...(statements)); in DSLCase() 31 // (fStatements.push_back(DSLStatement(std::move(statements)).release()), ...); in DSLCase() 34 (static_cast<void>(fStatements.push_back(DSLStatement(std::move(statements)).release())), in DSLCase() 39 DSLCase(DSLExpression value, SkTArray<DSLStatement> statements, 42 DSLCase(DSLExpression value, SkSL::StatementArray statements,
|
| D | DSLBlock.h | 26 template<class... Statements> 27 DSLBlock(Statements... statements) { in DSLBlock() argument 28 fStatements.reserve_back(sizeof...(statements)); in DSLBlock() 30 // (fStatements.push_back(DSLStatement(statements.release()).release()), ...); in DSLBlock() 33 (static_cast<void>(fStatements.push_back(DSLStatement(statements.release()).release())), in DSLBlock() 40 DSLBlock(SkSL::StatementArray statements, std::shared_ptr<SymbolTable> symbols = nullptr); 42 DSLBlock(SkTArray<DSLStatement> statements, std::shared_ptr<SymbolTable> symbols = nullptr);
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| D | parser_impl_loop_stmt_test.cc | 31 ASSERT_EQ(e->body->statements.size(), 1u); in TEST_F() 32 EXPECT_TRUE(e->body->statements[0]->Is<ast::DiscardStatement>()); in TEST_F() 34 EXPECT_EQ(e->continuing->statements.size(), 0u); in TEST_F() 45 ASSERT_EQ(e->body->statements.size(), 1u); in TEST_F() 46 EXPECT_TRUE(e->body->statements[0]->Is<ast::DiscardStatement>()); in TEST_F() 48 EXPECT_EQ(e->continuing->statements.size(), 1u); in TEST_F() 49 EXPECT_TRUE(e->continuing->statements[0]->Is<ast::DiscardStatement>()); in TEST_F() 59 ASSERT_EQ(e->body->statements.size(), 0u); in TEST_F() 60 ASSERT_EQ(e->continuing->statements.size(), 0u); in TEST_F() 70 ASSERT_EQ(e->body->statements.size(), 0u); in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | block_statement.h | 31 /// @param statements the statements 34 const StatementList& statements); 39 /// @returns true if the block has no statements 40 bool Empty() const { return statements.empty(); } in Empty() 44 return statements.empty() ? nullptr : statements.back(); in Last() 54 const StatementList statements; variable
|
| /third_party/typescript/src/compiler/transformers/ |
| D | es2015.ts | 206 // 'do' and 'while' statements are not block scopes. We track that the subtree is contained 212 // 'for' statements are new block scopes and have special handling for 'let' declarations. 216 // 'for-in' and 'for-of' statements are new block scopes and have special handling for 523 const statements: Statement[] = []; constant 525 …const statementOffset = factory.copyPrologue(node.statements, prologue, /*ensureUseStrict*/ false,… 526 … addRange(statements, visitNodes(node.statements, visitor, isStatement, statementOffset)); 528 statements.push( 537 … setTextRange(factory.createNodeArray(concatenate(prologue, statements)), node.statements) 699 const statements: Statement[] = []; constant 705 statements.push(statement); [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/include/freetype/config/ |
| D | ftheader.h | 77 * header files. They can be used directly in `#include` statements as 105 * A macro used in `#include` statements to name the file containing 120 * A macro used in `#include` statements to name the file containing 135 * A macro used in `#include` statements to name the file containing 150 * A macro used in `#include` statements to name the file containing the 169 * A macro used in `#include` statements to name the file containing the 182 * A macro used in `#include` statements to name the file containing the 197 * A macro used in `#include` statements to name the file containing the 210 * A macro used in `#include` statements to name the file containing the 226 * A macro used in `#include` statements to name the file containing type [all …]
|
| /third_party/skia/third_party/externals/freetype/include/freetype/config/ |
| D | ftheader.h | 89 * directly in `#include` statements as in 112 * A macro used in `#include` statements to name the file containing 127 * A macro used in `#include` statements to name the file containing 142 * A macro used in `#include` statements to name the file containing 157 * A macro used in `#include` statements to name the file containing the 176 * A macro used in `#include` statements to name the file containing the 189 * A macro used in `#include` statements to name the file containing the 204 * A macro used in `#include` statements to name the file containing the 217 * A macro used in `#include` statements to name the file containing the 233 * A macro used in `#include` statements to name the file containing type [all …]
|
| /third_party/freetype/include/freetype/config/ |
| D | ftheader.h | 89 * directly in `#include` statements as in 112 * A macro used in `#include` statements to name the file containing 127 * A macro used in `#include` statements to name the file containing 142 * A macro used in `#include` statements to name the file containing 157 * A macro used in `#include` statements to name the file containing the 176 * A macro used in `#include` statements to name the file containing the 189 * A macro used in `#include` statements to name the file containing the 204 * A macro used in `#include` statements to name the file containing the 217 * A macro used in `#include` statements to name the file containing the 233 * A macro used in `#include` statements to name the file containing type [all …]
|