Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 11 of 11) sorted by relevance

/sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/
DSdkRepositoryTest.java114 private Validator getValidator(int version, CaptureErrorHandler handler) throws SAXException { in getValidator()
143 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile1() local
155 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile2() local
167 CaptureErrorHandler handler = new CaptureErrorHandler(); in testEmptyXml() local
197 CaptureErrorHandler handler = new CaptureErrorHandler(); in testEmptyRootXml() local
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DHandleProfiling.java150 IMethodProfilingHandler handler = ClientData.getMethodProfilingHandler(); in handleMPRE() local
216 IMethodProfilingHandler handler = ClientData.getMethodProfilingHandler(); in handleMPSE() local
283 IMethodProfilingHandler handler = ClientData.getMethodProfilingHandler(); in handleFAIL() local
290 IMethodProfilingHandler handler = ClientData.getMethodProfilingHandler(); in handleFAIL() local
DMonitorThread.java180 synchronized void registerChunkHandler(int type, ChunkHandler handler) { in registerChunkHandler()
327 ChunkHandler handler = client in processClientActivity() local
380 ChunkHandler handler) { in callHandler()
667 ChunkHandler handler = iter.next(); in broadcast() local
DClient.java718 private void addRequestId(int id, ChunkHandler handler) { in addRequestId()
747 ChunkHandler handler = mOutstandingReqs.get(id); in isResponseToUs() local
DHandleHeap.java291 IHprofDumpHandler handler = ClientData.getHprofDumpHandler(); in handleHPDU() local
309 IHprofDumpHandler handler = ClientData.getHprofDumpHandler(); in handleHPDS() local
DClientData.java356 public static void setHprofDumpHandler(IHprofDumpHandler handler) { in setHprofDumpHandler()
367 public static void setMethodProfilingHandler(IMethodProfilingHandler handler) { in setMethodProfilingHandler()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
DTestLayoutDevicesXsd.java135 CaptureErrorHandler handler = new CaptureErrorHandler(); in checkSuccess() local
150 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDevicesXsd.java124 public static Validator getValidator(ErrorHandler handler) throws SAXException { in getValidator()
DLayoutDeviceManager.java312 LayoutDeviceHandler handler = new LayoutDeviceHandler(); in parseLayoutDevices() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DFirstElementParser.java102 XmlHandler handler = new XmlHandler(result); in parse() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java279 UserDataHandler handler) { in setUserData()