Searched refs:lower (Results 1 – 21 of 21) sorted by relevance
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/ |
D | liteOsUpgrade_L1_shequ_test_app.py | 202 chip_version = chip_version.lower() if chip_version else chip_version 255 if flash_type.lower() == "ev300": 257 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3518ev300.bin… 258 elif flash_type.lower() == "dv300": 260 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3516dv300.bin… 265 scriptfile = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "update.txt") 277 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "flash_fastboot.x… 339 if flash_type.lower() == "dv300": 345 elif flash_type.lower() == "ev300": 349 if not "sdcard" in ret.lower(): [all …]
|
D | liteOsUpgrade_L1_shequ_app copy.py | 204 chip_version = chip_version.lower() if chip_version else chip_version 255 if flash_type.lower() == "ev300": 257 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3518ev300.bin… 258 elif flash_type.lower() == "dv300": 260 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3516dv300.bin… 272 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "flash_fastboot.x… 326 if flash_type.lower() == "dv300": 332 elif flash_type.lower() == "ev300": 336 if not "sdcard" in ret.lower(): 339 if "error:" in ret.lower(): [all …]
|
D | liteOsUpgrade_linux_app.py | 207 chip_version = chip_version.lower() if chip_version else chip_version 254 if flash_type.lower() == "ev300": 256 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3518ev300.bin… 257 elif flash_type.lower() == "dv300_linux": 259 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3516dv300.bin… 273 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "flash_fastboot.x… 357 if flash_type.lower() == "dv300_linux": 360 elif flash_type.lower() == "ev300": 392 if not "sdcard" in ret.lower(): 395 if "error:" in ret.lower(): [all …]
|
D | liteOsUpgrade_L1_shequ_app.py | 205 chip_version = chip_version.lower() if chip_version else chip_version 256 if flash_type.lower() == "ev300": 258 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3518ev300.bin… 259 elif flash_type.lower() == "dv300": 261 …ubootpath = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "u-boot-hi3516dv300.bin… 273 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L1", flash_type.lower(), "flash_fastboot.x… 357 if flash_type.lower() == "dv300": 360 elif flash_type.lower() == "ev300": 392 if not "sdcard" in ret.lower(): 395 if "error:" in ret.lower(): [all …]
|
D | liteOsUpgrade_L2_app - 副本.py | 202 chip_version = chip_version.lower() if chip_version else chip_version 249 if flash_type.lower() == "ev300": 251 elif flash_type.lower() == "dv300": 266 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L2", flash_type.lower(), "flash_fastboot.x…
|
D | liteOsUpgrade_L2_app.py | 209 chip_version = chip_version.lower() if chip_version else chip_version 256 if flash_type.lower() == "ev300": 258 elif flash_type.lower() == "dv300": 265 …flash_uboot_xml = os.path.join(scriptpath, "resource", "L2", flash_type.lower(), "flash_fastboot.x…
|
D | liteOsUpgrade_L1_shequ_dv_app.py | 371 if "retry count exceeded; starting again" in ret.lower(): 374 if "error:" in ret.lower():
|
/developtools/profiler/host/smartperf/ide/src/base-ui/checkbox/ |
D | LitCheckBoxWithText.ts | 41 set lowerLimit(lower: string) { 42 this.setAttribute("lowerLimit", lower)
|
/developtools/integration_verification/DeployDevice/src/aw/Telnet/ |
D | TelnetClient.py | 78 if (not "error:" in rets.lower()): 91 if (suctag in rets) or (not "error:" in rets.lower()):
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
D | basic_tool.py | 22 filepath_list = sorted(filepath_list, key=str.lower)
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
D | ram_analyzer.py | 377 … -1].lower() == x.lower(), 390 … '/')) >= 3 and x.lower().startswith( 391 … y.split('/')[2].lower()),
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
D | DataSet.ets | 319 // Search in a lower place 324 // Search in a lower place 337 // If rounding up, and found x-value is lower than specified x, and we can go upper... 342 // If rounding down, and found x-value is upper than specified x, and we can go lower...
|
D | CandleEntry.ets | 92 * Returns the lower shadows lowest value.
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
D | basic_tool.py | 54 file_list = sorted(file_list, key=str.lower)
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/ |
D | ftrace_cpp_generator.py | 87 return str.lower(name) 165 str.lower(event.name))) 268 f.write('{}({},\n'.format(FORMAT_REGISTER_MACRO, str.lower(event.name))) 271 str.lower(event.name))) 275 str.lower(event.name)))
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/ |
D | ftrace_cpp_generator.py | 86 return str.lower(name) 151 str.lower(event.name))) 246 str.lower(event.name))) 250 str.lower(event.name)))
|
D | ftrace_proto_generator.py | 100 return str.lower(name)
|
/developtools/hdc/ |
D | README.md | 61 … Windows version is recommended. Windows 10 64-bit is recommended. If the lower version of the win…
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
D | ObjectPool.ets | 28 … cost with sufficiently large capacity. Set the replenishPercentage to a lower number if this is …
|
/developtools/hiperf/script/ |
D | hiperf_utils.py | 41 system_type = platform.system().lower()
|
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
D | trace_stdtype.cpp | 626 auto lower = std::lower_bound(invalidLibs.begin(), invalidLibs.end(), filePaths_[i]); in GetCallIdToLastLibId() local 627 if (lower == invalidLibs.end() || *lower != filePaths_[i]) { // found in GetCallIdToLastLibId()
|