OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileContent
(Results
1 - 6
of
6
) sorted by null
/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 266 milliseconds