HomeSort by relevance Sort by last modified time
    Searched refs:region (Results 251 - 275 of 1585) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 242 * \param x, y, w, h the region of interest of the 2D image.
324 struct pipe_box region; local
327 region.x = src->width0 / 2;
328 region.y = src->height0 / 2;
329 region.z = 0;
330 region.width = 1;
331 region.height = 1;
332 region.depth = 1;
334 map = pipe->transfer_map(pipe, src, 0, PIPE_TRANSFER_READ, &region, &xfer);
  /external/valgrind/memcheck/tests/
supp_unknown.stderr.exp 3 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/amd64-linux/
bug345887.stderr.exp 3 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread.stderr.exp 3 Access not within mapped region at address 0x........
coredump_single_thread_sse.stderr.exp 3 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/linux/
blockfault.stderr.exp 4 Access not within mapped region at address 0x........
stack-overflow.stderr.exp 5 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/solaris/
block_all_signals.stderr.exp 4 Access not within mapped region at address 0x........
blockfault.stderr.exp 4 Access not within mapped region at address 0x........
coredump_many_threads.stderr.exp 3 Access not within mapped region at address 0x........
stack-overflow.stderr.exp 5 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/x86-linux/
bug345887.stderr.exp 3 Access not within mapped region at address 0x........
hang.stderr.exp 3 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.stderr.exp 3 Access not within mapped region at address 0x........
coredump_single_thread_sse.stderr.exp 3 Access not within mapped region at address 0x........
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_helper.cc 87 void ScreenCapturerHelper::ExpandToGrid(const DesktopRegion& region,
95 for (DesktopRegion::Iterator it(region); !it.IsAtEnd(); it.Advance()) {
  /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/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/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 169 String region = ulocale.getCountry(); local
170 String region2 = canonicalMap.get(region);
175 region2 == null ? region : region2
372 final String region = languageCode.getCountry(); local
378 + (region.length()==0 ? "ZZ" : region));
387 private String region; field in class:LocaleMatcher.LocalePatternMatcher
401 region = matcher.group(3);
402 level = region != null ? Level.region : script != null ? Level.script : Level.language
489 region(0.04); enum constant in enum:LocaleMatcher.Level
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 172 String region = ulocale.getCountry(); local
173 String region2 = canonicalMap.get(region);
178 region2 == null ? region : region2
379 final String region = languageCode.getCountry(); local
385 + (region.length()==0 ? "ZZ" : region));
394 private String region; field in class:LocaleMatcher.LocalePatternMatcher
408 region = matcher.group(3);
409 level = region != null ? Level.region : script != null ? Level.script : Level.language
496 region(0.04); enum constant in enum:LocaleMatcher.Level
    [all...]
  /external/llvm/utils/vim/syntax/
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/specs/
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 58 resource::copy(command_queue &q, const vector &origin, const vector &region,
64 box(src_res.offset + src_origin, region));
69 const vector &origin, const vector &region) {
70 maps.emplace_back(q, *this, flags, blocking, origin, region);
192 const resource::vector &region) :
201 box(origin + r.offset, region), &pxfer);
  /external/skia/gm/
imagealphathreshold.cpp 36 SkRegion region; local
37 region.setRects(rects, 2);
41 paint.setImageFilter(SkAlphaThresholdFilter::Make(region, 0.2f, 0.7f, std::move(offset), cropRect));
183 SkRegion region; local
184 region.setRects(rects, 2);
188 filterPaint.setImageFilter(SkAlphaThresholdFilter::Make(region, 0.2f, 0.7f,

Completed in 902 milliseconds

<<11121314151617181920>>