HomeSort by relevance Sort by last modified time
    Searched refs:Region (Results 101 - 125 of 336) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 35 /// \brief A region of source code that can be mapped to a counter.
39 /// \brief The region's starting location.
42 /// \brief The region's ending location.
59 assert(LocStart && "Region has no start location");
68 assert(LocEnd && "Region has no end location");
74 /// coverage mapping region builders.
157 for (const auto &Region : SourceRegions) {
158 SourceLocation Loc = Region.getStartLoc();
221 "region spans multiple files");
230 auto Region = CounterMappingRegion::makeSkipped
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 24 import android.graphics.Region;
90 Region region = new Region(); local
91 region.set(left, top, right, bottom);
92 assertTrue(mMockSurfaceView.gatherTransparentRegion(region));
95 assertFalse(mMockSurfaceView.gatherTransparentRegion(region));
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 40 SymbolRef Region;
44 Region(R) {}
48 Region == X.Region);
53 ID.AddPointer(Region);
125 R->markInteresting(AP.second->Region);
130 /// region.
134 // The allocated region symbol tracked by the main analysis.
250 // Report deallocator mismatch. Remove the region from tracking - reporting a
300 if (!definitelyReturnedError(AS->Region, State, C.getSValBuilder()))
    [all...]
DynamicTypeChecker.cpp 58 // The tracked region.
169 const MemRegion *Region = C.getSVal(CE).getAsRegion();
170 if (!Region)
174 DynamicTypeInfo DynTypeInfo = getDynamicTypeInfo(State, Region);
208 reportTypeError(DynType, StaticType, Region, CE, C);
  /external/drm_hwcomposer/
drmdisplaycompositor.h 48 struct Region {
60 const std::vector<Region> &regions() const {
81 std::vector<Region> regions_;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetPropertyFix.java 28 import org.eclipse.jface.text.Region;
42 private Region mSelect;
94 IndexedRegion region = (IndexedRegion) attr; local
95 int offset = region.getStartOffset();
100 mSelect = new Region(offset, proposal.length());
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 23 import android.graphics.Region;
70 * of the display's overlay region.
152 void setTransparentRegion(IWindow window, in Region region);
165 in Rect visibleInsets, in Region touchableRegion);
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 32 : Region(std::move(R)), FinalPath(Path), TempPath(TmpPath) {}
106 Region.reset();
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 249 * Returns a {@link Region} representing the parts of the NinePatch that are
254 * @return null if the NinePatch has no transparent region to
255 * report, else a {@link Region} holding the parts of the specified bounds
258 public final Region getTransparentRegion(Rect bounds) {
260 return r != 0 ? new Region(r) : null;
  /frameworks/native/include/gui/
SurfaceControl.h 29 #include <ui/Region.h>
70 status_t setTransparentRegionHint(const Region& transparent);
IGraphicBufferProducer.h 31 #include <ui/Region.h>
338 const Region& getSurfaceDamage() const { return surfaceDamage; }
339 void setSurfaceDamage(const Region& damage) { surfaceDamage = damage; }
350 Region surfaceDamage;
  /frameworks/native/include/private/gui/
LayerState.h 25 #include <ui/Region.h>
101 Region transparentRegion;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 37 class Region;
74 void fillRegionWithColor(const Region& region, uint32_t height,
  /packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java 22 import android.graphics.Region;
119 public Region getTransparentRegion() {
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationController.java 34 import android.graphics.Region;
86 private final Region mMagnificationRegion = Region.obtain();
119 * Start tracking the magnification region for services that control magnification and the
140 * Stop requiring tracking the magnification region. We may remain registered while we
183 * Update our copy of the current magnification region
185 * @param magnified the magnified region
187 * the region bounds, {@code false} to leave them as-is
189 private void onMagnificationRegionChanged(Region magnified, boolean updateSpec) {
226 * Returns whether the magnification region contains the specifie
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 573 if (MemTab.Region[i].Size != 0){
574 if (MemTab.Region[i].pBaseAddress != NULL){
575 ALOGV("\tfree() - START freeing %" PRIu32 " bytes for region %u at %p\n",
576 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress);
578 free(MemTab.Region[i].pBaseAddress);
580 ALOGV("\tfree() - END freeing %" PRIu32 " bytes for region %u at %p\n",
581 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress);
584 "for region %u at %p ERROR\n"
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyMetaInfo.java 73 // priorities in order within region. This means we don't need
80 if (filter.region != null) {
81 needed |= Region;
94 if (filter.region != null) {
95 ICUResourceBundle b = regionInfo.findWithFallback(filter.region);
112 String region = b.getKey(); local
113 if (needed == Region) {
162 collector.collect(region, currency, from, to, i, tender);
198 // Data is already unique by region/priority, so we don't need to be concerned
202 public void collect(String region, String currency, long from, long to, int priority, boolean tender)
    [all...]
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyMetaInfo.java 71 // priorities in order within region. This means we don't need
78 if (filter.region != null) {
79 needed |= Region;
92 if (filter.region != null) {
93 ICUResourceBundle b = regionInfo.findWithFallback(filter.region);
110 String region = b.getKey(); local
111 if (needed == Region) {
160 collector.collect(region, currency, from, to, i, tender);
196 // Data is already unique by region/priority, so we don't need to be concerned
200 public void collect(String region, String currency, long from, long to, int priority, boolean tender)
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
TextureUnpacker.java 22 import com.badlogic.gdx.graphics.g2d.TextureAtlas.TextureAtlasData.Region;
89 for (Region region : atlas.getRegions()) {
90 System.out.println(String.format("Processing image for %s: x[%s] y[%s] w[%s] h[%s], rotate[%s]", region.name,
91 region.left, region.top, region.width, region.height, region.rotate));
93 // check if the page this region is in is currently loaded in a Buffered Imag
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h 54 #define LVM_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */
55 #define LVM_MEMREGION_PERSISTENT_FAST_DATA 1 /* Offset to the persistent data memory region */
56 #define LVM_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory region */
57 #define LVM_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
152 /* Memory region definition */
155 LVM_UINT32 Size; /* Region size in bytes */
156 LVM_MemoryTypes_en Type; /* Region type */
157 void *pBaseAddress; /* Pointer to the region base address */
161 /* Memory table containing the region definitions */
164 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 93 /* Memory table containing the region definitions */
96 LVM_MemoryRegion_st Region[LVREV_NR_MEMORY_REGIONS]; /* One definition for each region */
191 /* region base addresses in the memory table before calling this function. */
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 89 /* Memory region definition */
92 LVM_UINT32 Size; /* Region size in bytes */
93 LVPSA_MemoryTypes_en Type; /* Region type */
94 void *pBaseAddress; /* Pointer to the region base address */
97 /* Memory table containing the region definitions */
100 LVPSA_MemoryRegion_t Region[LVPSA_NR_MEMORY_REGIONS];/* One definition for each region */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 81 #define LVCS_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */
82 #define LVCS_MEMREGION_PERSISTENT_FAST_DATA 1 /* Offset to the persistent data memory region */
83 #define LVCS_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory region */
84 #define LVCS_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
182 /* Memory region definition */
185 LVM_UINT32 Size; /* Region size in bytes */
186 LVCS_MemoryTypes_en Type; /* Region type */
187 void *pBaseAddress; /* Pointer to the region base address */
191 /* Memory table containing the region definitions */
194 LVCS_MemoryRegion_t Region[LVCS_NR_MEMORY_REGIONS]; /* One definition for each region *
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.h 71 virtual Region* getRegion() const override;
  /frameworks/native/services/inputflinger/
InputWindow.cpp 25 #include <ui/Region.h>
30 void InputWindowInfo::addTouchableRegion(const Rect& region) {
31 touchableRegion.orSelf(region);

Completed in 823 milliseconds

1 2 3 45 6 7 8 91011>>