Home
last modified time | relevance | path

Searched defs:content (Results 51 - 75 of 482) sorted by relevance

12345678910>>...20

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DLinkedList.h60 void* content; /**< pointer to element content */ member
[all...]
H A DTree.h67 void* content; /**< pointer to element content */ member
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_StyleGraphic_test.cpp36 const char *content = "C textStyle Test"; in TextTextStyleGraphic001() local
58 const char *content = "C addPlaceHolder Test"; in TextTextStyleGraphic002() local
/test/xts/acts/resourceschedule/resourceschedule_standard/backgroundtaskmanager/src/main/js/ServiceAbility/
H A Dservice.js
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/
H A DOhSampleBusinessComment.java73 private String content; field in OhSampleBusinessComment
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.h31 std::string content; member in QPDF_PDFTOPDF_PageHandle
/third_party/cJSON/fuzzing/
H A Dafl.c33 char *content = NULL; in read_file() local
/third_party/ltp/testcases/kernel/containers/userns/
H A Dcommon.h18 char content[BUFSIZ]; in updatemap() local
H A Duserns_helper.h47 char content[BUFSIZ]; in updatemap() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfgets.c34 char *content = fgets(str, 100, fptr); in fgets_0100() local
61 char *content = fgets(str, 5, fptr); in fgets_0200() local
87 char *content = fgets(str, 2, fptr); in fgets_0300() local
113 char *content = fgets(str, 1, fptr); fgets_0400() local
139 char *content = fgets(str, 0, fptr); fgets_0500() local
165 char *content = fgets(str, 100, fptr); fgets_0600() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dexit.c95 char *content = fgets(abc, 27, fp); in exit_0200() local
H A Dtruncate.c25 const char *content = "Hello world!"; variable
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_linux.cpp23 bool ReadWholeFile(const char *filename, std::string *content) in ReadWholeFile() argument
40 std::string content; in GetAMDBrahmaDriverVersion() local
50 std::string content; in GetAMDCatalystDriverVersion() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dvirtual_file_store.h35 Result Add(const std::string& path, const std::string& content) { in Add() argument
/third_party/skia/src/core/
H A DSkDocument.cpp18 trim(SkCanvas* canvas, SkScalar width, SkScalar height, const SkRect* content) trim() argument
31 beginPage(SkScalar width, SkScalar height, const SkRect* content) beginPage() argument
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dwriter.go
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter_test.cc24 constexpr const char* content = // Note: words are tab-delimited member
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dmatched_number_info.h26 MatchedNumberInfo(int begin, int end, icu::UnicodeString& content) : _begin(begin), _end(end), content(content) {} in MatchedNumberInfo() argument
49 void SetContent(icu::UnicodeString& content) in SetContent() argument
77 icu::UnicodeString content; global() member in OHOS::Global::I18n::MatchedNumberInfo
[all...]
/base/inputmethod/imf/services/src/
H A Dsys_cfg_parser.cpp26 auto content = GetSysCfgContent(GET_NAME(systemConfig)); in ParseSystemConfig() local
39 auto content = GetSysCfgContent(GET_NAME(supportedInputTypeList)); in ParseInputType() local
52 auto content = GetSysCfgContent(GET_NAME(sysPanelAdjust)); in ParsePanelAdjust() local
65 auto content = GetSysCfgContent(GET_NAME(defaultFullImeList)); ParseDefaultFullIme() local
78 std::string content; GetSysCfgContent() local
[all...]
/base/hiviewdfx/hiview/base/event_store/sequence/
H A Dsys_event_sequence_mgr.cpp31 bool SaveStringToFile(const std::string& filePath, const std::string& content) in SaveStringToFile() argument
87 std::string content; in ReadSeqFromFile() local
/base/inputmethod/imf/services/json/src/
H A Dserializable.cpp20 bool Serializable::Unmarshall(const std::string &content) in Unmarshall() argument
/base/inputmethod/imf/services/file/src/
H A Dfile_operator.cpp42 bool FileOperator::Read(const std::string &path, std::string &content) in Read() argument
56 bool FileOperator::Write(const std::string &path, const std::string &content, int32_t flags, mode_t mode) in Write() argument
74 bool FileOperator::Read(const std::string &path, const std::string &key, std::string &content) in Read() argument
102 std::string content; Read() local
[all...]
/base/global/i18n/frameworks/intl/test/unittest/mock/src/
H A Dgenerate_ics_file.cpp81 std::string content = "version=" + verison; in WriteVersionFile() local
/base/print/print_fwk/services/print_service/src/
H A Dprint_security_guard_manager.cpp52 ReportSecurityInfo(const int32_t eventId, const std::string version, const std::string content) ReportSecurityInfo() argument
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
H A Dnotification_publish_test.cpp69 std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(mediaContent); in InitTextRequest() local
82 std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(mediaContent); in InitWantAgentRequest() local
96 std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(mediaContent); in InitButtonRequest() local

Completed in 8 milliseconds

12345678910>>...20