| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | index_map.h | 43 bool remove, in ProcessData() argument 47 if (remove) { in ProcessData() 68 void PrepMixRange(bool& remove) in PrepMixRange() argument 73 remove = true; in PrepMixRange() 81 bool remove = false; in MixRange() local 82 PrepMixRange(remove); in MixRange() 85 … ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] != value; }, in MixRange() 89 … ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] == value; }, in MixRange() 93 …ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] != invalidValue; … in MixRange() 97 …ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] == invalidValue; … in MixRange() [all …]
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
| D | thread_table.cpp | 87 bool remove = false; in FilterTid() local 90 remove = true; in FilterTid() 96 if (remove) { in FilterTid() 115 if (remove) { in FilterTid() 163 bool remove, in HandleIpidConstraint() argument 166 if (remove) { in HandleIpidConstraint() 190 bool remove = false; in FilterSwitchCount() local 193 remove = true; in FilterSwitchCount() 201 HandleIpidConstraint(remove, changed, value, size, threadQueue); in FilterSwitchCount() 204 HandleIpidConstraint(remove, changed, value, size, threadQueue); in FilterSwitchCount() [all …]
|
| D | process_table.cpp | 206 bool remove = false; in FilterPid() local 209 remove = true; in FilterPid() 213 HandleIndexConstraintEQ(remove, value); in FilterPid() 216 HandleIndexConstraintNQ(remove, value); in FilterPid() 224 void ProcessTable::Cursor::HandleIndexConstraintEQ(bool remove, uint64_t value) in HandleIndexConstraintEQ() argument 226 if (remove) { in HandleIndexConstraintEQ() 243 void ProcessTable::Cursor::HandleIndexConstraintNQ(bool remove, uint64_t value) in HandleIndexConstraintNQ() argument 245 if (remove) { in HandleIndexConstraintNQ()
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/include/ |
| D | thread_table.h | 57 void HandleIpidConstraint(bool remove, in HandleIpidConstraint() argument 63 if (remove) { in HandleIpidConstraint() 86 void HandleSwitchCount(bool remove, in HandleSwitchCount() argument 92 if (remove) { in HandleSwitchCount() 116 bool remove,
|
| D | process_table.h | 51 void HandleIndexConstraintEQ(bool remove, uint64_t value); 52 void HandleIndexConstraintNQ(bool remove, uint64_t value);
|
| /developtools/smartperf_host/trace_streamer/test/unittest/pbreader/ |
| D | parser_pbreader_test.cpp | 74 remove(dbPath.c_str()); 116 remove(dbPath.c_str()); 159 remove(dbPath.c_str()); 202 remove(dbPath.c_str()); 244 remove(dbPath.c_str()); 285 remove(dbPath.c_str());
|
| /developtools/hiperf/script/test/ |
| D | test_utils.py | 19 from hiperf_utils import remove 47 remove('remove_test')
|
| /developtools/hdc/src/common/ |
| D | circle_buffer.cpp | 93 bool remove = false; in FreeMemory() local 99 remove = true; in FreeMemory() 102 if (remove) { in FreeMemory()
|
| /developtools/hiperf/script/ |
| D | make_diff.py | 59 os.remove("json_base.txt") 60 os.remove("json_target.txt")
|
| D | recv_binary_cache.py | 154 os.remove(local_cache_file) 188 os.remove(host_path) 194 os.remove(file_path)
|
| D | hiperf_utils.py | 60 def remove(files): function 62 os.remove(files) 290 remove(BUILD_ID_FILE) 300 remove(BUILD_ID_FILE) 326 remove(BUILD_ID_FILE)
|
| D | make_report.py | 45 os.remove('json.txt')
|
| D | command_script.py | 28 from hiperf_utils import remove
|
| /developtools/integration_verification/DeployDevice/src/aw/ExtractFile/ |
| D | ExtractFile.py | 111 os.remove(backup_file) 121 os.remove(file)
|
| /developtools/hapsigner/tools/ |
| D | auto_test.py | 414 os.remove(target_file) 416 os.remove(key_file) 443 os.remove('log.txt') 445 os.remove('error.txt')
|
| /developtools/integration_verification/tools/fotff/ |
| D | .gitignore | 24 # Dependency directories (remove the comment below to include it)
|
| /developtools/integration_verification/DeployDevice/src/util/ |
| D | find_fail_task.py | 12 os.remove(log_path)
|
| D | file_locker.py | 39 os.remove(self.lockfile)
|
| /developtools/hdc/src/host/ |
| D | ext_client.cpp | 298 … std::string remove = Base::StringFormat("%s %s \"%s\" ", argv[i], argv[i + 1], argv[i + 2]); in RemoveRemoteCwd() local 299 if (cmd.find(remove) != std::string::npos) { in RemoveRemoteCwd() 300 cmd.replace(cmd.find(remove), remove.size(), ""); in RemoveRemoteCwd()
|
| /developtools/integration_verification/DeployDevice/resource/common/ |
| D | portalocker.py | 38 os.remove(self.lockfile)
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | plugin_watcher_test.cpp | 106 if (remove((dirPath + it).c_str()) != 0) { in DeleteFile() 111 if (remove((dirPath + it).c_str()) != 0) { in DeleteFile()
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/acls_check/ |
| D | resolve_token_info.py | 56 os.remove(path)
|
| /developtools/smartperf_host/trace_streamer/test/unittest/base/ |
| D | export_test.cpp | 104 remove(sucessFilePath.c_str());
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/ |
| D | resolve_token_info.py | 56 os.remove(path)
|
| /developtools/smartperf_host/ide/src/base-ui/select/ |
| D | LitSelect.ts | 280 delNodes[i].remove(); 317 this.bodyEl!.classList.remove('body-bottom'); 361 tag.remove();
|