HomeSort by relevance Sort by last modified time
    Searched full:region (Results 251 - 275 of 2490) sorted by null

<<11121314151617181920>>

  /external/clang/test/Analysis/
undef-buffers.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.unix,core.uninitialized -analyzer-store=region -verify %s
new-with-exceptions.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-store region -std=c++11 -fexceptions -fcxx-exceptions -verify -DEXCEPTIONS %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-store region -std=c++11 -verify %s
no-outofbounds.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,alpha.unix,alpha.security.ArrayBound -analyzer-store=region -verify %s
28 struct vec *a = malloc(sizeof(struct vec) + 10); // expected-warning {{Cast a region whose size is not a multiple of the destination type size}}
pr_4164.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
31 // an ElementRegion that just layers on top of another typed region and the
unions-region.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-constraints=range %s -verify
4 //===-- unions-region.m ---------------------------------------------------===//
  /external/compiler-rt/lib/asan/lit_tests/Linux/
malloc_delete_mismatch.cc 22 // CHECK: is located 0 bytes inside of 10-byte region
  /external/oprofile/daemon/
opd_anon.h 3 * Anonymous region handling.
  /external/webkit/Source/WebCore/platform/gtk/
GtkPluginWidget.cpp 91 event->expose.region = gdk_region_rectangle(&event->expose.area);
93 event->expose.region = cairo_region_create_rectangle(&event->expose.area);
105 if (!gdk_region_empty(event->expose.region))
107 if (!cairo_region_is_empty(event->expose.region))
  /frameworks/base/core/jni/android/graphics/
Region.h 25 /* Gets the underlying SkRegion from a Region object. */
  /frameworks/base/core/jni/
android_os_MemoryFile.cpp 79 jniThrowException(env, "java/io/IOException", "ashmem region was purged");
98 jniThrowException(env, "java/io/IOException", "ashmem region was purged");
122 // Use ASHMEM_GET_SIZE to find out if the fd refers to an ashmem region.
129 // i.e., it is not an ashmem region.
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 30 * LargeBitmap can be used to decode a rectangle region from an image.
36 * to get a decoded Bitmap of the specified region.
54 * Decodes a rectangle region in the image specified by rect.
56 * @param rect The rectangle that specified the region to be decode.
  /frameworks/compile/mclinker/unittests/
FragmentRefTest.cpp 51 MemoryRegion* region = area->request(0, 4096); local
52 RegionFragment *frag = new RegionFragment(*region);
55 ASSERT_EQ('H', region->getBuffer()[0]);
56 ASSERT_TRUE(4096 == region->size());
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 27 * region of file to memory.
31 * Once created, the mapping between the byte buffer and the file region remains
35 * inaccessible at any time, since the mapped file region can be modified by
118 // actually correspond to an mmap(2)ed region.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 162 /// Make a unique symbol for value of region.
163 DefinedOrUnknownSVal getRegionValueSymbolVal(const TypedValueRegion *region);
185 /// \brief Conjure a symbol representing heap allocated memory region.
193 SymbolRef parentSymbol, const TypedValueRegion *region);
196 const void *symbolTag, const MemRegion *region,
209 const TypedValueRegion *region) {
211 BasicVals.getLazyCompoundValData(store, region));
296 Loc makeLoc(const MemRegion* region) {
297 return loc::MemRegionVal(region);
308 /// Return a memory region for the 'this' object reference
    [all...]
Store.h 45 /// MRMgr - Manages region objects associated with this StoreManager.
120 // region extents directly.
122 const MemRegion *region,
146 /// - We don't know (base is a symbolic region and we don't have
155 /// a MemRegion* to a specific location type. 'R' is the region being
157 const MemRegion *castRegion(const MemRegion *region, QualType CastToTy);
163 const MemRegion *region) const = 0;
208 /// Finds the transitive closure of symbols within the given region.
221 const MemRegion *region, SVal val) = 0;
248 /// as another region
    [all...]
  /external/clang/lib/StaticAnalyzer/
README.txt 73 in the CFG, we create a temporary object as the destination region that
76 In ExprEngine::processCallExit(), we always bind the object region to the
79 bind the variable region to the lazy compound value. If the variable
80 is a reference, just use the object region as the initilizer value.
82 Before entering a C++ method (or ctor/dtor), the 'this' region is bound
83 to the object region. In ctors, we synthesize 'this' region with
85 synthesize 'this' region with CXXMethodDecl*, which has getThisType()
87 'this' region in one method and unqualified 'this' region in anothe
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
Region_OpTest.java 19 import android.graphics.Region;
20 import android.graphics.Region.Op;
  /development/ndk/platforms/android-3/include/linux/
ioport.h 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
  /external/v8/test/mjsunit/regress/
regress-94425.js 42 // object crosses region boundary.
45 // Do a GC to verify region dirty marks.
  /external/v8/tools/oom_dump/
oom_dump.cc 60 u_int32_t ReadPointedValue(MinidumpMemoryRegion* region,
64 CHECK(region->GetMemoryAtAddress(base + 4 * offset, &ptr));
66 CHECK(region->GetMemoryAtAddress(ptr, &value));
71 void ReadArray(MinidumpMemoryRegion* region,
77 CHECK(region->GetMemoryAtAddress(array_ptr + 4 * i, &value));
83 u_int32_t ReadArrayFrom(MinidumpMemoryRegion* region,
89 CHECK(region->GetMemoryAtAddress(base + 4 * offset, &ptr));
90 ReadArray(region, ptr, size, output);
  /external/webkit/Source/JavaScriptCore/API/
JSBasePrivate.h 42 owns a large non-GC memory region. Calling this function will encourage the
44 region.
  /frameworks/base/core/tests/coretests/src/android/text/
SpannableTest.java 38 // Empty spans are included when they merely abut the query region
39 // but other spans are not, unless the query region is empty, in
  /frameworks/base/libs/hwui/
Layer.h 24 #include <ui/Region.h>
66 * Sets this layer's region to a rectangle. Computes the appropriate
70 const android::Rect& bounds = region.getBounds();
295 * Dirty region indicating what parts of the layer
298 Region region; member in struct:android::uirenderer::Layer
300 * If the region is a rectangle, coordinates of the
301 * region are stored here.
  /hardware/qcom/media/mm-core/inc/
OMX_ContentPipe.h 81 CP_OriginKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
82 CP_OriginVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
93 CP_AccessKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
94 CP_AccessVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
115 CP_CheckBytesKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
116 CP_CheckBytesVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
127 CP_EventKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
128 CP_EventVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 81 CP_OriginKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
82 CP_OriginVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
93 CP_AccessKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
94 CP_AccessVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
115 CP_CheckBytesKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
116 CP_CheckBytesVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
127 CP_EventKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
128 CP_EventVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */

Completed in 2058 milliseconds

<<11121314151617181920>>