Home
last modified time | relevance | path

Searched refs:is_binary (Results 1 – 2 of 2) sorted by relevance

/external/chromium/testing/gmock/scripts/
Dupload.py665 def UploadFile(filename, file_id, content, is_binary, status, is_base): argument
684 ("is_binary", str(is_binary)),
702 base_content, new_content, is_binary, status = files[filename]
709 UploadFile(filename, file_id, base_content, is_binary, status, True)
711 UploadFile(filename, file_id, new_content, is_binary, status, False)
913 is_binary = mimetype and not mimetype.startswith("text/")
914 if is_binary and self.IsImage(filename):
933 is_binary = mimetype and not mimetype.startswith("text/")
937 elif is_binary:
953 if is_binary:
[all …]
/external/chromium/testing/gtest/scripts/
Dupload.py665 def UploadFile(filename, file_id, content, is_binary, status, is_base): argument
684 ("is_binary", str(is_binary)),
702 base_content, new_content, is_binary, status = files[filename]
709 UploadFile(filename, file_id, base_content, is_binary, status, True)
711 UploadFile(filename, file_id, new_content, is_binary, status, False)
913 is_binary = mimetype and not mimetype.startswith("text/")
914 if is_binary and self.IsImage(filename):
933 is_binary = mimetype and not mimetype.startswith("text/")
937 elif is_binary:
953 if is_binary:
[all …]