| /test/xts/acts/global/global_idna_test/entry/src/main/cpp/ |
| D | napi_init.cpp | 36 bool flag = (flagA & U_SUCCESS(errorCode)); in TestUidna_openUTS46() local 47 bool flag = (uts461 != NULL); in testUidna_close() local 63 bool flag = (flagA & U_SUCCESS(errorCode)); in testUidna_labelToASCII() local 80 bool flag = (flagA & U_SUCCESS(errorCode)); in testUidna_labelToUnicode() local 97 bool flag = (flagA & U_SUCCESS(errorCode)); in testUidna_nameToASCII() local 117 bool flag = (flagA & U_SUCCESS(errorCode)); in testUidna_nameToUnicode() local 136 bool flag = (flagA & U_SUCCESS(errorCode)); in testUidna_labelToASCLL_UTF8() local 156 bool flag = (flagA & U_SUCCESS(errorCode)); in testUidna_labelToUnicodeUTF8() local 175 bool flag = (flagA & U_SUCCESS(errorCode)); in testUidna_nameToASCII_UTF8() local 194 bool flag = (flagA & U_SUCCESS(errorCode)); in testUidna_nameToUnicodeUTF8() local [all …]
|
| /test/xts/hats/hdf/wlan/wifi/client/ |
| D | hdf_client_test.cpp | 67 bool flag = (ret == HDF_SUCCESS || ret == HDF_ERR_NOT_SUPPORT); variable 110 bool flag = (ret == RET_CODE_SUCCESS || ret == RET_CODE_NOT_SUPPORT); variable 126 bool flag = (ret == HDF_SUCCESS || ret == HDF_ERR_NOT_SUPPORT || ret == HDF_ERR_DEVICE_BUSY); variable 243 bool flag = (ret == RET_CODE_SUCCESS || ret == RET_CODE_NOT_SUPPORT); variable 317 bool flag = (ret == RET_CODE_SUCCESS || ret == RET_CODE_NOT_SUPPORT); variable 334 bool flag = (ret == RET_CODE_SUCCESS || ret == RET_CODE_NOT_SUPPORT); variable 348 bool flag = (ret == RET_CODE_SUCCESS || ret == RET_CODE_NOT_SUPPORT); variable 362 bool flag = (ret == RET_CODE_SUCCESS || ret == RET_CODE_NOT_SUPPORT); variable
|
| /test/xts/hats/hdf/wlan/hdi_service/ |
| D | wlan_hdi_hal_services_c_test.cpp | 189 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT || rc == HDF_ERR_DEVICE_BUSY); variable 351 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT); variable 372 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT); variable 492 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT || rc == RET_CODE_UNKNOW); variable 605 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT || rc == HDF_ERR_DEVICE_BUSY); variable 625 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT); variable 645 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT); variable 665 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT); variable 704 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT); variable 724 bool flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT); variable [all …]
|
| /test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
| D | nativewindow2.cpp | 129 …int32_t flag = OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, SET_FORMAT, bufferFormatType[i]… in testNativeWindowNativeWindowHandleOptSetGetFormatNormal() local 161 int32_t flag; in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() local 254 int32_t flag; in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal() local 297 int32_t flag; in testNativeWindowNativeWindowHandleOptSetGetStrideNormal() local 333 int32_t flag; in testNativeWindowNativeWindowHandleOptSetGetStrideAbnormal() local 382 int32_t flag; in testNativeWindowNativeWindowHandleOptSetGetSwapIntervalNormal() local 416 int32_t flag; in testNativeWindowNativeWindowHandleOptSetGetSwapIntervalAbnormal() local 510 int32_t flag; in testNativeWindowNativeWindowHandleOptSetGetColorGamutAbnormal() local 604 int32_t flag; in testNativeWindowNativeWindowHandleOptSetGetTransformAbnormal() local 654 int32_t flag; in testNativeWindowNativeWindowHandleOptSetUiTimeStampNormal() local [all …]
|
| D | nativewindow1.cpp | 102 int32_t flag = OH_NativeWindow_CreateNativeWindowFromSurfaceId(0, &nativeWindow); in testNativeWindowCreateNativeWindowFromSurfaceIdNullptr() local 146 int32_t flag = OH_NativeWindow_CreateNativeWindowFromSurfaceId(surfaceId, &nativeWindow); in testNativeWindowCreateNativeWindowFromSurfaceIdNormal() local 189 int32_t flag = OH_NativeWindow_CreateNativeWindowFromSurfaceId(tmpId, &nativeWindow); in testNativeWindowCreateNativeWindowFromSurfaceIdSurfaceId() local 349 …int32_t flag = OH_NativeWindow_NativeWindowRequestBuffer(nullptr, &oHNativeWindowBuffer, &fenceFd); in testNativeWindowNativeWindowRequestBufferNullptr() local 376 int32_t flag = OH_NativeWindow_NativeWindowAbortBuffer(nullptr, oHNativeWindowBuffer); in testNativeWindowNativeWindowAbortBufferNullptr() local 413 …int32_t flag = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindow, &nativeWindowBuffer, &fence… in testNativeWindowNativeWindowRequestAbortBufferNormal() local 447 …int32_t flag = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindow, &nativeWindowBuffer, &fence… in testNativeWindowNativeWindowRequestAbortBufferAbnormal() local 489 …int32_t flag = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindow, &nativeWindowBuffer, &fence… in testNativeWindowNativeWindowRequestBufferFenceFdNormal() local 522 …int32_t flag = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindow, &nativeWindowBuffer, fenceF… in testNativeWindowNativeWindowRequestBufferFenceFdAbnormal() local 557 …int32_t flag = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindow, &nativeWindowBuffer[i], &fe… in testNativeWindowNativeWindowRequestAbortBufferMax() local [all …]
|
| D | nativewindow3.cpp | 219 int32_t flag = OH_NativeWindow_CleanCache(nativeWindow); in testNativeWindowCleanCacheBeforeBufferRequested() local 255 int32_t flag = OH_NativeWindow_CleanCache(nativeWindow); in testNativeWindowCleanCacheWhenBufferRequested() local 318 int32_t flag = OH_NativeWindow_CleanCache(nativeWindow); in testNativeWindowCleanCacheWhenBufferFlushed() local 378 int32_t flag = OH_NativeWindow_CleanCache(nativeWindow); in testNativeWindowCleanCacheWhenBufferAcquired() local 428 int32_t flag = OH_NativeWindow_CleanCache(nativeWindow); in testNativeWindowCleanCacheWhenBufferReleased() local 463 int32_t flag = 0; in testNativeWindowCleanCacheLoopWhenBufferRequested() local 513 int32_t flag = 0; in testNativeWindowCleanCacheLoopWhenBufferFlushed() local
|
| /test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/ |
| D | ffrtndk.cpp | 409 napi_value flag = nullptr; in ConditionVariableTest001() local 448 napi_value flag = nullptr; in ConditionVariableTest002() local 490 napi_value flag = nullptr; in ConditionVariableTest003() local 544 napi_value flag = nullptr; in ConditionVariableTest004() local 588 napi_value flag = nullptr; in ConditionVariableApiTest001() local 627 napi_value flag = nullptr; in ConditionVariableApiTest002() local 666 napi_value flag = nullptr; in ConditionVariableApiTest003() local 705 napi_value flag = nullptr; in ConditionVariableApiTest004() local 742 napi_value flag = nullptr; in DelayCTest001() local 791 napi_value flag = nullptr; in FfrtYieldC0001() local [all …]
|
| /test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/ |
| D | publicCertificatePromise.js | 76 function createX509CertInstanceforCrlTestPromise(flag) { argument 118 async function verifyX509CertPromise(certType, flag) { argument 360 function checkIsRevokedX509CrlPromise(crlInstance, flag) { argument 402 function verifyX509CrlPromise(crlType, flag) { argument 557 function checkGetRevokedCertWithCertX509CrlPromise(crlInstance, flag) { argument 652 function checkValidateOfCertChainValidatorPromise(algName, flag) { argument
|
| D | publicCertificateCallback.js | 75 function createX509CertInstanceforCrlTestCallback(flag) { argument 130 async function verifyX509CertCallback(certType, flag) { argument 377 function checkIsRevokedX509CrlCallback(crlInstance, flag) { argument 458 function verifyX509CrlCallback(crlType, flag) { argument 613 function checkGetRevokedCertWithCertX509CrlCallback(crlInstance, flag) { argument 703 function checkValidateOfCertChainValidatorCallback(algName, flag) { argument
|
| /test/xts/device_attest/services/oem_adapter/src/ |
| D | device_attest_oem_adapter.c | 71 static void SetTokenFlag(unsigned char flag[], uint32_t value) in SetTokenFlag() 122 unsigned char flag[TOKEN_FLAG_SIZE] = {0}; in OEMWriteToken() local 134 unsigned char flag[TOKEN_FLAG_SIZE] = {0}; in OEMWriteToken() local 147 unsigned char flag[TOKEN_FLAG_SIZE] = {0}; in OEMWriteToken() local 162 unsigned char flag[TOKEN_FLAG_SIZE] = {0}; in OEMWriteToken() local 174 unsigned char flag[TOKEN_FLAG_SIZE] = {0}; in OEMWriteToken() local
|
| /test/xts/acts/global/global_napi_test/entry/src/main/cpp/ |
| D | global_napi_test.cpp | 348 bool flag = (result == false); in IsRawDir() local 365 bool flag = (drawable != nullptr && code == 0); in GetDrawableDescriptor() local 380 bool flag = (drawable != nullptr); in GetDrawableDescriptorByName() local 400 bool flag = (result != nullptr && len != 0); in GetMediaBase64() local 417 bool flag = (result != nullptr && len != 0); in GetMediaBase64ByName() local 437 bool flag = (result != nullptr && len != 0); in GetMedia() local 454 bool flag = (result != nullptr && len != 0); in GetMediaByName() local 470 bool flag = (code == 0 && result == 983040); in GetSymbolByName() local 487 bool flag = (code == 0 && result == 983040); in GetSymbol() local 505 bool flag = (code == 0 && result == true); in GetBoolByName() local [all …]
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| D | ftwndk.cpp | 30 int copytoU_device(const char *file, const struct stat *sb, int flag) { return 0; } in copytoU_device() 51 static int nftw_callback(const char *pathname, const struct stat *sb, int flag, struct FTW *ftw) { … in nftw_callback() 55 int flag[TEST_FLAG_SIZE] = {FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH}; in Nftw() local 67 int flag[TEST_FLAG_SIZE] = {FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH}; in Nftw64() local
|
| D | ftw1ndk.cpp | 36 int ftw_fn(const char *__filename, const struct stat *__status, int flag) { return PARAM_0; } in ftw_fn() 63 int ftw64_fn(const char *__filename, const struct stat64 *__status, int flag) { return PARAM_0; } in ftw64_fn() 90 static int nftw_fn(const char *__filename, const struct stat *__status, int flag, struct FTW *__inf… in nftw_fn() 120 static int nftw64_fn(const char *__filename, const struct stat64 *__status, int flag, struct FTW *_… in nftw64_fn()
|
| /test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
| D | ActsMediaPlayerVideoTest.cpp | 90 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() local 133 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() local 161 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() local 208 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() local 279 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() local 520 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() local 547 bool flag = g_tagTestSample.adaptr->IsPlaying(); in HWTEST_F() local
|
| /test/xts/acts/arkui/ace_c_arkui_key_code_test_api20/entry/src/main/cpp/nativekeycode/ |
| D | KeyCodeTest.cpp | 30 struct KeyMap { int key; bool* flag; } map[] = { in InitKeyMonitor() member 53 struct { int key; bool* flag; } map[] = { in InitKeyMonitor1() member 98 struct { int key; bool* flag; } map[] = { in InitKeyMonitor2() member 147 struct KeyMap { int key; bool* flag; } map[] = { in InitKeyMonitor3() member 195 struct KeyMap { int key; bool* flag; } map[] = { in InitKeyMonitor4() member
|
| /test/xts/acts/commonlibrary/ets_utils/worker_lib_standard2/entry/src/ohosTest/ets/workers/ |
| D | worker_026.ts | 22 …const flag: boolean = workerPort.self.name === 'workerInstance' && workerPort.name === 'workerInst… constant
|
| D | worker_020.ts | 19 let flag: boolean = true; variable
|
| /test/xts/acts/commonlibrary/ets_utils/worker_lib_standard3/entry/src/ohosTest/ets/workers/ |
| D | worker_026.ts | 22 …const flag: boolean = workerPort.self.name === 'workerInstance' && workerPort.name === 'workerInst… constant
|
| D | worker_020.ts | 19 let flag: boolean = true; variable
|
| /test/xts/acts/kernel_lite/fs_posix/src/ |
| D | FsOtherTest.cpp | 100 int FtwCheckDirTree(const char *path, const struct stat *sb, int flag) in FtwCheckDirTree() 145 int NftwCheckDirTree(const char *path, const struct stat *sb, int flag, struct FTW *s) in NftwCheckDirTree()
|
| /test/xts/hats/hdf/wlan/wifi/hal/ |
| D | wifi_hal_test.cpp | 711 bool flag = (ret == HDF_SUCCESS || ret == HDF_ERR_NOT_SUPPORT || ret == HDF_ERR_DEVICE_BUSY); variable 817 bool flag = (ret == HDF_SUCCESS || ret == HDF_ERR_NOT_SUPPORT || ret == HDF_ERR_DEVICE_BUSY); variable 1018 bool flag = (ret == HDF_SUCCESS || ret == HDF_ERR_NOT_SUPPORT); variable 1166 bool flag = (num <= IFNAME_MAX_NUM && num >= IFNAME_MIN_NUM); variable 1200 bool flag = (num <= IFNAME_MAX_NUM && num >= IFNAME_MIN_NUM); variable 1235 bool flag = (num <= IFNAME_MAX_NUM && num >= IFNAME_MIN_NUM); variable 2068 bool flag = (ret == HDF_SUCCESS || ret == HDF_ERR_NOT_SUPPORT); variable 2280 bool flag = (ret == HDF_SUCCESS || ret == HDF_ERR_NOT_SUPPORT); variable 2387 bool flag = (ret == HDF_SUCCESS || ret == HDF_ERR_NOT_SUPPORT); variable 2438 bool flag = (ret == HDF_SUCCESS || ret == HDF_ERR_NOT_SUPPORT); variable [all …]
|
| /test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/ |
| D | newworker_0122.js | 21 var flag = false; variable
|
| D | newworker_009.js | 20 var flag = false; variable
|
| /test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/workers/ |
| D | worker_009.js | 20 var flag = false; variable
|
| D | worker_0122.js | 21 var flag = false; variable
|