Home
last modified time | relevance | path

Searched refs:Then (Results 1 – 25 of 1303) sorted by relevance

12345678910>>...53

/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dcomment_attribution_scenarios.story16 Then the compilation unit is not commented
17 Then the compilation unit has 0 orphan comments
18 Then class 1 has 4 total contained comments
19 Then method 1 in class 1 has 4 total contained comments
20 Then method 1 in class 1 has 0 orphan comments
21 Then block statement in method 1 in class 1 has 4 total contained comments
22 Then block statement in method 1 in class 1 has 3 orphan comments
45 Then the compilation unit is not commented
46 Then the compilation unit has 6 contained comments
47 Then the compilation unit orphan comment 1 is "Orphan comment inside the CompilationUnit"
[all …]
Dcomment_parsing_scenarios.story16 Then the total number of comments is 4
17 Then line comment 1 is " first comment"
18 Then line comment 2 is " second comment"
19 Then line comment 3 is " third comment"
20 Then line comment 4 is " fourth comment"
21 Then the line comments have the following positions:
49 Then the total number of comments is 5
50 Then block comment 1 is " comment which is not attributed to the class, it floats around as an orph…
51 Then block comment 2 is " comment to a class "
52 Then block comment 3 is " comment to a method "
[all …]
Dparsing_scenarios.story9 Then constructor 1 in class 1 declaration as a String is "protected ClassWithAConstructor(int a, St…
10 Then all nodes refer to their parent
21 Then constructor 1 in class 1 declaration short form as a String is "ClassWithAConstructor(int a, S…
22 Then all nodes refer to their parent
35 Then method 1 in class 1 declaration as a String is "protected final native List<String> aMethod(in…
36 Then all nodes refer to their parent
49 Then method 1 in class 1 declaration as a String short form is "List<String> aMethod(int a, String …
50 Then all nodes refer to their parent
75 Then the CompilationUnit is equal to the second CompilationUnit
76 Then the CompilationUnit has the same hashcode to the second CompilationUnit
[all …]
Dmanipulation_scenarios.story4 Then is not equal to null
5 Then is not equal to "Some String Value"
12 Then Statement 1 in BlockStmt toString is "return x + y;"
19 Then Statement toString is "x = x + y;"
27 Then all the VariableDeclarations parent is the TryStmt
39 Then the expected source should be:
63 Then method 1 in class 1 has the name "CHANGETOUPPERCASE"
80 Then method 1 in class 1 has the name "CHANGETOUPPERCASE"
81 Then method 2 in class 1 has the name "ANOTHERMETHODTOCHANGE"
97 Then method 1 in class 1 has 1 parameters
[all …]
Dpretty_printing_scenarios.story8 Then it is printed as:
23 Then it is printed as:
47 Then it is printed as:
70 Then it is printed as:
90 Then it is printed as:
113 Then it is printed as:
130 Then it is printed as:
140 Then it is printed as:
156 Then it is printed as:
174 Then it is printed as:
[all …]
Dposition_range_scenarios.story4 Then the positions are equal
11 Then it is after the first position
18 Then it is after the first position
25 Then it is before the first position
32 Then it is before the first position
39 Then the ranges are equal
44 Then it is before the position
49 Then it is after the position
54 Then it is contained in the first range
Dvisitor_scenarios.story14 Then the CompilationUnit is equal to the second CompilationUnit
15 Then the CompilationUnit has the same hashcode to the second CompilationUnit
28 Then the expected source should be:
49 Then the collected variable name is "exception;zero;"
67 Then the return variable name is "zero"
/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/
DCommentParsingSteps.java37 import org.jbehave.core.annotations.Then;
104 @Then("the Java parser cannot parse it because of an error")
112 @Then("the total number of comments is $expectedCount")
127 @Then("line comment $position is \"$expectedContent\"")
134 @Then("block comment $position is \"$expectedContent\"")
141 @Then("Javadoc comment $position is \"$expectedContent\"")
148 @Then("the line comments have the following positions: $table")
166 @Then("the block comments have the following positions: $table")
184 @Then("the Javadoc comments have the following positions: $table")
202 @Then("it is printed as:$src")
[all …]
DParsingSteps.java36 import org.jbehave.core.annotations.Then;
95 …@Then("constructor $constructorPosition in class $classPosition declaration as a String is \"$expe…
103 …@Then("constructor $constructorPosition in class $classPosition declaration short form as a String…
111 …@Then("method $methodPosition in class $classPosition declaration as a String is \"$expectedString…
119 …@Then("method $methodPosition in class $classPosition declaration as a String short form is \"$exp…
127 …@Then("field $fieldPosition in class $classPosition contains annotation $annotationPosition value …
138 …@Then("lambda in statement $statementPosition in method $methodPosition in class $classPosition is…
146 …@Then("lambda in statement $statementPosition in method $methodPosition in class $classPosition bo…
153 …@Then("lambda in method call in statement $statementPosition in method $methodPosition in class $c…
165 …@Then("lambda in statement $statementPosition in method $methodPosition in class $classPosition bl…
[all …]
DPositionRangeSteps.java28 import org.jbehave.core.annotations.Then;
82 @Then("the positions are equal")
87 @Then("it is after the {first|} position")
96 @Then("it is before the {first|} position")
105 @Then("the positions are not equal")
110 @Then("it is not after the {first|} position")
115 @Then("it is not before the {first|} position")
120 @Then("the ranges are equal")
125 @Then("it is contained in the first range")
DManipulationSteps.java40 import org.jbehave.core.annotations.Then;
213 @Then("is not equal to null")
219 @Then("is not equal to $value")
225 @Then("Statement $position in BlockStmt toString is \"$expectedContent\"")
231 @Then("Statement toString is \"$expectedContent\"")
236 @Then("all the VariableDeclarations parent is the TryStmt")
241 @Then("the TryStmt has no child nodes")
246 @Then("method $methodPosition in class $classPosition has the name \"$expectedName\"")
253 @Then("method $methodPosition in class $classPosition has $expectedCount parameters")
262 …@Then("method $methodPosition in class $classPosition parameter $parameterPosition is type int cal…
DSharedSteps.java30 import org.jbehave.core.annotations.Then;
95 @Then("the CompilationUnit is equal to the second CompilationUnit")
103 @Then("the CompilationUnit has the same hashcode to the second CompilationUnit")
111 @Then("the CompilationUnit is not equal to the second CompilationUnit")
119 @Then("the CompilationUnit has a different hashcode to the second CompilationUnit")
127 @Then("the expected source should be:$classSrc")
DVisitorSteps.java33 import org.jbehave.core.annotations.Then;
152 @Then("the collected variable name is \"$nameUnderTest\"")
157 @Then("the return variable name is \"$nameUnderTest\"")
162 @Then("the first return variable name is \"$nameUnderTest\"")
167 @Then("the total number of nodes visited is $expectedCount")
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops_test.py37 def Then(x): function
45 result = self.evaluate(functional_ops.If(False, inputs, Then, Else))
52 def Then(x): function
61 then_cf = Then.get_concrete_function()
70 def Then(x): function
78 then_cf = Then.get_concrete_function()
/external/libpng/contrib/pngminus/
Dmakevms.com65 $ If Argument .Eqs. "" Then Goto Exit
69 $ If File .Eqs. " " Then Goto Endl
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
82 $ If arg .Le. 8 Then Goto Loop
91 $ If V Then Set Verify
/external/rust/crates/futures-util/src/stream/stream/
Dthen.rs14 pub struct Then<St, Fut, F> {
23 impl<St, Fut, F> fmt::Debug for Then<St, Fut, F> implementation
36 impl<St, Fut, F> Then<St, Fut, F> implementation
51 impl<St, Fut, F> FusedStream for Then<St, Fut, F> implementation
61 impl<St, Fut, F> Stream for Then<St, Fut, F> implementation
101 impl<S, Fut, F, Item> Sink<Item> for Then<S, Fut, F> implementation
/external/rust/crates/rustversion/src/
Dattr.rs8 pub then: Then,
11 pub enum Then { enum
29 Then::Const(const_span) in parse()
31 Then::Attribute(input.collect()) in parse()
/external/llvm-project/llvm/unittests/Analysis/
DPhiValuesTest.cpp35 BasicBlock *Then = BasicBlock::Create(C, "then", F); in TEST() local
37 BranchInst::Create(Then, If); in TEST()
38 BranchInst::Create(Then, Else); in TEST()
45 PHINode *Phi1 = PHINode::Create(I32Ty, 2, "phi1", Then); in TEST()
48 PHINode *Phi2 = PHINode::Create(I32Ty, 2, "phi2", Then); in TEST()
102 BasicBlock *Then = BasicBlock::Create(C, "then", F); in TEST() local
107 BranchInst::Create(Then, If1); in TEST()
108 BranchInst::Create(Then, Else1); in TEST()
109 BranchInst::Create(If2, Else2, UndefValue::get(I1Ty), Then); in TEST()
118 PHINode *Phi1 = PHINode::Create(I32Ty, 2, "phi1", Then); in TEST()
[all …]
/external/libabigail/
DCOMPILING41 Then go to your local libabigail.git directory where the source code
53 Then configure the package:
58 Then build the package
71 Then untar it and go to the resulting source directory.
73 Then create a build directory that is to receive the result of the
79 Then configure the package:
83 Then compile it:
87 Then install the resulting binaries
/external/llvm/test/Transforms/LICM/
Dno-preheader-test.ll6 br i1 %ifcond, label %Then, label %Else
7 Then: ; preds = %0
11 Loop: ; preds = %Loop, %Else, %Then
12 %j = phi i32 [ 0, %Then ], [ 12, %Else ], [ %Next, %Loop ] ; <i32> [#uses=1]
/external/llvm-project/llvm/test/Transforms/LICM/
Dno-preheader-test.ll6 br i1 %ifcond, label %Then, label %Else
7 Then: ; preds = %0
11 Loop: ; preds = %Loop, %Else, %Then
12 %j = phi i32 [ 0, %Then ], [ 12, %Else ], [ %Next, %Loop ] ; <i32> [#uses=1]
/external/libpng/scripts/
Dmakevms.com20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
115 $ If Argument .Eqs. "" Then Goto Exit
119 $ If File .Eqs. " " Then Goto Endl
124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
132 $ If arg .Le. 8 Then Goto Loop
141 $ If V Then Set Verify
/external/llvm-project/llvm/bindings/python/
DREADME.txt23 Then by running nosetests:
36 Then run nosetests:
45 Then open cover/index.html in your browser of choice to see the code coverage.
54 Then at any time run it to see a report:
/external/llvm/bindings/python/
DREADME.txt23 Then by running nosetests:
36 Then run nosetests:
45 Then open cover/index.html in your browser of choice to see the code coverage.
54 Then at any time run it to see a report:
/external/skia/tools/skottie_ios_app/
DREADME.md22 Then install the `out/ios_arm64_mtl/skottie_example.app` bundle.
43 Then install the `out/ios_arm64_cpu/skottie_example.app` bundle.
65 Then install the `out/ios_arm64_gl/skottie_example.app` bundle.

12345678910>>...53