Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 104) sorted by relevance

12345

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDependencyGraph.java196 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()
DGuidelinePainter.java171 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()
DGuidelineHandler.java274 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 …]
DConstraintType.java176 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/
Dbuild.gradle56 // 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/
DIncludeFinder.java749 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/
Dmessages.properties35 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/
Dchanges.txt29 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/
DLib2.txt1 SUCCESS from Lib2
/sdk/testapps/libsAndJarTest/lib2/src/com/android/tests/javaprojecttest/lib2/
DLib2.txt1 SUCCESS from Lib2
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/
DApp.txt1 SUCCESS from App
/sdk/testapps/javaProjectTest/lib1/src/com/android/tests/javaprojecttest/lib1/
DLib1.txt1 SUCCESS from Lib1
/sdk/testapps/javaProjectTest/javaProject3/src/com/android/tests/javaprojecttest/javaproject3/
DJavaProject3.txt1 SUCCESS from javaProject3
/sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
DApp.txt1 SUCCESS from App
/sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/
DLib1.txt1 SUCCESS from Lib1
/sdk/testapps/javaProjectTest/javaProject/src/com/android/tests/javaprojecttest/javaproject/
DJavaProject.txt1 SUCCESS from javaProject
/sdk/testapps/javaProjectTest/javaProject2/src/com/android/tests/javaprojecttest/javaproject2/
DJavaProject2.txt1 SUCCESS from javaProject2
/sdk/testapps/basicJar3/src/com/android/tests/basicjar3/
DbasicJar3.txt1 SUCCESS from basicJar3.jar
/sdk/testapps/basicJar2/src/com/android/tests/basicjar2/
DbasicJar2.txt1 SUCCESS from basicJar2.jar
/sdk/testapps/basicJar/src/com/android/tests/basicjar/
DbasicJar.txt1 SUCCESS from basicJar.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion18.txt2 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/
DImplementation.txt9 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/
DREADME.txt17 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/
DFindJava2.rc8 // Generated from the TEXTINCLUDE 2 resource.
136 // Generated from the TEXTINCLUDE 3 resource.
/sdk/files/
Dadb_has_moved.txt9 execute adb from any location.

12345