Home
last modified time | relevance | path

Searched defs:contents (Results 51 - 75 of 254) sorted by relevance

1234567891011

/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dsection_parser.cc128 AddSection(NodeType section_type, ShaderType shader_type, ShaderFormat fmt, size_t line_count, const std::string& contents) AddSection() argument
H A Dsection_parser.h47 std::string contents; member
/third_party/skia/third_party/externals/spirv-tools/tools/dis/
H A Ddis.cpp182 std::vector<uint32_t> contents; in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/dis/
H A Ddis.cpp182 std::vector<uint32_t> contents; in main() local
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils.cpp48 std::string contents; in ReadEntireFileToString() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc112 Write(const std::string& filename, const std::string& contents) Write() argument
/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc93 bool File::WriteStringToFile(const string& contents, const string& name) { in WriteStringToFile() argument
112 void File::WriteStringToFileOrDie(const string& contents, const string& name) { in WriteStringToFileOrDie() argument
/third_party/rust/crates/nom/benchmarks/benches/
H A Dhttp.rs181 let mut contents: Vec<u8> = Vec::new(); variables
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp189 VkSubpassContents contents; member in vkt::MultiView::SubpassBeginInfo1
/third_party/gn/src/gn/
H A Dc_include_iterator.cc79 std::string_view contents; in ExtractInclude() local
[all...]
H A Dcommand_refs.cc364 std::string contents; variable
/third_party/backends/backend/escl/
H A Descl_status.c48 memory_callback_s(void *contents, size_t size, size_t nmemb, void *userp) in memory_callback_s() argument
/third_party/curl/docs/examples/
H A Dhttp2-pushinmemory.c45 write_cb(void *contents, size_t size, size_t nmemb, void *userp) in write_cb() argument
H A Dxmlstream.c96 static size_t parseStreamCallback(void *contents, size_t length, size_t nmemb, in parseStreamCallback() argument
/third_party/ninja/src/
H A Dtest.cc161 bool VirtualFileSystem::WriteFile(const string& path, const string& contents) { in WriteFile() argument
145 Create(const string& path, const string& contents) Create() argument
171 ReadFile(const string& path, string* contents, string* err) ReadFile() argument
/third_party/libfuse/example/
H A Dhello.c41 const char *contents; member
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/
H A Dmodify_ldt02.c75 unsigned int contents:2; member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c207 enum quniform_contents contents = uinfo->contents[i]; in vc4_write_uniforms() local
175 get_texrect_scale(struct vc4_texture_stateobj *texstate, enum quniform_contents contents, uint32_t data) get_texrect_scale() argument
[all...]
/third_party/python/Lib/importlib/resources/
H A Dabc.py51 def contents(self) -> Iterable[str]: member in ResourceReader
150 def contents(self) -> Iterator[str]: member in TraversableResources
/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler_test.cc94 std::string contents = R"( in TEST_F() local
138 std::string contents = kHexShader; in TEST_F() local
248 std::string contents = "Just Random\nText()\nThat doesn't work."; in TEST_F() local
267 std::string contents = "Just Random\nText()\nThat doesn't work."; in TEST_F() local
/third_party/python/Lib/test/test_importlib/resources/
H A Dutil.py48 def contents(self): member in Reader
/third_party/rust/crates/version_check/src/
H A Dlib.rs446 let mut contents = String::new(); in read_static() variables
/third_party/glslang/gtests/
H A DGlslMapIO.FromFile.cpp248 std::string contents; in TEST_P() local
H A DVkRelaxed.FromFile.cpp204 std::string contents; in TEST_P() local
/third_party/gn/src/base/files/
H A Dfile_util.cc175 bool ReadFileToString(const FilePath& path, std::string* contents) { in ReadFileToString() argument
117 ReadFileToStringWithMaxSize(const FilePath& path, std::string* contents, size_t max_size) ReadFileToStringWithMaxSize() argument

Completed in 11 milliseconds

1234567891011