/external/tensorflow/tensorflow/compiler/jit/graphcycles/ |
D | graphcycles_test.cc | 43 static bool IsReachable(Edges *edges, int from, int to, in IsReachable() 68 static void PrintEdges(Edges *edges) { in PrintEdges() 92 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges, in PrintTransitiveClosure() 123 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, in CheckTransitiveClosure() 146 static void CheckEdges(Nodes *nodes, Edges *edges, in CheckEdges() 183 static int RandomEdge(std::mt19937 *rnd, Edges *edges) { in RandomEdge() 189 static int EdgeIndex(Edges *edges, int from, int to) { in EdgeIndex() 200 Edges edges; // from, to in TEST() local
|
/external/skia/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 118 SkScalar edges[3 * kMaxEdges]; in Make() local 181 GrConvexPolyEffect::GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]) in GrConvexPolyEffect() 220 SkScalar edges[kMaxEdges * 3]; in TestCreate() local
|
D | GrConvexPolyEffect.h | 42 const SkScalar edges[]) { in Make()
|
/external/skqp/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 117 SkScalar edges[3 * kMaxEdges]; in Make() local 180 GrConvexPolyEffect::GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]) in GrConvexPolyEffect() 219 SkScalar edges[kMaxEdges * 3]; in TestCreate() local
|
D | GrConvexPolyEffect.h | 42 const SkScalar edges[]) { in Make()
|
/external/bcc/tools/ |
D | deadlock_detector.py | 76 def edges(self): member in DiGraph 285 def print_cycle(binary, graph, edges, thread_info, print_stack_trace_fn): argument
|
/external/testng/src/main/java/org/testng/internal/ |
D | Tarjan.java | 62 String[] edges = new String[] { in main() local
|
/external/antlr/tool/src/main/java/org/antlr/misc/ |
D | Graph.java | 40 List<Node<T>> edges; // points at which nodes? field in Graph.Node
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
D | DefaultEdgeCreator.java | 44 List<Edge> edges = Lists.newArrayList(); in getEdges() local
|
/external/freetype/src/autofit/ |
D | afhints.c | 108 AF_Edge edges; in af_axis_hints_new_edge() local 292 AF_Edge edges = axis->edges; in af_get_edge_index() local 415 AF_Edge edges = axis->edges; in af_glyph_hints_dump_segments() local 553 AF_Edge edges = axis->edges; in af_glyph_hints_dump_edges() local 1262 AF_Edge edges = axis->edges; in af_glyph_hints_align_strong_points() local
|
/external/guice/core/test/com/google/inject/internal/ |
D | CycleDetectingLockTest.java | 220 Collection<List<String>> edges = Multimaps.asMap(cycle).values(); in testCycleReporting() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
D | Graph.h | 356 EdgeView<false> edges() { return EdgeView<false>(*this); } in edges() function 358 EdgeView<true> edges() const { return EdgeView<true>(*this); } in edges() function
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/ |
D | AbstractInjectorGrapherTest.java | 47 final Set<Edge> edges = Sets.newHashSet(); field in AbstractInjectorGrapherTest.FakeGrapher
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dominator_tree.cpp | 290 std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) { in GetDominatorEdges() argument 334 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dominator_tree.cpp | 290 std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) { in GetDominatorEdges() argument 334 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_test.cc | 79 int edges = 0; in VerifyGraphStats() local 375 std::vector<std::pair<int, int> > edges; in EdgeIter() local 587 std::vector<const Edge*> edges; in TEST_F() local
|
D | mkl_tfconversion_pass.cc | 213 std::vector<const Edge*> edges; in InsertInputConversionNode() local
|
D | mkl_tfconversion_pass_test.cc | 73 std::vector<string> edges; in CanonicalGraphString() local
|
/external/libkmsxx/kmscube/ |
D | cube-wl.cpp | 43 …urface_configure(void *data, struct wl_shell_surface *shell_surface, uint32_t edges, int32_t width… in shell_surface_configure()
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.cpp | 207 void Window::handleConfigure (void* data, struct wl_shell_surface* shellSurface, uint32_t edges, in… in handleConfigure()
|
/external/replicaisland/tools/ |
D | ExtractPoints.js | 67 tile.edges = new Array(); variable
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_while.cc | 308 std::vector<const Edge*> edges(arg.enter->out_edges().begin(), in FunctionalizeLoop() local 561 std::vector<const Edge*> edges(arg.exit->out_edges().begin(), in FunctionalizeLoop() local
|
/external/skia/src/core/ |
D | SkDistanceFieldGen.cpp | 72 static void init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, in init_glyph_data() 155 static void init_distances(DFData* data, unsigned char* edges, int width, int height) { in init_distances()
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | cfg_test.py | 109 def assertGraphMatches(self, graph, edges): argument 123 def assertStatementEdges(self, graph, edges): argument
|
/external/skqp/src/core/ |
D | SkDistanceFieldGen.cpp | 72 static void init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, in init_glyph_data() 155 static void init_distances(DFData* data, unsigned char* edges, int width, int height) { in init_distances()
|