Home
last modified time | relevance | path

Searched defs:edge (Results 51 - 75 of 255) sorted by relevance

1234567891011

/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...]
/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...]
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.cpp109 auto edge = direction_ == Axis::VERTICAL ? Edge(0.0, padding, 0.0, padding, DimensionUnit::PX) in AddTipChild() local
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drosen_render_bubble.cpp747 BorderEdge edge = border_.Left(); in PaintBorder() local
794 BorderEdge edge = border_.Left(); in PaintBorder() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h105 static float GetValidEdgeLength(float swiperLength, float indicatorLength, const Dimension& edge) in GetValidEdgeLength() argument
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-grgpio.c125 u32 edge; in grgpio_irq_set_type() local
H A Dgpio-stp-xway.c82 u32 edge; /* rising or falling edge triggered shift register */ member
H A Dgpio-mxs.c78 int edge; in mxs_gpio_set_irq_type() local
134 u32 bit, val, edge; mxs_flip_edge() local
[all...]

Completed in 14 milliseconds

1234567891011