/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | DependencyGraph.java | 196 ViewData from = constraint.from; in findBackwards() local 197 if (visiting.contains(from)) { in findBackwards() 206 findBackwards(from, visiting, reachable, vertical, start); in findBackwards() 213 public List<Constraint> getPathTo(INode from, INode to, boolean vertical) { in getPathTo() argument 218 ViewData view = mNodeToView.get(from); in getPathTo() 244 assert constraint.from == view; in findForwards() 287 public final ViewData from; field in DependencyGraph.Constraint 295 Constraint(ConstraintType type, ViewData from, ViewData to) { in Constraint() argument 297 this.from = from; in Constraint() 306 s = String.format(DEPENDENCY_FORMAT, constraint.from.id, in describePath()
|
D | GuidelinePainter.java | 171 INode from = cycle.get(0).from.node; in paintCycle() local 172 Rect fromBounds = from.getBounds(); in paintCycle() 173 if (state.mDraggedNodes.contains(from)) { in paintCycle() 183 assert constraint.from.node == from; in paintCycle() local 185 assert from != null && to != null; in paintCycle() 197 from = to; in paintCycle()
|
D | GuidelineHandler.java | 274 INode from = match.edge.node; in checkCycle() local 277 List<Constraint> path = mDependencyGraph.getPathTo(from, to, vertical); in checkCycle() 685 constraint.from.node.setAttribute(ANDROID_URI, constraint.type.name, null); in removeCycles() 777 if (m1.edge.to <= m1.with.from) { in compare() 778 distance1 = m1.with.from - m1.edge.to; in compare() 779 } else if (m1.edge.from >= m1.with.to) { in compare() 780 distance1 = m1.edge.from - m1.with.to; in compare() 785 if (m2.edge.to <= m2.with.from) { in compare() 786 distance2 = m2.with.from - m2.edge.to; in compare() 787 } else if (m2.edge.from >= m2.with.to) { in compare() [all …]
|
D | ConstraintType.java | 176 public static ConstraintType forMatch(boolean withParent, SegmentType from, SegmentType to) { in forMatch() argument 179 switch (from) { in forMatch() 198 switch (from) { in forMatch()
|
/sdk/eclipse/monitor/ |
D | build.gradle | 56 // to exclude unnecessary content, we just remove these plugins from the final build. 74 from zipTree(file(basePath + 'monitorproduct-linux.gtk.x86_64.zip')) 82 from zipTree(file(basePath + 'monitorproduct-linux.gtk.x86.zip')) 90 from zipTree(file(basePath + 'monitorproduct-macosx.cocoa.x86_64.zip')) 98 from zipTree(file(basePath + 'monitorproduct-win32.win32.x86_64.zip')) 106 from zipTree(file(basePath + 'monitorproduct-win32.win32.x86.zip'))
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | IncludeFinder.java | 749 private void detectCycles(String from) { in detectCycles() argument 754 String chain = dfs(from, visiting); in detectCycles() 756 addError(from, chain); in detectCycles() 759 removeErrors(from); in detectCycles() 767 private String dfs(String from, Set<String> visiting) { in dfs() argument 768 visiting.add(from); in dfs() 770 List<String> includes = mIncludes.get(from); in dfs() 774 return String.format(CHAIN_FORMAT, from, include); in dfs() 778 return String.format(CHAIN_FORMAT, from, chain); in dfs() 783 visiting.remove(from); in dfs() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
D | messages.properties | 35 DeviceView_Pulling_From_Device=Pulling %1$s from the device 51 …ownload_HPROF_From_Device_One_Param_First_Message=Unable to download HPROF file from device '%1$s'. 52 …wnload_HPROF_From_Device_One_Param_Second_Message=Unable to download HPROF file from device '%1$s'. 53 DeviceView_Unable_Download_HPROF_From_Device_Two_Param=Unable to download HPROF file from device '%… 69 FileExplorerView_Pull_File_From_File=Pull a file from the device 76 LogCatPreferencePage_AutoMonitorLogcat=Monitor logcat for messages from applications in workspace
|
/sdk/eclipse/ |
D | changes.txt | 29 file containing classes to keep that are referenced from XML files 34 rules to keep all custom views from the default ProGuard 36 * Aidl files from library projects are now in the import list. 38 * Test projects now have access to the full classpath from the 168 or referenced from XML. (The RelativeLayout editor automatically 170 * Export Screenshot from the Layout Editor 288 - The new "Change Layout" refactoring changes layouts from one type 293 from the XML editor (with Ctrl-1) to apply any of the above 320 - You can drop an "include" tag from the palette, which will pop up 368 directory) from your .rs files. [all …]
|
/sdk/testapps/javaProjectTest/lib2/src/com/android/tests/javaprojecttest/lib2/ |
D | Lib2.txt | 1 SUCCESS from Lib2
|
/sdk/testapps/libsAndJarTest/lib2/src/com/android/tests/javaprojecttest/lib2/ |
D | Lib2.txt | 1 SUCCESS from Lib2
|
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/ |
D | App.txt | 1 SUCCESS from App
|
/sdk/testapps/javaProjectTest/lib1/src/com/android/tests/javaprojecttest/lib1/ |
D | Lib1.txt | 1 SUCCESS from Lib1
|
/sdk/testapps/javaProjectTest/javaProject3/src/com/android/tests/javaprojecttest/javaproject3/ |
D | JavaProject3.txt | 1 SUCCESS from javaProject3
|
/sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/ |
D | App.txt | 1 SUCCESS from App
|
/sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/ |
D | Lib1.txt | 1 SUCCESS from Lib1
|
/sdk/testapps/javaProjectTest/javaProject/src/com/android/tests/javaprojecttest/javaproject/ |
D | JavaProject.txt | 1 SUCCESS from javaProject
|
/sdk/testapps/javaProjectTest/javaProject2/src/com/android/tests/javaprojecttest/javaproject2/ |
D | JavaProject2.txt | 1 SUCCESS from javaProject2
|
/sdk/testapps/basicJar3/src/com/android/tests/basicjar3/ |
D | basicJar3.txt | 1 SUCCESS from basicJar3.jar
|
/sdk/testapps/basicJar2/src/com/android/tests/basicjar2/ |
D | basicJar2.txt | 1 SUCCESS from basicJar2.jar
|
/sdk/testapps/basicJar/src/com/android/tests/basicjar/ |
D | basicJar.txt | 1 SUCCESS from basicJar.jar
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | manifest-expected-completion18.txt | 2 android:name : Required name of the class implementing the activity, deriving from android.app.Act… 16 …ld be finished when its task is brought to the foreground by relaunching from the home screen. [… 18 …cify whether an activity's task should be cleared when it is re-launched from the home screen. [… 22 android:excludeFromRecents : Indicates that an Activity should be excluded from the list of recent…
|
/sdk/apps/SdkController/ |
D | Implementation.txt | 9 means the app is forbidden under ICS from doing any network 37 These all derive from BaseBindingActivity which provides a few convenient common features 39 - in onPause, this will unbind from the service, but does not stop it. 42 must not attempt to use the service from onResume. Instead there are 2 callbacks to use:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | README.txt | 17 A- In Eclipse, import following projects from development/tools/eclipse/plugins: 53 A- In Eclipse, import following projects from development/tools/eclipse/plugins: 78 A- In Eclipse, import following projects from development/tools/eclipse/plugins: 93 Add a "sdk_home" environment variable, setting its path to the SDK from step B
|
/sdk/find_java2/FindJava2/ |
D | FindJava2.rc | 8 // Generated from the TEXTINCLUDE 2 resource. 136 // Generated from the TEXTINCLUDE 3 resource.
|
/sdk/files/ |
D | adb_has_moved.txt | 9 execute adb from any location.
|