Home
last modified time | relevance | path

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

123456

/sdk/rule_api/src/com/android/ide/common/api/
DSegment.java37 public final int from; field in Segment
64 public Segment(int at, int from, int to, @Nullable INode node, @Nullable String id, in Segment() argument
67 this.from = from; in Segment()
81 + ", from=" + from + ", to=" + to + ", marginType=" + marginType + "]"; in toString()
/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()
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DControlFlowGraph.java87 AbstractInsnNode from = instructions.get(insn); in create()
89 graph.add(from, to); in create()
94 AbstractInsnNode from = instructions.get(insn); in create()
95 graph.exception(from, tcb); in create()
101 AbstractInsnNode from = instructions.get(insn); in create()
103 graph.exception(from, to); in create()
216 protected void add(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { in add() argument
217 getNode(from).addSuccessor(getNode(to)); in add()
221 protected void exception(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { in exception() argument
228 protected void exception(@NonNull AbstractInsnNode from, @NonNull TryCatchBlockNode tcb) { in exception() argument
DWakelockDetector.java209 protected void add(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { in add() argument
210 if (from.getOpcode() == Opcodes.IFNULL) { in add()
211 JumpInsnNode jump = (JumpInsnNode) from; in add()
221 AbstractInsnNode next = LintUtils.getNextInstruction(from); in add()
238 super.add(from, to); in add()
/sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
DREADME8 from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice
9 from com.android.monkeyrunner.easy import EasyMonkeyDevice
10 from com.android.monkeyrunner.easy import By
/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/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeFinder.java712 private void detectCycles(String from) { in detectCycles() argument
717 String chain = dfs(from, visiting); in detectCycles()
719 addError(from, chain); in detectCycles()
722 removeErrors(from); in detectCycles()
730 private String dfs(String from, Set<String> visiting) { in dfs() argument
731 visiting.add(from); in dfs()
733 List<String> includes = mIncludes.get(from); in dfs()
737 return String.format(CHAIN_FORMAT, from, include); in dfs()
741 return String.format(CHAIN_FORMAT, from, chain); in dfs()
746 visiting.remove(from); in dfs()
[all …]
/sdk/device_validator/app/etc/
DREADME4 information about a list of Android devices. Simply run the tool from the
18 (from the untar'd directory)
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DEventDisplay.java369 static EventDisplay clone(EventDisplay from) { in clone() argument
370 EventDisplay ed = eventDisplayFactory(from.getDisplayType(), from.getName()); in clone()
371 ed.mName = from.mName; in clone()
372 ed.mPidFiltering = from.mPidFiltering; in clone()
373 ed.mMaximumChartItemAge = from.mMaximumChartItemAge; in clone()
374 ed.mHistWidth = from.mHistWidth; in clone()
376 if (from.mPidFilterList != null) { in clone()
378 ed.mPidFilterList.addAll(from.mPidFilterList); in clone()
381 for (ValueDisplayDescriptor desc : from.mValueDescriptors) { in clone()
384 ed.mValueDescriptorCheck = from.mValueDescriptorCheck; in clone()
[all …]
/sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/
DLib1.txt1 SUCCESS from Lib1
/sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
DApp.txt1 SUCCESS from App
/sdk/testapps/javaProjectTest/javaProject/src/com/android/tests/javaprojecttest/javaproject/
DJavaProject.txt1 SUCCESS from javaProject
/sdk/testapps/javaProjectTest/javaProject3/src/com/android/tests/javaprojecttest/javaproject3/
DJavaProject3.txt1 SUCCESS from javaProject3
/sdk/testapps/javaProjectTest/javaProject2/src/com/android/tests/javaprojecttest/javaproject2/
DJavaProject2.txt1 SUCCESS from javaProject2
/sdk/testapps/libsAndJarTest/lib2/src/com/android/tests/javaprojecttest/lib2/
DLib2.txt1 SUCCESS from Lib2
/sdk/testapps/javaProjectTest/lib2/src/com/android/tests/javaprojecttest/lib2/
DLib2.txt1 SUCCESS from Lib2
/sdk/testapps/javaProjectTest/lib1/src/com/android/tests/javaprojecttest/lib1/
DLib1.txt1 SUCCESS from Lib1
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/
DApp.txt1 SUCCESS from App
/sdk/testapps/basicJar/src/com/android/tests/basicjar/
DbasicJar.txt1 SUCCESS from basicJar.jar
/sdk/testapps/basicJar2/src/com/android/tests/basicjar2/
DbasicJar2.txt1 SUCCESS from basicJar2.jar
/sdk/testapps/basicJar3/src/com/android/tests/basicjar3/
DbasicJar3.txt1 SUCCESS from basicJar3.jar
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/apicheck/
DSuppressTest1.java.txt31 // Inherited method call (from TextView
58 // Inherited method call (from TextView
85 // Inherited method call (from TextView
112 // Inherited method call (from TextView
/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/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 …]

123456