Searched
full:edge (Results
726 -
750 of
3660) sorted by null
<<21222324252627282930>>
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
CaptioningManagerTest.java | 111 assertFalse("Default user style has no edge type", userStyle.hasEdgeType()); 112 assertFalse("Default user style has no edge color", userStyle.hasEdgeColor());
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
XYPlot.java | 89 private XYFramingModel domainFramingModel = XYFramingModel.EDGE;
90 private XYFramingModel rangeFramingModel = XYFramingModel.EDGE;
386 case EDGE:
402 case EDGE:
[all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3cyclicdfa.c | 6 * Any state that has a semantic predicate edge is special; those states 145 * eot[s]>=0 indicates that an EOT edge goes to another
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
DFA.pm | 96 # eot[s]>=0 indicates that an EOT edge goes to another 102 # which assumed here that the EOT edge always
|
/external/bison/data/xslt/ |
xml2dot.xsl | 60 edge [fontname = courier] 109 <!-- The edge's beginning --> 110 <xsl:call-template name="reduction-edge-start"> 116 <!-- The edge's tokens --> 132 <!-- The edge's end --> 232 <xsl:template name="reduction-edge-start"> 277 <xsl:call-template name="output-edge"> 316 <xsl:template name="output-edge">
|
/external/boringssl/src/ |
CMakeLists.txt | 88 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=address -fsanitize-coverage=edge,indirect-calls") 89 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address -fsanitize-coverage=edge,indirect-calls")
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
project.py | 224 edge = 'M%i -> M%i;' % (mFrom.id, mTo.id) 225 self.edges.append(edge)
|
/external/clang/lib/AST/ |
InheritViz.cpp | 107 // Write out the edge. 113 // Write out edge attributes to show the kind of inheritance.
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
coverage-direct.cc | 41 // RUN: %clangxx_asan -fsanitize-coverage=edge -DSHARED %s -shared -o %dynamiclib -fPIC 42 // RUN: %clangxx_asan -fsanitize-coverage=edge -DSO_DIR=\"%T\" %s %libdl -o %t
|
/external/freetype/src/pshinter/ |
pshalgo.h | 135 #define PSH_POINT_EDGE_MIN 512U /* point is aligned to left/bottom stem edge */ 136 #define PSH_POINT_EDGE_MAX 1024U /* point is aligned to top/right stem edge */
|
/external/gmock/src/ |
gmock-matchers.cc | 150 // - An edge from source to each left_ node 151 // - An edge from each right_ node to sink 152 // - An edge from each left_ node to each right_ node, if the 153 // corresponding edge exists in 'graph'. 213 // edge from the implicit source node to each previously-visited left 217 // Since the source-to-left edge can only carry one flow unit (or, 265 // There's an available edge from ilhs to irhs. 268 // this edge is a dead end or leads to the sink.
|
/external/iproute2/examples/diffserv/ |
regression-testing | 73 are going through the edge device 125 are going through the edge device
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
kvm.h | 61 __u8 last_irr; /* edge detection */ 75 __u8 elcr; /* PIIX edge/trigger selection */
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
ChainShape.java | 168 // /// Get a child edge. 169 // void GetChildEdge(b2EdgeShape* edge, int32 index) const;
|
Joint.java | 39 /** joint edge a **/ 42 /** joint edge b **/
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
pshalgo.h | 135 #define PSH_POINT_EDGE_MIN 512U /* point is aligned to left/bottom stem edge */ 136 #define PSH_POINT_EDGE_MAX 1024U /* point is aligned to top/right stem edge */
|
/external/libhevc/common/ |
ihevc_deblk_edge_filter.c | 55 * Decision process and filtering for the luma block vertical edge. 58 * The decision process for the luma block vertical edge is carried out and 292 * Decision process and filtering for the luma block horizontal edge 295 * The decision process for the luma block horizontal edge is carried out 551 * Filtering for the chroma block vertical edge. 554 * Filter for chroma vertical edge. The boundary filter strength, bs 671 * Filtering for the chroma block horizontal edge. 674 * Filter for chroma horizontal edge. The boundary filter strength, bs
|
/external/libmpeg2/common/arm/ |
ideint_spatial_filter_a9.s | 43 @* This functions performs edge adaptive spatial filtering on a 8x8 block 126 @ Calculate sum of absolute differeces for each edge
|
/external/libmpeg2/common/armv8/ |
ideint_spatial_filter_av8.s | 43 //* This functions performs edge adaptive spatial filtering on a 8x8 block 124 // Calculate sum of absolute differeces for each edge
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch-on-const-select.ll | 59 ; Test the edge case where both values from the select are the default case. 84 ; Test the edge case where both values from the select are equal.
|
/external/mesa3d/src/mesa/main/ |
image.c | 786 /* X1 outside right edge */ 787 ASSERT(*dstX0 < maxValue); /* X0 should be inside right edge */ 796 /* X0 outside right edge */ 797 ASSERT(*dstX1 < maxValue); /* X1 should be inside right edge */ 819 /* X0 outside left edge */ 820 ASSERT(*dstX1 > minValue); /* X1 should be inside left edge */ 829 /* X1 outside left edge */ 830 ASSERT(*dstX0 > minValue); /* X0 should be inside left edge */
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/hough_circle/ |
hough_circle.markdown | 30 stage involves edge detection and finding the possible circle centers and the second stage finds 80 - *param_1 = 200*: Upper threshold for the internal Canny edge detector.
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/laplace_operator/ |
laplace_operator.markdown | 16 that in the edge area, the pixel intensity shows a "jump" or a high variation of intensity. 17 Getting the first derivative of the intensity, we observed that an edge is characterized by a
|
/external/pdfium/third_party/freetype/src/pshinter/ |
pshalgo.h | 135 #define PSH_POINT_EDGE_MIN 512U /* point is aligned to left/bottom stem edge */ 136 #define PSH_POINT_EDGE_MAX 1024U /* point is aligned to top/right stem edge */
|
/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_ffpushbutton.cpp | 127 CXFA_Edge edge = border.GetEdge(0);
local 128 return edge.GetThickness();
|
Completed in 540 milliseconds
<<21222324252627282930>>