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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
split-file-by-class 49 my $fileContent = "";
62 $fileContent .= "###CLASS###$currentClassName\n";
64 $fileContent .= $line;
95 my @lines = split("\n", $fileContent);
  /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);
  /external/chromium/webkit/glue/
webdropdata.cc 33 WebData contents = drag_data.fileContent();
  /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);
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 103 protected int getCaretOffset(String fileContent, String caretLocation) {
109 int caretContextIndex = fileContent.indexOf(caretContext);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java     [all...]
  /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);

Completed in 338 milliseconds