HomeSort by relevance Sort by last modified time
    Searched defs:newInput (Results 1 - 13 of 13) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLMultiPageEditorPart.java 73 XmlStorageEditorInput newInput = new XmlStorageEditorInput(
75 super.setInput(newInput);
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 295 public InputStream newInput() {
302 * wrapping the result of {@link #newInput()}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 107 final IEditorInput newInput;
151 newInput = new FileEditorInput(file);
152 setInput(newInput);
153 setPartName(newInput.getName());
192 newInput = new FileEditorInput(file);
194 newInput = new FileStoreEditorInput(destFileStore);
196 setInput(newInput);
197 setPartName(newInput.getName());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 134 milliseconds