Home
last modified time | relevance | path

Searched defs:edge (Results 26 - 50 of 165) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp162 const RefPtr<Component> PopupComponentV2::SetPadding(const RefPtr<Component>& component, const Edge& edge) in SetPadding() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_bar.cpp212 Edge edge; in ParseEdge() local
[all...]
H A Ddom_tool_bar_item.cpp247 const RefPtr<Component> DOMToolBarItem::SetPadding(const RefPtr<Component>& component, Edge&& edge) in SetPadding() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_piece.cpp59 Edge edge; in Create() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_transitioneffect.h106 static RefPtr<NG::ChainedTransitionEffect> Move(int32_t edge) in Move() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_layout_algorithm.cpp125 GetValidEdgeLength( float swiperLength, float indicatorLength, const Dimension& edge) GetValidEdgeLength() argument
/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex_private.h66 void AddNode(uint64_t task, uint64_t ownerTask, bool edge) in AddNode() argument
/third_party/ffmpeg/libavfilter/
H A Ddeshake.h63 int edge; ///< Edge fill method member
/third_party/ninja/src/
H A Dmissing_deps.cc111 Edge* edge = node->in_edge(); in ProcessNodeDeps() local
50 ProcessDepfileDeps( Edge* edge, std::vector<StringPiece>* depfile_ins, std::string* err) ProcessDepfileDeps() argument
[all...]
H A Dstate.cc26 void Pool::EdgeScheduled(const Edge& edge) { in EdgeScheduled() argument
31 void Pool::EdgeFinished(const Edge& edge) { in EdgeFinished() argument
36 void Pool::DelayEdge(Edge* edge) { in DelayEdge() argument
44 Edge* edge = *it; in RetrieveReadyEdges() local
87 Edge* edge = new Edge(); AddEdge() local
129 AddIn(Edge* edge, StringPiece path, uint64_t slash_bits) AddIn() argument
136 AddOut(Edge* edge, StringPiece path, uint64_t slash_bits) AddOut() argument
147 AddValidation(Edge* edge, StringPiece path, uint64_t slash_bits) AddValidation() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcontrol-equivalence.cc99 Edge edge = *entry.input; in RunUndirectedDFS() local
129 Edge edge = *entry.use; in RunUndirectedDFS() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java257 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
H A DRangeTreeFactorizer.java190 visit(DfaNode source, DfaEdge edge, DfaNode target) visit() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeWriter.java53 public static String toRegex(Edge edge, boolean useDotMatch) { in toRegex() argument
175 visit(SimpleEdge edge) visit() argument
[all...]
H A DEdge.java45 void visit(SimpleEdge edge); in visit() argument
[all...]
H A DSubgroupOptimizer.java90 private static int getEdgeWeight(DfaEdge edge) { in getEdgeWeight() argument
125 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
162 visit(DfaNode source, DfaEdge edge, DfaNode target) visit() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeKey.java131 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeTest.java183 public void visit(SimpleEdge edge) { in visit() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dpropagator.cpp20 void SSAPropagator::AddControlEdge(const Edge& edge) { in AddControlEdge() argument
H A Dpropagator.h249 bool MarkEdgeExecutable(const Edge& edge) { in MarkEdgeExecutable() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dpropagator.cpp20 void SSAPropagator::AddControlEdge(const Edge& edge) { in AddControlEdge() argument
H A Dpropagator.h249 bool MarkEdgeExecutable(const Edge& edge) { in MarkEdgeExecutable() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp181 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addIntraChainConstraint() local
277 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2); in addInterChainConstraint() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_navigator_test.cc111 CordRep* edge = nav.InitFirst(tree()); in TEST_P() local
120 CordRep* edge = nav.InitLast(tree()); in TEST_P() local
[all...]
H A Dcord_rep_btree_navigator.h52 CordRep* edge; member
193 CordRepBtree* edge = node_[height]; Seek() local
216 CordRepBtree* edge = node_[0]; Next() local
221 CordRepBtree* edge = node_[0]; Previous() local
227 CordRepBtree* edge; NextUp() local
245 CordRepBtree* edge; PreviousUp() local
[all...]

Completed in 12 milliseconds

1234567