OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:synchronousjobargs
(Results
1 - 1
of
1
) sorted by null
/external/autotest/frontend/client/src/autotest/afe/
AbortSynchronousDialog.java
28
private JSONArray
synchronousJobArgs
;
76
synchronousJobArgs
= new JSONArray();
87
synchronousJobArgs
.set(
synchronousJobArgs
.size(), groupArgs);
96
for (JSONObject groupParams : new JSONArrayList<JSONObject>(
synchronousJobArgs
)) {
Completed in 70 milliseconds