Home
last modified time | relevance | path

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

/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/repository/
DValidateRepositoryXmlTest.java59 private Validator getRepoValidator(int version, @Nullable CaptureErrorHandler handler) in getRepoValidator()
89 CaptureErrorHandler handler = new CaptureErrorHandler(); in testRepoLatestVersionNumber() local
109 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile1() local
121 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile2() local
133 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile3() local
145 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile4() local
158 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile5() local
177 CaptureErrorHandler handler = new CaptureErrorHandler(); in testEmptyXml() local
200 CaptureErrorHandler handler = new CaptureErrorHandler(); in testEmptyRootXml() local
DValidateAddonXmlTest.java56 private Validator getAddonValidator(int version, @Nullable CaptureErrorHandler handler) in getAddonValidator()
85 CaptureErrorHandler handler = new CaptureErrorHandler(); in testAddonLatestVersionNumber() local
105 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalAddonFile1() local
117 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalAddonFile2() local
129 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalAddonFile3() local
141 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalAddonFile4() 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()
677 ChunkHandler handler = iter.next(); in broadcast() local
DClient.java720 private void addRequestId(int id, ChunkHandler handler) { in addRequestId()
749 ChunkHandler handler = mOutstandingReqs.get(id); in isResponseToUs() local
DHandleHeap.java290 IHprofDumpHandler handler = ClientData.getHprofDumpHandler(); in handleHPDU() local
308 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/anttargetprint/src/com/android/anttargetprint/
DMain.java41 BuildXmlHandler handler = new BuildXmlHandler(); in main() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
DTestLayoutDevicesXsd.java138 CaptureErrorHandler handler = new CaptureErrorHandler(); in checkSuccess() local
153 CaptureErrorHandler handler = new CaptureErrorHandler(); in testValidateLocalRepositoryFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DMatch.java53 public Match(GuidelineHandler handler, Segment edge, Segment with, in Match()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglX11Api.cpp178 ErrorHandler handler(dpy); in validNativeWin() local
192 ErrorHandler handler(dpy); in validNativePixmap() local
244 ErrorHandler handler(dpy); in createContext() local
256 ErrorHandler handler(dpy); in makeCurrent() 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.java314 LayoutDeviceHandler handler = new LayoutDeviceHandler(); in parseLayoutDevices() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerDeltaVisitor.java106 SourceChangeHandler handler = processor.getChangeHandler(); in PreCompilerDeltaVisitor() local
/sdk/traceview/src/com/android/traceview/
DProfileView.java246 public void setMethodHandler(MethodHandler handler) { in setMethodHandler()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java282 GridDropHandler handler = (GridDropHandler) feedback.userData; in onDropMove() local
597 GridDropHandler handler = (GridDropHandler) feedback.userData; in onPaste() local
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java237 public EmuCnxHandler(BaseHandler handler) { in EmuCnxHandler()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java316 UserDataHandler handler) { in setUserData()
/sdk/common/src/com/android/util/
DPositionXmlParser.java139 DomBuilder handler = new DomBuilder(xml); in parse() local