/frameworks/base/services/java/com/android/server/wm/ |
StrictModeFlash.java | 24 import android.graphics.Region; 76 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE); 79 c.clipRect(new Rect(0, 0, mThickness, dh), Region.Op.REPLACE); 82 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE); 85 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
shape.h | 71 int x, y; /* extents of new region */ 73 Time time; /* server timestamp when region changed */ 74 Bool shaped; /* true if the region exists */ 97 Region /* region */,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
shape.h | 71 int x, y; /* extents of new region */ 73 Time time; /* server timestamp when region changed */ 74 Bool shaped; /* true if the region exists */ 97 Region /* region */,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
shape.h | 71 int x, y; /* extents of new region */ 73 Time time; /* server timestamp when region changed */ 74 Bool shaped; /* true if the region exists */ 97 Region /* region */,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategy.java | 101 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(textStart); local 102 if (region != null && region.getType().equals(XML_TAG_NAME)) { 177 } else if (region != null && region.getType().equals(XML_CONTENT)) { 198 String text = region.getText(); 199 int regionStart = region.getStartOffset(); 210 IStructuredDocumentRegion previous = region.getPrevious(); 269 IStructuredDocumentRegion next = region.getNext(); 380 IStructuredDocumentRegion region local 405 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(start); local [all...] |
/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());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutMetadataTest.java | 68 IndexedRegion region = (IndexedRegion) node; local 70 //int length = region.getLength(); 71 int length = region.getEndOffset() - region.getStartOffset(); 72 return document.get(region.getStartOffset(), length);
|
/external/llvm/docs/HistoricalNotes/ |
2003-06-25-Reoptimizer1.txt | 15 instrumentation on the hot loop region (the instructions between the 28 first machine-code basic block of the hot loop region. 31 exits from the hot region? 3 step process. 34 region and mark reachable edges. 37 region IGNORING back edges, and mark the edges which are reachable in 39 the end BB of the hot region). 41 3) Mark BBs which end in edges that exit the hot region; we need to 48 through the hot region. Silently fail if we need more than 64 bits. 96 each machine code basic block we think is in the hot region into the 108 data region space is too far away. this impacts the design of the [all...] |
/external/aac/libFDK/include/ |
FDK_crc.h | 99 #define MAX_CRC_REGS 3 /*!< Maximal number of overlapping crc region in ADTS channel pair element is two. 103 * This structure describes single crc region used for crc calculation. 119 CCrcRegData crcRegData[MAX_CRC_REGS]; /*!< Multiple crc region description. */ 127 UINT regStart; /*!< Start region marker for synchronization. */ 128 UINT regStop; /*!< Stop region marker for synchronization. */ 174 * \brief Start CRC region with maximum number of bits. 178 * The crc region has to be terminated with FDKcrcEndReg() in each case. 182 * \param mBits Number of bits in crc region to be calculated. 190 * \return ID for the created region, -1 in case of an error 200 * \brief Ends CRC region [all...] |
/external/llvm/include/llvm/CodeGen/ |
RegisterPressure.h | 56 /// RegisterPressure computed within a region of instructions delimited by 58 /// register pressure set is increased. Once pressure within a region is fully 66 /// Record the boundary of the region being tracked. 77 /// RegisterPressure computed within a region of instructions delimited by 81 /// Record the boundary of the region being tracked. 154 /// stream, and remember the high water mark within the region traversed. This 159 /// be tracked across a larger region by storing a RegisterPressure result at 167 /// tracking. Changing direction has the side effect of closing region, and 179 /// Track the max pressure within the region traversed so far. 232 /// Finalize the region boundaries and recored live ins and live outs [all...] |
/external/skia/legacy/src/images/ |
SkImageDecoder_libwebp.cpp | 245 SkIRect region, int hasAlpha) { 248 config, decodedBitmap, region.width(), region.height(), hasAlpha)) { 253 config.options.crop_left = region.fLeft; 254 config.options.crop_top = region.fTop; 255 config.options.crop_width = region.width(); 256 config.options.crop_height = region.height(); 315 SkIRect region) { 318 if (!rect.intersect(region)) { 319 // If the requested region is entirely outsides the image, jus [all...] |
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 239 SkIRect region, int hasAlpha) { 242 config, decodedBitmap, region.width(), region.height(), hasAlpha)) { 247 config.options.crop_left = region.fLeft; 248 config.options.crop_top = region.fTop; 249 config.options.crop_width = region.width(); 250 config.options.crop_height = region.height(); 309 SkIRect region) { 312 if (!rect.intersect(region)) { 313 // If the requested region is entirely outsides the image, jus [all...] |
/external/icu4c/i18n/unicode/ |
locdspnm.h | 29 * more information on language, script, region, variant, key, and 157 * Returns the display name of the provided region code. 158 * @param region the region code 159 * @param result receives the region code's display name 160 * @return the display name of the provided region code 163 virtual UnicodeString& regionDisplayName(const char* region,
|
/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 */
|
/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/base/libs/hwui/ |
Snapshot.cpp | 35 region = NULL; 69 region = s->region; 71 region = NULL; 106 bool Snapshot::clipRegionTransformed(const SkRegion& region, SkRegion::Op op) { 108 clipRegion->op(region, op); 181 // region if the previous restore() call did not restore the clip
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
PhoneNumberUtil.java | 50 * NOTE: A lot of methods in this class require Region Code strings. These must be provided using 75 // A mapping from a country calling code to the region codes which denote the region represented 86 // Region-code for the unknown region. 206 // Pattern that makes it easy to distinguish whether a region has a unique international dialing 207 // prefix or not. If a region has a unique international prefix (e.g. 011 in USA), it will be 209 // available international prefixes in a region, they will be represented as a regex string that 285 // as the default extension prefix. This can be overridden by region-specific preferences. 358 // A mapping from a region code to the PhoneMetadata for that region [all...] |
/external/compiler-rt/include/sanitizer/ |
asan_interface.h | 22 // Marks memory region [addr, addr+size) as unaddressable. 24 // addresses in this region from instrumented code is forbidden until 25 // this region is unpoisoned. This function is not guaranteed to poison 26 // the whole region - it may poison only subregion of [addr, addr+size) due 29 // (un)poison memory in the same memory region simultaneously. 31 // Marks memory region [addr, addr+size) as addressable. 33 // addresses in this region is allowed until this region is poisoned again. 37 // (un)poison memory in the same memory region simultaneously.
|
/external/llvm/lib/Transforms/Utils/ |
CodeExtractor.cpp | 1 //===- CodeExtractor.cpp - Pull code region into a new function -----------===// 10 // This file implements the interface to tear out a code region, such as an 95 "No blocks in this region may have entries from outside the region" 115 const Region &R = *RN.getNodeAs<Region>(); 139 /// extracted region. 148 /// function being code extracted, but not in the region being extracted. 165 // If a used value is defined outside the region, it's an input. If an 166 // instruction is used outside the region, it's an output [all...] |
/development/samples/ApiDemos/res/layout/ |
overscan_activity.xml | 19 be placed into the overscan region of the display (if there is one). Thus the contents 39 region (or also system decors that are covering its UI. --> 45 <!-- Now that we are within the padding region of the parent FrameLayout, we can
|
/external/clang/test/Analysis/ |
uninit-vals.m | 35 // (An additional test is in uninit-vals-ps-region.m) 68 // whole region, meaning that we've forgotten that testObj->size should also 84 // whole region, meaning that we've forgotten that testObj->size should also
|
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 78 region= 199 # If there's more than one region, ask the user which one. 204 select region in $regions 206 case $region in 211 case $region in 215 region=$regions 218 # Determine TZ from country and region. 221 -v region="$region" \ 233 $1 == cc && $4 == region { print $3 [all...] |
/external/skia/legacy/ |
SavedPagePlayback.cpp | 56 SkRegion region; local 57 region.unflatten(clipStorage); 65 canvas.setClipRegion(region);
|
/external/skia/legacy/src/core/ |
SkBitmap_scroll.cpp | 52 // compute the inval region now, before we see if there are any pixels 57 // initial the region with the entire bounds 104 // If the X-translation would push it completely beyond the region,
|
/external/skia/src/core/ |
SkBitmap_scroll.cpp | 56 // compute the inval region now, before we see if there are any pixels 61 // initial the region with the entire bounds 108 // If the X-translation would push it completely beyond the region,
|