Home
last modified time | relevance | path

Searched defs:edge (Results 1 - 25 of 165) sorted by relevance

1234567

/third_party/ninja/src/
H A Dstate_test.cc36 Edge* edge = state.AddEdge(rule); in TEST() local
H A Dgraphviz.cc34 Edge* edge = node->in_edge(); in AddTarget() local
[all...]
H A Dmanifest_parser_test.cc89 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() local
142 Edge* edge = state.edges_[0]; in TEST_F() local
161 Edge* edge = state.edges_[0]; in TEST_F() local
394 Edge* edge in TEST_F() local
409 Edge* edge = node->in_edge(); TEST_F() local
955 Edge* edge = state.LookupNode("foo")->in_edge(); TEST_F() local
964 Edge* edge = state.LookupNode("foo")->in_edge(); TEST_F() local
973 Edge* edge = state.LookupNode("foo")->in_edge(); TEST_F() local
984 Edge* edge = state.LookupNode("imp")->in_edge(); TEST_F() local
995 Edge* edge = state.LookupNode("foo")->in_edge(); TEST_F() local
1006 Edge* edge = state.LookupNode("foo")->in_edge(); TEST_F() local
1019 Edge* edge = state.LookupNode("foo")->in_edge(); TEST_F() local
1104 Edge* edge = state.GetNode("result", 0)->in_edge(); TEST_F() local
1127 Edge* edge = state.GetNode("result", 0)->in_edge(); TEST_F() local
1139 Edge* edge = state.GetNode("result", 0)->in_edge(); TEST_F() local
1151 Edge* edge = state.GetNode("result", 0)->in_edge(); TEST_F() local
1163 Edge* edge = state.GetNode("result", 0)->in_edge(); TEST_F() local
[all...]
H A Ddyndep.cc48 Edge* const edge = *oe; in LoadDyndeps() local
71 Edge* const edge = oe->first; in LoadDyndeps() local
82 bool DyndepLoader::UpdateEdge(Edge* edge, Dyndeps const* dyndeps, in UpdateEdge() argument
[all...]
H A Dgraph_test.cc110 Edge* edge = GetNode("out")->in_edge(); in TEST_F() local
152 Edge* edge = GetNode("out.imp")->in_edge(); in TEST_F() local
224 Edge* edge = GetNode("out 1")->in_edge(); TEST_F() local
255 Edge* edge = GetNode("a b")->in_edge(); TEST_F() local
315 Edge* edge = GetNode("out")->in_edge(); TEST_F() local
327 Edge* edge = GetNode("out")->in_edge(); TEST_F() local
339 Edge* edge = GetNode("out")->in_edge(); TEST_F() local
440 Edge* edge = GetNode("a")->in_edge(); TEST_F() local
465 Edge* edge = GetNode("a")->in_edge(); TEST_F() local
492 Edge* edge = GetNode("a")->in_edge(); TEST_F() local
536 Edge* edge = GetNode("out")->in_edge(); TEST_F() local
566 Edge* edge = GetNode("out1")->in_edge(); TEST_F() local
911 Edge* edge = GetNode("out")->in_edge(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_reader.cc35 CordRep* edge = chunk_size ? navigator_.Current() : navigator_.Next(); in Read() local
[all...]
H A Dcord_rep_btree_navigator.cc70 CordRep* edge = node->Edge(index); in Skip() local
111 CordRep* edge = node->Edge(index); Read() local
[all...]
H A Dcord_rep_btree_reader.h176 const CordRep* edge = navigator_.InitFirst(tree); in Init() local
183 const CordRep* edge = navigator_.Next(); Next() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_badge.cpp41 auto edge = boxComponent_->GetPadding(); in PrepareSpecializedComponent() local
H A Ddom_toggle.cpp186 auto edge = boxComponent_->GetPadding(); in PrepareSpecializedComponent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_ai_checker.cpp61 auto edge = textRect.GetX() + textRect.Width(); in IsMultiClickAtBoundary() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.cpp34 bool Edge::FromString(const std::string& value, Edge& edge) in FromString() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable_helper.h46 BorderEdge edge = Get(*border); in Set() local
59 BorderEdge edge = Get(*border); in Set() local
70 BorderEdge edge in Set() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dverifier.h53 static void VerifyEdgeInputReplacement(const Edge& edge, in VerifyEdgeInputReplacement() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_split_prim.h14 void (*edge)(void *priv, boolean enabled); member
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverterTest.java121 SimpleEdge edge(int n) { edge() method in RangeTreeConverterTest
130 assertOutEdge(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge edge) assertOutEdge() argument
148 follow(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge edge) follow() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.cpp75 std::pair<AnimatableDimension, bool>& edge = in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_transitioneffect_ffi.cpp63 int64_t FfiOHOSAceFrameworkTransitionEffectMove(int32_t edge) in FfiOHOSAceFrameworkTransitionEffectMove() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_triangle.cpp94 void DrawTriangle::StepToNextPointOnEdge(Edge& edge) in StepToNextPointOnEdge() argument
115 Edge edge = { {0, 0}, {0, 0}, {0, 0}, 0 }; InitEdge() local
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dgraph.cpp33 EdgeNode *edge = vertexNode.firstEdge; in ~Graph() local
56 EdgeNode *edge = new EdgeNode; // add new edge in AddEdge() local
69 EdgeNode *edge = nullptr; Dfs() local
[all...]
/third_party/mesa3d/src/util/
H A Ddag.c33 struct dag_edge edge = { in append_edge() local
88 dag_remove_edge(struct dag *dag, struct dag_edge *edge) dag_remove_edge() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator-inl.h33 void HeapEntry::add_child(HeapGraphEdge* edge) { in add_child() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattener.java55 private static PathFollower of(Node node, Edge edge) { in of() argument
62 abstract Edge edge(); in edge() method in NfaFlattener.PathFollower
[all...]
/third_party/skia/src/core/
H A DSkScanPriv.h45 static inline void remove_edge(EdgeType* edge) { in remove_edge() argument
51 static inline void insert_edge_after(EdgeType* edge, EdgeType* afterMe) { in insert_edge_after() argument
59 backward_insert_edge_based_on_x(EdgeType* edge) backward_insert_edge_based_on_x() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp59 Edge edge; in BuildPadding() local

Completed in 8 milliseconds

1234567