/sdk/files/ |
D | plugin.prop | 1 # begin plugin.prop
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidXmlEditor.java | 1065 int begin = region.getStartOffset(); 1070 end = begin + 1; 1077 reformatRegion(begin, end); 1375 public void reformatRegion(int begin, int end) { 1382 begin = Math.min(begin, end); 1393 IRegion lineInformation = document.getLineInformationOfOffset(begin); 1396 if (lineBegin != begin) { 1397 begin = lineBegin; 1398 } else if (begin > 0) { 1406 begin--; [all …]
|
D | AndroidXmlAutoEditStrategy.java | 231 int begin = AndroidXmlCharacterMatcher.findTagBackwards(doc, in customizeDocumentCommand() local 233 int prevLineStart = findLineStart(doc, begin); in customizeDocumentCommand() 234 int prevTextStart = findTextStart(doc, prevLineStart, begin); in customizeDocumentCommand()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractIncludeRefactoring.java | 292 int begin = Integer.MAX_VALUE; in computeChanges() local 298 begin = Math.min(begin, region.getStartOffset()); in computeChanges() 300 handleIncludingFile(changes, file, begin, in computeChanges() 346 IFile sourceFile, int begin, int end, Document document, Element primary) { in handleIncludingFile() argument 356 int length = end - begin; in handleIncludingFile() 357 ReplaceEdit replace = new ReplaceEdit(begin, length, include); in handleIncludingFile() 368 List<TextEdit> replaceIds = replaceIds(androidNsPrefix, doc, begin, in handleIncludingFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | Gesture.java | 98 public void begin(ControlPoint pos, int startMask) { in begin() method in Gesture
|
D | ResizeGesture.java | 74 public void begin(ControlPoint pos, int startMask) { in begin() method in ResizeGesture 75 super.begin(pos, startMask); in begin()
|
D | MoveGesture.java | 129 public void begin(ControlPoint pos, int startMask) { in begin() method in MoveGesture 130 super.begin(pos, startMask); in begin()
|
D | RenderPreviewManager.java | 1606 private long begin; field in RenderPreviewManager.SwapAnimation 1616 begin = System.currentTimeMillis(); in SwapAnimation() 1617 end = begin + DURATION; in SwapAnimation() 1642 double portion = (now - begin) / (double) DURATION; in tick() 1653 portion = (now - begin) / (double) DURATION; in tick()
|
D | GestureManager.java | 258 mCurrentGesture.begin(mousePos, mask); in startGesture()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateHandlerTest.java | 229 long begin = System.currentTimeMillis(); in testCreateRemainingTemplates() local 248 + ((end - begin) / (1000 * 60)) + " minutes"); in testCreateRemainingTemplates() 253 long begin = System.currentTimeMillis(); in testCreateRemainingProjects() local 264 + ((end - begin) / (1000 * 60)) + " minutes"); in testCreateRemainingProjects()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ConfigurationChooser.java | 1283 int begin = name.indexOf('('); in getDeviceLabel() local 1284 if (begin != -1) { in getDeviceLabel() 1285 begin++; in getDeviceLabel() 1286 int end = name.indexOf(')', begin); in getDeviceLabel() 1288 return name.substring(begin, end).trim(); in getDeviceLabel()
|
/sdk/find_java2/src/ |
D | JavaFinder.cpp | 566 for (auto it = paths->begin(); it != paths->end(); ) { in findJavaPaths()
|
/sdk/templates/docs/ |
D | prettify.js | 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,…
|
/sdk/files/typos/ |
D | typos-en.txt | 899 beggin->begin, begging
|