Home
last modified time | relevance | path

Searched refs:isBlock (Results 1 - 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat.h43 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 Dclienttransproxyfilecommon_fuzzer.cpp52 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 Duart_stm32f4xx.c137 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 Duart_bes.h43 bool isBlock; member
H A Duart_wm.c44 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 Duart_bes.c727 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 Dplatform_specific.cpp351 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 Dmedialibrary_sync_operation.cpp262 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 Dclient_trans_proxy_file_common.h59 int32_t FileLock(int32_t fd, int32_t type, bool isBlock);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp435 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 Dmedialibrary_unistore.h57 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 Dmedialibrary_sync_operation.h66 static bool SyncPushTable(MediaLibrarySyncOpts &syncOpts, std::vector<std::string> &devices, bool isBlock = false);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dplatform_specific.h75 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 Dbms_bundle_updater_test.cpp209 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 Dclient_trans_proxy_file_common.c287 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 Dvk_format_utils.cpp162 !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 DDIEHash.cpp290 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 DBitstreamRemarkParser.cpp249 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 Diomapper.cpp638 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 Dmock_netsys_native_client.h428 * @param isBlock network blocking
431 int32_t SetBlocking(int32_t ifaceFd, bool isBlock);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h93 bool isBlock; member
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp571 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 Dnetsys_controller.cpp871 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 Dnetsys_controller_service_impl.cpp556 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 Dmedialibrary_utils_test.cpp368 bool isBlock = true; in HWTEST_F() local
369 bool ret = MediaLibrarySyncOperation::SyncPushTable(syncOpts, devices, isBlock); in HWTEST_F()

Completed in 24 milliseconds

123