OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileContents
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/tools/perf/utils/results_viewer/src/
results_viewer.js
32
* @param
fileContents
35
function createViewerDataset(
fileContents
) {
36
var rows =
fileContents
.split('\n');
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AssetManagerTest.java
74
String
fileContents
;
79
fileContents
= Strings.fromStream(inputStream);
80
assertEquals("assetsHome!",
fileContents
);
84
fileContents
= Strings.fromStream(inputStream);
85
assertEquals("hello!",
fileContents
);
ContextTest.java
157
String
fileContents
= "blah";
161
fileWriter.write(
fileContents
);
168
byte[] bytes = new byte[
fileContents
.length()];
170
assertThat(bytes, equalTo(
fileContents
.getBytes()));
191
String
fileContents
= "blah";
195
fileOutputStream.write(
fileContents
.getBytes());
203
byte[] readBuffer = new byte[
fileContents
.length()];
205
assertThat(new String(readBuffer), equalTo(
fileContents
));
/cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceStressTest.java
57
final String
fileContents
= "this is the test file contents";
60
FileUtil.writeToFile(
fileContents
, tmpFile);
TestDeviceFuncTest.java
188
final String
fileContents
= "this is the test file contents";
190
FileUtil.writeToFile(
fileContents
, tmpFile);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java
254
String
fileContents
;
256
fileContents
= sb.toString();
259
fileContents
= EclipseXmlPrettyPrinter.prettyPrint(sb.toString(), formatPrefs,
264
fileContents
=
fileContents
.replace(indentToken, formatPrefs.getOneIndentUnit());
265
int caretOffset =
fileContents
.indexOf(caretToken);
267
fileContents
=
fileContents
.replace(caretToken, ""); //$NON-NLS-1$
272
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/doclava/res/assets/templates/
sample.cs
23
<pre><?cs var:
fileContents
?></pre>
/build/tools/droiddoc/templates-sdk/
sample.cs
55
<pre id="codesample-block"><?cs var:
fileContents
?></pre>
/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
...]
/prebuilts/devtools/tools/lib/
lint.jar
lint-checks.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
/prebuilts/sdk/tools/lib/
lint.jar
Completed in 2215 milliseconds