/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/ |
D | PrettyPrintingSteps.java | 29 import org.jbehave.core.annotations.When; 57 @When("the {class|compilation unit} is parsed by the Java parser") 62 @When("the expression is parsed by the Java parser") 67 @When("the block is parsed by the Java parser") 72 @When("the statement is parsed by the Java parser") 77 @When("the import is parsed by the Java parser") 82 @When("the annotation is parsed by the Java parser") 87 @When("the annotation body declaration is parsed by the Java parser") 92 @When("the class body declaration is parsed by the Java parser") 97 @When("the interface body declaration is parsed by the Java parser") [all …]
|
D | ManipulationSteps.java | 41 import org.jbehave.core.annotations.When; 105 @When("is the String \"$value\" is parsed by the JavaParser using parseBlock") 110 @When("is the String \"$value\" is parsed by the JavaParser using parseStatement") 115 @When("the List of VariableDeclarations are set as the resources on TryStmt") 120 @When("empty list is set as the resources on TryStmt") 125 @When("the package declaration is set to \"$packageName\"") 132 @When("a public class called \"$className\" is added to the CompilationUnit") 140 …@When("a public static method called \"$methodName\" returning void is added to class $position in… 152 …@When("$typeName varargs called \"$parameterName\" are added to method $methodPosition in class $c… 160 @When("a BlockStmt is added to method $methodPosition in class $classPosition") [all …]
|
D | VisitorSteps.java | 34 import org.jbehave.core.annotations.When; 113 @When("the CompilationUnit is cloned to the second CompilationUnit") 120 @When("the CompilationUnit is visited by the to uppercase visitor") 127 @When("the CompilationUnit is visited by the variable name collector visitor") 134 @When("the CompilationUnit is visited by the visitor that returns variable names") 140 @When("the CompilationUnit is visited by the visitor that returns all variable names") 146 @When("the CompilationUnit is visited by the PositionTestVisitor")
|
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
D | manipulation_scenarios.story | 11 When is the String "{return x+y;}" is parsed by the JavaParser using parseBlock 18 When is the String "x = x+y;" is parsed by the JavaParser using parseStatement 26 When the List of VariableDeclarations are set as the resources on TryStmt 33 When the package declaration is set to "japa.parser.ast.manipulation" 34 When a public class called "CreateClass" is added to the CompilationUnit 35 When a public static method called "main" returning void is added to class 1 in the compilation unit 36 When String varargs called "args" are added to method 1 in class 1 37 When a BlockStmt is added to method 1 in class 1 38 When System.out.println("Hello World!"); is added to the body of method 1 in class 1 53 When the following source is parsed: [all …]
|
D | pretty_printing_scenarios.story | 1 Scenario: When printing the instantiation we should use the right amount of spaces 7 When the class is parsed by the Java parser 15 Scenario: When printing the lambda expression we should use the right indentation 22 When the class is parsed by the Java parser 46 When the class is parsed by the Java parser 69 When the class is parsed by the Java parser 89 When the class is parsed by the Java parser 112 When the class is parsed by the Java parser 129 When the class is parsed by the Java parser 139 When the class is parsed by the Java parser [all …]
|
D | position_range_scenarios.story | 3 When I compare to position 10, 10 10 When I compare to position 20, 20 17 When I compare to position 10, 11 24 When I compare to position 5, 5 31 When I compare to position 10, 9 38 When I compare to range 10, 10 - 20, 20 43 When I compare to range 10, 10 - 20, 20 48 When I compare to range 10, 10 - 20, 20 53 When I compare to range 11, 11 - 19, 19
|
D | parsing_scenarios.story | 4 When the following source is parsed: 16 When the following source is parsed: 28 When the following source is parsed: 42 When the following source is parsed: 57 When the following source is parsed: 66 When the following sources is parsed by the second CompilationUnit: 85 When the following source is parsed: 94 When the following sources is parsed by the second CompilationUnit: 113 When the following source is parsed: 122 When the following sources is parsed by the second CompilationUnit: [all …]
|
D | visitor_scenarios.story | 5 When the following source is parsed: 13 When the CompilationUnit is cloned to the second CompilationUnit 22 When the following source is parsed: 27 When the CompilationUnit is visited by the to uppercase visitor 38 When the following source is parsed: 48 When the CompilationUnit is visited by the variable name collector visitor 56 When the following source is parsed: 66 When the CompilationUnit is visited by the visitor that returns variable names
|
D | comment_parsing_scenarios.story | 15 When the class is parsed by the comment parser 48 When the class is parsed by the comment parser 77 When the class is parsed by the comment parser 106 When the class is parsed by the comment parser 138 When the class is parsed by the comment parser 164 When the class is parsed by the comment parser 171 When read sample "ClassInLatin1" using encoding "ISO-8859-1" 180 When the class is parsed by the comment parser 192 When the class is parsed by the comment parser 204 When the class is parsed by the comment parser [all …]
|
D | comment_attribution_scenarios.story | 15 When the class is parsed by the Java parser 44 When the class is parsed by the Java parser 70 When the class is parsed by the Java parser 97 When the class is parsed by the Java parser 130 When the class is parsed by the Java parser 155 When the class is parsed by the Java parser 179 When the class is parsed by the Java parser 204 When the class is parsed by the Java parser 220 When the class is parsed by the Java parser 229 When the class is parsed by the Java parser [all …]
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
D | RegEx.java | 11 import javax.annotation.meta.When; 23 When when() default When.ALWAYS; in when() 27 public When forConstantValue(RegEx annotation, Object value) { in forConstantValue() 29 return When.NEVER; in forConstantValue() 34 return When.NEVER; in forConstantValue() 36 return When.ALWAYS; in forConstantValue()
|
D | Nonnegative.java | 9 import javax.annotation.meta.When; 16 When when() default When.ALWAYS; in when() 20 public When forConstantValue(Nonnegative annotation, Object v) { in forConstantValue() 22 return When.NEVER; in forConstantValue() 35 return When.NEVER; in forConstantValue() 37 return When.ALWAYS; in forConstantValue()
|
D | Nonnull.java | 9 import javax.annotation.meta.When; 15 When when() default When.ALWAYS; in when() 19 public When forConstantValue(Nonnull qualifierqualifierArgument, in forConstantValue() 22 return When.NEVER; in forConstantValue() 23 return When.ALWAYS; in forConstantValue()
|
D | MatchesPattern.java | 10 import javax.annotation.meta.When; 22 public When forConstantValue(MatchesPattern annotation, Object value) { in forConstantValue() 25 return When.ALWAYS; in forConstantValue() 26 return When.NEVER; in forConstantValue()
|
D | PropertyKey.java | 8 import javax.annotation.meta.When; 14 When when() default When.ALWAYS; in when()
|
D | Untainted.java | 8 import javax.annotation.meta.When; 14 When when() default When.ALWAYS; in when()
|
D | Syntax.java | 8 import javax.annotation.meta.When; 43 When when() default When.ALWAYS; in when()
|
D | CheckReturnValue.java | 9 import javax.annotation.meta.When; 16 When when() default When.ALWAYS; in when()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-identifier-naming.rst | 95 When defined, the check will ensure abstract class names conform to the 100 When defined, the check will ensure abstract class names will add the 110 When defined, the check will ensure abstract class names will add the 141 When set to `true` the check will look in dependent base classes for dependent 199 When defined, the check will ensure class names conform to the 204 When defined, the check will ensure class names will add the 214 When defined, the check will ensure class names will add the 247 When defined, the check will ensure class constant names conform to the 252 When defined, the check will ensure class constant names will add the 262 When defined, the check will ensure class constant names will add the [all …]
|
D | bugprone-argument-comment.rst | 27 When `false` (default value), the check will ignore leading and trailing 33 When `true`, the check will ignore the single argument. 37 When `true`, the check will add argument comments in the format 58 When true, the check will add argument comments in the format 79 When true, the check will add argument comments in the format 100 When true, the check will add argument comments in the format 125 When true, the check will add argument comments in the format 146 When true, the check will add argument comments in the format 171 When true, the check will add argument comments in the format
|
/external/jsr305/sampleUses/src/main/java/ |
D | FixedLengthString.java | 7 import javax.annotation.meta.When; 17 public When forConstantValue(FixedLengthString annotation, Object v) { in forConstantValue() 19 return When.NEVER; in forConstantValue() 22 return When.ALWAYS; in forConstantValue() 23 return When.NEVER; in forConstantValue()
|
D | CreditCardNumber.java | 9 import javax.annotation.meta.When; 18 public When forConstantValue(CreditCardNumber annotation, Object v) { in forConstantValue() 20 return When.NEVER; in forConstantValue() 23 return When.ALWAYS; in forConstantValue() 24 return When.NEVER; in forConstantValue()
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/ |
D | SlashedClassName.java | 8 import javax.annotation.meta.When; 14 When when() default When.ALWAYS; in when()
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
D | Test.java | 3 import javax.annotation.meta.When; 24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) { in foo5() 27 public void foo6(@SlashedClassName(when=When.UNKNOWN) String foo) { in foo6()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_FusedBatchNormGradV3.pbtxt | 24 When is_training is True, a 1D Tensor for the computed batch 25 mean to be reused in gradient computation. When is_training is 33 When is_training is True, a 1D Tensor for the computed batch 35 gradient computation. When is_training is False, a 1D Tensor 43 When is_training is True, a 1D Tensor for some intermediate results to be reused 44 in gradient computation. When is_training is False, a dummy empty Tensor will be
|