Home
last modified time | relevance | path

Searched refs:new_content (Results 1 – 11 of 11) sorted by relevance

/external/skia/tools/
Dsanitize_source_files.py62 new_content = ''.join(new_lines)
64 new_content = modifier(new_content, full_item_path)
65 if new_content != old_content:
72 f.write(new_content)
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py702 base_content, new_content, is_binary, status = files[filename]
710 if new_content != None:
711 UploadFile(filename, file_id, new_content, is_binary, status, False)
901 new_content = None
915 new_content = self.ReadFile(filename)
942 new_content = self.ReadFile(filename)
945 new_content = RunShell(["svn", "cat", url],
982 return base_content, new_content, is_binary, status[0:5]
1029 new_content = None
1039 return (base_content, new_content, is_binary, status)
[all …]
/external/google-breakpad/src/testing/scripts/
Dupload.py702 base_content, new_content, is_binary, status = files[filename]
710 if new_content != None:
711 UploadFile(filename, file_id, new_content, is_binary, status, False)
901 new_content = None
915 new_content = self.ReadFile(filename)
942 new_content = self.ReadFile(filename)
945 new_content = RunShell(["svn", "cat", url],
982 return base_content, new_content, is_binary, status[0:5]
1029 new_content = None
1039 return (base_content, new_content, is_binary, status)
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dupload-diffs.py928 base_content, new_content, is_binary, status = files[filename]
936 if new_content != None:
937 UploadFile(filename, file_id, new_content, is_binary, status, False)
1140 new_content = None
1154 new_content = self.ReadFile(filename)
1188 new_content = self.ReadFile(filename)
1191 new_content = RunShell(["svn", "cat", url],
1235 return base_content, new_content, is_binary, status[0:5]
1372 new_content = None
1399 new_content = self.GetFileContent(hash_after, is_binary)
[all …]
/external/autotest/client/common_lib/
Dcartesian_config.py251 new_content.append(t)
279 new_content.append(t)
327 new_content = []
340 for d in self.get_dicts(n, ctx, new_content, shortname, dep):
347 for filename, linenum, op in new_content:
/external/chromium-trace/catapult/third_party/WebOb/docs/wiki-example-code/
Dexample.py169 new_content = """<html><head><title>%s</title></head><body>%s</body></html>""" % (
172 f.write(new_content)
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
D__init__.py324 def _decompressContent(response, new_content): argument
325 content = new_content
330 content = gzip.GzipFile(fileobj=io.BytesIO(new_content)).read()
1211 …(response, new_content) = self.request(info['-x-permanent-redirect-url'], "GET", headers = headers…
1242 …(response, new_content) = self._request(conn, authority, uri, request_uri, method, body, headers, …
1261 content = new_content
1264 content = new_content
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
D__init__.py395 def _decompressContent(response, new_content): argument
396 content = new_content
401 content = gzip.GzipFile(fileobj=StringIO.StringIO(new_content)).read()
1509 …(response, new_content) = self.request(info['-x-permanent-redirect-url'], "GET", headers = headers…
1540 …(response, new_content) = self._request(conn, authority, uri, request_uri, method, body, headers, …
1559 content = new_content
1562 content = new_content
/external/libxml2/
Dtriostr.c1300 char *new_content; variable
1307 new_content = (char *)TRIO_REALLOC(self->content, new_size);
1308 if (new_content)
1310 self->content = new_content;
/external/regex-re2/lib/codereview/
Dcodereview.py3305 base_content, new_content, is_binary, status = files[filename]
3313 if new_content != None:
3314 StartUploadFile(filename, file_id, new_content, is_binary, status, False)
3465 new_content = None
3484 new_content = open(relpath, "rb").read()
3485 is_binary = is_binary or "\0" in new_content
3491 new_content = None
3492 return base_content, new_content, is_binary, status
/external/chromium-trace/catapult/third_party/WebOb/docs/
Dwiki-example.txt261 new_content = """<html><head><title>%s</title></head><body>%s</body></html>""" % (
264 f.write(new_content)