Home
last modified time | relevance | path

Searched defs:method (Results 1 – 18 of 18) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
DLayoutParamsParserTest.java143 … Method method = AndroidTargetParser.class.getDeclaredMethod("getLayoutClasses"); //$NON-NLS-1$ in _getLayoutClasses() local
151 Method method = LayoutParamsParser.class.getDeclaredMethod("addGroup", //$NON-NLS-1$ in _addGroup() local
160 … Method method = LayoutParamsParser.class.getDeclaredMethod("addLayoutParams", //$NON-NLS-1$ in _addLayoutParams() local
168 … Method method = LayoutParamsParser.class.getDeclaredMethod("getLayoutParamsInfo", //$NON-NLS-1$ in _getLayoutParamsInfo() local
176 … Method method = LayoutParamsParser.class.getDeclaredMethod("findLayoutParams", //$NON-NLS-1$ in _findLayoutParams() local
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
DTraceviewEditor.java317 public TraceSearchRequestor(MethodData method) { in TraceSearchRequestor()
325 IMethod method = (IMethod) element; in acceptSearchMatch() local
335 public void handleMethod(MethodData method) { in handleMethod()
/sdk/traceview/src/com/android/traceview/
DThreadData.java68 Call enter(MethodData method, ArrayList<TraceAction> trace) { in enter()
95 Call exit(MethodData method, ArrayList<TraceAction> trace) { in exit()
DProfileView.java63 void handleMethod(MethodData method); in handleMethod()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
DNativeHeapDataImporter.java165 String method = scanTillSeparator(sc, "---"); in getNativeAllocation() local
203 private boolean isUnresolved(String method, long address) { in isUnresolved()
DNativeSymbolResolverTask.java189 String method = resultReader.readLine(); in resolveAddresses() local
/sdk/ide_common/src/com/android/ide/common/resources/configuration/
DNavigationMethodQualifier.java60 Navigation method = Navigation.getEnum(value); in checkAndSet() local
DTextInputMethodQualifier.java61 Keyboard method = Keyboard.getEnum(value); in checkAndSet() local
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DNativeStackCallInfo.java55 public NativeStackCallInfo(long address, String lib, String method, String sourceFile) { in NativeStackCallInfo()
/sdk/monkeyrunner/test/com/android/monkeyrunner/
DJythonUtilsTest.java91 private static PyObject call(String method) { in call()
94 private static PyObject call(String method, String... args) { in call()
/sdk/emulator/qtools/
Ddmtrace.cpp145 const char *method, const char *sig) in addFunction()
196 char *method = new char[len]; in parseAndAddFunction() local
Dtrace_reader.cpp964 char clazz[kBufSize], method[kBufSize], sig[kBufSize], file[kBufSize]; in ParseDexList() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DAddr2Line.java337 String method = mResultReader.readLine(); in getAddress() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/xml/
DHyperlinksTest.java253 Method method = xmlEditor.getClass().getMethod("getTextEditor", new Class[0]); in checkXmlNavigation() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DEventValueSelector.java581 CompareMethod method = CompareMethod.values()[index]; in handleFilterMethodComboSelection() local
/sdk/swtmenubar/src-darwin/com/android/menubar/internal/
DMenuBarEnhancerCocoa.java299 Method method = clazz.getMethod(methodName, signature); in invoke() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestInfo.java502 IMethod method = activityType.getMethod( in guessActivityBySetContentView() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
DHyperlinks.java607 public static boolean openOnClickMethod(IProject project, String method) { in openOnClickMethod()