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

  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/skin/android/parser/
LayoutFileParser.java 83 String fileContents;
86 fileContents = getLayoutFileContents(layoutPath);
87 parseLayoutFile(fileContents, model);
94 fileContents = getPseudoLayoutFileContents();
95 parseLayoutFile(fileContents, model);
104 * @param fileContents All the contents of a layout file
109 private static void parseLayoutFile(String fileContents, LayoutFileModel model)
118 reader = new BufferedReader(new StringReader(fileContents));
135 cleanContents = fileContents;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 253 String fileContents;
255 fileContents = sb.toString();
258 fileContents = XmlPrettyPrinter.prettyPrint(sb.toString(), formatPrefs,
263 fileContents = fileContents.replace(indentToken, formatPrefs.getOneIndentUnit());
264 int caretOffset = fileContents.indexOf(caretToken);
266 fileContents = fileContents.replace(caretToken, ""); //$NON-NLS-1$
271 byte[] buf = fileContents.getBytes("UTF8"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 183 String fileContents = AdtPlugin.readFile(file);
196 + getCaretContext(fileContents, start), rangeBegin, start);
198 + getCaretContext(fileContents, end), rangeEnd, end);
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_derivedsourcesallinone.py 196 fileContents = generateContent(filesMetaData, partition, len(outputFileNames))
197 writeContent(fileContents, fileName)
  /external/doclava/res/assets/templates/
sample.cs 23 <pre><?cs var:fileContents ?></pre>
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 546 Vector<char> fileContents;
547 fillBufferWithContentsOfFile(file, fileContents);
550 if (fileContents.size() < 2 || fileContents.first() != schemaVersion || fileContents.last() != '\0') {
556 char* bufferPos = fileContents.data() + 1;
557 char* end = fileContents.data() + fileContents.size();
  /sdk/lint/cli/src/com/android/tools/lint/
Warning.java 45 public String fileContents;
Main.java     [all...]
HtmlReporter.java 220 if (warning.line >= 0 && warning.fileContents != null) {
222 appendCodeBlock(warning.fileContents, warning.line, warning.offset);
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 279 native private static int openDexFile(byte[] fileContents);
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 69 static QString fileContents(const QString& filename)
108 QCOMPARE(strippedHtml(fileContents(":/resources/basic.html")), strippedHtml(wv->property("html").toString()));
184 QCOMPARE(strippedHtml(fileContents(":/resources/basic.html")), strippedHtml(wv->property("html").toString()));
202 QCOMPARE(strippedHtml(fileContents(":/resources/forward.html")), strippedHtml(wv->property("html").toString()));
216 QCOMPARE(strippedHtml(fileContents(":/resources/basic.html")), strippedHtml(wv->property("html").toString()));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 256 String fileContents = readFile(log);
258 int errorCount = countCompileErrors(fileContents);
259 int warningCount = countCompileWarnings(fileContents);
260 int forbiddenWarningCount = countForbiddenWarnings(fileContents);
261 int discouragedWarningCount = countDiscouragedWarnings(fileContents);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 221 RefPtr<SharedBuffer> fileContents;
226 fileContents = SharedBuffer::createWithContentsOfFile(String::fromUTF8(buffer));
227 if (!fileContents)
230 postBuffer = fileContents->data();
231 postBufferSize = fileContents->size();
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.cpp 177 char* fileContents = (PSTR)GlobalLock(memObj);
179 CopyMemory(fileContents, data->data(), data->size());
750 char* fileContents = static_cast<char*>(GlobalLock(urlFileContent));
751 CopyMemory(fileContents, content.data(), content.length());
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
IconDetector.java 409 Map<File, byte[]> fileContents = new HashMap<File, byte[]>();
421 byte[] bits = fileContents.get(file);
425 fileContents.put(file, bits);
446 byte[] contents1 = fileContents.get(file1);
447 byte[] contents2 = fileContents.get(file2);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /prebuilts/sdk/tools/lib/
lint.jar 

Completed in 964 milliseconds