Home
last modified time | relevance | path

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

12345678910>>...42

/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
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-testing/src/test/java/com/github/javaparser/bdd/steps/
DCommentParsingSteps.java40 import org.jbehave.core.annotations.Then;
103 @Then("the Java parser cannot parse it because of an error")
111 @Then("the total number of comments is $expectedCount")
126 @Then("line comment $position is \"$expectedContent\"")
133 @Then("block comment $position is \"$expectedContent\"")
140 @Then("Javadoc comment $position is \"$expectedContent\"")
147 @Then("the line comments have the following positions: $table")
165 @Then("the block comments have the following positions: $table")
183 @Then("the Javadoc comments have the following positions: $table")
201 @Then("it is printed as:$src")
[all …]
DParsingSteps.java36 import org.jbehave.core.annotations.Then;
94 …@Then("constructor $constructorPosition in class $classPosition declaration as a String is \"$expe…
102 …@Then("constructor $constructorPosition in class $classPosition declaration short form as a String…
110 …@Then("method $methodPosition in class $classPosition declaration as a String is \"$expectedString…
118 …@Then("method $methodPosition in class $classPosition declaration as a String short form is \"$exp…
126 …@Then("field $fieldPosition in class $classPosition contains annotation $annotationPosition value …
137 …@Then("lambda in statement $statementPosition in method $methodPosition in class $classPosition is…
145 …@Then("lambda in statement $statementPosition in method $methodPosition in class $classPosition bo…
152 …@Then("lambda in method call in statement $statementPosition in method $methodPosition in class $c…
164 …@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.java42 import org.jbehave.core.annotations.Then;
214 @Then("is not equal to null")
220 @Then("is not equal to $value")
226 @Then("Statement $position in BlockStmt toString is \"$expectedContent\"")
232 @Then("Statement toString is \"$expectedContent\"")
237 @Then("all the VariableDeclarations parent is the TryStmt")
242 @Then("the TryStmt has no child nodes")
247 @Then("method $methodPosition in class $classPosition has the name \"$expectedName\"")
254 @Then("method $methodPosition in class $classPosition has $expectedCount parameters")
263 …@Then("method $methodPosition in class $classPosition parameter $parameterPosition is type int cal…
DSharedSteps.java31 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")
DComparingSteps.java27 import org.jbehave.core.annotations.Then;
56 @Then("they are equals")
/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/swiftshader/third_party/llvm-7.0/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()
101 BasicBlock *Then = BasicBlock::Create(C, "then", F); in TEST() local
106 BranchInst::Create(Then, If1); in TEST()
107 BranchInst::Create(Then, Else1); in TEST()
108 BranchInst::Create(If2, Else2, UndefValue::get(I1Ty), Then); in TEST()
117 PHINode *Phi1 = PHINode::Create(I32Ty, 2, "phi1", Then); in TEST()
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/
Dno-preheader-test.ll5 br i1 %ifcond, label %Then, label %Else
6 Then: ; preds = %0
10 Loop: ; preds = %Loop, %Else, %Then
11 %j = phi i32 [ 0, %Then ], [ 12, %Else ], [ %Next, %Loop ] ; <i32> [#uses=1]
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/grpc-grpc/src/objective-c/tests/
DRxLibraryUnitTests.m77 // Then:
92 // Then:
109 // Then:
126 // Then:
140 // Then:
166 // Then:
189 // Then:
215 // Then:
/external/syzkaller/docs/
Dnetbsd.md32 4. Then, copy out the binary back to host into `bin/netbsd_amd64` dir.(Inside the syzkaller directo…
38 5. Then, you need a NetBSD image with root ssh access with a key. General instructions can be found…
48 7. Then spin up an instance from the image generated inside `./anitatemp` directory
53 8. Then create an ssh-keypair without a password and save it by the name, say, `netbsdkey`
62 9. Then append the following to `/etc/rc.conf`
74 11. Then add your pubkey to `/root/.ssh/authorized_keys` and `reboot` the VM.
107 13. Then, start `syz-manager` with: (Inside the syzkaller folder where the netbsd.cfg file also exi…
/external/syzkaller/docs/linux/
Dsetup_linux-host_qemu-vm_arm-kernel.md19 Then enable the following configs on top:
35 Then build kernel with:
73 Then add the following line to `output/target/etc/fstab`:
79 Then replace `output/target/etc/ssh/sshd_config` with the following contents:

12345678910>>...42