HomeSort by relevance Sort by last modified time
    Searched refs:fileContents (Results 1 - 17 of 17) 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/chromium_org/third_party/WebKit/Source/core/scripts/
action_derivedsourcesallinone.py 218 fileContents = generateContent(filesMetaData, partition, len(outputFileNames))
219 writeContent(fileContents, fileName)
  /external/doclava/res/assets/templates/
sample.cs 23 <pre><?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...]
  /build/tools/droiddoc/templates-sdk/
sample.cs 57 <pre id="codesample-block"><?cs var:fileContents ?></pre>
  /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 
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/sdk/tools/lib/
lint.jar 

Completed in 226 milliseconds