Home
last modified time | relevance | path

Searched defs:std (Results 1526 - 1545 of 1545) sorted by relevance

1...<<6162

/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c3588 using namespace std; in SWIG_isfinite_func() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp1813 compareNoContractCase(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNoContractCase() argument
1923 compareFRem(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareFRem() argument
2024 compareNMin(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNMin() argument
2148 compareNMax(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNMax() argument
2271 compareNClamp(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNClamp() argument
5647 compareOpQuantizeF16ComputeExactCase(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareOpQuantizeF16ComputeExactCase() argument
5688 compareNan(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNan() argument
7269 compareFP16Logical(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16Logical() argument
11731 compareFP16FunctionSetFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16FunctionSetFunc() argument
11936 compareFP16VectorExtractFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16VectorExtractFunc() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp1434 checkCanUseOneOfExtensions(const TSourceLoc &line, const std::array<TExtension, size> &extensions) checkCanUseOneOfExtensions() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4797 TransferExecuteAction( int64_t elementId, const std::map<std::string, std::string>& actionArguments, int32_t action, int64_t offset) TransferExecuteAction() argument
4983 SetCachedGlobalOffset(const std::pair<uint64_t, OffsetF>& timestampOffset) SetCachedGlobalOffset() argument
4992 SetCachedTransformRelativeOffset(const std::pair<uint64_t, OffsetF>& timestampOffset) SetCachedTransformRelativeOffset() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp6045 BuildAIEntityMenu( const std::vector<std::pair<std::string, std::function<void()>>>& menuOptions) BuildAIEntityMenu() argument
6071 CreateAIEntityMenu( const std::vector<std::pair<std::string, std::function<void()>>>& menuOptions, const RefPtr<FrameNode>& targetNode) CreateAIEntityMenu() argument
6086 ShowAIEntityMenu(const std::vector<std::pair<std::string, std::function<void()>>>& menuOptions, const RectF& aiRect, const RefPtr<FrameNode>& targetNode) ShowAIEntityMenu() argument
6755 DumpMapInfo( std::unordered_map<int32_t, RefPtr<FrameNode>> map, const std::string mapName, bool hasTarget) const DumpMapInfo() argument
6778 DumpMapInfo( std::unordered_map<int32_t, WeakPtr<FrameNode>> map, const std::string mapName, bool hasTarget) const DumpMapInfo() argument
6800 DumpSheetMapInfo( const std::unordered_map<SheetKey, WeakPtr<FrameNode>, SheetKeyHash>& map, const std::string mapName) const DumpSheetMapInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp861 LoadUrl(const std::string& url, const std::map<std::string, std::string>& httpHeaders) LoadUrl() argument
6657 ExecuteAction(int64_t accessibilityId, AceAction action, const std::map<std::string, std::string>& actionArguments) ExecuteAction() argument
7050 OnInterceptKeyboardAttach( const std::shared_ptr<OHOS::NWeb::NWebCustomKeyboardHandler> keyboardHandler, const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) OnInterceptKeyboardAttach() argument
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp2171 NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) NotifyProcMemoryLevel() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp380 void RosenRenderContext::SetSurfaceChangedCallBack(const std argument
4727 SetContentClip(const std::variant<RectF, RefPtr<ShapeRect>>& rect) global() argument
6145 AddAttachCallBack(const std::function<void(int64_t, bool)>& attachCallback) global() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp386 LinearInterpolation( const std::tuple<float, float, uint64_t>& history, const std::tuple<float, float, uint64_t>& current, const uint64_t nanoTimeStamp) LinearInterpolation() argument
3623 DispatchMouseEvent( std::unordered_map<int, MouseEvent>& idToMousePoints, std::unordered_map<int32_t, MouseEvent> &newIdMousePoints, const std::list<MouseEvent> &mouseEvents, TouchRestrict& touchRestrict, const RefPtr<FrameNode> &node) DispatchMouseEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2877 OnNativeVideoPlayerConfigUpdate(const std::tuple<bool, bool>& config) OnNativeVideoPlayerConfigUpdate() argument
6313 ExecuteAction(int64_t accessibilityId, AceAction action, const std::map<std::string, std::string>& actionArguments) const ExecuteAction() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc5452 StoreArgsInStackSlot( std::initializer_list<std::pair<MachineRepresentation, Node*>> args) StoreArgsInStackSlot() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dheap.cc925 UpdateRetainersMapAfterScavenge( std::unordered_map<HeapObject, HeapObject, Object::Hasher>* map) UpdateRetainersMapAfterScavenge() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c4576 standard_row(png_const_structp pp, png_byte std[STANDARD_ROWMAX], in standard_row() argument
5653 png_byte std[STANDARD_ROWMAX]; in standard_row_validate() local
6830 png_byte std[STANDARD_ROWMAX]; transform_image_validate() local
10250 png_byte std[STANDARD_ROWMAX]; gamma_image_validate() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp12220 UpdateAssociateConfigList(const std::map<std::string, std::list<std::string>>& configs, const std::list<std::string>& exportConfigs, int32_t flag) UpdateAssociateConfigList() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp4517 UpdateA2dpOffloadFlagForAllStream( std::unordered_map<uint32_t, bool> &sessionIDToSpatializationEnableMap, DeviceType deviceType) UpdateA2dpOffloadFlagForAllStream() argument
5334 OnAudioPolicyXmlParsingCompleted( const std::unordered_map<AdaptersType, AudioAdapterInfo> adapterInfoMap) OnAudioPolicyXmlParsingCompleted() argument
5358 OnXmlParsingCompleted(const std::unordered_map<ClassType, std::list<AudioModuleInfo>> &xmlData) OnXmlParsingCompleted() argument
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp157 Comp(const std::pair<uint64_t, WindowVisibilityState>& a, const std::pair<uint64_t, WindowVisibilityState>& b) Comp() argument
2916 GetMainParentSceneSession(int32_t persistentId, const std::map<int32_t, sptr<SceneSession>>& sessionMap) GetMainParentSceneSession() argument
3635 GetParentMainWindowIdInner(const std::map<int32_t, sptr<SceneSession>>& sceneSessionMap, int32_t windowId, int32_t& mainWindowId) GetParentMainWindowIdInner() argument
7484 UpdateSubWindowVisibility(const sptr<SceneSession>& session, WindowVisibilityState visibleState, const std::vector<std::pair<uint64_t, WindowVisibilityState>>& visibilityChangeInfo, std::vector<sptr<WindowVisibilityInfo>>& windowVisibilityInfos, std::string& visibilityInfo, const std::vector<std::pair<uint64_t, WindowVisibilityState>>& currVisibleData) UpdateSubWindowVisibility() argument
7512 GetSessionRSVisible(const sptr<Session>& session, const std::vector<std::pair<uint64_t, WindowVisibilityState>>& currVisibleData) GetSessionRSVisible() argument
7552 RemoveDuplicateSubSession( const std::vector<std::pair<uint64_t, WindowVisibilityState>>& visibilityChangeInfo, std::vector<sptr<SceneSession>>& subSessions) RemoveDuplicateSubSession() argument
7590 GetWindowVisibilityChangeInfo( std::vector<std::pair<uint64_t, WindowVisibilityState>>& currVisibleData) GetWindowVisibilityChangeInfo() argument
7625 DealwithVisibilityChange(const std::vector<std::pair<uint64_t, WindowVisibilityState>>& visibilityChangeInfo, const std::vector<std::pair<uint64_t, WindowVisibilityState>>& currVisibleData) DealwithVisibilityChange() argument
7673 DealwithDrawingContentChange(const std::vector<std::pair<uint64_t, bool>>& drawingContentChangeInfo) DealwithDrawingContentChange() argument
7699 GetWindowDrawingContentChangeInfo( std::vector<std::pair<uint64_t, bool>> currDrawingContentData) GetWindowDrawingContentChangeInfo() argument
8369 ProcessVirtualPixelRatioChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) ProcessVirtualPixelRatioChange() argument
8413 ProcessUpdateRotationChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) ProcessUpdateRotationChange() argument
8471 OnDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) OnDisplayStateChange() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp4880 GetFractionStops( std::vector<std::pair<float, float>>& fractionStops, const JSRef<JSVal>& array) GetFractionStops() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15032 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, SDValue IVal, StoreSDNode *St, DAGCombiner *DC) ShrinkLoadReplaceStoreWithStore() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp13643 ClearColorValue( const std::array<float, 4> & float32_ = {} ) ClearColorValue() argument
13650 ClearColorValue( const std::array<int32_t, 4> & int32_ ) ClearColorValue() argument
13657 ClearColorValue( const std::array<uint32_t, 4> & uint32_ ) ClearColorValue() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp10626 ClearColorValue( const std::array<float, 4> & float32_ = {} ) ClearColorValue() argument
10628 ClearColorValue( const std::array<int32_t, 4> & int32_ ) ClearColorValue() argument
10630 ClearColorValue( const std::array<uint32_t, 4> & uint32_ ) ClearColorValue() argument
[all...]

Completed in 204 milliseconds

1...<<6162