/developtools/packing_tool/adapter/ohos/ |
H A D | APPQFResult.java | 25 * indicates whether parse is success.
27 private boolean success = false;
field in APPQFResult 31 return success;
in isSuccess() 34 public void setSuccess(boolean success) {
in setSuccess() argument 35 this.success = success;
in setSuccess()
|
H A D | FileUtils.java | 529 boolean success = false; in unzipFile() 553 success = true; in unzipFile() 559 return success; in unzipFile()
|
/developtools/integration_verification/tools/fotff/rec/ |
H A D | fotff.go | 40 return "", fmt.Errorf("can not get a success package for %s", testCase) 55 return "", errors.New("steps are no between (success, failure], perhaps the failure is occasional") 66 // 'success' and 'fail' record the left/right steps indexes of the next term recursive call. 67 // Here defines functions and surrounding helpers to update success/fail indexes and cancel un-needed tests. 68 success, fail := -1, len(steps)-1 74 if pass && index > success { 75 success = index 77 if ctx.ctx.Value("index").(int) < success { 125 if fail-success == len(steps) { 128 return findOutTheFirstFail(m, t, testcase, steps[success [all...] |
/developtools/integration_verification/tools/fotff/ |
H A D | main.go | 72 var success, fail, testcase string var 75 Short: "bin-search in (success, fail] by do given testcase to find out the fist fail, and print the corresponding issue", 77 return fotff(m, t, success, fail, testcase) 80 runCmd.PersistentFlags().StringVarP(&success, "success", "s", "", "success package directory") 83 runCmd.MarkPersistentFlagRequired("success") 182 func fotff(m pkg.Manager, t tester.Tester, success, fail, testcase string) error { 183 issueURL, err := rec.FindOutTheFirstFail(m, t, testcase, success, fail)
|
/developtools/hapsigner/tools/ |
H A D | auto_test.py | 271 test_result[case] = {'times': 0, 'total_cost': 0, 'success': 0, 'fail': 0} 286 success = True 296 success = False 300 if success: 301 case_result['success'] = case_result['success'] + 1 304 return success 500 print("Case {}, run times: {}, avg cost: {}s, total success: {}, total fail: {}".format(rk, times, round( 501 rv['total_cost'] / times, 2), rv['success'], rv['fail']))
|
/developtools/hapsigner/autosign/ |
H A D | autosign.py | 126 success = True 133 success = False 137 return success
|
/developtools/hdc/hdc_rust/src/cffi/host/ |
H A D | host_usb_wrapper.cpp | 57 extern "C" void OnDeviceConnected(void* ptr, char* connectKey, int len, bool success)
in OnDeviceConnected() argument 73 usbPtr->UpdateUSBDaemonInfo(hUSB, success ? STATUS_CONNECTED : STATUS_OFFLINE);
in OnDeviceConnected()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/ |
H A D | CmdUtil.java | 84 boolean success = validAndPutParam(params, keyStandBy, value); in convert2Params() 85 if (success) { in convert2Params()
|
/developtools/hdc/scripts/ |
H A D | build_standalone_linux_host.sh | 91 echo build success
|
/developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
H A D | cmd_util.cpp | 367 bool success = ValidAndPutParam(param, keyStandBy, args[i]); in Convert2Params() local 368 if (success) { in Convert2Params()
|
/developtools/hdc/src/common/ |
H A D | auth.cpp | 506 bool success = false; in GenerateNewKey() local 528 WRITE_LOG(LOG_INFO, "generate key pair success"); in GenerateNewKey() 529 success = true; in GenerateNewKey() 535 if (success) { in GenerateNewKey() 580 WRITE_LOG(LOG_INFO, "generate key pair success"); in GenerateKeyPair() 631 WRITE_LOG(LOG_INFO, "load pubkey from file(%s) success", pubkey_filename.c_str()); in LoadPublicKey() 669 WRITE_LOG(LOG_INFO, "load pubkey success"); in TryLoadPublicKey() 709 WRITE_LOG(LOG_INFO, "Get pubkey info success"); in GetPublicKeyinfo() 734 WRITE_LOG(LOG_FATAL, "load prikey success"); in LoadPrivateKey() 768 WRITE_LOG(LOG_INFO, "sign success, an in MakeRsaSign() [all...] |
/developtools/smartperf_host/ide/server/ |
H A D | main.go | 263 resp(&w)(true, 0, "success", map[string]interface{}{ 280 resp(&w)(true, 0, "success", map[string]interface{}{ 299 resp(&w)(true, 0, "success", map[string]interface{}{ 334 resp(&w)(true, 0, "success", map[string]interface{}{ 406 return func(success bool, code int, msg string, obj map[string]interface{}) { 408 "success": success, 415 "success": false, 523 resp(&w)(true, 0, "success", map[string]interface{}{ 575 fmt.Printf("mkdir success!\ [all...] |
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 23955 int success; member 24974 int success; member 37724 bool success; member [all...] |