HomeSort by relevance Sort by last modified time
    Searched defs:Region (Results 26 - 50 of 70) sorted by null

12 3

  /frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 223 /* Memory region definition */
226 LVM_UINT32 Size; /* Region size in bytes */
227 LVM_UINT16 Alignment; /* Region alignment in bytes */
228 LVDBE_MemoryTypes_en Type; /* Region type */
229 void *pBaseAddress; /* Pointer to the region base address */
233 /* Memory table containing the region definitions */
236 LVDBE_MemoryRegion_t Region[LVDBE_NR_MEMORY_REGIONS]; /* One definition for each region */
334 /* region. */
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h 53 #define LVM_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */
54 #define LVM_MEMREGION_PERSISTENT_FAST_DATA 1 /* Offset to the persistent data memory region */
55 #define LVM_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory region */
56 #define LVM_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
151 /* Memory region definition */
154 LVM_UINT32 Size; /* Region size in bytes */
155 LVM_MemoryTypes_en Type; /* Region type */
156 void *pBaseAddress; /* Pointer to the region base address */
160 /* Memory table containing the region definitions */
163 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 96 #define LVEQNB_MEMREGION_INSTANCE 0 /* Offset to the instance memory region */
97 #define LVEQNB_MEMREGION_PERSISTENT_DATA 1 /* Offset to persistent data memory region */
98 #define LVEQNB_MEMREGION_PERSISTENT_COEF 2 /* Offset to persistent coefficient region */
99 #define LVEQNB_MEMREGION_SCRATCH 3 /* Offset to data scratch memory region */
225 /* Memory region definition */
228 LVM_UINT32 Size; /* Region size in bytes */
229 LVM_UINT16 Alignment; /* Region alignment in bytes */
230 LVEQNB_MemoryTypes_en Type; /* Region type */
231 void *pBaseAddress; /* Pointer to the region base address */
235 /* Memory table containing the region definitions *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 123 /* Memory region definition */
126 LVM_UINT32 Size; /* Region size in bytes */
128 LVM_MemoryTypes_en Type; /* Region type */
129 void *pBaseAddress; /* Pointer to the region base address */
133 /* Memory table containing the region definitions */
136 LVM_IntMemoryRegion_t Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 24 import android.graphics.Region;
25 import android.graphics.Region.Op;
309 getScrollY() + getHeight(), Region.Op.INTERSECT);
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 25 import android.graphics.Region;
26 import android.graphics.Region.Op;
333 getScrollY() + getHeight(), Region.Op.INTERSECT);
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 21 import android.graphics.Region;
100 private Region mRegion;
115 // Test Region()
116 new Region();
118 // Test Region(Region)
119 Region oriRegion = new Region();
120 new Region(oriRegion);
122 // Test Region(Rect
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 47 /// Represent a region's offset within the top level base region.
49 /// The base region.
52 /// The bit offset within the base region. It shouldn't be negative.
76 // Base region classes.
144 /// Check if the region is a subregion of the given region.
149 /// \brief If this is a symbolic region, returns the region. Otherwise,
150 /// goes up the base chain looking for the first symbolic base region
    [all...]
  /external/qemu/android/skin/
region.c 12 #include "android/skin/region.h"
53 /* this implementation of regions encodes the the region's spans with the
56 region ::= yband+ YSENTINEL
73 typedef SkinRegion Region;
84 region_isEmpty( Region* r )
90 region_isRect( Region* r )
96 region_isComplex( Region* r )
176 region_edit( Region* r )
369 /* empty region */
765 Region result[1]
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 237 /* Memory table containing the region definitions */
240 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 265 * opaque reference to Region data type
267 typedef struct _XRegion *Region;
381 Region /* r */,
385 extern Region XCreateRegion(
398 Region /* r */
402 Region /* r */
406 Region /* r1 */,
407 Region /* r2 */
517 Region /* sra */,
518 Region /* srb */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 265 * opaque reference to Region data type
267 typedef struct _XRegion *Region;
381 Region /* r */,
385 extern Region XCreateRegion(
398 Region /* r */
402 Region /* r */
406 Region /* r1 */,
407 Region /* r2 */
517 Region /* sra */,
518 Region /* srb */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 265 * opaque reference to Region data type
267 typedef struct _XRegion *Region;
381 Region /* r */,
385 extern Region XCreateRegion(
398 Region /* r */
402 Region /* r */
406 Region /* r1 */,
407 Region /* r2 */
517 Region /* sra */,
518 Region /* srb */
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 334 /// region.
342 // The allocated region symbol tracked by the main analysis.
348 // A symbol from when the primary region should have been reallocated.
751 // Bind the return value to the symbolic value from the heap region.
765 // Fill the region with the initialization value.
768 // Set the region's extent equal to the Size parameter.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 178 // mode. Only create a region if the current value is a NonLoc.
183 // We need to create a region no matter what. For sanity, make sure we don't
184 // try to stuff a Loc into a non-pointer temporary region.
194 // bindings for a base type. Unless we're creating a temporary pointer region,
210 // Create a temporary object region for the inner expression (which may have
217 // put it in a different region to prevent "address leakage" warnings.
476 // primitive load/copy from the base array region.
554 const MemRegion *Region = dest.castAs<loc::MemRegionVal>().getRegion();
558 Region = state->getSVal(Region).getAsRegion()
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 278 struct Region {
279 inline Region() : count(0) { }
283 static Region subtract(const Rect& lhs, const Rect& rhs) {
284 Region reg;
334 const Region& clip);
458 const Region& clip)
462 Region::const_iterator cur = clip.begin();
463 Region::const_iterator end = clip.end();
505 // This was const Region copyBack, but that causes an
507 /*const*/ Region copyBack(Region::subtract(oldDirtyRegion, dirtyRegion))
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 583 typedef struct _XRegion *Region;
585 typedef Region NPRegion;
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1198 milliseconds

12 3