OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synchronousEntries
(Results
1 - 2
of
2
) sorted by null
/external/autotest/frontend/client/src/autotest/afe/
AbortSynchronousDialog.java
32
Collection<JSONObject>
synchronousEntries
,
37
String jobList = processJobs(
synchronousEntries
);
74
private String processJobs(Collection<JSONObject>
synchronousEntries
) {
77
for (JSONObject entry :
synchronousEntries
) {
AfeUtils.java
111
Set<JSONObject>
synchronousEntries
= new JSONObjectSet<JSONObject>();
119
synchronousEntries
.add(entry);
143
if (
synchronousEntries
.size() == 0) {
147
abortAsynchronousEntries,
synchronousEntries
, asynchronousEntryIds.size() != 0);
Completed in 658 milliseconds