Home
last modified time | relevance | path

Searched defs:false (Results 901 - 925 of 1439) sorted by relevance

1...<<31323334353637383940>>...58

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringMap.h497 StringMapIterBase(StringMapEntryBase **Bucket, bool NoAdvance = false) StringMapIterBase() argument
538 StringMapConstIterator(StringMapEntryBase **Bucket, bool NoAdvance = false) StringMapConstIterator() argument
555 StringMapIterator(StringMapEntryBase **Bucket, bool NoAdvance = false) StringMapIterator() argument
/third_party/pulseaudio/src/modules/alsa/
H A Dmodule-alsa-card.c45 PA_MODULE_LOAD_ONCE(false); variable
[all...]
/third_party/skia/bench/
H A Dnanobench.cpp921 SkASSERT(false); rawNext() variable
945 SkASSERT(false); rawNext() variable
1054 SkASSERT(false); rawNext() variable
[all...]
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp627 fuzzer_options->fuzzer_pass_validation_enabled, validator_options, false); Fuzz() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineStencilExportTests.cpp351 preparePipelineWrapper(GraphicsPipelineWrapper& gpw, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const deUint32 subpass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const UVec2 renderSize, const bool useColor, const bool earlyLate = false) preparePipelineWrapper() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp594 std::string getImageReadOpStr (ReadOp readOp, bool useNontemporal = false) in getImageReadOpStr() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.cpp716 false, ""); in operator <<() local
/third_party/vk-gl-cts/modules/egl/
H A DteglImageTests.cpp402 CreateImageGLES2 (EglTestContext& eglTestCtx, EGLint target, GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0 = false) in CreateImageGLES2() argument
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp536 Memory::MemMgrClient::GetInstance().SetCritical(getpid(), false, INPUT_METHOD_SYSTEM_ABILITY_ID); in DeactivateClient() local
649 Memory::MemMgrClient::GetInstance().SetCritical(getpid(), false, INPUT_METHOD_SYSTEM_ABILITY_I in StopImeInput() local
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp545 ASSERT_EQ(AnalysisFaultlog(info, eventInfos), false); in HWTEST_F() local
568 ASSERT_EQ(AnalysisFaultlog(info, eventInfos), false); in HWTEST_F() local
[all...]
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp152 bool ParseBoolValue(const napi_env env, const napi_value& value, bool defalutValue = false) in ParseBoolValue() argument
[all...]
/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Daccesstoken_info_manager_test.cpp522 ASSERT_EQ(AccessTokenInfoManager::GetInstance().IsTokenIdExist(testId), false); HWTEST_F() local
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp274 SubscribeResultRecord record{iter.key_, search.subscribeId, iter.errCode_, false, 0}; in SubscribeRdbFormData() local
318 SubscribeResultRecord record{iter.key_, search.subscribeId, iter.errCode_, false, 0}; in SubscribePublishFormData() local
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp3393 formDataMgr_.EnableForms(std::move(formRecords), false); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension_context.cpp232 napi_value OnStartAbility(napi_env env, NapiCallbackInfo& info, bool isStartRecent = false) in OnStartAbility() argument
391 napi_value OnStartRecentAbility(napi_env env, NapiCallbackInfo& info, bool isStartRecent = false) in OnStartRecentAbility() argument
200 AddFreeInstallObserver(napi_env env, const AAFwk::Want &want, napi_value callback, napi_value* result, bool isOpenLink = false) AddFreeInstallObserver() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp591 KeyDirection::DOWN, false); focusMoveDown() member
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp275 CHECK_NULL_RETURN(Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE), false); in ComputeInnerLayoutSizeParam() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp398 indicatorBox_->SetColor(Color(INDEXER_CIRCLE_ACTIVE_BG_COLOR), false); UpdateCurrentSectionItem() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h60 void BeginReferee(int32_t touchId, bool needUpdateChild = false) in BeginReferee() argument
71 void FinishReferee(int32_t touchId, bool isBlocked = false) in FinishReferee() argument
242 void ResetStatusOnFinish(bool isBlocked = false) in ResetStatusOnFinish() argument
420 virtual void OnBeginGestureReferee(int32_t touchId, bool needUpdateChild = false) {} in OnBeginGestureReferee() argument
421 OnFinishGestureReferee(int32_t touchId, bool isBlocked = false) OnFinishGestureReferee() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h347 void ResetPullMoveReceivedForCurrentDrag(bool isPullMoveReceivedForCurrentDrag = false) in ResetPullMoveReceivedForCurrentDrag() argument
409 void SetIsDragNodeNeedClean(bool isDragNodeNeedClean = false) in SetIsDragNodeNeedClean() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp595 CHECK_NULL_RETURN(GetLineIndexByIndex(targetIndex, targetLineIndex), false); in GetGridItemAnimatePos() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp57 RefPtr<UINode> GetInspectorByKey(const RefPtr<FrameNode>& root, const std::string& key, bool notDetach = false) in GetInspectorByKey() argument
100 GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId, bool isLayoutInspector = false) GetFrameNodeChildren() argument
232 GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId, bool isLayoutInspector = false) GetFrameNodeChildren() argument
372 GenerateParameters(InspectorChildrenParameters& inspectorParameters, int32_t& pageId, bool isActive, bool isLayoutInspector = false) GenerateParameters() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp84 CHECK_NULL_RETURN(IsActive(), false); in AvoidKeyboard() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp1198 record->TerminateAbility(GetMockToken(), false); in HWTEST_F() local
1233 record->TerminateAbility(GetMockToken(), false); in HWTEST_F() local
2623 record->UpdateAbilityFocusState(GetMockToken(), false); in HWTEST_F() local
2627 record->UpdateAbilityFocusState(GetMockToken(), false); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.cpp67 CHECK_NULL_RETURN(realpath(path.c_str(), realPath), false); in IsDirExist() local
[all...]

Completed in 44 milliseconds

1...<<31323334353637383940>>...58