HomeSort by relevance Sort by last modified time
    Searched full:file_content (Results 1 - 20 of 20) sorted by null

  /external/chromium-trace/catapult/third_party/vinn/vinn/test_data/
print_file_content.js 10 file_content = read(file_path);
11 print('Content of file ' + file_path + ' is ' + file_content);
  /external/v8/tools/gyp/test/actions-bare/
gyptest-bare.py 20 file_content = 'Hello from bare.py\n' variable
22 test.built_file_must_match('out.txt', file_content, chdir='relocate/src')
  /external/v8/tools/gyp/test/actions-none/
gyptest-none.py 20 file_content = 'foo.cc\n' variable
22 test.built_file_must_match('fake.out', file_content, chdir='relocate/src')
  /external/v8/tools/gyp/test/actions-subdir/
gyptest-action.py 20 file_content = 'Hello from make-file.py\n' variable
23 test.built_file_must_match('file.out', file_content, chdir='src')
  /external/skia/tools/
sanitize_source_files.py 110 def CopywriteChecker(file_content, unused_file_path):
114 return file_content
117 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path):
119 if file_content and (file_content[-1] != '\n' or file_content[-2:-1] == '\n'):
120 file_content = file_content.rstrip()
121 file_content += '\n'
123 return file_content
    [all...]
  /external/chromium-trace/catapult/telemetry/
json_format 14 file_content = f.read()
21 file_content = f.read()
22 if file_content != GetFormattedJSONString(file_path):
  /external/v8/tools/gyp/test/additional-targets/
gyptest-additional.py 30 file_content = 'Hello from emit.py\n' variable
31 test.built_file_must_match('out2.txt', file_content, chdir=chdir)
52 file_content = 'Hello from emit.py\n' variable
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadProviderFunctionalTest.java 56 enqueueResponse(buildResponse(HTTP_OK, FILE_CONTENT));
66 assertEquals(FILE_CONTENT, getDownloadContents(downloadUri));
72 enqueueResponse(buildResponse(HTTP_OK, FILE_CONTENT));
78 assertEquals(FILE_CONTENT, getDownloadContents(downloadUri));
84 enqueueResponse(buildResponse(HTTP_OK, FILE_CONTENT));
85 enqueueResponse(buildResponse(HTTP_OK, FILE_CONTENT));
106 enqueueResponse(buildResponse(HTTP_OK, FILE_CONTENT));
107 enqueueResponse(buildResponse(HTTP_OK, FILE_CONTENT));
PublicApiFunctionalTest.java 107 enqueueResponse(buildResponse(HTTP_OK, FILE_CONTENT));
129 int size = FILE_CONTENT.length();
159 assertEquals(FILE_CONTENT, readStream(inputStream));
192 assertEquals(FILE_CONTENT.length(),
219 enqueueResponse(buildPartialResponse(initialLength, FILE_CONTENT.length()));
223 int totalLength = FILE_CONTENT.length();
226 MockResponse response = buildResponse(status, FILE_CONTENT.substring(start, end))
350 enqueueResponse(buildResponse(HTTP_OK, FILE_CONTENT));
360 assertEquals(FILE_CONTENT, readStream(stream));
393 enqueueResponse(buildResponse(HTTP_OK, FILE_CONTENT));
    [all...]
AbstractDownloadProviderFunctionalTest.java 60 FILE_CONTENT = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
  /external/libbrillo/brillo/http/
http_form_data_unittest.cc 44 std::string file_content{"text line1\ntext line2\n"};
46 ASSERT_EQ(file_content.size(),
48 file_name, file_content.data(), file_content.size())));
66 EXPECT_EQ(file_content, GetFormFieldData(&form_field));
  /bootable/recovery/update_verifier/
update_verifier.cpp 119 std::string file_content; local
120 if (!android::base::ReadFdToString(care_map_fd.get(), &file_content)) {
126 lines = android::base::Split(android::base::Trim(file_content), "\n");
  /external/owasp/sanitizer/tools/
cut_release.py 123 file_content = in_file.read()
126 for line in file_content.split("\n"):
googlecode_upload.py 136 file_content = f.read()
146 file_content,
  /system/core/libnativeloader/
native_loader.cpp 173 std::string file_content; local
174 if(!base::ReadFileToString(configFile, &file_content)) {
179 std::vector<std::string> lines = base::Split(file_content, "\n");
  /external/chromium-trace/catapult/third_party/Paste/docs/
testing-applications.txt 60 file_content)``.
  /external/autotest/cli/
topic_common.py 238 file_content = []
240 file_content += __get_items(line)
241 if len(file_content) == 0:
243 result.update(file_content)
  /external/v8/build/android/
emma_coverage_stats.py 417 file_content = f.read()
418 package_match = re.search(_EmmaCoverageStats.RE_PACKAGE, file_content)
  /external/chromium-trace/catapult/third_party/webtest/webtest/
app.py 346 It should be a list of ``(fieldname, filename, file_content)``.
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 257 ``[(fieldname, filename, file_content)]``. You can also use
276 ``[(fieldname, filename, file_content)]``. You can also use
    [all...]

Completed in 265 milliseconds