/third_party/ninja/src/ |
H A D | state_test.cc | 36 Edge* edge = state.AddEdge(rule); in TEST() local
|
H A D | graphviz.cc | 34 Edge* edge = node->in_edge(); in AddTarget() local [all...] |
H A D | manifest_parser_test.cc | 89 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 D | dyndep.cc | 48 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 D | graph_test.cc | 110 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 D | cord_rep_btree_reader.cc | 35 CordRep* edge = chunk_size ? navigator_.Current() : navigator_.Next(); in Read() local [all...] |
H A D | cord_rep_btree_navigator.cc | 70 CordRep* edge = node->Edge(index); in Skip() local 111 CordRep* edge = node->Edge(index); Read() local [all...] |
H A D | cord_rep_btree_reader.h | 176 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 D | dom_badge.cpp | 41 auto edge = boxComponent_->GetPadding(); in PrepareSpecializedComponent() local
|
H A D | dom_toggle.cpp | 186 auto edge = boxComponent_->GetPadding(); in PrepareSpecializedComponent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_input_ai_checker.cpp | 61 auto edge = textRect.GetX() + textRect.Width(); in IsMultiClickAtBoundary() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | edge.cpp | 34 bool Edge::FromString(const std::string& value, Edge& edge) in FromString() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | property_animatable_helper.h | 46 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 D | verifier.h | 53 static void VerifyEdgeInputReplacement(const Edge& edge, in VerifyEdgeInputReplacement() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_split_prim.h | 14 void (*edge)(void *priv, boolean enabled); member
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | RangeTreeConverterTest.java | 121 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 D | render_flex_item.cpp | 75 std::pair<AnimatableDimension, bool>& edge = in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_transitioneffect_ffi.cpp | 63 int64_t FfiOHOSAceFrameworkTransitionEffectMove(int32_t edge) in FfiOHOSAceFrameworkTransitionEffectMove() argument
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_triangle.cpp | 94 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 D | graph.cpp | 33 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 D | dag.c | 33 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 D | heap-snapshot-generator-inl.h | 33 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 D | NfaFlattener.java | 55 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 D | SkScanPriv.h | 45 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 D | navigation_bar_component_base.cpp | 59 Edge edge; in BuildPadding() local
|