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

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c 89 StartAddr = (LVM_UINT32)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress;
95 StartAddr = (LVM_UINT32)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress;
101 StartAddr = (LVM_UINT32)pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress;
107 StartAddr = (LVM_UINT32)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress;
150 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Size = InstAlloc_GetTotal(&pms[LVM_PERSISTENT_SLOW_DATA]);
151 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Type = LVM_PERSISTENT_SLOW_DATA;
152 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL;
156 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Size = InstAlloc_GetTotal(&pms[LVM_PERSISTENT_FAST_DATA]);
157 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Type = LVM_PERSISTENT_FAST_DATA;
158 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL
    [all...]
  /external/clang/test/Analysis/
casts.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
5 // Test if the 'storage' region gets properly initialized after it is cast to
37 tbool = (int *)pval; // use the cast-to type 'int *' to create element region.
39 if (*tbool == -1) // here load the element region with the correct type 'int'
47 ch = *p++; // use cast-to type 'unsigned char' to create element region.
81 if ((*((void**)&p)) == (void*)0) // Test that the cast to void preserves the symbolic region.
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 217 CS_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
219 CS_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size);
220 if (CS_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size > AlgScratchSize) AlgScratchSize = CS_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size;
250 DBE_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
252 DBE_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size);
253 if (DBE_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size > AlgScratchSize) AlgScratchSize = DBE_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size;
284 EQNB_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
286 EQNB_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mtrr.h 34 unsigned int size; /* Size of region */
35 unsigned int type; /* Type of region */
48 unsigned int size; /* Size of region */
49 unsigned int type; /* Type of region */
57 unsigned int size; /* Size of region */
59 unsigned int type; /* Type of region */
75 /* These are the region types */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mtrr.h 34 unsigned int size; /* Size of region */
35 unsigned int type; /* Type of region */
48 unsigned int size; /* Size of region */
49 unsigned int type; /* Type of region */
57 unsigned int size; /* Size of region */
59 unsigned int type; /* Type of region */
75 /* These are the region types */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mtrr.h 34 unsigned int size; /* Size of region */
35 unsigned int type; /* Type of region */
48 unsigned int size; /* Size of region */
49 unsigned int type; /* Type of region */
57 unsigned int size; /* Size of region */
59 unsigned int type; /* Type of region */
75 /* These are the region types */
  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.cc 21 void SetRegionUnionWithPoint(int i, int j, GdkRegion* region) {
23 gdk_region_union_with_rect(region, &rect);
67 GdkRegion* region = gdk_region_rectangle(&rect0); local
68 gdk_region_union_with_rect(region, &rect1);
75 SetRegionUnionWithPoint(i, j, region);
84 SetRegionUnionWithPoint(i, j, region);
93 SetRegionUnionWithPoint(i, j, region);
102 SetRegionUnionWithPoint(i, j, region);
107 gdk_window_shape_combine_region(window_contents()->window, region,
109 gdk_region_destroy(region);
    [all...]
  /frameworks/native/libs/ui/tests/
Region_test.cpp 20 #include <ui/Region.h>
33 void verifyNoTJunctions(const Region& r) {
48 void checkTJunctionFreeFromRegion(const Region& original, int expectedCount = -1) {
49 Region modified = Region::createTJunctionFreeRegion(original);
59 Region r;
77 Region r;
85 Region r;
123 Region r;
139 Region r
    [all...]
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 150 OMX_COLOR_FormatKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
151 OMX_COLOR_FormatVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
211 OMX_ImageFilterKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
212 OMX_ImageFilterVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
297 OMX_ColorBlendKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
298 OMX_ColorBlendVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
372 OMX_MirrorKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
373 OMX_MirrorVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
489 OMX_WhiteBalControlKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
490 OMX_WhiteBalControlVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions *
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_IVCommon.h 133 OMX_COLOR_FormatKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
134 OMX_COLOR_FormatVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
182 OMX_ImageFilterKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
183 OMX_ImageFilterVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
268 OMX_ColorBlendKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
269 OMX_ColorBlendVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
343 OMX_MirrorKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
344 OMX_MirrorVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
460 OMX_WhiteBalControlKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
461 OMX_WhiteBalControlVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions *
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 133 OMX_COLOR_FormatKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
134 OMX_COLOR_FormatVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
182 OMX_ImageFilterKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
183 OMX_ImageFilterVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
268 OMX_ColorBlendKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
269 OMX_ColorBlendVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
343 OMX_MirrorKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
344 OMX_MirrorVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
460 OMX_WhiteBalControlKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
461 OMX_WhiteBalControlVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions *
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_IVCommon.h 133 OMX_COLOR_FormatKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
134 OMX_COLOR_FormatVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
182 OMX_ImageFilterKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
183 OMX_ImageFilterVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
268 OMX_ColorBlendKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
269 OMX_ColorBlendVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
343 OMX_MirrorKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
344 OMX_MirrorVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
460 OMX_WhiteBalControlKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
461 OMX_WhiteBalControlVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions *
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 133 OMX_COLOR_FormatKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
134 OMX_COLOR_FormatVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
182 OMX_ImageFilterKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
183 OMX_ImageFilterVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
268 OMX_ColorBlendKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
269 OMX_ColorBlendVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
343 OMX_MirrorKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
344 OMX_MirrorVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
460 OMX_WhiteBalControlKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
461 OMX_WhiteBalControlVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 133 OMX_COLOR_FormatKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
134 OMX_COLOR_FormatVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
182 OMX_ImageFilterKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
183 OMX_ImageFilterVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
268 OMX_ColorBlendKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
269 OMX_ColorBlendVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
343 OMX_MirrorKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
344 OMX_MirrorVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
460 OMX_WhiteBalControlKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
461 OMX_WhiteBalControlVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions *
    [all...]
  /external/qemu/android/skin/
composer.c 20 /* recompute region if needed */
29 skin_region_reset(p->any.region);
37 skin_region_union( p->any.region, r );
44 /* return region in 'region' */
46 skin_plate_get_region( SkinPlate* p, SkinRegion* region )
51 skin_region_init_copy( region, p->any.region );
55 /* recompute opaque region is needed */
78 /* return opaque pixels region */
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PostalSplitterForJapaneseTest.java 48 private static final String REGION = "\u6771\u4EAC\u90FD";
83 assertJoinedPostal(POSTCODE + "\n" + REGION + " " + CITY + "\n" + STREET,
84 STREET, null, null, CITY, REGION, POSTCODE, null);
88 assertJoinedPostal(POSTCODE + "\n" + REGION + "\n" + STREET,
89 STREET, null, null, REGION, null, POSTCODE, null);
99 assertJoinedPostal(REGION + " " + CITY + "\n" + STREET,
100 STREET, null, null, CITY, REGION, null, null);
102 assertJoinedPostal(COUNTRY + "\n" + REGION + " " + CITY + "\n" + STREET,
103 STREET, null, null, CITY, REGION, null, COUNTRY);
115 String neighborhood, String city, String region, String postcode, String country)
    [all...]
  /external/llvm/lib/Analysis/
RegionPass.cpp 1 //===- RegionPass.cpp - Region Pass and Region Pass Manager ---------------===//
10 // This file implements RegionPass and RGPassManager. All region optimization
39 static void addRegionIntoQueue(Region *R, std::deque<Region *> &RQ) {
41 for (Region::iterator I = R->begin(), E = R->end(); I != E; ++I)
66 for (std::deque<Region *>::const_iterator I = RQ.begin(), E = RQ.end();
68 Region *R = *I;
82 // Run all passes on the current Region.
106 // Manually check that this region is still healthy. This is don
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionPass.h 10 // This file defines the RegionPass class. All region based analysis,
31 /// @brief A pass that runs on each Region in a function.
42 /// @brief Run the pass on a specific Region
44 /// Accessing regions not contained in the current region is not allowed.
46 /// @param R The region this pass is run on.
49 /// @return True if the pass modifies this Region.
50 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
52 /// @brief Get a pass to print the LLVM IR in the region.
54 /// @param O The ouput stream to print the Region.
57 /// @return The pass to print the LLVM IR in the region
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Init.c 80 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].Size = (LVM_UINT32)sizeof(LVCS_Instance_t);
81 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].Type = LVCS_PERSISTENT;
82 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL;
87 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].Size = (LVM_UINT32)sizeof(LVCS_Data_t);
88 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].Type = LVCS_DATA;
89 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL;
94 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].Size = (LVM_UINT32)sizeof(LVCS_Coefficient_t);
95 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].Type = LVCS_COEFFICIENT;
96 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL;
102 pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].Size = ScratchSize
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 170 public void setSourceRegion(Quad region) {
171 setSourceRegion(region.p0.x, region.p0.y,
172 region.p1.x, region.p1.y,
173 region.p2.x, region.p2.y,
174 region.p3.x, region.p3.y);
177 public void setTargetRegion(Quad region) {
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 37 /* The type of an exception region. */
62 region type is used in C++ to surround destructors being run inside a
63 CLEANUP region. This differs from an ALLOWED_EXCEPTIONS region with
72 /* A landing pad for a given exception region. Any transfer of control
77 /* The linked list of all landing pads associated with the region. */
80 /* The region with which this landing pad is associated. */
81 struct eh_region_d *region; variable in typeref:struct:eh_region_d
99 /* A catch handler associated with an ERT_TRY region. */
103 /* The double-linked list of all catch handlers for the region. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 37 /* The type of an exception region. */
62 region type is used in C++ to surround destructors being run inside a
63 CLEANUP region. This differs from an ALLOWED_EXCEPTIONS region with
72 /* A landing pad for a given exception region. Any transfer of control
77 /* The linked list of all landing pads associated with the region. */
80 /* The region with which this landing pad is associated. */
81 struct eh_region_d *region; variable in typeref:struct:eh_region_d
99 /* A catch handler associated with an ERT_TRY region. */
103 /* The double-linked list of all catch handlers for the region. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 37 /* The type of an exception region. */
62 region type is used in C++ to surround destructors being run inside a
63 CLEANUP region. This differs from an ALLOWED_EXCEPTIONS region with
72 /* A landing pad for a given exception region. Any transfer of control
77 /* The linked list of all landing pads associated with the region. */
80 /* The region with which this landing pad is associated. */
81 struct eh_region_d *region; variable in typeref:struct:eh_region_d
99 /* A catch handler associated with an ERT_TRY region. */
103 /* The double-linked list of all catch handlers for the region. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 37 /* The type of an exception region. */
62 region type is used in C++ to surround destructors being run inside a
63 CLEANUP region. This differs from an ALLOWED_EXCEPTIONS region with
72 /* A landing pad for a given exception region. Any transfer of control
77 /* The linked list of all landing pads associated with the region. */
80 /* The region with which this landing pad is associated. */
81 struct eh_region_d *region; variable in typeref:struct:eh_region_d
99 /* A catch handler associated with an ERT_TRY region. */
103 /* The double-linked list of all catch handlers for the region. *
    [all...]
  /frameworks/native/include/private/ui/
RegionHelper.h 49 struct region { struct in class:android::region_operator
54 inline region(const region& rhs) function in struct:android::region_operator::region
56 inline region(RECT const* r, size_t c) function in struct:android::region_operator::region
58 inline region(RECT const* r, size_t c, TYPE dx, TYPE dy) function in struct:android::region_operator::region
69 inline region_operator(int op, const region& lhs, const region& rhs)
161 region lhs;
162 region rhs;
165 inline Spanner(const region& lhs, const region& rhs
    [all...]

Completed in 2459 milliseconds

1 23 4 5 6 7 8 91011>>