Home
last modified time | relevance | path

Searched full:executions (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/external/testng/
Dpom.xml126 <executions>
138 </executions>
160 <executions>
167 </executions>
176 <executions>
183 </executions>
205 <executions>
209 </executions>
215 <executions>
227 </executions>
[all …]
/external/javaparser/javaparser-core/
Dpom.xml37 <executions>
48 </executions>
61 <executions>
69 </executions>
74 <executions>
94 </executions>
107 <executions>
113 </executions>
142 <executions>
155 </executions>
[all …]
/external/snakeyaml/
Dpom.xml180 <executions>
187 </executions>
193 <executions>
204 </executions>
210 <executions>
216 </executions>
226 <executions>
233 </executions>
255 <executions>
262 </executions>
[all …]
Dpom.yaml69 executions:
79 executions:
91 executions:
103 executions:
124 executions:
144 executions:
182 executions:
202 executions:
242 executions:
271 executions:
[all …]
/external/python/google-api-python-client/docs/dyn/
Dtoolresults_v1beta3.projects.histories.html78 <code><a href="toolresults_v1beta3.projects.histories.executions.html">executions()</a></code>
80 <p class="firstline">Returns the executions Resource.</p>
112 …nts a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can b…
114 …hes, it means that multiple histories will need to be used in order to order Executions per branch.
135 …nts a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can b…
137 …hes, it means that multiple histories will need to be used in order to order Executions per branch.
171 …nts a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can b…
173 …hes, it means that multiple histories will need to be used in order to order Executions per branch.
224 …nts a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can b…
226 …hes, it means that multiple histories will need to be used in order to order Executions per branch.
Dtoolresults_v1beta3firstparty.projects.histories.html78 …<code><a href="toolresults_v1beta3firstparty.projects.histories.executions.html">executions()</a><…
80 <p class="firstline">Returns the executions Resource.</p>
112 …nts a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can b…
114 …hes, it means that multiple histories will need to be used in order to order Executions per branch.
135 …nts a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can b…
137 …hes, it means that multiple histories will need to be used in order to order Executions per branch.
171 …nts a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can b…
173 …hes, it means that multiple histories will need to be used in order to order Executions per branch.
224 …nts a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can b…
226 …hes, it means that multiple histories will need to be used in order to order Executions per branch.
/external/mockftpserver/MockFtpServer/
Dpom.xml113 <executions>
123 </executions>
160 <executions>
166 </executions>
184 <!--<executions>-->
192 <!--</executions>-->
199 <executions>
206 </executions>
212 <executions>
219 </executions>
[all …]
/external/mockftpserver/tags/2.5/
Dpom.xml113 <executions>
123 </executions>
160 <executions>
166 </executions>
184 <!--<executions>-->
192 <!--</executions>-->
199 <executions>
206 </executions>
212 <executions>
219 </executions>
[all …]
/external/guice/
Dpom.xml254 <executions>
265 </executions>
289 <executions>
297 </executions>
306 <executions>
331 </executions>
362 <executions>
369 </executions>
384 <executions>
391 </executions>
[all …]
/external/androidplot/AndroidPlot-Core/
Dpom.xml66 <executions>
74 </executions>
83 <executions>
90 </executions>
96 <executions>
103 </executions>
121 <executions>
128 </executions>
/external/tensorflow/tensorflow/java/maven/spark-tensorflow-connector/
Dpom.xml49 <executions>
85 </executions>
98 <executions>
106 </executions>
112 <executions>
146 </executions>
153 <executions>
161 </executions>
191 <executions>
198 </executions>
[all …]
/external/guava/guava-tests/
Dpom.xml56 <executions>
62 </executions>
70 <executions>
74 </executions>
85 <executions>
96 </executions>
/external/jacoco/org.jacoco.agent/
Dpom.xml34 <executions>
56 </executions>
62 <executions>
79 </executions>
85 <executions>
92 </executions>
/external/nanohttpd/
Dpom.xml127 <executions>
134 </executions>
148 <executions>
156 </executions>
190 <executions>
206 </executions>
221 <executions>
255 </executions>
360 <executions>
369 </executions>
[all …]
/external/libphonenumber/
Dpom.xml96 <executions>
104 </executions>
124 <executions>
131 </executions>
137 <executions>
144 </executions>
192 <executions>
200 </executions>
/external/junit-params/
Dpom.xml73 <executions>
80 </executions>
102 <executions>
109 </executions>
136 <executions>
144 </executions>
172 <executions>
180 </executions>
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DTimelineView.cpp48 WTEntry.Executions++; in onEvent()
82 if (Entry.Executions == 0) { in printWaitTimeEntry()
86 unsigned Executions = Entry.Executions; in printWaitTimeEntry() local
87 AverageTime1 = (double)Entry.CyclesSpentInSchedulerQueue / Executions; in printWaitTimeEntry()
88 AverageTime2 = (double)Entry.CyclesSpentInSQWhileReady / Executions; in printWaitTimeEntry()
89 AverageTime3 = (double)Entry.CyclesSpentAfterWBAndBeforeRetire / Executions; in printWaitTimeEntry()
91 OS << Executions; in printWaitTimeEntry()
112 << "[0]: Executions\n" in printAverageWaitTimes()
/external/jacoco/org.jacoco.core.test/
Dpom.xml55 <executions>
68 </executions>
86 <executions>
100 </executions>
122 <executions>
136 </executions>
/external/brotli/java/org/brotli/dec/
Dpom.xml47 <executions>
63 </executions>
69 <executions>
83 </executions>
106 <executions>
114 </executions>
/external/protobuf/protoc-artifacts/
Dpom.xml48 <executions>
55 </executions>
69 <executions>
86 </executions>
107 <executions>
115 </executions>
/external/flatbuffers/
Dpom.xml68 <executions>
75 </executions>
85 <executions>
92 </executions>
115 <executions>
123 </executions>
/external/objenesis/tck/
Dpom.xml100 <executions>
107 </executions>
122 <executions>
133 </executions>
154 <executions>
162 </executions>
/external/proguard/build/maven/
Dpom.xml87 <executions>
95 </executions>
101 <executions>
109 </executions>
116 <executions>
124 </executions>
/external/guava/
Dpom.xml89 <executions>
95 </executions>
120 <executions>
126 </executions>
144 <executions>
152 </executions>
160 <executions>
166 </executions>
/external/jcommander/
Dpom.xml71 <executions>
78 </executions>
108 <executions>
121 </executions>
245 <executions>
251 </executions>
268 <executions>
276 </executions>

12345678910>>...17