/external/llvm/test/Analysis/RegionInfo/ |
condition_same_exit.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 24 ; STAT: 3 region - The # of regions
|
condition_simple.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 23 ; STAT: 2 region - The # of regions
|
loops_1.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 35 ; STAT: 2 region - The # of regions
|
nested_loops.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 28 ; STAT: 2 region - The # of regions
|
/external/llvm/utils/vim/ |
tablegen.vim | 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline 26 syn region tgCode start=/\[{/ end=/}\]/ 31 syn region tgComment2 matchgroup=tgComment2 start=+/\*+ end=+\*/+ contains=tgTodo,tgComment2
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_GetMemoryTable.c | 153 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Size = InstAlloc_GetTotal(&SlowData); 154 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Type = LVM_PERSISTENT_SLOW_DATA; 155 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; 181 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Size = InstAlloc_GetTotal(&FastData); 182 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Type = LVM_PERSISTENT_FAST_DATA; 183 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; 190 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Size = InstAlloc_GetTotal(&FastCoef); 191 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Type = LVM_PERSISTENT_FAST_COEF; 192 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; 225 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&Temporary) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/ |
omxVCCOMM_ExpandFrame_I_s.s | 86 ;// Copy top and bottom region of the plane as follows 87 ;// top region = top row elements from the frame 88 ;// bottom region = last row elements from the frame 166 ;// Copy top-left and top-right region of the plane as follows 167 ;// top-left region = top-left corner pixel from the frame 168 ;// top-right region = top-right corner pixel from the frame 185 ;// Copy left and right region of the plane as follows 186 ;// Left region = copy the row with left start pixel from the frame 187 ;// Right region = copy the row with right end pixel from the frame 206 ;// Copy bottom-left and bottom-right region of the plane as follow [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
ia64-2.cpp | 2 // This testcase failed on IA-64, where end of an EH region ended 4 // slot of .bbb/.mbb bundles and EH region end right after it). 6 // unwinding the call was considered to be outside of the EH region
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
ia64-2.cpp | 2 // This testcase failed on IA-64, where end of an EH region ended 4 // slot of .bbb/.mbb bundles and EH region end right after it). 6 // unwinding the call was considered to be outside of the EH region
|
/packages/apps/Mms/src/com/android/mms/ui/ |
AdaptableSlideViewInterface.java | 25 * Set the display region of the text view. 29 * Set the display region of the image view. 33 * Set the display region of the video view.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PostalSplitter.java | 37 public String region; field in class:PostalSplitter.Postal 46 region = values.getAsString(StructuredPostal.REGION); 56 values.put(StructuredPostal.REGION, region); 87 postal.region, postal.postcode, postal.country 104 final boolean hasRegion = !TextUtils.isEmpty(postal.region); 109 // Second block: [region][ ][city][ ][neighborhood] 133 builder.append(postal.region); 170 final boolean hasRegion = !TextUtils.isEmpty(postal.region); [all...] |
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
PhoneNumberOfflineGeocoder.java | 75 int prefixMapKey, String language, String script, String region) { 76 String fileName = mappingFileProvider.getFileName(prefixMapKey, language, script, region); 138 * Returns the customary display name in the given language for the given region. 173 * region of the user. If the phone number is from the same region as the user, only a lower-level 174 * description will be returned, if one exists. Otherwise, the phone number's region will be 177 * <p>For example, for a user from the region "US" (United States), we would show "Mountain View, 179 * the United Kingdom (region "GB"), for the same number we may show "Mountain View, CA, United 186 * @param userRegion the region code for a given user. This region will be omitted from th [all...] |
/external/icu4c/common/ |
loclikely.cpp | 117 * Create a tag string from the supplied parameters. The lang, script and region 121 * If any of the language, script or region parameters are empty, and the alternateTags 122 * parameter is not NULL, it will be parsed for potential language, script and region tags 140 * @param region The region tag to use. 141 * @param regionLength The length of the region tag. 156 const char* region, 179 * script and region code without worrying about overrunning 277 region, 286 * Parse the alternateTags string for the region 858 char region[ULOC_COUNTRY_CAPACITY]; local 965 char region[ULOC_COUNTRY_CAPACITY]; local [all...] |
/system/extras/ext4_utils/ |
allocate.c | 27 struct region *first; 28 struct region *last; 29 struct region *iter; 38 struct region { struct 42 struct region *next; 43 struct region *prev; 102 static void region_list_remove(struct region_list *list, struct region *reg) 120 static void region_list_append(struct region_list *list, struct region *reg) 137 static void dump_starting_from(struct region *reg) 160 struct region *reg [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
NinePatchTest.java | 31 import android.graphics.Region; 166 Region region = mNinePatch.getTransparentRegion(location); local 167 assertNull(region); 176 region = mNinePatch.getTransparentRegion(location); 177 assertNotNull(region); 178 Rect regionBounds = region.getBounds(); 182 region = mNinePatch.getTransparentRegion(location); 183 assertNotNull(region); 184 regionBounds = region.getBounds() [all...] |
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
gralloc_cb.h | 86 int fd; // ashmem fd (-1 of ashmem region did not allocated, i.e. no SW access needed) 97 int ashmemSize; // ashmem region size for the buffer (0 unless is HW_FB buffer or 99 int ashmemBase; // CPU address of the mapped ashmem region 100 int ashmemBasePid; // process id which mapped the ashmem region 102 int lockedLeft; // region of buffer locked for s/w write
|
/external/qemu/android/skin/ |
region.h | 26 /* finalize region, then copy src into it */ 53 /* performs r = (intersect r r2), returns true if the resulting region 58 /* performs r = (intersect r (region+_from_rect rect)), returns true iff 59 the resulting region is not empty */ 98 SkinRegion* region; member in struct:SkinRegionIterator
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ClipRegion2Activity.java | 22 import android.graphics.Region; 51 private final Region mRegion = new Region(); 74 Region.Op.REPLACE); 76 Region.Op.DIFFERENCE);
|
/external/ceres-solver/internal/ceres/ |
trust_region_strategy.h | 42 // Interface for classes implementing various trust region strategies 45 // The object is expected to maintain and update a trust region 46 // radius, which it then uses to solve for the trust region step using 49 // Here the term trust region radius is used loosely, as the strategy 51 // the LevenbergMarquardtStrategy uses the inverse of the trust region 67 // Linear solver used for actually solving the trust region step. 96 // If the trust region problem is, 116 // Use the current radius to solve for the trust region step. 124 // decrease in the trust region model is step_quality. 129 // decrease in the trust region model is step_quality [all...] |
/external/smack/src/org/xbill/DNS/ |
DNSInput.java | 58 * @param len The number of bytes in the active region. 59 * @throws IllegalArgumentException The number of bytes in the active region 66 "region past end of input"); 72 * Clears the active region of the string. Further operations are not 81 * Returns the position of the end of the current active region. 89 * Restores the previously set active region. This differs from setActive() in 92 * @param pos The end of the active region. 98 "region past end of input"); 105 * and clears the active region. 121 * the end of the active region are saved [all...] |
/frameworks/base/libs/hwui/ |
Snapshot.h | 24 #include <ui/Region.h> 55 * Indicates that the clip region was modified. When this 97 * Modifies the current clip with the specified region and operation. 98 * The specified region is considered already transformed. 100 bool clipRegionTransformed(const SkRegion& region, SkRegion::Op op); 204 * Current clip region. The clip is stored in canvas-space coordinates, 207 * This is a reference to a region owned by this snapshot or another 213 * The ancestor layer's dirty region. 215 * This is a reference to a region owned by a layer. This pointer must 218 Region* region member in class:android::uirenderer::Snapshot [all...] |
/frameworks/compile/mclinker/include/mcld/Support/ |
MemoryRegion.h | 57 /// Create - To wrap a piece of memory and to create a new region. 58 /// This function wraps a piece of memory and to create a new region. Region 65 /// Create - To wrap a piece of memory and to create a new region. 66 /// This function wraps a piece of memory and to create a new region. Region 70 /// parent of the region. pSpace is a memory counting container. It remembers 71 /// the number of regions in it. A space which has no region will be removed 75 /// region used it. 82 /// Destroy - To destroy the region [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
SurfaceViewTest.java | 24 import android.graphics.Region; 89 Region region = new Region(); local 90 region.set(left, top, right, bottom); 91 assertTrue(mMockSurfaceView.gatherTransparentRegion(region)); 94 assertFalse(mMockSurfaceView.gatherTransparentRegion(region));
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Regions.java | 62 private void drawRgn(Canvas canvas, int color, String str, Region.Op op) { 68 Region rgn = new Region(); 106 drawRgn(canvas, Color.RED, "Union", Region.Op.UNION); 111 drawRgn(canvas, Color.BLUE, "Xor", Region.Op.XOR); 116 drawRgn(canvas, Color.GREEN, "Difference", Region.Op.DIFFERENCE); 121 drawRgn(canvas, Color.WHITE, "Intersect", Region.Op.INTERSECT);
|
/external/clang/test/Analysis/ |
array-struct.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core.CastToStruct -analyzer-store=region -analyzer-constraints=range -verify %s 63 // Test if RegionStore::EvalBinOp converts the alloca region to element 64 // region. 95 // Retrieve the default value of element/field region. 117 // building: a->e, e->d. Only then 'a' could be added to live region roots. 149 // Current cast logic of region store mistakenly leaves the final result region
|