/external/protobuf/src/google/protobuf/compiler/python/ |
D | plugin_unittest.cc | 81 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test1.proto", in TEST() 89 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test2.proto", in TEST()
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator_unittest.cc | 75 GOOGLE_CHECK_OK(File::SetContents( in RubyTest() 87 GOOGLE_CHECK_OK(File::SetContents( in RubyTest()
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator_unittest.cc | 75 GOOGLE_CHECK_OK(File::SetContents( in RubyTest() 87 GOOGLE_CHECK_OK(File::SetContents( in RubyTest()
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 84 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test1.proto", in TEST() 92 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test2.proto", in TEST()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_port.cc | 116 tensorflow::Status SetContents(const std::string& filename, in SetContents() function 119 return ToStatus(::file::SetContents(filename, contents, ::file::Defaults())); in SetContents() 242 tensorflow::Status SetContents(const string& filename, const string& contents, in SetContents() function
|
D | toco_port.h | 73 tensorflow::Status SetContents(const std::string& filename,
|
D | toco_convert.cc | 106 port::file::SetContents(parsed_toco_flags.output_file.value(), in Convert()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | bootstrap_unittest.cc | 101 GOOGLE_CHECK_OK(File::SetContents("/tmp/expected.cc", expected_contents, in ExpectFileMatches() 104 File::SetContents("/tmp/actual.cc", actual_contents, true)); in ExpectFileMatches()
|
D | plugin_unittest.cc | 174 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_bootstrap_unittest.cc | 101 GOOGLE_CHECK_OK(File::SetContents("/tmp/expected.cc", expected_contents, in ExpectFileMatches() 104 File::SetContents("/tmp/actual.cc", actual_contents, true)); in ExpectFileMatches()
|
D | cpp_plugin_unittest.cc | 174 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
|
/external/leveldb/db/ |
D | write_batch_internal.h | 36 static void SetContents(WriteBatch* batch, const Slice& contents);
|
D | write_batch.cc | 139 void WriteBatchInternal::SetContents(WriteBatch* b, const Slice& contents) { in SetContents() function in leveldb::WriteBatchInternal
|
D | write_batch_test.cc | 81 WriteBatchInternal::SetContents(&batch, in TEST()
|
D | dumpfile.cc | 109 WriteBatchInternal::SetContents(&batch, record); in WriteBatchPrinter()
|
/external/python/pyfakefs/docs/ |
D | api.rst | 34 SetContents() -> set_contents()
|
/external/cronet/third_party/protobuf/src/google/protobuf/testing/ |
D | file.h | 95 static bool SetContents(const std::string& name, const std::string& contents, in SetContents() function
|
/external/protobuf/src/google/protobuf/testing/ |
D | file.h | 95 static bool SetContents(const std::string& name, const std::string& contents, in SetContents() function
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_plugin_unittest.cc | 85 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | plugin_unittest.cc | 83 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | annotation_test_util.cc | 73 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/" + filename, data, in AddFile()
|
D | command_line_interface_unittest.cc | 407 GOOGLE_CHECK_OK(File::SetContents( in CreateTempFile() 2558 GOOGLE_CHECK_OK(File::SetContents(filename, input, true)); in RedirectStdinFromText() 2672 GOOGLE_CHECK_OK(File::SetContents(unittest_proto_descriptor_set_filename_, in WriteUnittestProtoDescriptorSet()
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
D | annotation_test_util.cc | 73 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/" + filename, data, in AddFile()
|
D | command_line_interface_unittest.cc | 404 GOOGLE_CHECK_OK(File::SetContents( in CreateTempFile() 2533 GOOGLE_CHECK_OK(File::SetContents(filename, input, true)); in RedirectStdinFromText() 2647 GOOGLE_CHECK_OK(File::SetContents(unittest_proto_descriptor_set_filename_, in WriteUnittestProtoDescriptorSet()
|
/external/cronet/net/disk_cache/blockfile/ |
D | rankings.h | 156 void SetContents(CacheRankingsBlock* node, CacheAddr address);
|