Searched refs:getEdges (Results 1 – 10 of 10) sorted by relevance
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
D | EdgeCreator.java | 31 Iterable<Edge> getEdges(Iterable<Binding<?>> bindings); in getEdges() method
|
D | DefaultEdgeCreator.java | 42 @Override public Iterable<Edge> getEdges(Iterable<Binding<?>> bindings) { in getEdges() method in DefaultEdgeCreator
|
D | AbstractInjectorGrapher.java | 111 createEdges(edgeCreator.getEdges(bindings), aliases); in graph()
|
/external/skia/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 223 if (0 != memcmp(fPrevEdges, cpe.getEdges(), byteSize)) { in onSetData() 224 pdman.set3fv(fEdgeUniform, cpe.getEdgeCount(), cpe.getEdges()); in onSetData() 225 memcpy(fPrevEdges, cpe.getEdges(), byteSize); in onSetData()
|
D | GrConvexPolyEffect.h | 70 const SkScalar* getEdges() const { return fEdges; } in getEdges() function
|
/external/opencv3/modules/cudaimgproc/src/ |
D | canny.cpp | 65 void getEdges(PtrStepSzi map, PtrStepSzb dst, cudaStream_t stream); 227 canny::getEdges(map_, edges, StreamAccessor::getStream(stream)); in CannyCaller()
|
/external/testng/src/main/java/org/testng/internal/thread/graph/ |
D | GraphThreadPoolExecutor.java | 44 throw new TestNGException("The graph of methods contains a cycle:" + graph.getEdges()); in GraphThreadPoolExecutor()
|
/external/testng/src/main/java/org/testng/internal/ |
D | DynamicGraph.java | 211 public ListMultiMap<T, T> getEdges() { in getEdges() method in DynamicGraph
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | canny.cu | 508 void getEdges(PtrStepSzi map, PtrStepSzb dst, cudaStream_t stream) in getEdges() function
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | canny.cl | 473 __kernel void getEdges(__global const uchar *mapptr, int map_step, int map_offset, int rows, int co…
|