/developtools/smartperf_host/trace_streamer/test/resource/ |
H A D | query_multi_file_no_space.sql | 2 select * from data_dict; 10 from 14 from 19 from
|
H A D | query_multi_file.sql | 2 select * from data_dict; 10 from 18 from 24 from
|
/developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
H A D | steps_ci.go | 55 func (m *Manager) stepsFromCI(from, to string) (pkgs []string, err error) { 56 startTime, err := parseTime(from) 67 func (m *Manager) getAllStepsFromTags(from, to time.Time) (pkgs []string, err error) { 68 tags, err := m.getAllTags(from, to) 82 func (m *Manager) getAllTags(from, to time.Time) (ret []*Tag, err error) { 90 StartTime: from.Local().Format("2006-01-02"), 116 if date.After(from) && date.Before(to) {
|
H A D | common.go | 101 func (m *Manager) Steps(from, to string) (pkgs []string, err error) { 102 if from == to { 103 return nil, fmt.Errorf("steps err: 'from' %s and 'to' %s are the same", from, to) 105 if c, found := utils.CacheGet(fmt.Sprintf("%s_steps", m.Component), from+"__to__"+to); found { 106 logrus.Infof("steps from %s to %s are cached", from, to) 110 if pkgs, err = m.stepsFromGitee(from, to); err != nil { 111 logrus.Errorf("failed to gen steps from gitee, err: %v", err) 112 logrus.Warnf("fallback to getting steps from C [all...] |
H A D | steps_gitee.go | 52 func (m *Manager) stepsFromGitee(from, to string) (pkgs []string, err error) { 53 updates, err := m.getRepoUpdates(from, to) 57 startTime, err := parseTime(from) 65 logrus.Infof("find %d repo updates from %s to %s", len(updates), from, to) 70 logrus.Infof("find total %d steps from %s to %s", len(steps), from, to) 71 baseManifest, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, from, "manifest_tag.xml")) 85 func (m *Manager) getRepoUpdates(from, to string) (updates []vcs.ProjectUpdate, err error) { 86 m1, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, from, "manifest_ta [all...] |
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | usb_ffs.h | 48 struct usb_endpoint_descriptor_no_audio from; member 82 struct usb_endpoint_descriptor_no_audio from; member 99 .from = { 100 .bLength = sizeof(config3.from), 136 .from = { 137 .bLength = sizeof(config1.from), 163 .from = { 164 .bLength = sizeof(config2.from),
|
/developtools/hdc/src/daemon/ |
H A D | usb_ffs.h | 47 struct usb_endpoint_descriptor_no_audio from; member 81 struct usb_endpoint_descriptor_no_audio from; member 98 .from = { 99 .bLength = sizeof(config3.from), 135 .from = { 136 .bLength = sizeof(config1.from), 162 .from = { 163 .bLength = sizeof(config2.from),
|
/developtools/ace_js2bundle/ace-loader/src/ |
H A D | manage-bundle-workers.js | 16 import * as path from "path"; 17 import cluster from "cluster"; 18 import process from "process";
|
H A D | compile-plugin.js | 18 import Compilation from 'webpack/lib/Compilation'; 19 import JavascriptModulesPlugin from 'webpack/lib/javascript/JavascriptModulesPlugin'; 20 import CachedSource from 'webpack-sources/lib/CachedSource'; 21 import ConcatSource from 'webpack-sources/lib/ConcatSource'; 28 } from './util'; 29 import cluster from 'cluster'; 329 fs.writeFileSync(process.env.aceSoPath, oldInfo + Array.from(useOSFiles).join('\n'));
|
H A D | card-loader.js | 16 import path from 'path' 17 import fs from 'fs' 23 from './util' 24 import { parseFragment } from './parser'
|
H A D | loader-gen.js | 16 import loaderUtils from 'loader-utils' 17 import path from 'path' 26 from './util'
|
H A D | extgen.js | 16 import loaderUtils from 'loader-utils';
|
/developtools/profiler/tools/smaps_show/src/ |
H A D | main.rs | 77 None => String::from(""), in main() 142 name: String::from("Summary"), in print_smaps_core() 146 perm: String::from(""), in print_smaps_core() 147 dev: String::from(""), in print_smaps_core() 150 value: HashMap::from([]) in print_smaps_core() 253 let mut name = String::from("[anon]"); in read_smaps() 283 value: HashMap::from([])}; in read_smaps()
|
/developtools/integration_verification/tools/fotff/pkg/mock/ |
H A D | mock.go | 40 func (m *Manager) Steps(from, to string) ([]string, error) { 43 ret[i] = fmt.Sprintf("%s-%s-%s", from, to, ret[i])
|
/developtools/hdc/hdc_rust/src/host/ |
H A D | host_app.rs | 102 config::AppModeType::Install => String::from("App install"), 103 config::AppModeType::UnInstall => String::from("App uninstall"), 122 let _ = transfer::send_channel_msg(channel_id, EchoLevel::INFO, String::from("AppMod finish")).await; 202 let loc_pathbuff = PathBuf::from(loc_path.clone()); 263 let mut options = String::from(""); 284 let pathbuff = PathBuf::from(path.clone()); 328 let err_msg = String::from("Invalid input parameters"); 333 let err_msg = String::from("Invalid input parameters");
|
/developtools/integration_verification/tools/fotff/pkg/ |
H A D | pkg.go | 30 Steps(from, to string) ([]string, error)
|
/developtools/global_resource_tool/src/ |
H A D | reference_parser.cpp | 154 bool ReferenceParser::ParseRefJson(const string &from, const string &to) in ParseRefJson() argument 156 if (!ResourceUtil::OpenJsonFile(from, &root_)) { in ParseRefJson() 160 cerr << "Error: JSON file parsing failed, please check the JSON file." << NEW_LINE_PATH << from << endl; in ParseRefJson() 165 cerr << "Error: please check JSON file." << NEW_LINE_PATH << from << endl; in ParseRefJson()
|
/developtools/ace_ets2bundle/compiler/ |
H A D | webpack.config.js | 277 from: '**/*', 293 from: '**/*', 309 from: projectConfig.manifestFilePath, 314 from: projectConfig.aceConfigPath, 322 from: path.resolve(__dirname, appResource), 397 // clear&update cache dir when build info is different from last time
|
/developtools/integration_verification/tools/fotff/vcs/gitee/ |
H A D | compare.go | 79 func GetBetweenTimeMRs(owner, repo, branch string, from, to time.Time) (ret []*Commit, err error) { 84 fromStr := from.UTC().Format(time.RFC3339)
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/workers/ |
H A D | worker.js | 16 import worker from '@ohos.worker'; // 导入worker模块 17 import netSocket from '@ohos.net.socket';
|
/developtools/hdc/hdc_rust/src/daemon_lib/ |
H A D | daemon_unity.rs | 133 Err(_) => String::from("Unknown"), 136 let mut cmd = String::from("reboot"); 172 Err(_) => String::from("Unknown"),
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/ |
H A D | CertBuilder.java | 94 issuer, CertUtils.randomSerial(), Date.from(notBefore.atZone(ZoneId.systemDefault()).toInstant()), in CertBuilder() 95 Date.from(notAfter.atZone(ZoneId.systemDefault()).toInstant()), in CertBuilder()
|
/developtools/global_resource_tool/include/ |
H A D | reference_parser.h | 37 bool ParseRefJson(const std::string &from, const std::string &to);
|
/developtools/hdc/hdc_rust/src/common/ |
H A D | filemanager.rs | 44 let mut err_msg = String::from(""); in open()
|
/developtools/packing_tool/packing_tool/frameworks/src/ |
H A D | utils.cpp | 82 std::string Utils::ReplaceAll(std::string str, const std::string& from, const std::string& to) in ReplaceAll() argument 85 while ((startPos = str.find(from, startPos)) != std::string::npos) { in ReplaceAll() 86 str.replace(startPos, from.length(), to); in ReplaceAll()
|