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

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/display/msm8909/libqdutils/
cb_utils.cpp 65 Region wormholeRegion(fbFrameRect);
72 Region tmpRegion(tmpRect);
100 Region tmpRegion(tmpRect);
108 Region::const_iterator it = wormholeRegion.begin();
109 Region::const_iterator const end = wormholeRegion.end();
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 1 //===- RegionInfo.h - SESE region analysis ----------------------*- C++ -*-===//
69 class Region;
81 typedef Region RegionT;
97 /// @brief Marker class to iterate over the elements of a Region in flat mode.
108 /// Region.
121 /// This is the entry basic block that starts this region node. If this is a
128 /// The node can hold either a Region or a BasicBlock.
133 /// @brief The parent Region of this RegionNode.
151 /// @brief Get the parent Region of this RegionNode.
153 /// The parent Region is the Region this RegionNode belongs to. If fo
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskTapPointerEventListener.java 20 import android.graphics.Region;
38 final private Region mTouchExcludeRegion = new Region();
42 private final Region mNonResizeableRegion = new Region();
194 void setTouchExcludeRegion(Region newRegion, Region nonResizeableRegion) {
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
CanvasStateTests.java 22 import android.graphics.Region;
62 // SW canvas may not be in View space, so we offset the clipping region
68 Region rectRegion = new Region();
76 // For region clipping, the impl is allowed to return true conservatively
  /art/runtime/gc/space/
region_space.h 38 // Create a region space with the requested sizes. The requested base address is not
57 // Allocate/free large objects (objects that are larger than the region size.)
111 kRegionStateFree, // Free region.
112 kRegionStateAllocated, // Allocated region.
113 kRegionStateLarge, // Large allocated (allocation larger than the region size).
170 // The region size.
175 Region* r = RefToRegionUnlocked(ref);
183 Region* r = RefToRegionUnlocked(ref);
191 Region* r = RefToRegionUnlocked(ref);
199 Region* r = RefToRegionUnlocked(ref)
    [all...]
region_space-inl.h 62 // Retry with current region since another thread may have updated it.
79 Region* r = &regions_[i];
92 Region* r = &regions_[i];
114 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, size_t* bytes_allocated,
160 Region* r = &regions_[i];
195 Region* r = &regions_[i];
232 Region* r = &regions_[i];
297 // right points to the one region past the last free region.
299 Region* first_reg = &regions_[left]
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_ReverbGenerator.c 69 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
70 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
191 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
192 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
LVCS_StereoEnhancer.c 60 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
61 LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
189 LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
190 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 21 import android.graphics.Region;
78 Region getMagnificationRegion();
  /frameworks/base/libs/hwui/
ClipArea.h 95 // region and path - intersected. if either is empty, don't use
96 Region
127 ClipRegion(const SkRegion& region)
128 : ClipBase(ClipMode::Region)
129 , region(region) {}
131 : ClipBase(ClipMode::Region) {}
132 SkRegion region; member in struct:android::uirenderer::ClipRegion
149 void clipRegion(const SkRegion& region, SkRegion::Op op);
166 return ClipMode::Region == mMode
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 29 enum Type { Alignment, Fillment, Region, Target, Stub, Null };
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
DrawView.java 98 public Region getRegion(Bitmap img) {
99 Region ret;
105 ret = new Region(Arrays.copyOf(defaultPath, defaultPath.length), img);
107 ret = new Region(Arrays.copyOf(path, len), img);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.h 35 #include <ui/Region.h>
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.h 35 #include <ui/Region.h>
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_dump_layers.h 35 #include <ui/Region.h>
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.h 35 #include <ui/Region.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
shape.h 46 int x, y; /* extents of new region */
48 Time time; /* server timestamp when region changed */
49 Bool shaped; /* true if the region exists */
72 Region /* region */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
shape.h 43 int x, y; /* extents of new region */
45 Time time; /* server timestamp when region changed */
46 Bool shaped; /* true if the region exists */
69 Region /* region */,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-pcrel2.s 8 ; Region of relaxation is after insn, same segment
21 ; Region of relaxation is around insn, same segment
40 ; Region of relaxation is before insn, same segment.
50 ; Region of relaxation is in other segment.
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
MagnificationService.java 22 import android.graphics.Region;
159 Region region, float scale, float centerX, float centerY) {
  /external/libchrome/base/files/
memory_mapped_file_posix.cc 24 const MemoryMappedFile::Region& region) {
31 if (region == MemoryMappedFile::Region::kWholeFile) {
40 // The region can be arbitrarily aligned. mmap, instead, requires both the
42 // outer region [|aligned_start|, |aligned_start| + |size|] which contains
43 // |region| and then add up the |data_offset| displacement.
46 CalculateVMAlignedBoundaries(region.offset,
47 region.size,
57 static_cast<uint64_t>(region.size)
    [all...]
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.h 24 #include <ui/Region.h>
73 Region region; member in class:android::uirenderer::OffscreenBuffer
  /frameworks/compile/mclinker/lib/LD/
DebugString.cpp 45 if ((*it).getKind() == Fragment::Region) {
70 // the symbol should point to the first region fragment in the debug
71 // string section, get the input .debut_str region
73 if (info->outSymbol()->fragRef()->frag()->getKind() == Fragment::Region) {
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityMagnificationTest.java 23 import android.graphics.Region;
122 eq(controller), any(Region.class), eq(scale), anyFloat(), anyFloat());
128 eq(controller), any(Region.class), eq(1.0f), anyFloat(), anyFloat());
153 Region magnificationRegion = controller.getMagnificationRegion();
154 assertFalse("Magnification region should not be empty when "
165 Region magnificationRegion = controller.getMagnificationRegion();
166 assertTrue("Magnification region should be empty when magnification "
183 Region magnificationRegion = controller.getMagnificationRegion();
184 assertFalse("Magnification region should not be empty when magnification "
  /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
40 static void addRegionIntoQueue(Region &R, std::deque<Region *> &RQ) {
67 for (std::deque<Region *>::const_iterator I = RQ.begin(), E = RQ.end();
69 Region *R = *I;
83 // Run all passes on the current Region.
111 // Manually check that this region is still healthy. This is done
114 // Region in the function every time. That level of checking can b
    [all...]

Completed in 2437 milliseconds

1 2 34 5 6 7 8 91011>>