/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c | 43 * Performs in-place deblock filtering on four horizontal edges of the luma
|
omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c | 43 * Performs in-place deblock filtering on four vertical edges of the luma
|
/frameworks/base/core/java/android/transition/ |
Explode.java | 31 * start and end scenes and moves views in or out from the edges of the
|
/frameworks/base/core/java/android/view/ |
ViewConfiguration.java | 50 * Defines the length of the fading edges in dips 410 * @return the length of the fading edges in dips 420 * @return the length of the fading edges in pixels 764 * @return Whether or not marquee should use fading edges.
|
/frameworks/base/docs/html/design/patterns/ |
buttons.jd | 102 Variation: Swiping from edges with bars also affects the app
|
fullscreen.jd | 102 Variation: Swiping from edges with bars also affects the app
|
/frameworks/base/docs/html/training/printing/ |
photos.jd | 47 setting means that some portion of the top and bottom, or left and right edges of the image is
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
FreeformWorkspaceLayoutAlgorithm.java | 47 // This is applied to the edges of each task
|
/frameworks/base/services/core/java/com/android/server/wm/ |
CircularDisplayMask.java | 129 // The radius is reduced by mMaskThickness to provide an anti aliasing effect on the display edges.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
blockd.h | 274 /* Distance of MB away from frame edges */
|
/packages/apps/Gallery2/res/values/ |
filtershow_strings.xml | 157 <!-- Label for the image vignette filter (darkens photo around edges) button [CHAR LIMIT=10] --> 186 <!-- Label for the image edges effect (highlights edges in image) [CHAR LIMIT=10] --> 187 <string name="edge">Edges</string>
|
/prebuilts/go/darwin-x86/src/internal/trace/ |
goroutines.go | 162 // BFS of depth 2 over "unblock" edges
|
/prebuilts/go/darwin-x86/test/ |
escape5.go | 116 // without this, leakrecursive? are safe for p and q, b/c in fact their graph does not have leaking edges.
|
/prebuilts/go/linux-x86/src/internal/trace/ |
goroutines.go | 162 // BFS of depth 2 over "unblock" edges
|
/prebuilts/go/linux-x86/test/ |
escape5.go | 116 // without this, leakrecursive? are safe for p and q, b/c in fact their graph does not have leaking edges.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridMatch.java | 44 /** Amount of margin between the matched edges */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LintOverlay.java | 77 // Right/bottom edges of the canvas image; don't paint overlays outside of
|
/system/bt/hci/test/ |
hci_hal_h4_test.cpp | 54 static char event_data[100] = "The edges of a surface are lines.";
|
hci_hal_mct_test.cpp | 49 static char event_data[100] = "The edges of a surface are lines.";
|
/external/llvm/include/llvm/CodeGen/ |
MachineBasicBlock.h | 443 /// Note that duplicate Machine CFG edges are not allowed. 693 /// Various pieces of code can cause excess edges in the CFG to be inserted. 696 /// DestA and DestB, retain other edges leading to LandingPads (currently [all...] |
/external/opencv3/modules/cudaimgproc/include/opencv2/ |
cudaimgproc.hpp | 282 /** @brief Finds edges in an image using the @cite Canny86 algorithm. 285 @param edges Output edge map. It has the same size and type as image. 288 virtual void detect(InputArray image, OutputArray edges, Stream& stream = Stream::Null()) = 0; 292 @param edges Output edge map. It has the same size and type as image. 295 virtual void detect(InputArray dx, InputArray dy, OutputArray edges, Stream& stream = Stream::Null()) = 0;
|
/external/clang/test/Analysis/ |
bug_hash_test.cpp | 68 // CHECK-NEXT: <key>edges</key> 151 // CHECK-NEXT: <key>edges</key> 234 // CHECK-NEXT: <key>edges</key> 364 // CHECK-NEXT: <key>edges</key> 445 // CHECK-NEXT: <key>edges</key> 479 // CHECK-NEXT: <key>edges</key> 560 // CHECK-NEXT: <key>edges</key> 594 // CHECK-NEXT: <key>edges</key> 675 // CHECK-NEXT: <key>edges</key> [all...] |
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCOpts.cpp | 143 // know how to split edges. It should be possible to make the optimizer 144 // think in terms of edges, rather than blocks, and then split critical 145 // edges on demand. 197 /// Effective predecessors of the current block ignoring ignorable edges and 201 /// Effective successors of the current block ignoring ignorable edges and 570 // ARC optimization doesn't currently split critical edges. 841 // For now, don't bother splitting critical edges for this. 853 // critical edges. 867 // If we have null operands and no critical edges, optimize. [all...] |
/external/opencv/cvaux/src/ |
cvlee.cpp | 672 Description : Function computes intersection of two edges. Intersection 676 pEdge1,pEdge2: in, two edges 683 : -1, if edges have no intersections 693 Description : Function computes intersection of two edges. Intersection 705 : -1, if edges have no intersections 715 Description : Function computes intersection of two edges. Intersection 727 : -1, if edges have no intersections [all...] |
/art/runtime/ |
utils.cc | [all...] |