OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileContent
(Results
1 - 10
of
10
) 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/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" +
/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/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
);
/external/chromium_org/third_party/blanketjs/src/
blanket.js
[
all
...]
Completed in 821 milliseconds