Home
last modified time | relevance | path

Searched refs:strip (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/idl_tool/test/hdi_unittest/base/
H A Dutil.py63 if ast_name_lhd.strip() != ast_name_rhd.strip():
69 if ast_path_lhd[lhd_index:].strip() != ast_path_rhd[rhd_index:].strip():
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
H A Dffrt_trace_process.py33 return log.strip().split(' ')[0]
40 if len(log.strip().split(' ')[0].split('-')) <= 1:
43 return int(log.strip().split(' ')[0].split('-')[-1])
84 return int(match.strip().split('.')[0]) * int(1e6) + int(match.strip().rstrip(':').split('.')[-1])
149 tn = log[:log.find(" (")].strip()
H A Dffrt_trace_recover.py35 return match.strip()[:-1]
/foundation/arkui/ace_engine_lite/frameworks/tools/syscap/
H A Dsyscap_native_api_src_gen.py105 string = ''.join([string.strip(',\n'), '\n};\n'])
/foundation/communication/dsoftbus/
H A Dconfig.py45 if str1[0].strip() in option_list:
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp209 auto strip = instance->StripFileHeader(compressData); in HWTEST_F() local
210 ASSERT_TRUE(strip != nullptr); in HWTEST_F()
/foundation/ai/ai_engine/services/server/plugin_manager/
H A Dget_config_ini.py104 plugin_list = [plugin.strip('[]\\ "') for plugin in plugin_list]
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm_inter.sh101 ${STRIP} --strip-all --keep-section=.comment ${binary}
176 export STRIP="${PREFIX}/llvm-strip"
/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h494 } strip; member

Completed in 5 milliseconds