Home
last modified time | relevance | path

Searched defs:contents (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-slice.any.js66 [{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/gn/src/gn/
Dmetadata.h40 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/cups-filters/filter/pdftopdf/
Dqpdf_xobject.cc20 std::vector<QPDFObjectHandle> contents; member in CombineFromContents_Provider
23 …neFromContents_Provider::CombineFromContents_Provider(const std::vector<QPDFObjectHandle> &content… in CombineFromContents_Provider()
137 std::vector<QPDFObjectHandle> contents=page.getPageContents(); // (will assertPageObject) in makeXObject() local
/third_party/glslang/gtests/
DTestFixture.cpp128 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/node/deps/v8/third_party/inspector_protocol/crdtp/
Dserializable_test.cc20 explicit SimpleExample(const std::vector<uint8_t>& contents) in SimpleExample()
33 std::vector<uint8_t> contents = {1, 2, 3}; in TEST() local
/third_party/typescript/tests/baselines/reference/
DreverseMappedPartiallyInferableTypes.js58 contents?: T; field
72 contents: "" property
80 contents: "", property
157 contents: "" property
163 contents: "", property
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkCmdUtil.cpp89 const VkSubpassContents contents, in beginRenderPass()
112 const VkSubpassContents contents) in beginRenderPass()
123 const VkSubpassContents contents) in beginRenderPass()
137 const VkSubpassContents contents) in beginRenderPass()
153 const VkSubpassContents contents) in beginRenderPass()
170 const VkSubpassContents contents) in beginRenderPass()
182 const VkSubpassContents contents) in beginRenderPass()
206 const VkSubpassContents contents) in beginRenderPass()
/third_party/protobuf/php/ext/google/protobuf/
Dmake-preload.php36 $contents = file_get_contents($filename); variable
37 $contents = substr($contents, 5); // Strip <?php variable
Dbundled_php.h39 const char *contents; member
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
Dglcpp_test.py51 def parse_test_file(contents, nl_format): argument
62 def test_output(glcpp, contents, expfile, nl_format='\n'): argument
/third_party/spirv-tools/tools/diff/
Ddiff.cpp84 std::vector<char> contents; in load_module() local
94 std::vector<uint32_t> contents; in load_module() local
/third_party/node/deps/zlib/google/
Dzip_reader_unittest.cc412 std::string contents = "dummy"; in TEST_F() local
428 std::string contents = "dummy"; in TEST_F() local
447 std::string contents = "dummy"; in TEST_F() local
463 std::string contents = "dummy"; in TEST_F() local
475 std::string contents = "dummy"; in TEST_F() local
583 std::string contents; in TEST_F() local
615 std::string contents; in TEST_F() local
646 std::string contents; in TEST_F() local
690 std::string contents; in TEST_F() local
726 std::string contents; in TEST_F() local
[all …]
Dzip_unittest.cc448 std::string contents; in TEST_F() local
468 std::string contents; in TEST_F() local
489 std::string contents; in TEST_F() local
505 std::string contents; in TEST_F() local
547 std::string contents; in TEST_F() local
566 std::string contents; in TEST_F() local
585 std::string contents; in TEST_F() local
661 std::string contents; in TEST_F() local
682 std::string contents; in TEST_F() local
712 std::string contents; in TEST_F() local
[all …]
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader_unittest.cc426 std::string contents = "dummy"; in TEST_F() local
442 std::string contents = "dummy"; in TEST_F() local
461 std::string contents = "dummy"; in TEST_F() local
477 std::string contents = "dummy"; in TEST_F() local
489 std::string contents = "dummy"; in TEST_F() local
597 std::string contents; in TEST_F() local
629 std::string contents; in TEST_F() local
660 std::string contents; in TEST_F() local
704 std::string contents; in TEST_F() local
740 std::string contents; in TEST_F() local
[all …]
Dzip_unittest.cc448 std::string contents; in TEST_F() local
468 std::string contents; in TEST_F() local
489 std::string contents; in TEST_F() local
505 std::string contents; in TEST_F() local
547 std::string contents; in TEST_F() local
566 std::string contents; in TEST_F() local
585 std::string contents; in TEST_F() local
661 std::string contents; in TEST_F() local
682 std::string contents; in TEST_F() local
712 std::string contents; in TEST_F() local
[all …]
/third_party/skia/tools/
Djsondiff.py60 def _GetExpectedResults(self, contents): argument
106 def _GetActualResults(self, contents): argument
/third_party/python/Lib/idlelib/
Dtextview.py74 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/node/test/addons/openssl-binding/
Dbinding.cc16 auto contents = buffer->GetBackingStore(); in RandomBytes() local
30 auto contents = buffer->GetBackingStore(); in Hash() local
/third_party/ninja/src/
Dtest.cc146 const string& contents) { in Create()
161 bool VirtualFileSystem::WriteFile(const string& path, const string& contents) { in WriteFile()
172string* contents, in ReadFile()
/third_party/rust/crates/nix/test/test_kmod/
Dmod.rs96 let mut contents: Vec<u8> = Vec::new(); in test_init_and_delete_module() localVariable
121 let mut contents: Vec<u8> = Vec::new(); in test_init_and_delete_module_with_params() localVariable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/data/
DTestDataElements_testtypes.java23 private static Object[][] contents = { field in TestDataElements_testtypes
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
DTestDataElements_testtypes.java20 private static Object[][] contents = { field in TestDataElements_testtypes
/third_party/mesa3d/bin/
Dgit_sha1_gen.py28 def write_if_different(contents): argument
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_uniforms.c37 enum quniform_contents contents, in get_texrect_scale()
53 enum quniform_contents contents, in get_texture_size()
87 enum quniform_contents contents, in get_image_size()
/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc93 bool File::WriteStringToFile(const string& contents, const string& name) { in WriteStringToFile()
112 void File::WriteStringToFileOrDie(const string& contents, const string& name) { in WriteStringToFileOrDie()

12345678910>>...14