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

1 2 3 4 5 67 8 91011>>

  /external/clang/test/Analysis/
func.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection -analyzer-store=region -verify %s
misc-ps-arm.m 1 // RUN: %clang_cc1 -triple thumbv7-apple-ios0.0.0 -analyze -analyzer-checker=core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks -Wno-objc-root-class %s
misc-ps-region-store-i386.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -fblocks %s
misc-ps-region-store-x86_64.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -fblocks %s
no-exit-cfg.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
rdar-6442306-1.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core %s -analyzer-store=region -verify
rdar-6600344-nil-receiver-undefined-struct-ret.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -verify -Wno-objc-root-class %s
rdar-7168531.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -analyzer-store=region %s
region-store.c 6 // Testing core functionality of the region store.
  /external/llvm/test/Analysis/RegionInfo/
block_sort.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
36 ; STAT: 2 region - The # of regions
37 ; STAT: 1 region - The # of simple regions
mix_1.ll 5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
6 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
57 ; STAT: 5 region - The # of regions
58 ; STAT: 1 region - The # of simple regions
paper.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
45 ; STAT: 4 region - The # of regions
46 ; STAT: 1 region - The # of simple regions
  /external/openfst/src/include/fst/
mapped-file.h 32 // A memory region is a simple abstraction for allocated memory or data from
33 // mmap'ed files. If mmap equals NULL, then data represents an owned region of
35 // casted pointer to a region contained within [mmap, mmap + size).
76 explicit MappedFile(const MemoryRegion &region);
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 3 Access not within mapped region at address 0x........
supp_unknown.stderr.exp-kfail 3 Access not within mapped region at address 0x........
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 4 Access not within mapped region at address 0x........
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 57 #define LVDBE_MEMREGION_INSTANCE 0 /* Offset to the instance memory region */
58 #define LVDBE_MEMREGION_PERSISTENT_DATA 1 /* Offset to persistent data memory region */
59 #define LVDBE_MEMREGION_PERSISTENT_COEF 2 /* Offset to persistent coefficient region */
60 #define LVDBE_MEMREGION_SCRATCH 3 /* Offset to data scratch memory region */
  /frameworks/base/graphics/java/android/graphics/
Region.aidl 20 parcelable Region;
  /frameworks/base/services/java/com/android/server/input/
InputWindowHandle.java 19 import android.graphics.Region;
62 // Window touchable region.
63 public final Region touchableRegion = new Region();
  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 51 MemoryRegion* region = area->request(0, 4096); local
52 MCRegionFragment *frag = new MCRegionFragment(*region);
66 MemoryRegion* region = area->request(0, 4096); local
67 llvm::MCFragment *frag = new MCRegionFragment(*region);
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 23 #include <ui/Region.h>
48 // region in layer-stack space
49 mutable Region dirtyRegion;
50 // region in screen space
51 mutable Region swapRegion;
52 // region in screen space
53 Region undefinedRegion;
93 void flip(const Region& dirty) const;
105 Region getDirtyRegion(bool repaintEverything) const;
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 211 mat1.region(1, 10);
212 assertTrue("Should find given pattern in region of string", mat1.lookingAt());
271 mat3.region(7, 10);
272 assertFalse(mat3.find()); // No "new" in the region.
274 assertTrue(mat3.find(3)); // find(int) ignores the region.
275 assertTrue(mat3.find(6)); // find(int) ignores the region.
278 mat3.region(1, 4);
279 assertFalse(mat3.find()); // No "new" in the region.
280 assertTrue(mat3.find(5)); // find(int) ignores the region.
342 m.region(0, 15)
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
TextModel.java 37 public TextModel(Context context, String contentType, String src, RegionModel region) {
38 this(context, contentType, src, CharacterSets.UTF_8, new byte[0], region);
42 int charset, byte[] data, RegionModel region) {
44 data != null ? data : new byte[0], region);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 1 /* $Xorg: region.h,v 1.4 2001/02/09 02:03:40 xorgcvs Exp $ */
73 * clip region
81 } REGION;
84 * typedef struct _XRegion *Region;
89 * Remember, x2 and y2 are not in the region
98 * update region extents
112 * Check to see if there is enough memory in the present region.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 1 /* $Xorg: region.h,v 1.4 2001/02/09 02:03:40 xorgcvs Exp $ */
73 * clip region
81 } REGION;
84 * typedef struct _XRegion *Region;
89 * Remember, x2 and y2 are not in the region
98 * update region extents
112 * Check to see if there is enough memory in the present region.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */

Completed in 2878 milliseconds

1 2 3 4 5 67 8 91011>>