/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/ |
D | LayoutParamsParserTest.java | 143 … 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/ |
D | TraceviewEditor.java | 317 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/ |
D | ThreadData.java | 68 Call enter(MethodData method, ArrayList<TraceAction> trace) { in enter() 95 Call exit(MethodData method, ArrayList<TraceAction> trace) { in exit()
|
D | ProfileView.java | 63 void handleMethod(MethodData method); in handleMethod()
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
D | NativeHeapDataImporter.java | 165 String method = scanTillSeparator(sc, "---"); in getNativeAllocation() local 203 private boolean isUnresolved(String method, long address) { in isUnresolved()
|
D | NativeSymbolResolverTask.java | 189 String method = resultReader.readLine(); in resolveAddresses() local
|
/sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
D | NavigationMethodQualifier.java | 60 Navigation method = Navigation.getEnum(value); in checkAndSet() local
|
D | TextInputMethodQualifier.java | 61 Keyboard method = Keyboard.getEnum(value); in checkAndSet() local
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
D | NativeStackCallInfo.java | 55 public NativeStackCallInfo(long address, String lib, String method, String sourceFile) { in NativeStackCallInfo()
|
/sdk/monkeyrunner/test/com/android/monkeyrunner/ |
D | JythonUtilsTest.java | 91 private static PyObject call(String method) { in call() 94 private static PyObject call(String method, String... args) { in call()
|
/sdk/emulator/qtools/ |
D | dmtrace.cpp | 145 const char *method, const char *sig) in addFunction() 196 char *method = new char[len]; in parseAndAddFunction() local
|
D | trace_reader.cpp | 964 char clazz[kBufSize], method[kBufSize], sig[kBufSize], file[kBufSize]; in ParseDexList() local
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
D | Addr2Line.java | 337 String method = mResultReader.readLine(); in getAddress() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/xml/ |
D | HyperlinksTest.java | 253 Method method = xmlEditor.getClass().getMethod("getTextEditor", new Class[0]); in checkXmlNavigation() local
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
D | EventValueSelector.java | 581 CompareMethod method = CompareMethod.values()[index]; in handleFilterMethodComboSelection() local
|
/sdk/swtmenubar/src-darwin/com/android/menubar/internal/ |
D | MenuBarEnhancerCocoa.java | 299 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/ |
D | ManifestInfo.java | 502 IMethod method = activityType.getMethod( in guessActivityBySetContentView() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/ |
D | Hyperlinks.java | 607 public static boolean openOnClickMethod(IProject project, String method) { in openOnClickMethod()
|