/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
ioport.h | 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormatter.java | 39 public final void format(IDocument document, IRegion region) { 50 context.setProperty(FormattingContextProperties.CONTEXT_REGION, region);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ObsoleteLayoutParamsFix.java | 60 IndexedRegion region = (IndexedRegion) attribute; local 61 if (region.getStartOffset() == start) {
|
/external/chromium_org/cc/output/ |
filter_operation.h | 90 const SkRegion& region() const { function in class:cc::FilterOperation 154 static FilterOperation CreateAlphaThresholdFilter(const SkRegion& region, 157 return FilterOperation(ALPHA_THRESHOLD, region, 211 void set_region(const SkRegion& region) { 213 region_ = region; 244 const SkRegion& region,
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_copy_sub_buffer.spec | 32 The glxCopySubBufferMESA() function copies a rectangular region 63 may be used to copy a rectangular region of the back color buffer to 68 <x> and <y> indicates the lower-left corner of the region to copy and
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
resource.cpp | 56 resource::copy(command_queue &q, const point &origin, const point ®ion, 62 box(src_res.offset + src_origin, region)); 67 const point &origin, const point ®ion) { 68 maps.emplace_back(q, *this, flags, blocking, origin, region); 174 const resource::point ®ion) : 181 box(origin + r.offset, region));
|
/external/chromium_org/ui/views/controls/table/ |
table_view.cc | 482 const PaintRegion region(GetPaintRegion(GetPaintBounds(canvas))); 483 if (region.min_column == -1) 492 for (int i = region.min_row; i < region.max_row; ++i) { 504 for (int j = region.min_column; j < region.max_column; ++j) { 540 if (!grouper_ || region.min_column > 0) 551 for (int i = region.min_row; i < region.max_row; ) { 705 PaintRegion region; local [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
BasicValueFactory.h | 47 const TypedValueRegion *region; member in class:clang::ento::LazyCompoundValData 50 : store(st), region(r) {} 53 const TypedValueRegion *getRegion() const { return region; } 57 const TypedValueRegion *region); 59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } 173 const TypedValueRegion *region);
|
/external/llvm/utils/vim/ |
tablegen.vim | 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline 26 syn region tgCode start=/\[{/ end=/}\]/ 31 syn region tgComment2 matchgroup=tgComment2 start=+/\*+ end=+\*/+ contains=tgTodo,tgComment2
|
/external/mesa3d/docs/ |
MESA_copy_sub_buffer.spec | 32 The glxCopySubBufferMESA() function copies a rectangular region 63 may be used to copy a rectangular region of the back color buffer to 68 <x> and <y> indicates the lower-left corner of the region to copy and
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
resource.cpp | 56 resource::copy(command_queue &q, const point &origin, const point ®ion, 62 box(src_res.offset + src_origin, region)); 67 const point &origin, const point ®ion) { 68 maps.emplace_back(q, *this, flags, blocking, origin, region); 174 const resource::point ®ion) : 181 box(origin + r.offset, region));
|
/frameworks/base/libs/hwui/ |
Snapshot.cpp | 41 region = NULL; 81 region = s->region; 83 region = NULL; 118 bool Snapshot::clipRegionTransformed(const SkRegion& region, SkRegion::Op op) { 120 clipRegion->op(region, op); 193 // region if the previous restore() call did not restore the clip
|