Home
last modified time | relevance | path

Searched refs:keywords (Results 1 – 25 of 62) sorted by relevance

123

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp126 string keywords[] = { in CheckCppCrashKeyWords() local
130 int length = sizeof(keywords) / sizeof(keywords[0]); in CheckCppCrashKeyWords()
132 int count = CheckKeyWords(filePath, keywords, length, minRegIdx); in CheckCppCrashKeyWords()
141 int count = CheckKeyWords(filePath, keywords, length, minRegIdx); in CheckCppCrashExtraKeyWords()
362 string keywords[] = { variable
365 int length = sizeof(keywords) / sizeof(keywords[0]);
367 ASSERT_TRUE(CheckCppCrashExtraKeyWords(filename, keywords, length, minRegIdx));
384 string keywords[openNum]; variable
387 keywords[i] = str;
389 int length = sizeof(keywords) / sizeof(keywords[0]);
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp76 string keywords[] = { in CheckThreadCrashKeyWords() local
80 int length = sizeof(keywords) / sizeof(keywords[0]); in CheckThreadCrashKeyWords()
82 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckThreadCrashKeyWords()
104 string keywords[] = { in CheckCrashKeyWords() local
108 int length = sizeof(keywords) / sizeof(keywords[0]); in CheckCrashKeyWords()
110 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckCrashKeyWords()
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.cpp144 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx) in CheckKeyWords() argument
157 idx = t.at(i).find(keywords[j]); in CheckKeyWords()
175 std::cout << "Not found keyword: " << keywords[j] << std::endl; in CheckKeyWords()
199 int GetKeywordsNum(const std::string& msg, std::string *keywords, int length) in GetKeywordsNum() argument
204 idx = msg.find(keywords[i]); in GetKeywordsNum()
H A Ddfx_test_util.h84 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx);
86 int GetKeywordsNum(const std::string& msg, std::string *keywords, int length);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp80 string keywords[] = { in CheckLocalCrashKeyWords() local
85 string keywords[] = { in CheckLocalCrashKeyWords() local
91 int length = sizeof(keywords) / sizeof(keywords[0]); in CheckLocalCrashKeyWords()
93 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckLocalCrashKeyWords()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp135 …static int CheckKeyWordsInFile(const std::string& filePath, std::string *keywords, int length, boo… in CheckKeyWordsInFile() argument
148 if (info.find(keywords[index]) != std::string::npos) { in CheckKeyWordsInFile()
151 std::cout << "can not find keyword:" << keywords[index] << std::endl; in CheckKeyWordsInFile()
200 std::string keywords[] = { in CheckKeyWordsInJsErrorAppEventFile() local
205 int length = sizeof(keywords) / sizeof(keywords[0]); in CheckKeyWordsInJsErrorAppEventFile()
208 int count = CheckKeyWordsInFile(oldFileName, keywords, length, true); in CheckKeyWordsInJsErrorAppEventFile()
223 std::string keywords[] = {"\"Cannot get SourceMap info, dump raw stack:"}; in CheckDeleteStackErrorMessage() local
224 int length = sizeof(keywords) / sizeof(keywords[0]); in CheckDeleteStackErrorMessage()
227 int count = CheckKeyWordsInFile(oldFileName, keywords, length, true); in CheckDeleteStackErrorMessage()
420 int length = sizeof(keywords) / sizeof(keywords[0]);
[all …]
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dgc-introduction.md114 - **Log keywords**: [ HPP YoungGC ]
121 - **Log keywords**: [ HPP OldGC ]
128 - **Log keywords**: [CompressGC]
139 - Log keywords: **GCReason::ALLOCATION_LIMIT**
151 - Log keywords: **app is inBackground**, **app is not inBackground**, and
160 - Log keywords: **fullMarkRequested, trigger full mark**, **Trigger the first full mark**, **Trigge…
166 - Log keywords: There is no direct log. The GC statistics logs show that the young space threshold …
172 - Log keywords: **"AdjustOldSpaceLimit oldSpaceAllocLimit_: "<< oldSpaceAllocLimit <<" globalSpaceA…
178 - Log keywords: **"RecomputeLimits oldSpaceAllocLimit_: "<< newOldSpaceLimit_ <<" globalSpaceAllocL…
184 - Log keywords: **Select CSet failure: number is too few**,
[all …]
H A Darkts-bytecode-function-name.md28 | Class| `~` | Scope defined by the **class** keywords.|
33 | namespace/module | `&` | Scope defined by the **namespace** or **module** keywords|
34 | enum | `%` | Scope defined by the **enum** keywords|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/test/
H A Dkeyword_test.py19 from src.keywords import KeyValueSample
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/
H A DCargo.toml8 keywords = ["ylong", "ffrt"]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/
H A DCargo.toml8 keywords = ["Ylong", "Runtime", "Procedure", "Macro"]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/
H A DCargo.toml8 keywords = ["Ylong", "signal"]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/
H A DCargo.toml8 keywords = ["ylong", "io", "epoll"]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dobject_info.cpp50 MEDIA_DEBUG_LOG(" keywords=[%{private}s]", keywords.c_str()); in Dump()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dobject_info.h44 std::string keywords; variable
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/
H A Dpre_process.py23 from src.keywords import keywords_dict, get_dict_value
H A Dcontent_parser.py23 from src.keywords import keywords_dict, get_dict_value
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Dprocedure_step.py20 from src.keywords import event_procedure_keyword, get_sample_key, get_sample_separator_count
H A Ddump_result.py21 from src.keywords import keywords_dict, get_dict_value
H A Dtouch_point.py20 from src.keywords import touch_point_keyword, get_sample_key, get_sample_separator_count
H A Devent_scope.py24 from src.keywords import event_procedure_keyword, keywords_dict, get_sample_key, get_dict_value, \
H A Dframe_node.py20 from src.keywords import hittest_node_keyword, get_sample_key, get_sample_separator_count
/ohos5.0/commonlibrary/rust/ylong_json/
H A DCargo.toml9 keywords = ["ylong", "json", "serialization", "deserialization"]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/
H A DCargo.toml8 keywords = ["ylong", "http"]
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-guide.md32 … does not support standard command parameters and will mask the command keywords you entered. For …
58 … does not support standard command parameters and will mask the command keywords you entered. For …

123