/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 99 c1 = doc.statements[0] 100 c2 = doc.statements[1].statements[1] 106 self.assertEqual(doc.statements[1].name, "test") 114 c1 = doc.statements[0] 125 anchor = doc.statements[0].statements[0].entryAnchor 139 anchor = doc.statements[0].statements[0].entryAnchor 155 anchor = doc.statements[0].statements[0].entryAnchor 169 anchor = doc.statements[0].statements[0].exitAnchor 179 anchor = doc.statements[0].statements[1].entryAnchor 203 anchor = doc.statements[0].statements[0].entryAnchor [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
D | BlockStmt.java | 46 private NodeList<Statement> statements; field in BlockStmt 53 public BlockStmt(final NodeList<Statement> statements) { in BlockStmt() argument 54 this(null, statements); in BlockStmt() 61 public BlockStmt(TokenRange tokenRange, NodeList<Statement> statements) { in BlockStmt() argument 63 setStatements(statements); in BlockStmt() 81 return statements; in getStatements() 85 public BlockStmt setStatements(final NodeList<Statement> statements) { in setStatements() argument 86 assertNotNull(statements); in setStatements() 87 if (statements == this.statements) { in setStatements() 90 notifyPropertyChange(ObservableProperty.STATEMENTS, this.statements, statements); in setStatements() [all …]
|
D | SwitchEntry.java | 90 private NodeList<Statement> statements; field in SwitchEntry 99 …chEntry(final NodeList<Expression> labels, final Type type, final NodeList<Statement> statements) { in SwitchEntry() argument 100 this(null, labels, type, statements); in SwitchEntry() 107 …ry(TokenRange tokenRange, NodeList<Expression> labels, Type type, NodeList<Statement> statements) { in SwitchEntry() argument 111 setStatements(statements); in SwitchEntry() 134 return statements; in getStatements() 158 public SwitchEntry setStatements(final NodeList<Statement> statements) { in setStatements() argument 159 assertNotNull(statements); in setStatements() 160 if (statements == this.statements) { in setStatements() 163 notifyPropertyChange(ObservableProperty.STATEMENTS, this.statements, statements); in setStatements() [all …]
|
/external/fonttools/Tests/voltLib/ |
D | parser_test.py | 26 ).statements 34 ).statements 43 ).statements 52 ).statements 61 ).statements 69 ).statements 77 ).statements 85 ).statements 93 ).statements 101 ).statements [all …]
|
/external/angle/src/compiler/translator/tree_ops/ |
D | PruneEmptyCases.cpp | 20 bool AreEmptyBlocks(const TIntermSequence *statements); 40 bool AreEmptyBlocks(const 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() 112 if (lastNoOpInStatementList < statements->size()) in visitSwitch() 114 statements->erase(statements->begin() + lastNoOpInStatementList, statements->end()); in visitSwitch()
|
/external/angle/third_party/vulkan-deps/glslang/src/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
|
/external/deqp-deps/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
|
/external/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() 26 for (std::unique_ptr<Statement>& stmt : statements) { in MakeUnscoped() 34 return std::make_unique<Block>(line, std::move(statements), in MakeUnscoped() 49 return std::move(statements.front()); in MakeUnscoped() 53 StatementArray statements, in Make() argument 58 return std::make_unique<Block>(line, std::move(statements), std::move(symbols), isScope); in Make()
|
D | SkSLBlock.h | 23 Block(int line, StatementArray statements, 26 , fChildren(std::move(statements)) in INHERITED() 33 StatementArray statements, 39 static std::unique_ptr<Statement> MakeUnscoped(int line, StatementArray statements);
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | parser.py | 82 statements = self.doc_.statements 86 statements.append( 90 statements.append(self.parse_include_()) 92 statements.append(self.parse_glyphclass_definition_()) 94 statements.append(self.parse_anonymous_()) 96 statements.append(self.parse_anchordef_()) 98 statements.append(self.parse_languagesystem_()) 100 statements.append(self.parse_lookup_(vertical=False)) 102 statements.append(self.parse_markClass_()) 104 statements.append(self.parse_feature_block_()) [all …]
|
/external/selinux/secilc/docs/ |
D | README.md | 33 * [Call / Macro Statements](cil_call_macro_statements.md#call--macro-statements) 37 … and Permission Statements](cil_class_and_permission_statements.md#class-and-permission-statements) 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 …urity Labeling Statements](cil_mls_labeling_statements.md#multi-level-security-labeling-statements) 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 …]
|
D | cil_conditional_statements.md | 47 Contains the run time conditional statements that are instantiated in the binary policy according t… 49 [`call`](cil_call_macro_statements.md#call) statements are allowed within a [`booleanif`](cil_condi… 92 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>bool… 96 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>bool… 127 Tunables are similar to booleans, however they are used to manage areas of CIL statements that may … 131 …onal_statements.md#tunableif) statements are resolved first, [`tunable`](cil_conditional_statement… 169 Compile time conditional statement that may or may not add CIL statements to be compiled. 171 …statements allowed in a [`booleanif`](cil_conditional_statements.md#booleanif) block are allowed i… 214 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tuna… 218 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tuna…
|
/external/skia/src/sksl/dsl/ |
D | DSLBlock.cpp | 17 DSLBlock::DSLBlock(SkSL::StatementArray statements, std::shared_ptr<SymbolTable> symbols) in DSLBlock() argument 18 : fStatements(std::move(statements)) in DSLBlock() 21 DSLBlock::DSLBlock(SkTArray<DSLStatement> statements, std::shared_ptr<SymbolTable> symbols) in DSLBlock() argument 23 fStatements.reserve_back(statements.count()); in DSLBlock() 24 for (DSLStatement& s : statements) { in DSLBlock()
|
D | DSLCase.cpp | 16 DSLCase::DSLCase(DSLExpression value, SkSL::StatementArray statements, PositionInfo pos) in DSLCase() argument 18 , fStatements(std::move(statements)) in DSLCase() 21 DSLCase::DSLCase(DSLExpression value, SkTArray<DSLStatement> statements, PositionInfo pos) in DSLCase() argument 24 fStatements.reserve_back(statements.count()); in DSLCase() 25 for (DSLStatement& stmt : statements) { in DSLCase()
|
/external/skia/include/sksl/ |
D | DSLCase.h | 27 DSLCase(DSLExpression value, Statements... statements) in DSLCase() argument 29 fStatements.reserve_back(sizeof...(statements)); 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 | 27 DSLBlock(Statements... statements) { in DSLBlock() argument 28 fStatements.reserve_back(sizeof...(statements)); 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);
|
/external/vogar/src/vogar/target/junit/ |
D | ParentStatementRunner.java | 40 private final List<DescribableStatement> statements; field in ParentStatementRunner 43 public ParentStatementRunner(Class<?> testClass, List<DescribableStatement> statements, in ParentStatementRunner() argument 48 this.statements = statements; in ParentStatementRunner() 59 return statements; in getChildren()
|
/external/autotest/contrib/ |
D | coverage.py | 104 def __init__(self, statements, excluded, suite_spots): argument 106 self.statements = statements 158 self.statements[lines[1]] = 1 197 self.statements[lineno] = 1 712 statements = {} 714 visitor = StatementFindingAstVisitor(statements, excluded, suite_spots) 717 lines = statements.keys() 730 def format_lines(self, statements, lines): argument 736 while i < len(statements) and j < len(lines): 737 if statements[i] == lines[j]: [all …]
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | lower_jump_cases.py | 117 def loop(statements): argument 121 check_sexp(statements) 122 return [['loop', statements]] 138 def complex_if(var_prefix, statements): argument 155 check_sexp(statements) 156 return simple_if(var_prefix + 'a', simple_if(var_prefix + 'b', statements)) 225 def if_execute_flag(statements): argument 229 check_sexp(statements) 230 return [['if', ['var_ref', 'execute_flag'], statements, []]] 239 def if_not_return_flag(statements): argument [all …]
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | control_flow.md | 7 AutoGraph rewrites all control flow statements with specialized AutoGraph 14 Key Point: Only statements that are conditioned on, or iterate over, a 125 This explains why inserting `print` statements in an `if` statement produces 179 ### `if` statements 181 `if` statements whose condition is a `tf.Tensor` are executed as TensorFlow 191 `if` statements whose condition is not a `tf.Tensor` are executed as normal 201 `if` statements executed as TensorFlow conditionals are subject to restrictions 211 ### `while` statements 213 `while` statements whose condition is a `tf.Tensor` are executed as TensorFlow 222 `while` statements whose condition is not a `tf.Tensor` are executed as normal [all …]
|
/external/clang/test/Index/ |
D | complete-at-exprstmt.m | 26 …ftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }} 28 …statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace… 37 …ftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }} 39 …statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace…
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/ |
D | StatementTransformationsTest.java | 57 NodeList<Statement> statements = stmt.asSwitchStmt().getEntry(0).getStatements(); in switchEntryCsmHasTrailingUnindent() local 58 statements.set(1, statements.get(1).clone()); // clone() to force replacement in switchEntryCsmHasTrailingUnindent()
|
/external/selinux/secilc/test/ |
D | in_test.cil | 25 ;; Check that "in" statements work in blocks 47 ;; Check that "in" statements work in optionals 67 ;; Check that "in" statements work in macros 86 ;; Check "in" statements work for nested optionals 99 ;; Check "in: statements work for nested optionals and macros
|
/external/python/cpython2/Misc/Vim/ |
D | vim_syntax.py | 77 statements = ( variable 171 for statement_var, statement_parts in statements: 178 for statement_var, statement_parts in statements: 210 for statement_var, statement_parts in statements:
|
/external/angle/src/compiler/translator/tree_ops/apple/ |
D | RewriteDoWhile.cpp | 59 TIntermSequence *statements = node->getSequence(); in visitBlock() local 64 for (size_t i = 0; i < statements->size(); i++) in visitBlock() 66 TIntermNode *statement = (*statements)[i]; in visitBlock()
|