/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format.h | 43 bool isBlock, 107 bool isBlock; member 147 bool isBlock, in Format() 177 isBlock(isBlock), in Format() 130 Format(FormatID id, GLenum glFormat, GLenum fboFormat, rx::MipGenerationFunction mipGen, const rx::FastCopyFunctionMap &fastCopyFunctions, rx::PixelReadFunction colorRead, rx::PixelWriteFunction colorWrite, GLenum componentType, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint luminanceBits, GLuint depthBits, GLuint stencilBits, GLuint pixelBytes, GLuint componentAlignmentMask, bool isBlock, bool isFixed, bool isScaled, bool isSRGB, bool isYUV, gl::VertexAttribType vertexAttribType) Format() argument
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilecommon_fuzzer/ |
H A D | clienttransproxyfilecommon_fuzzer.cpp | 52 bool isBlock = *(reinterpret_cast<const bool*>(data)); in ClientTransProxyFileCommonTest() local 66 FileLock(fd, type, isBlock); in ClientTransProxyFileCommonTest()
|
/drivers/hdf_core/adapter/platform/uart/ |
H A D | uart_stm32f4xx.c | 137 bool isBlock;
member 260 ctx->isBlock = true;
in InitContextTransMode() 265 ctx->isBlock = false;
in InitContextTransMode() 270 ctx->isBlock = false;
in InitContextTransMode() 275 ctx->isBlock = false;
in InitContextTransMode() 280 ctx->isBlock = false;
in InitContextTransMode() 361 g_exitIrqnMap[uartDevice->uartId - 1], g_uartCtx[uartDevice->uartId - 1].isBlock);
in InitUartDevice() 699 ret = USART_RxData(uartId, data, size, g_uartCtx[uartId - 1].isBlock);
1032 g_uartCtx[uartId - 1].isBlock = true;
1035 g_uartCtx[uartId - 1].isBlock [all...] |
H A D | uart_bes.h | 43 bool isBlock; member
|
H A D | uart_wm.c | 44 bool isBlock; member 475 if (g_uartCtx[uartId].isBlock) { in UartHostDevRead() 639 g_uartCtx[uartId].isBlock = true; in UartHostDevSetTransMode() 642 g_uartCtx[uartId].isBlock = false; in UartHostDevSetTransMode()
|
H A D | uart_bes.c | 727 if (g_uartCtx[uartId].isBlock) { 760 if (g_uartCtx[uartId].isBlock) { 1003 g_uartCtx[uartId].isBlock = true; 1006 g_uartCtx[uartId].isBlock = false;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | platform_specific.cpp | 351 int FileLock(const FileHandle *fileHandle, bool isBlock) in FileLock() argument 644 int FileLock(const FileHandle *fileHandle, bool isBlock) 660 LOGD("Lock file isBlock[%d]", isBlock); 661 if (fcntl(fileHandle->handle, isBlock ? F_SETLKW : F_SETLK, &fileLockInfo) == -1 && !isBlock) {
|
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/ |
H A D | medialibrary_sync_operation.cpp | 262 option.isBlock = true; in SyncPullTable() 368 bool MediaLibrarySyncOperation::SyncPushTable(MediaLibrarySyncOpts &syncOpts, vector<string> &devices, bool isBlock) in SyncPushTable() argument 373 option.isBlock = isBlock; in SyncPushTable()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_proxy_file_common.h | 59 int32_t FileLock(int32_t fd, int32_t type, bool isBlock);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 435 auto isBlock = layoutProp->GetBlockEventValue(true); in StartEnteringTransitionEffects() local 438 [weak = WeakClaim(this), finish, showInSubWindow, popupId, isBlock]() { in StartEnteringTransitionEffects() 447 if (!isBlock) { in StartEnteringTransitionEffects() 541 auto isBlock = layoutProp->GetBlockEventValue(true); in StartAlphaEnteringAnimation() local 552 [weak = WeakClaim(this), finish, showInSubWindow, popupId, isBlock]() { in StartAlphaEnteringAnimation() 561 if (!isBlock) { in StartAlphaEnteringAnimation()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_unistore.h | 57 int32_t rowId, std::vector<std::string> &devices, bool isBlock = false) in SyncPushTable()
|
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/database_manage/ |
H A D | medialibrary_sync_operation.h | 66 static bool SyncPushTable(MediaLibrarySyncOpts &syncOpts, std::vector<std::string> &devices, bool isBlock = false);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | platform_specific.h | 75 int FileLock(const FileHandle *fileHandle, bool isBlock); // be careful use block=true, may block process
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_updater_test/ |
H A D | bms_bundle_updater_test.cpp | 209 bool isBlock = false; in UpdateBundle() local 214 isBlock = true; in UpdateBundle() 218 if (!isBlock) { in UpdateBundle()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_common.c | 287 int32_t FileLock(int32_t fd, int32_t type, bool isBlock) in FileLock() argument 298 int32_t ret = fcntl(fd, isBlock ? F_SETLKW : F_SETLK, &fl); in FileLock() 299 if (ret != 0 && !isBlock) { in FileLock()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_utils.cpp | 162 !format.isBlock) in initImageFallback() 263 if (intendedAngleFormat.isBlock) in initialize() 478 if (!angleFormat.isBlock) in GetFormatSwizzle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 290 case DIEValue::isBlock: in hashAttribute() 296 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 249 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function 274 return isBlock(Stream, META_BLOCK_ID); in isMetaBlock() 278 return isBlock(Stream, META_BLOCK_ID); in isRemarkBlock()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 638 bool qualifierCheck(const TType* const type1, const TType* const type2, const std::string& name, bool isBlock) in qualifierCheck() 644 if (((isBlock == false) && in qualifierCheck() 662 if (isBlock == true) { in qualifierCheck() 688 bool typeCheck(const TType* const type1, const TType* const type2, const std::string& name, bool isBlock) in typeCheck() 692 hasError = hasError || qualifierCheck(type1, type2, name, isBlock); in typeCheck() 696 isBlock = true; in typeCheck() 727 hasError = hasError || typeCheck(typeList1->at(index).type, typeList2->at(index2).type, newName, isBlock); in typeCheck()
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | mock_netsys_native_client.h | 428 * @param isBlock network blocking 431 int32_t SetBlocking(int32_t ifaceFd, bool isBlock);
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 93 bool isBlock; member
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | mock_netsys_native_client.cpp | 571 int32_t MockNetsysNativeClient::SetBlocking(int32_t ifaceFd, bool isBlock) in SetBlocking() argument 573 NETMGR_LOG_D("SetBlocking: ifaceFd[%{public}d], isBlock[%{public}d]", ifaceFd, isBlock); in SetBlocking()
|
H A D | netsys_controller.cpp | 871 int32_t NetsysController::SetBlocking(int32_t ifaceFd, bool isBlock) in SetBlocking() argument 873 NETMGR_LOG_D("NetsysController::SetBlocking: ifaceFd[%{public}d], isBlock[%{public}d]", ifaceFd, isBlock); in SetBlocking() 880 return netsysService_->SetBlocking(ifaceFd, isBlock); in SetBlocking()
|
H A D | netsys_controller_service_impl.cpp | 556 int32_t NetsysControllerServiceImpl::SetBlocking(int32_t ifaceFd, bool isBlock) in SetBlocking() argument 560 return mockNetsysClient_.SetBlocking(ifaceFd, isBlock); in SetBlocking() 562 return netsysClient_.SetBlocking(ifaceFd, isBlock); in SetBlocking()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_utils_test/src/ |
H A D | medialibrary_utils_test.cpp | 368 bool isBlock = true; in HWTEST_F() local 369 bool ret = MediaLibrarySyncOperation::SyncPushTable(syncOpts, devices, isBlock); in HWTEST_F()
|