Searched refs:t (Results 1 – 25 of 105) sorted by relevance
12345
1 …t)=>{var n;let o;Object.defineProperty(t,"__esModule",{value:!0}),t.setDomain=t.getDomain=t.Domain… field in i.AnonymousClass721eb6d90a01
15 …t,r){var o;e=r.nmd(e),function(){var n,a="Expected a function",i="__lodash_hash_undefined__",s="__… argument
40 t := &Tester{}41 utils.ParseFromConfigFile("common", t)42 return t45 func (t *Tester) TaskName() string {49 func (t *Tester) Prepare(version string, device string, ctx context.Context) error {54 func (t *Tester) DoTestTask(device string, ctx context.Context) ([]tester.Result, error) {55 args := strings.Split(t.Param, " ")59 args = append(args, []string{resultPathFlag, t.ResultPath}...)60 args = append(args, []string{resultFileFlag, t.ResultFile}...)61 if err := utils.ExecContext(ctx, t.Tool, args...); err != nil {[all …]
53 func (t *Tester) TaskName() string {57 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {61 func (t *Tester) DoTestTask(deviceSN string, ctx context.Context) (ret []tester.Result, err error) {63 if err := os.MkdirAll(filepath.Join(t.SavePath, reportDir), 0755); err != nil {66 …:= []string{t.Py, "--config", t.Config, "--answer_path", t.AnswerPath, "--save_path", filepath.Joi…77 return t.readReport(reportDir)80 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err…82 if err := os.MkdirAll(filepath.Join(t.SavePath, reportDir), 0755); err != nil {85 …:= []string{t.Py, "--config", t.Config, "--answer_path", t.AnswerPath, "--save_path", filepath.Joi…96 r, err := t.readReport(reportDir)[all …]
3 …class="head_t_b" style="margin-top:{{$t('css.measureHome_hand_top')}}; color:red; margin-left: {{m…6 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.chest_tightness')}}…9 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};color:{{dizzinessColor}}">{{$t('str…12 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.dizziness')}} :头痛</…15 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.chest_tightness')}}…
63 func (t *Tester) TaskName() string {64 return t.Task67 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) (err error) {82 func (t *Tester) DoTestTask(deviceSN string, ctx context.Context) (ret []tester.Result, err error) {84 …args := []string{"-m", "xdevice", "run", t.Task, "-c", t.Config, "-tcpath", t.TestCasesPath, "-res…95 return t.readReport(reportDir)98 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err…100 …ring{"-m", "xdevice", "run", "-l", testCase, "-c", t.Config, "-tcpath", t.TestCasesPath, "-respath…111 r, err := t.readReport(reportDir)122 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste…[all …]
32 func TestManager_Steps(t *testing.T) {68 t.Run(tt.name, func(t *testing.T) {71 t.Fatalf("err: expcect: <nil>, actual: %v", err)74 t.Fatalf("steps num: expcect: %d, actual: %v", tt.stepsNum, len(ret))81 t.Fatalf("err: expcect: <nil>, actual: %v", err)85 t.Fatalf("err: expcect: <nil>, actual: %v", err)89 t.Fatalf("err: expcect: <nil>, actual: %v", err)93 t.Fatalf("err: expcect: <nil>, actual: %v", err)96 t.Errorf("steps result: expect: %s, actual: %s", expectedMD5, mLastMD5)
44 func (t *Tester) TaskName() string {48 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {52 func (t *Tester) DoTestTask(deviceSN string, ctx context.Context) (ret []tester.Result, err error) {53 return t.DoTestCases(deviceSN, []string{"default"}, ctx)56 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err…60 t.ResultLock.Lock()61 defer t.ResultLock.Unlock()79 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste…81 r, err := t.DoTestCase(deviceSN, testcase, ctx)
42 func (t *Tester) TaskName() string {46 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {47 t.device2PkgDir.Store(device, pkgDir)51 func (t *Tester) DoTestTask(deviceSN string, ctx context.Context) (ret []tester.Result, err error) {52 return t.DoTestCases(deviceSN, []string{"pkg_available"}, ctx)55 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err…56 pkgDir, _ := t.device2PkgDir.Load(deviceSN)72 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste…74 r, err := t.DoTestCase(deviceSN, testcase, ctx)
59 m, t := initExecutor()62 loop(m, t)65 runCmd := initRunCmd(m, t)67 testCmd := initTestCmd(m, t)71 func initRunCmd(m pkg.Manager, t tester.Tester) *cobra.Command {77 return fotff(m, t, success, fail, testcase)104 func initTestCmd(m pkg.Manager, t tester.Tester) *cobra.Command {112 T: t,137 func loop(m pkg.Manager, t tester.Tester) {160 if err := t.Prepare(m.PkgDir(curPkg), device, context.TODO()); err != nil {[all …]
22 const t = new Date(time) constant25 let year = t.getFullYear()27 let month = t.getMonth() + 128 let day = t.getDate()29 let hours = t.getHours()30 let minutes = t.getMinutes()31 let seconds = t.getSeconds()
33 const t = tIndexInfos[index]; constant34 for (let k of Object.keys(t)) {35 data += t[k] + ","
30 func (t *Tester) TaskName() string {34 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {38 func (t *Tester) DoTestTask(device string, ctx context.Context) ([]tester.Result, error) {49 func (t *Tester) DoTestCase(device string, testCase string, ctx context.Context) (tester.Result, er…54 func (t *Tester) DoTestCases(device string, testcases []string, ctx context.Context) ([]tester.Resu…57 r, err := t.DoTestCase(device, testcase, ctx)
38 func FindOutTheFirstFail(m pkg.Manager, t tester.Tester, testCase string, successPkg string, failPk…46 return findOutTheFirstFail(m, t, testCase, steps, fellows...)53 func findOutTheFirstFail(m pkg.Manager, t tester.Tester, testcase string, steps []string, fellows .…111 pass, fellows, err = flashAndTest(m, t, steps[index], testcase, ctx, fellows...)128 return findOutTheFirstFail(m, t, testcase, steps[success+1:fail+1], fellows...)131 func flashAndTest(m pkg.Manager, t tester.Tester, pkg string, testcase string, ctx context.Context,…151 if err = t.Prepare(m.PkgDir(pkg), device, ctx); err != nil {154 results, err = t.DoTestCases(device, append(fellows, testcase), ctx)
53 func HandleResults(t tester.Tester, dev string, pkgName string, results []tester.Result) []string {64 return handleFailResults(t, dev, pkgName, fails)80 func handleFailResults(t tester.Tester, dev string, pkgName string, results []tester.Result) []stri…89 r, err := t.DoTestCase(dev, result.TestCaseName, context.TODO())115 func Analysis(m pkg.Manager, t tester.Tester, pkgName string, testcases []string) {119 …issueURL, err := FindOutTheFirstFail(m, t, testcase, record.LatestSuccessPkg, pkgName, testcases[i…
134 t = GnCommonTool.find_variables_in_gn(136 part_name = t if t is not None and len(t) != 0 else part_name138 t = GnCommonTool.find_variables_in_gn(140 subsystem_name = t if t is not None and len(141 t) != 0 else subsystem_name
46 | -t n,--time n | 用来指定trace运行的时间(单位:s),取决于需要分析过程的时间 |74 bytrace -b 4096 -t 10 --overwrite ability > /data/mytrace.ftrace81 bytrace --trace_clock mono -b 4096 -t 10 --overwrite ability > /data/mytrace.ftrace88 bytrace -z -b 4096 -t 10 --overwrite ability > /data/mytrace.ftrace
54 data.forEach(t=>{55 this.tPowerSensorList.push(t)66 data.forEach(t=>{67 let current = (Number(t.percent)) * normalCurrentNow /10068 t.setCurrent(current.toFixed(5))69 t.setPercent(Number(t.percent).toFixed(2) + "%")70 this.tPowerAppList.push(t)
83 t = ""85 t = "{}{}".format(t, "u")87 t = "{}{}".format(t, "int32")89 t = "{}{}".format(t, "int64")90 return t147 t = self.to_proto_type_special_case()148 if t is not ProtoType.INVALID:149 return t
3 {{ $t('strings.page') }}5 <input class="btn" type="button" value="{{ $t('strings.back') }}" onclick="onclick"></input>
91 t, sub_sub_path = sub_path.split(os.sep, 1) # 如果是c/e,分割成c,e92 t = os.path.join(rela_path, t)93 if t in dir_list:94 dir_list.remove(t)95 sub_sub_dir_list = os.listdir(os.path.join(top_dir, t))97 if os.path.join(rela_path, sub_path) != os.path.join(t, ssdl):98 dir_list.append(os.path.join(t, ssdl))101 cls._add_rest_dir(top_dir, t, sub_sub_path, dir_list)198 t = list(filter(lambda y: len(y) > 0, list(202 t = list(filter(lambda x: p not in x, t))[all …]
8 分配hdcd端口: hdcd -t &18 run -t FUZZ -ss developtools -ts hiprofiler_ts_bytrace_fuzz_test19 run -t FUZZ -ss developtools -ts hiprofiler_ts_htrace_fuzz_test20 run -t FUZZ -ss developtools -ts hiprofiler_ts_selector_fuzz_test
4 <text class="content">{{$t('value.name')}}8 <text class="content">{{$t('strings.dizziness')}}
94 let t: string = '';96 t += l[i] + ((i + 1) % 3 == 0 && i + 1 != l.length ? ',' : '');98 return unit + t.split('').reverse().join('');
108 let t: string = '';110 t += l[i] + ((i + 1) % 3 == 0 && i + 1 != l.length ? ',' : '');112 return unit + t.split('').reverse().join('');