OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileContents
(Results
1 - 9
of
9
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java
234
String
fileContents
;
236
fileContents
= sb.toString();
239
fileContents
= XmlPrettyPrinter.prettyPrint(sb.toString(), formatPrefs,
244
fileContents
=
fileContents
.replace(indentToken, formatPrefs.getOneIndentUnit());
245
int caretOffset =
fileContents
.indexOf(caretToken);
247
fileContents
=
fileContents
.replace(caretToken, ""); //$NON-NLS-1$
252
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();
/libcore/dalvik/src/main/java/dalvik/system/
DexFile.java
263
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/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());
Completed in 124 milliseconds