/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.c | 961 * \brief Assign a DRI buffer's DRM region to a renderbuffer. 982 struct intel_region *region = NULL; local 995 rb->mt->region && 996 rb->mt->region->name == buffer->name) 1001 rb->mt->singlesample_mt->region && 1002 rb->mt->singlesample_mt->region->name == buffer->name) 1014 region = intel_region_alloc_for_handle(intel->intelScreen, 1021 if (!region) 1028 region); 1029 intel_region_release(®ion); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
MatcherTest.java | 48 m.region(1, 6); 54 m.region(1, 0); 60 m.region(-1, 2); 66 m.region(10, 11); 72 m.region(1, 10); 563 // Verify if the Matcher can match the input when region is changed 567 matcher.region(1, 5); 611 // Verify if the Matcher behaves correct when region is changed. 618 matcher.region(0, 2); 626 // Verify if the Matcher behaves correct with pattern "c" when region is changed [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
ThreadState.cpp | 341 WrapperPersistentRegion* region = WrapperPersistentRegion::removeHead(&m_liveWrapperPersistents); local 342 delete region; 345 WrapperPersistentRegion* region = WrapperPersistentRegion::removeHead(&m_pooledWrapperPersistents); local 346 delete region; 712 WrapperPersistentRegion* region; local 714 region = WrapperPersistentRegion::removeHead(&m_pooledWrapperPersistents); 717 region = new WrapperPersistentRegion(); 719 ASSERT(region); 720 WrapperPersistentRegion::insertHead(&m_liveWrapperPersistents, region); 721 return region; [all...] |
/external/chromium_org/cc/blink/ |
web_layer_impl.cc | 13 #include "cc/base/region.h" 328 cc::Region region; local 330 region.Union(rects[i]); 331 layer_->SetNonFastScrollableRegion(region); 336 for (cc::Region::Iterator region_rects(layer_->non_fast_scrollable_region()); 343 for (cc::Region::Iterator region_rects(layer_->non_fast_scrollable_region()); 353 cc::Region region; local 355 region.Union(rects[i]) [all...] |
web_layer_impl.h | 119 const blink::WebVector<blink::WebRect>& region); 122 const blink::WebVector<blink::WebRect>& region);
|
/external/skia/tests/ |
SerializationTest.cpp | 61 static void Write(SkWriteBuffer& writer, const SkRegion* region) { 62 writer.writeRegion(*region); 64 static void Read(SkValidatingReadBuffer& reader, SkRegion* region) { 65 reader.readRegion(region); 333 // Test region serialization 335 SkRegion region; local 336 TestObjectSerialization(®ion, reporter);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInRefactoring.java | 244 IndexedRegion region = (IndexedRegion) attribute; local 245 int startOffset = region.getStartOffset(); 246 int endOffset = region.getEndOffset(); 343 IndexedRegion region = (IndexedRegion) attribute; local 344 int startOffset = region.getStartOffset(); 345 int endOffset = region.getEndOffset();
|
/external/elfutils/0.153/src/ |
elfcmp.c | 110 struct region struct 114 struct region *next; 252 struct region *regions = NULL; 287 struct region *newp = (struct region *) alloca (sizeof (*newp)); 553 struct region ehdr_region; 554 struct region phdr_region; 574 struct region *regionsarr = alloca (nregions * sizeof (struct region)); 632 /* Compare the [LAST,FROM) region. * [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tztest.cpp | 539 char region[4]; local 667 TimeZone::getRegion(*id1, region, sizeof(region), ec); 671 if (uprv_strcmp(region, "001") == 0) { 683 TimeZone::getRegion(*id1, region, sizeof(region), ec); 687 if (uprv_strcmp(region, "US") != 0) { 2232 const char *region; member in struct:__anon16978 2252 char region[4]; local 2354 const char *region; member in struct:__anon16980 [all...] |
/external/icu/icu4c/source/test/intltest/ |
tztest.cpp | 530 char region[4]; local 658 TimeZone::getRegion(*id1, region, sizeof(region), ec); 662 if (uprv_strcmp(region, "001") == 0) { 674 TimeZone::getRegion(*id1, region, sizeof(region), ec); 678 if (uprv_strcmp(region, "US") != 0) { 2251 const char *region; member in struct:__anon26782 2272 char region[4]; local 2374 const char *region; member in struct:__anon26784 [all...] |
/art/compiler/utils/ |
assembler.cc | 61 void AssemblerBuffer::ProcessFixups(const MemoryRegion& region) { 64 fixup->Process(region, fixup->position());
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventRepeater.cs | 123 #region Tree parsing stuff 135 #region AST Stuff
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
CommonTreeNodeStream.cs | 77 #region Properties 188 #region Tree rewrite interface
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
CommonTreeNodeStream.cs | 81 #region Properties 217 #region Tree rewrite interface
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventRepeater.cs | 149 #region Tree parsing stuff 163 #region AST Stuff
|
/external/chromium_org/cc/base/ |
simple_enclosed_region.cc | 8 #include "cc/base/region.h" 18 SimpleEnclosedRegion::SimpleEnclosedRegion(const Region& region) { 19 for (Region::Iterator it(region); it.has_rect(); it.next()) 73 // We want to keep track of a region but bound its complexity at a constant
|
/external/chromium_org/remoting/client/jni/ |
jni_frame_consumer.cc | 48 const webrtc::DesktopRegion& region, 70 for (webrtc::DesktopRegion::Iterator i(region); !i.IsAtEnd(); i.Advance()) {
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
Region.h | 35 class PLATFORM_EXPORT Region { 37 Region(); 38 Region(const IntRect&); 46 void unite(const Region&); 47 void intersect(const Region&); 48 void subtract(const Region&); 52 // Returns true if the query region is a subset of this region. 53 bool contains(const Region&) const; 57 // Returns true if the query region intersects any part of this region [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_agp_offset.spec | 36 region into byte offsets into the AGP aperture. 85 an AGP memory region.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_copy.c | 197 draw_irb->mt->region, 0, dstx, dsty, 198 read_irb->mt->region, 0, srcx, srcy,
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleDitherBitmap.cpp | 42 SkRegion region; local 52 return region.setPath(path, clip); // <-- !! DOWN !!
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
desktop_and_cursor_composer.cc | 139 void DesktopAndCursorComposer::Capture(const DesktopRegion& region) { 142 desktop_capturer_->Capture(region);
|
/external/chromium_org/ui/base/l10n/ |
l10n_util.cc | 331 // If there's a variant, skip over it so we can try without the region 345 std::string region(locale, lang.size() + 1); 350 !LowerCaseEqualsASCII(region, "es")) { 354 if (LowerCaseEqualsASCII(region, "hk") || 355 LowerCaseEqualsASCII(region, "mo")) { // Macao 365 if (LowerCaseEqualsASCII(region, "au") || 366 LowerCaseEqualsASCII(region, "ca") || 367 LowerCaseEqualsASCII(region, "nz") || 368 LowerCaseEqualsASCII(region, "za")) {
|
/external/chromium_org/ui/webui/resources/css/apps/ |
topbutton_bar.css | 11 -webkit-app-region: no-drag;
|
/external/clang/lib/StaticAnalyzer/Core/ |
SValBuilder.cpp | 95 SValBuilder::getRegionValueSymbolVal(const TypedValueRegion* region) { 96 QualType T = region->getValueType(); 101 SymbolRef sym = SymMgr.getRegionValueSymbol(region); 169 const MemRegion *region, 175 SymMgr.getMetadataSymbol(region, expr, type, count, symbolTag); 185 const TypedValueRegion *region) { 186 QualType T = region->getValueType(); 191 SymbolRef sym = SymMgr.getDerivedSymbol(parentSymbol, region); 214 /// Return a memory region for the 'this' object reference. 221 /// Return a memory region for the 'this' object reference [all...] |