/third_party/node/test/fixtures/wpt/FileAPI/blob/ |
D | Blob-slice.any.js | 66 [{start: -6, contents: "STRING"}, property 67 {start: -12, contents: "PASSSTRING"}, property 68 {start: 4, contents: "STRING"}, property 69 {start: 12, contents: ""}, property 70 {start: 0, end: -6, contents: "PASS"}, property 71 {start: 0, end: -12, contents: ""}, property 72 {start: 0, end: 4, contents: "PASS"}, property 73 {start: 0, end: 12, contents: "PASSSTRING"}, property 74 {start: 7, end: 4, contents: ""}] property 80 [{start: 0, end: 9, contents: "foobarbaz"}, property [all …]
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | gen_lex.py.in | 22 contents = open(cfile).read() variable 24 contents = parse_snippet + contents variable 25 contents = prefix + contents variable
|
D | gen_lex.py | 22 contents = open(cfile).read() variable 24 contents = parse_snippet + contents variable 25 contents = prefix + contents variable
|
/third_party/gn/src/gn/ |
D | metadata.h | 40 const Contents& contents() const { return contents_; } in contents() function 41 Contents& contents() { return contents_; } in contents() function 42 void set_contents(Contents&& contents) { contents_ = std::move(contents); } in set_contents()
|
/third_party/glslang/gtests/ |
D | TestFixture.cpp | 128 std::string contents; in ReadFile() local 146 std::vector<std::uint32_t> contents; in ReadSpvBinaryFile() local 165 bool WriteFile(const std::string& path, const std::string& contents) in WriteFile()
|
/third_party/flutter/engine/flutter/fml/ |
D | file_unittest.cc | 15 const std::string& contents) { in WriteStringToFile() 74 std::string contents = "some contents here"; in TEST() local 108 std::string contents = "These are my contents"; in TEST() local 142 const std::string contents = "These are my contents."; in TEST() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkCmdUtil.cpp | 56 const VkSubpassContents contents, in beginRenderPass() 79 const VkSubpassContents contents) in beginRenderPass() 90 const VkSubpassContents contents) in beginRenderPass() 104 const VkSubpassContents contents) in beginRenderPass() 120 const VkSubpassContents contents) in beginRenderPass() 137 const VkSubpassContents contents) in beginRenderPass() 149 const VkSubpassContents contents) in beginRenderPass() 173 const VkSubpassContents contents) in beginRenderPass()
|
/third_party/typescript/tests/baselines/reference/ |
D | reverseMappedPartiallyInferableTypes.js | 58 contents?: T; field 72 contents: "" property 80 contents: "", property 157 contents: "" property 163 contents: "", property
|
/third_party/cef/tools/ |
D | patch_updater.py | 221 contents = fp.read() variable 225 contents = contents.replace("\r\n", "\n") variable 239 contents = fp.read() variable 241 contents = contents.replace("\n", "\r\n") variable
|
/third_party/flatbuffers/src/ |
D | flatc.cpp | 27 const std::string &contents, in ParseFile() 43 const std::string &contents) { in LoadBinarySchema() 398 std::string contents; in Compile() local 416 std::string contents; in Compile() local
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | make-preload.php | 36 $contents = file_get_contents($filename); variable 37 $contents = substr($contents, 5); // Strip <?php variable
|
/third_party/libsoup/tests/ |
D | brotli-decompressor-test.c | 30 char *contents; in test_brotli() local 74 char *contents; in test_brotli_corrupt() local 106 char *contents; in test_brotli_reset() local
|
/third_party/skia/tools/ |
D | jsondiff.py | 60 def _GetExpectedResults(self, contents): argument 106 def _GetActualResults(self, contents): argument
|
/third_party/flutter/skia/tools/ |
D | jsondiff.py | 60 def _GetExpectedResults(self, contents): argument 106 def _GetActualResults(self, contents): argument
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | glcpp_test.py | 52 def parse_test_file(contents, nl_format): argument 63 def test_output(glcpp, contents, expfile, nl_format='\n'): argument
|
/third_party/python/Lib/idlelib/ |
D | textview.py | 74 def __init__(self, parent, contents, wrap='word'): argument 108 def __init__(self, parent, title, contents, modal=True, wrap=WORD, argument 150 def view_text(parent, title, contents, modal=True, wrap='word', _utest=False): argument
|
/third_party/eudev/src/shared/ |
D | fileio.c | 86 int read_full_stream(FILE *f, char **contents, size_t *size) { in read_full_stream() 149 int read_full_file(const char *fn, char **contents, size_t *size) { in read_full_file()
|
/third_party/ninja/src/ |
D | test.cc | 144 const string& contents) { in Create() 159 bool VirtualFileSystem::WriteFile(const string& path, const string& contents) { in WriteFile() 170 string* contents, in ReadFile()
|
/third_party/boost/libs/hof/doc/ |
D | index.rst | 5 .. _contents: target
|
/third_party/cef/tests/ceftests/ |
D | stream_unittest.cc | 11 const std::string& contents) { in VerifyStreamReadBehavior() 44 const std::string& contents) { in VerifyStreamWriteBehavior() 74 std::string contents = "This is my test\ncontents for the file"; in TEST() local 106 std::string contents = "This is my test\ncontents for the file"; in TEST() local 120 std::string contents = "This is my test\ncontents for the file"; in TEST() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | TestDataElements_testtypes.java | 20 private static Object[][] contents = { field in TestDataElements_testtypes
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/data/ |
D | TestDataElements_testtypes.java | 23 private static Object[][] contents = { field in TestDataElements_testtypes
|
/third_party/boost/tools/inspect/ |
D | ascii_check.cpp | 53 std::string find_line ( const std::string &contents, std::string::const_iterator iter_pos ) in find_line() 87 const string & contents ) // contents of file to be inspected in inspect()
|
/third_party/mesa3d/bin/ |
D | git_sha1_gen.py | 28 def write_if_different(contents): argument
|
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/comp/ |
D | markv.cpp | 189 std::vector<uint32_t> contents; in main() local 215 std::vector<uint8_t> contents; in main() local
|