/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | dfx_processdump_test.cpp | 126 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 D | signal_handler_test.cpp | 76 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 D | dfx_test_util.cpp | 144 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 D | dfx_test_util.h | 84 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 D | local_handler_test.cpp | 80 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 D | faultlogger_unittest.cpp | 135 …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 D | gc-introduction.md | 114 - **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 D | arkts-bytecode-function-name.md | 28 | 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 D | keyword_test.py | 19 from src.keywords import KeyValueSample
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/ |
H A D | Cargo.toml | 8 keywords = ["ylong", "ffrt"]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/ |
H A D | Cargo.toml | 8 keywords = ["Ylong", "Runtime", "Procedure", "Macro"]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/ |
H A D | Cargo.toml | 8 keywords = ["Ylong", "signal"]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/ |
H A D | Cargo.toml | 8 keywords = ["ylong", "io", "epoll"]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | object_info.cpp | 50 MEDIA_DEBUG_LOG(" keywords=[%{private}s]", keywords.c_str()); in Dump()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | object_info.h | 44 std::string keywords; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/ |
H A D | pre_process.py | 23 from src.keywords import keywords_dict, get_dict_value
|
H A D | content_parser.py | 23 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 D | procedure_step.py | 20 from src.keywords import event_procedure_keyword, get_sample_key, get_sample_separator_count
|
H A D | dump_result.py | 21 from src.keywords import keywords_dict, get_dict_value
|
H A D | touch_point.py | 20 from src.keywords import touch_point_keyword, get_sample_key, get_sample_separator_count
|
H A D | event_scope.py | 24 from src.keywords import event_procedure_keyword, keywords_dict, get_sample_key, get_dict_value, \
|
H A D | frame_node.py | 20 from src.keywords import hittest_node_keyword, get_sample_key, get_sample_separator_count
|
/ohos5.0/commonlibrary/rust/ylong_json/ |
H A D | Cargo.toml | 9 keywords = ["ylong", "json", "serialization", "deserialization"]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/ |
H A D | Cargo.toml | 8 keywords = ["ylong", "http"]
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-guide.md | 32 … 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 …
|