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

  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpPostRequestTest.java 109 String fileContent = VALUE;
110 String input = preparePostWithMultipartForm(filename, fileContent);
117 assertLinesOfText(new String[]{fileContent}, lines);
123 String fileContent = VALUE;
124 String input = preparePostWithMultipartForm(fileNameWithSpace, fileContent);
136 * @param fileContent Content of file to be uploaded
139 private String preparePostWithMultipartForm(String fileName, String fileContent) {
147 fileContent +"\r\n" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistantTest.java 61 String fileContent = AdtPlugin.readFile(file);
66 int caretContextIndex = fileContent.indexOf(caretContext);
AdtProjectTest.java 335 String fileContent = AdtPlugin.readFile(file);
336 return getCaretOffset(fileContent, caretLocation);
  /external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
SimpleDirectoryPersistentCache.java 144 String fileContent = null;
150 fileContent = dis.readUTF();
154 if (fileContent == null)
157 Reader reader = new StringReader(fileContent);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 175 String fileContent = AdtPlugin.readFile(file);
176 document.set(fileContent);
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java     [all...]

Completed in 145 milliseconds