Searched refs:editor (Results 76 - 100 of 214) sorted by relevance

123456789

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DStringListPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
20 * @coverage core.model.property.editor
90 // * Configures this editor externally.
H A DTextDisplayPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
24 * @coverage core.model.property.editor
H A DEnumerationValuesPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
26 * @coverage core.model.property.editor
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImplMac.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
25 * @coverage core.model.property.editor
H A DCompoundPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
25 * @coverage core.model.property.editor
H A DButtonPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
27 * @coverage core.model.property.editor
/external/proguard/src/proguard/classfile/editor/
H A DAttributeSorter.java21 package proguard.classfile.editor;
H A DInterfacesEditor.java21 package proguard.classfile.editor;
H A DVariableEditor.java21 package proguard.classfile.editor;
H A DVariableSizeUpdater.java21 package proguard.classfile.editor;
H A DAnnotationAdder.java21 package proguard.classfile.editor;
/external/proguard/src/proguard/obfuscate/
H A DClassRenamer.java26 import proguard.classfile.editor.ConstantPoolEditor;
/external/proguard/src/proguard/optimize/
H A DBootstrapMethodArgumentShrinker.java29 import proguard.classfile.editor.ConstantPoolEditor;
/external/proguard/src/proguard/optimize/peephole/
H A DGotoGotoReplacer.java25 import proguard.classfile.editor.CodeAttributeEditor;
46 * @param codeAttributeEditor a code editor that can be used for
57 * @param codeAttributeEditor a code editor that can be used for
H A DGotoReturnReplacer.java25 import proguard.classfile.editor.CodeAttributeEditor;
46 * @param codeAttributeEditor a code editor that can be used for
57 * @param codeAttributeEditor a code editor that can be used for
H A DInstructionSequencesReplacer.java24 import proguard.classfile.editor.CodeAttributeEditor;
53 * @param codeAttributeEditor a code editor that can be used for
80 * @param codeAttributeEditor a code editor that can be used for
110 * @param codeAttributeEditor a code editor that can be used for
H A DNopRemover.java25 import proguard.classfile.editor.CodeAttributeEditor;
45 * @param codeAttributeEditor a code editor that can be used for
56 * @param codeAttributeEditor a code editor that can be used for
H A DPeepholeOptimizer.java26 import proguard.classfile.editor.CodeAttributeEditor;
33 * (optional) branch target finder and code attribute editor.
48 * @param codeAttributeEditor the code attribute editor that will be reset
52 * attribute editor.
65 * @param codeAttributeEditor the code attribute editor that will be reset
69 * attribute editor.
94 // Set up the code attribute editor.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java62 * entry may have only one editor at one time; if a value is not available to be
441 * Returns an editor for the entry named {@code key}, or null if another
463 Editor editor = new Editor(entry);
464 entry.currentEditor = editor;
469 return editor;
503 private synchronized void completeEdit(Editor editor, boolean success) throws IOException { argument
504 Entry entry = editor.entry;
505 if (entry.currentEditor != editor) {
512 if (!editor.written[i]) {
513 editor
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsourcesView.css36 #sources-editor-container-tabbed-pane {
40 #sources-editor-container-tabbed-pane .tabbed-pane-header-tab {
86 .editor-container-unsaved-committed-changes-icon {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.h99 Editor& editor() const;
219 inline Editor& LocalFrame::editor() const function in class:blink::LocalFrame
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Duser.py126 editor = os.environ.get("EDITOR") or "vi"
127 args = shlex.split(editor)
140 print "Using editor in the CHANGE_LOG_EDIT_APPLICATION environment variable."
141 print "Please quit the editor application when done editing."
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodController.h109 Editor& editor() const;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java11 package org.eclipse.wb.internal.core.editor.structure;
28 * @coverage core.editor.structure
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
H A DPropertyListIntersector.java11 package org.eclipse.wb.internal.core.editor.structure.property;
25 * @coverage core.editor.structure

Completed in 2213 milliseconds

123456789