/third_party/node/test/parallel/ |
H A D | test-stream-pipeline.js | 165 req.end(); 169 res.on('end', common.mustCall(() => { 205 req.end(); 248 req.end(); 346 oldStream.end = () => { 347 oldStream.emit('end'); 395 oldStream.end = () => { 396 oldStream.emit('end'); 409 destroyableOldStream.end = () => { 410 destroyableOldStream.emit('end'); [all...] |
/third_party/python/Lib/test/ |
H A D | test_codeccallbacks.py | 36 return (self.repl, exc.end) 50 # A UnicodeDecodeError object without an end attribute 54 del self.end 68 # A UnicodeTranslateError object without an end attribute 72 del self.end 104 for c in exc.object[exc.start:exc.end]: 109 return ("".join(l), exc.end) 135 for c in exc.object[exc.start:exc.end]: 137 return ("\033[1m%s\033[0m" % ", ".join(l), exc.end) 229 r = range(exc.start, exc.end) [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFLiveness.cpp | 64 for (auto J = I.second.begin(), E = I.second.end(); J != E; ) { in operator <<() 75 } // end namespace rdf 76 } // end namespace llvm 207 std::vector<NodeId> Tmp(Owners.begin(), Owners.end()); in getAllReachingDefs() 249 RDefs.insert(RDefs.end(), Ds.begin(), Ds.end()); in getAllReachingDefs() 313 Result.insert(T.first.begin(), T.first.end()); in getAllReachingDefsRecImpl() 420 Uses.insert(T.begin(), T.end()); in getAllReachedUses() 433 Phis.insert(Phis.end(), Ps.begin(), Ps.end()); in computePhiInfo() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | D3D12DescriptorHeapTests.cpp | 240 EXPECT_TRUE(std::find(heaps.begin(), heaps.end(), heap) == heaps.end()); in TEST_P() 285 EXPECT_TRUE(std::find(heaps.begin(), heaps.end(), heap) == heaps.end()); in TEST_P() 316 EXPECT_TRUE(std::find(heaps.begin(), heaps.end(), heap) == heaps.end()); in TEST_P() 333 EXPECT_TRUE(std::find(heaps.begin(), heaps.end(), heap) != heaps.end()); in TEST_P() 358 EXPECT_TRUE(std::find(heaps.begin(), heaps.end(), heap) == heaps.end()); in TEST_P() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboUtil.cpp | 124 for (FormatMap::const_iterator it = m_formatFlags.begin(); it != m_formatFlags.end(); it++) in getFormats() 150 for (std::set<ExtensionInfo>::const_iterator it = extensionInfo.begin(); it != extensionInfo.end(); ++it) in getFormatFeatureExtensions() 224 for (const FormatEntry* it = stdFmts.begin(); it != stdFmts.end(); it++) in addFormats() 226 for (const FormatKey* it2 = it->second.begin(); it2 != it->second.end(); it2++) in addFormats() 234 for (const FormatExtEntry* entryIt = extFmts.begin(); entryIt != extFmts.end(); entryIt++) in addExtFormats() 242 istream_iterator<string> tokens((tokenStream)), end; in addExtFormats() local 244 while (tokens != end) in addExtFormats() 254 for (std::set<std::string>::const_iterator extIt = requiredExtensions.begin(); extIt != requiredExtensions.end(); ++extIt) in addExtFormats() 265 for (const FormatKey* i2 = entryIt->formats.begin(); i2 != entryIt->formats.end(); i2++) in addExtFormats() 379 for (const GLenum* it = range.begin(); it != range.end(); i in glInit() [all...] |
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
H A D | startup_task_dispatcher.cpp | 64 if (findResult == tasks_.end()) { in Run() 92 if (findResult == tasks_.end() || findResult->second == nullptr) { in Dispatch() 125 if (findResult == sortResult_->startupChildrenMap_.end()) { in NotifyChildren() 132 if (childFindResult == inDegreeMap_.end()) { in NotifyChildren() 137 if (childStartupTask == tasks_.end()) { in NotifyChildren()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/ |
H A D | ability_test_helper.cpp | 184 std::string::size_type end = 0; in GetSliceStack() local 186 while (((begin = g_resultString.find(SLICE_STACK, end)) != std::string::npos) && in GetSliceStack() 187 ((end = g_resultString.find(SLICE_STATE, begin)) != std::string::npos)) { in GetSliceStack() 189 record->name = g_resultString.substr(begin + strlen(SLICE_STACK), end); in GetSliceStack() 190 record->state = static_cast<State>(g_resultString[end + strlen(SLICE_STATE)] - '0'); in GetSliceStack()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | call_container.cpp | 30 deathRecipientMap_.end(), in ~CallContainer() 43 if (record != callRecordMap_.end()) { in FindCallRecordMap() 54 if (record != callRecordMap_.end()) { in RemoveCallRecordMap() 160 TAG_LOGD(AAFwkTag::ABILITYMGR, "end"); in CallRequestDone() 193 if (it != deathRecipientMap_.end()) { in AddConnectDeathRecipient() 217 if (it != deathRecipientMap_.end()) { in RemoveConnectDeathRecipient()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/ |
H A D | post_event_manager.cpp | 59 if (lastItem != lastEventMap.end()) { in PostDownEvent() 153 for (auto iter = postEventAction_.begin(); iter != postEventAction_.end();) { in CheckAndClearPostEventAction() 166 return std::any_of(postEventAction_.begin(), postEventAction_.end(), [targetNode, id](const auto& actionItem) { in HaveReceiveDownEvent() 174 return std::any_of(postEventAction_.begin(), postEventAction_.end(), [targetNode, id](const auto& actionItem) { in HaveReceiveUpOrCancelEvent() 183 return !std::any_of(postEventAction_.begin(), postEventAction_.end(), [touchEvent](const auto& actionItem) {
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_animate_declaration.h | 29 int32_t end = 0; member 89 void SetEnd(int32_t end) in SetEnd() argument 92 attribute.end = end; in SetEnd() 98 return attribute.end; in GetEnd()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.h | 79 auto end() const in end() function in OHOS::Ace::NG::final 81 return children_.end(); in end() 119 int32_t end = -1; member 154 * @param cacheEnd number of items to cache after @c end 156 * @note To deactivate all children, set @c start and @c end to -1 159 int32_t start, int32_t end, int32_t cacheStart = 0, int32_t cacheEnd = 0, bool showCached = false) = 0; 163 virtual void RecycleItemsByIndex(int32_t start, int32_t end) = 0;
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_response.cpp | 84 if (tokens_.find(RTSP_TOKEN_CSEQ) != tokens_.end()) { in Parse() 88 if (tokens_.find(RTSP_TOKEN_DATE) != tokens_.end()) { in Parse() 92 if (tokens_.find(RTSP_TOKEN_SESSION) != tokens_.end()) { in Parse() 107 if (tokens_.find(RTSP_TOKEN_WWW_AUTHENTICATE) != tokens_.end()) { in Parse() 135 if (tokens_.find(token) != tokens_.end()) { in GetToken()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
H A D | cj_animator_ffi.cpp | 37 opt->end = option.end; in FfiAnimatorCreate() 63 option->end = cOption.end; in FfiAnimatorReset() 91 animation = AceType::MakeRefPtr<CurveAnimation<double>>(option->begin, option->end, curve); in FfiAnimatorReset()
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | shared_image_manager.cpp | 73 if (providersToNotify != providerMapToReload_.end()) { in AddSharedImage() 97 if (imageDataIter == sharedImageMap.end()) { in AddSharedImage() 121 if (iter != sharedImageMap_.end()) { in UpdateImageMap() 151 if (iter == sharedImageMap_.end()) { in FindImageInSharedImageMap() 162 bool resourceInMap = (providerMapToReload_.find(name) != providerMapToReload_.end()); in RegisterLoader()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent.h | 58 if (iter == jsXComponentControllersMap_.end()) { in GetControllerFromJSXComponentControllersMap() 69 if (it != nativeXcomponentsMap_.end()) { in GetNativeXComponentFromXcomponentsMap() 95 if (it == nativeXcomponentsMap_.end()) { in DeleteFromNativeXcomponentsMapById() 118 if (it == jsValMap_.end()) { in DeleteFromJsValMapById() 128 if (iter != jsValMap_.end()) { in GetJSVal()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_event_hub.h | 114 std::for_each(changeEventsWithPreIndex_.begin(), changeEventsWithPreIndex_.end(), in FireChangeEvent() 154 std::for_each(animationStartEvents_.begin(), animationStartEvents_.end(), in FireAnimationStartEvent() 183 std::for_each(animationEndEvents_.begin(), animationEndEvents_.end(), in FireAnimationEndEvent() 212 std::for_each(animationEndEvents_.begin(), animationEndEvents_.end(), in FireAnimationEndOnForceEvent() 240 std::for_each(changeEvents_.begin(), changeEvents_.end(), [index](const ChangeEventPtr& changeEvent) { in FireJSChangeEvent()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/ |
H A D | a2dp_codec_factory.cpp | 48 for (auto iter = indexedCodecs_.begin(); iter != indexedCodecs_.end(); iter++) { in ~A2dpCodecFactory() 63 if (priority != codecPriorities_.end()) { in Initialize() 108 if (iter == indexedCodecs_.end()) { in FindSourceCodec() 125 if (iter == indexedCodecs_.end()) { in FindSinkCodec() 244 if (iter == indexedCodecs_.end()) { in SetCodecUserConfig()
|
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodeclist_impl.cpp | 63 for (auto iter = nameAddrMap_.begin(); iter != nameAddrMap_.end(); iter++) { in ~AVCodecListImpl() 76 for (auto iter = mimeCapsMap_.begin(); iter != mimeCapsMap_.end(); iter++) { in ~AVCodecListImpl() 110 if (mimeCapsMap_.find(mime) != mimeCapsMap_.end()) { in GetCapability() 125 if (category == AVCodecCategory::AVCODEC_NONE && nameAddrMap_.find(name) != nameAddrMap_.end()) { in GetCapability() 141 if (nameAddrMap_.find(name) != nameAddrMap_.end()) { in GetBuffer()
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | hgm_config_callback_manager.cpp | 99 if (refreshRateUpdateCallbacks_.find(pid) != refreshRateUpdateCallbacks_.end()) { in RegisterHgmRefreshRateUpdateCallback() 130 if (pendingAnimDynamicCfgCallbacks_.find(pid) == pendingAnimDynamicCfgCallbacks_.end()) { in SyncHgmConfigChangeCallback() 193 if (animDynamicCfgCallbacks_.find(pid) != animDynamicCfgCallbacks_.end()) { in UnRegisterHgmConfigChangeCallback() 197 if (pendingAnimDynamicCfgCallbacks_.find(pid) != pendingAnimDynamicCfgCallbacks_.end()) { in UnRegisterHgmConfigChangeCallback() 201 if (refreshRateModeCallbacks_.find(pid) != refreshRateModeCallbacks_.end()) { in UnRegisterHgmConfigChangeCallback()
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_stream_manager.cpp | 129 auto index = std::find(audioSceneEffectInfo.mode.begin(), audioSceneEffectInfo.mode.end(), 0); in UpdateEffectInfoArray() 130 if (index == audioSceneEffectInfo.mode.end()) { in UpdateEffectInfoArray() 134 index = std::find(audioSceneEffectInfo.mode.begin(), audioSceneEffectInfo.mode.end(), 1); in UpdateEffectInfoArray() 135 if (index == audioSceneEffectInfo.mode.end()) { in UpdateEffectInfoArray() 139 std::sort(audioSceneEffectInfo.mode.begin(), audioSceneEffectInfo.mode.end()); in UpdateEffectInfoArray()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container.cpp | 89 for (auto it = children_.begin(); it != children_.end(); ++it) { in Insert() 131 auto removedIt = children_.end(); in Replace() 132 auto movedIt = children_.end(); in Replace() 135 for (auto it = children_.begin(); it != children_.end(); ++it, ++index) { in Replace() 173 if (!changed && addAlways && replaceWith && movedIt == children_.end()) { in Replace()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_rcd_render_manager.cpp | 105 for (auto it = idSets.begin(); it != idSets.end(); it++) { in CheckRenderTargetNode() 119 if (it != topSurfaceNodeMap_.end() && it->second != nullptr) { in GetTopSurfaceNode() 129 if (it != bottomSurfaceNodeMap_.end() && it->second != nullptr) { in GetBottomSurfaceNode() 139 if (it != topSurfaceNodeMap_.end() && it->second != nullptr) { in GetTopRenderNode() 154 if (it != bottomSurfaceNodeMap_.end() && it->second != nullptr) { in GetBottomRenderNode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_manager.cpp | 53 if (animations_.find(key) != animations_.end()) { in AddAnimation() 68 if (animationItr == animations_.end()) { in RemoveAnimation() 187 if (it != springAnimations_.end() && it->second == animId) { in UnregisterSpringAnimation() 195 if (it == springAnimations_.end() || it->second == 0) { in QuerySpringAnimation() 205 if (animationItr == animations_.end()) { in GetAnimation()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_display_render_params.cpp | 226 if (iter != displayHasSecSurface_.end()) { in HasSecurityLayer() 236 if (iter != displayHasSkipSurface_.end()) { in HasSkipLayer() 246 if (iter != displayHasSnapshotSkipSurface_.end()) { in HasSnapshotSkipLayer() 256 if (iter != displayHasProtectedSurface_.end()) { in HasProtectedLayer() 266 if (iter != hasCaptureWindow_.end()) { in HasCaptureWindow()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_utils.cpp | 114 if (it != hdfStatusMap.end()) { in HdfStatus2String() 124 if (it != omxErrorTypeMap.end()) { in OmxErrorType2String() 175 if (compressHstOmx.find(format) != compressHstOmx.end()) { in CodingTypeHstToHdi() 191 if (formatHstOmx.find(format) != formatHstOmx.end()) { in FormatHstToOmx() 214 if (iter != omxStateMap.end()) { in OmxStateToString()
|