Home
last modified time | relevance | path

Searched defs:content (Results 676 - 700 of 1034) sorted by relevance

1...<<21222324252627282930>>...42

/third_party/glslang/SPIRV/
H A Ddisassemble.cpp309 unsigned int content = stream[wordPos]; in decodeString() local
/third_party/cups-filters/filter/
H A Dtexttopdf.c225 int content=pdfOut_add_xref(pdf); in WritePage() local
H A Durftopdf.cpp178 std::string content; in finish_page() local
/third_party/gn/src/gn/
H A Dohos_components.cc100 bool OhosComponentsImpl::ReadBuildConfigFile(const std::string &build_dir, const char *subfile, std::string &content) in ReadBuildConfigFile() argument
312 std::string content; in LoadToolchain() local
/third_party/json/tests/src/
H A Dunit-regression1.cpp228 const auto* const content = R"( variable
236 ss << content; variable
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_uniforms.c248 write_ubo_ssbo_uniforms(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage, struct v3dv_cl_out **uniforms, enum quniform_contents content, uint32_t data, struct buffer_bo_list *buffer_bos) write_ubo_ssbo_uniforms() argument
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc75 String::FlatContent content = str.GetFlatContent(no_gc); in ToCharacterVector() local
84 String::FlatContent content = str.GetFlatContent(no_gc); in ToCharacterVector() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp348 inline bool readFile (const std::string& fileName, std::string& content) in readFile() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp348 inline bool readFile (const std::string& fileName, std::string& content) in readFile() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dscript.h240 Result AddVirtualFile(const std::string& path, const std::string& content) { in AddVirtualFile() argument
/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp468 SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict, std::unique_ptr<SkStreamAsset> content, SkPDFDocument* doc, bool deflate) SkPDFStreamOut() argument
H A DSkPDFUtils.cpp61 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() argument
68 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() argument
75 append_cubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) append_cubic() argument
97 append_quad(const SkPoint quad[], SkWStream* content) append_quad() argument
104 AppendRectangle(const SkRect& rect, SkWStream* content) AppendRectangle() argument
118 EmitPath(const SkPath& path, SkPaint::Style paintStyle, bool doConsumeDegerates, SkWStream* content, SkScalar tolerance) EmitPath() argument
213 ClosePath(SkWStream* content) ClosePath() argument
217 PaintPath(SkPaint::Style style, SkPathFillType fill, SkWStream* content) PaintPath() argument
236 StrokePath(SkWStream* content) StrokePath() argument
240 ApplyGraphicState(int objectIndex, SkWStream* content) ApplyGraphicState() argument
245 ApplyPattern(int objectIndex, SkWStream* content) ApplyPattern() argument
[all...]
/third_party/pulseaudio/src/modules/rtp/
H A Drtsp_client.c468 rtsp_exec(pa_rtsp_client *c, const char *cmd, const char *content_type, const char *content, int expect_response, pa_headerlist *headers) rtsp_exec() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h43 Optional<llvm::yaml::BinaryRef> content; member
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc55 Lexer::Lexer(const std::string& file_path, const Source::FileContent* content) in Lexer() argument
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_unittest.cc32 bool CreateFile(const std::string& content, in CreateFile() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h148 static bool GetSampleMode(std::string content, SampleMode &mode) in GetSampleMode() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h417 static bool StrToUInt32(const char *content, uint32_t *result) in StrToUInt32() argument
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp54 bool SourceMap::ReadSourceMapData(const std::string& hapPath, std::string& content) in ReadSourceMapData() argument
112 std::string content; in Init() local
/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp39 bool LoadStringFromFile(const std::string& filePath, std::string& content) in LoadStringFromFile() argument
58 bool LoadStringFromFd(int fd, std::string& content) in LoadStringFromFd() argument
63 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated) in SaveStringToFile() argument
68 bool SaveStringToFd(int fd, const std::string& content) in SaveStringToFd() argument
73 bool LoadBufferFromFile(const std::string& filePath, std::vector<char>& content) in LoadBufferFromFile() argument
78 SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated) SaveBufferToFile() argument
[all...]
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp261 std::vector<char> content; in HWTEST_F() local
263 (void)FileUtil::LoadBufferFromFile(GenerateLogFileName(caseName, SUFFIX_0), content); in HWTEST_F() local
265 (void)FileUtil::SaveBufferToFile(GenerateLogFileName(caseName, SUFFIX_0), content, true); in HWTEST_F() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp93 std::string content; in CollectProcessIo() local
257 std::string content; in CalculateDiskStats() local
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.cpp208 string content; in ReadFileByChar() local
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp1286 std::string content = AppExecFwk::UnwrapStringFromJS(env, jsValue); in GetNotificationUnifiedGroupInfo() local
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dregex_rule.cpp320 icu::UnicodeString content = ""; in HandleDefault() local

Completed in 27 milliseconds

1...<<21222324252627282930>>...42