HomeSort by relevance Sort by last modified time
    Searched refs:resultId (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SendToClientBlockingTest.java 30 private int resultId = 0;
43 resultId = mID;
69 assertTrue("testSendToClientBlocking1Params fail the result is:" + resultId,
70 resultId == id);
89 assertTrue("testSendToClientBlocking3Params fail the ID is:" + resultId +
90 "The data is:" + data, resultId == id && resultData == data);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
JellyBeanAccessibilityInjector.java 185 final int resultId = mResultIdCounter.getAndIncrement();
187 mInterfaceName, resultId);
190 return getResultAndClear(resultId);
196 * @param resultId The result id to match the result with the request.
199 private boolean getResultAndClear(int resultId) {
201 final boolean success = waitForResultTimedLocked(resultId);
219 * @param resultId The result id to match the result with the request.
222 private boolean waitForResultTimedLocked(int resultId) {
227 if (mResultId == resultId) return true;
228 if (mResultId > resultId) return false
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionServer.js 592 var auditResult = this._clientObjects[message.resultId];
594 return this._status.E_NOTFOUND(message.resultId);
605 var auditResult = this._clientObjects[message.resultId];
607 return this._status.E_NOTFOUND(message.resultId);
613 var auditRun = this._clientObjects[message.resultId];
615 return this._status.E_NOTFOUND(message.resultId);
    [all...]
ExtensionAPI.js 645 resultId: this._id,
664 extensionServer.sendRequest({ command: commands.UpdateAuditProgress, resultId: this._id, progress: worked / totalWork });
669 extensionServer.sendRequest({ command: commands.StopAuditCategoryRun, resultId: this._id });
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 600 milliseconds