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

1 2

  /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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
LiteralByteString.java 276 public InputStream newInput() {
ByteString.java 659 public abstract InputStream newInput();
664 * that wraps the result of {@link #newInput()}.
    [all...]
RopeByteString.java 574 public InputStream newInput() {
    [all...]
  /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/devtools/tools/lib/
uiautomatorviewer.jar 
ddmuilib.jar 
hierarchyviewer2lib.jar 
sdkuilib.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 163 milliseconds

1 2