Searched refs:skip (Results 1 – 5 of 5) sorted by relevance
/sdk/bash_completion/ |
D | adb.bash | 464 local skip= 467 skip=1 471 [[ -n $skip ]] || printf "%s\n" "$i"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | VisualRefactoring.java | 537 List<IndexedRegion> skip = new ArrayList<IndexedRegion>(); in stripTopLayoutAttributes() local 550 skip.add((IndexedRegion) attr); in stripTopLayoutAttributes() 554 if (skip.size() > 0) { in stripTopLayoutAttributes() 555 Collections.sort(skip, new Comparator<IndexedRegion>() { in stripTopLayoutAttributes() 570 for (IndexedRegion r : skip) { in stripTopLayoutAttributes() 1078 protected void removeElementTags(MultiTextEdit rootEdit, Element element, List<Element> skip, in removeElementTags() argument 1141 element, skip); in removeElementTags() 1150 Element element, List<Element> skip) { in removeIndentation() argument 1165 if (overlaps(lineStart, lineEnd, element, skip)) { in removeIndentation() 1181 Element element, List<Element> skip) { in setIndentation() argument [all …]
|
D | ChangeLayoutRefactoring.java | 335 String oldType, String newType, Set<Element> skip) { in addMissingWrapContentAttributes() argument 340 if (skip != null && skip.contains(child)) { in addMissingWrapContentAttributes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | ViewMetadataRepository.java | 267 String skip = child.getAttribute("skip"); //$NON-NLS-1$ in createViewData() local 282 skip.length() == 0 ? false : Boolean.valueOf(skip), in createViewData() 495 FillPreference fillPreference, boolean skip, RenderMode renderMode, in ViewData() argument 501 mSkip = skip; in ViewData()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | MultiTouchActivity.java | 297 jpg.skip(header_size); in onFrameBuffer()
|