/external/autotest/frontend/client/src/autotest/common/ |
D | JsonRpcCallback.java | 25 public void onError(JSONObject errorObject) { in onError() argument 26 if (errorObject == null) { in onError() 30 String errorString = getErrorString(errorObject); in onError() 31 JSONString tracebackString = errorObject.get("traceback").isString(); in onError() 40 protected String getErrorString(JSONObject errorObject) { in getErrorString() argument 41 if (errorObject == null) { in getErrorString() 45 String name = Utils.jsonToString(errorObject.get("name")); in getErrorString() 46 String message = Utils.jsonToString(errorObject.get("message")); in getErrorString()
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | RpcDataSource.java | 53 public void onError(JSONObject errorObject) { in getPage() 54 super.onError(errorObject); in getPage() 55 callback.onError(errorObject); in getPage() 71 public void onError(JSONObject errorObject) { in getTotalResultCount() 72 super.onError(errorObject); in getTotalResultCount() 73 callback.onError(errorObject); in getTotalResultCount()
|
D | DataSource.java | 104 public void onError(JSONObject errorObject); in onError() argument 111 public void onError(JSONObject errorObject) {} in onError() argument
|
D | DynamicTable.java | 354 public void onError(JSONObject errorObject) { in onError() argument
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipProviderImpl.java | 912 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent() local 916 if (errorObject instanceof SIPServerTransaction) { in transactionErrorEvent() 917 ev = new TimeoutEvent(this, (ServerTransaction) errorObject, in transactionErrorEvent() 920 SIPClientTransaction clientTx = (SIPClientTransaction) errorObject; in transactionErrorEvent() 925 ev = new TimeoutEvent(this, (ClientTransaction) errorObject, in transactionErrorEvent() 929 this.handleEvent(ev, (SIPTransaction) errorObject); in transactionErrorEvent() 932 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent() local 936 if (errorObject instanceof SIPServerTransaction) { in transactionErrorEvent() 937 ev = new TimeoutEvent(this, (ServerTransaction) errorObject, in transactionErrorEvent() 940 SIPClientTransaction clientTx = (SIPClientTransaction) errorObject; in transactionErrorEvent() [all …]
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | TestDetailView.java | 56 public void onError(JSONObject errorObject) { 57 super.onError(errorObject); 58 String errorString = getErrorString(errorObject); 218 public void onError(JSONObject errorObject) { in fetchData() 219 super.onError(errorObject); in fetchData()
|
D | Plot.java | 100 public void onError(JSONObject errorObject) { in refresh() 101 callback.onError(errorObject); in refresh()
|
D | DynamicGraphingFrontend.java | 59 public void onError(JSONObject errorObject) { in onClick() 60 super.onError(errorObject); in onClick()
|
D | SpreadsheetDataProcessor.java | 192 public void onError(JSONObject errorObject) { in onError() argument
|
D | SpreadsheetView.java | 297 public void onError(JSONObject errorObject) { in showCompletionPercentage() 298 super.onError(errorObject); in showCompletionPercentage()
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewPresenter.java | 413 public void onError(JSONObject errorObject) { in generateControlFile() 414 super.onError(errorObject); in generateControlFile() 885 public void onError(JSONObject errorObject) { in submitJob() 886 super.onError(errorObject); in submitJob() 1026 public void onError(JSONObject errorObject) { in fetchImageTests() 1027 super.onError(errorObject); in fetchImageTests()
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | JobDetailView.java | 238 public void onError(JSONObject errorObject) { in fetchData() 239 super.onError(errorObject); in fetchData()
|
D | HostDetailView.java | 440 public void onError(JSONObject errorObject) { in onError() argument
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |