/external/compiler-rt/test/asan/TestCases/Android/ |
coverage-android.cc | 72 // RUN: %clangxx_asan -fsanitize-coverage=edge -DSHARED %s -shared -o %T/libcoverage_android_test_1.so -fPIC 73 // RUN: %clangxx_asan -fsanitize-coverage=edge -DSO_DIR=\"%device\" %s -o %t 89 // RUN: %clangxx_asan -fsanitize-coverage=edge -DSHARED -DKILL %s -shared -o %T/libcoverage_android_test_1.so -fPIC 90 // RUN: %clangxx_asan -fsanitize-coverage=edge -DSO_DIR=\"%device\" %s -o %t
|
/external/compiler-rt/test/msan/ |
coverage-levels.cc | 10 // RUN: %clangxx_msan -O1 -fsanitize-coverage=edge %s -o %t
|
/external/compiler-rt/test/tsan/ |
stack_sync_reuse.cc | 5 // Tsan sees false HB edge on address pointed to by syncp variable.
|
/external/dng_sdk/source/ |
dng_image.h | 155 /// Leave edge pixels unchanged. 163 /// Repeat edge pixels. 167 /// Repeat edge pixels, except for last plane which is zero padded. 250 /// Get a pixel buffer of data on image with proper edge padding.
|
/external/freetype/src/cff/ |
cf2hints.h | 105 * representing an edge. When edges are paired, as from stem hints, the 106 * bottom edge must immediately precede the top edge in the array. 146 CF2_HintRec edge[CF2_MAX_HINT_EDGES]; /* 192 */ member in struct:CF2_HintMapRec_
|
/external/kernel-headers/original/uapi/linux/ |
eventpoll.h | 44 /* Set the Edge Triggered behaviour for the target file descriptor */
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/ |
Shape.java | 28 Circle, Polygon, Edge, Chain,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cf2hints.h | 105 * representing an edge. When edges are paired, as from stem hints, the 106 * bottom edge must immediately precede the top edge in the array. 146 CF2_HintRec edge[CF2_MAX_HINT_EDGES]; /* 192 */ member in struct:CF2_HintMapRec_
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.h | 18 // edge bundles should have the variable in a register and which edge bundles 98 /// @param RegBundles Bit vector to receive the edge bundles where the 100 /// corresponds to an edge bundle, a set bit means the
|
/external/llvm/lib/Fuzzer/test/ |
CMakeLists.txt | 5 set(CMAKE_CXX_FLAGS_RELEASE "${LIBFUZZER_FLAGS_BASE} -O0 -fsanitize-coverage=edge,indirect-calls")
|
/external/llvm/test/CodeGen/AArch64/ |
fast-isel-address-extends.ll | 13 define void @EdgeLoop(i32 %dir, i32 %edge, i32 %width, i16* %tmp89, i32 %tmp136, i16 %tmp144) #0 {
|
/external/llvm/test/CodeGen/X86/ |
atom-fixup-lea1.ll | 9 ; corresponding load. The ADD precedes the load by following the loop back edge.
|
misched-aa-mmos.ll | 3 ; This generates a decw instruction, which has two MMOs, and an alias SU edge
|
/external/llvm/test/Transforms/JumpThreading/ |
conservative-lvi.ll | 35 ; arg2neg has an edge back to itself. If LazyValueInfo is not careful when
|
/external/opencv3/doc/py_tutorials/py_imgproc/ |
py_table_of_contents_imgproc.markdown | 36 to find edges with Canny Edge Detection
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/ |
sobel_derivatives.markdown | 26 You can easily notice that in an *edge*, the pixel intensity *changes* in a notorious way. A 30 -# To be more graphical, let's assume we have a 1D-image. An edge is shown by the "jump" in 35 -# The edge "jump" can be seen more easily if we take the first derivative (actually, here appears 121 char* window_name = "Sobel Demo - Simple Edge Detector";
|
/external/opencv3/doc/tutorials/introduction/ios_install/ |
ios_install.markdown | 10 ### Getting the Cutting-edge OpenCV from Git Repository
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2hints.h | 105 * representing an edge. When edges are paired, as from stem hints, the 106 * bottom edge must immediately precede the top edge in the array. 146 CF2_HintRec edge[CF2_MAX_HINT_EDGES]; /* 192 */ member in struct:CF2_HintMapRec_
|
/external/skia/gm/ |
internal_links.cpp | 18 * order for the scrolling to not be blocked by the edge of the document.
|
/external/valgrind/helgrind/tests/ |
hg03_inherit.c | 58 // without a lock and without a dependency edge
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
cb_mem_energy_calc.c | 48 operation on the edge samples */
|
/frameworks/base/core/res/res/values-mcc259-mnc05/ |
config.xml | 27 <item>2</item> <!-- EDGE -->
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListWithNoFadingEdgeTest.java | 45 assertEquals("listview vertical fading edge", 0, mListView.getVerticalFadingEdgeLength());
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
RequestRectangleVisibleWithInternalScrollTest.java | 73 // fading edge)
|
/frameworks/base/graphics/java/android/graphics/ |
BlurMaskFilter.java | 20 * This takes a mask, and blurs its edge by the specified radius. Whether or
|