Home
last modified time | relevance | path

Searched refs:from (Results 1 - 25 of 60) sorted by relevance

123

/developtools/smartperf_host/trace_streamer/test/resource/
H A Dquery_multi_file_no_space.sql2 select * from data_dict;
10 from
14 from
19 from
H A Dquery_multi_file.sql2 select * from data_dict;
10 from
18 from
24 from
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
H A Dsteps_ci.go55 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 Dcommon.go101 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 Dsteps_gitee.go52 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 Dusb_ffs.h48 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 Dusb_ffs.h47 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 Dmanage-bundle-workers.js16 import * as path from "path";
17 import cluster from "cluster";
18 import process from "process";
H A Dcompile-plugin.js18 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 Dcard-loader.js16 import path from 'path'
17 import fs from 'fs'
23 from './util'
24 import { parseFragment } from './parser'
H A Dloader-gen.js16 import loaderUtils from 'loader-utils'
17 import path from 'path'
26 from './util'
H A Dextgen.js16 import loaderUtils from 'loader-utils';
/developtools/profiler/tools/smaps_show/src/
H A Dmain.rs77 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 Dmock.go40 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 Dhost_app.rs102 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 Dpkg.go30 Steps(from, to string) ([]string, error)
/developtools/global_resource_tool/src/
H A Dreference_parser.cpp154 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 Dwebpack.config.js277 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 Dcompare.go79 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 Dworker.js16 import worker from '@ohos.worker'; // 导入worker模块
17 import netSocket from '@ohos.net.socket';
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Ddaemon_unity.rs133 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 DCertBuilder.java94 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 Dreference_parser.h37 bool ParseRefJson(const std::string &from, const std::string &to);
/developtools/hdc/hdc_rust/src/common/
H A Dfilemanager.rs44 let mut err_msg = String::from(""); in open()
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dutils.cpp82 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()

Completed in 30 milliseconds

123