HomeSort by relevance Sort by last modified time
    Searched full:region (Results 76 - 100 of 2490) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 227 // only within that area. This region may get reduced in size below.
229 ScopedPlatformRegion region(path.CreateNativeRegion());
235 // rectangle region (that gradually increases as the animation progresses)
241 // |y| shrinking means the animation (visible) region gets larger. In other
249 region.Set(Path::IntersectRegions(animation_region.Get(), region.Get()));
251 // Next, we need to increase the region a little bit to account for the
261 // Combine the region for the curve on the left with our main region.
264 region.Set(Path::CombineRegions(r.Get(), region.Get()))
    [all...]
  /external/kernel-headers/original/linux/
android_pmem.h 32 /* Returns the total size of the pmem region it is sent to as a pmem_region
41 /* starting physical address of memory region */
43 /* size of memory region */
45 /* set to indicate the region should not be managed with an allocator */
47 /* set to indicate maps of this region should be cached, if a mix of
49 * O_SYNC to get an uncached region */
71 int pmem_remap(struct pmem_region *region, struct file *file,
88 static inline int pmem_remap(struct pmem_region *region, struct file *file,
  /external/llvm/include/llvm/Support/
MemoryObject.h 27 /// getBase - Returns the lowest valid address in the region.
32 /// getExtent - Returns the size of the region in bytes. (The region is
33 /// contiguous, so the highest valid address of the region
36 /// @result - The size of the region.
39 /// readByte - Tries to read a single byte from the region.
48 /// region, up to the end of the region.
  /external/webkit/Source/WebCore/manual-tests/
drag_with_opacity.html 10 -apple-dashboard-region:dashboard-region(control rectangle);
  /frameworks/av/libvideoeditor/vss/common/inc/
LVM_Types.h 59 #define LVM_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */
61 region */
63 memory region */
64 #define LVM_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
147 /* Memory region definition */
150 LVM_UINT32 Size; /* Region size in bytes */
151 LVM_MemoryTypes_en Type; /* Region type */
152 void *pBaseAddress; /* Pointer to the region base address */
  /frameworks/base/core/java/android/view/
IMagnificationCallbacks.aidl 19 import android.graphics.Region;
25 void onMagnifedBoundsChanged(in Region bounds);
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILRegionInterface.java 16 * Declares rendering surface for an element. See the region attribute
23 public void setRegion(SMILRegionElement region);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion23.txt 4 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region. [reference]
5 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region. [reference]
  /external/clang/test/Analysis/
CGColorSpace.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -analyzer-constraints=range -verify %s
cstring-syntax-cxx.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=unix.cstring.BadSizeArg -analyzer-store=region -verify %s
elementtype.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region %s
null-deref-ps-region.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -std=gnu99 -analyzer-store=region -verify %s
override-werror.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -Werror %s -analyzer-store=region -verify
stack-block-returned.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -fblocks -verify %s
idempotent-operations-limited-loops.c 1 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=core,alpha.deadcode.IdempotentOperations -analyzer-max-loop 3 -verify %s
2 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=core,alpha.deadcode.IdempotentOperations -analyzer-max-loop 4 -verify %s
3 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=core,alpha.deadcode.IdempotentOperations %s -verify
  /external/llvm/test/Analysis/RegionInfo/
infinite_loop_3.ll 5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
6 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
44 ; STAT: 3 region - The # of regions
45 ; STAT: 2 region - The # of simple regions
infinite_loop_4.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
42 ; STAT: 2 region - The # of regions
43 ; STAT: 1 region - The # of simple regions
loop_with_condition.ll 5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
6 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
36 ; STAT: 4 region - The # of regions
37 ; STAT: 1 region - The # of simple regions
loops_2.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
43 ; STAT: 2 region - The # of regions
44 ; STAT: 1 region - The # of simple regions
next.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
39 ; STAT: 4 region - The # of regions
40 ; STAT: 1 region - The # of simple regions
condition_complicated_2.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
37 ; STAT: 3 region - The # of regions
condition_forward_edge.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
21 ; STAT: 2 region - The # of regions
  /ndk/tests/device/test-stlport_shared-exception/jni/
cleanup1_1.cpp 3 // inside its cleanup region.
  /ndk/tests/device/test-stlport_static-exception/jni/
cleanup1_1.cpp 3 // inside its cleanup region.
  /sdk/docs/
Notes_on_WST_StructuredDocument.txt 47 The document contains a list of region collections, each one being
48 a list of regions. Each region has a type, as well as text.
137 ITextRegion region = regions.getRegions().get(i);
138 String type = region.getType();
139 String text = regions.getText(region);
143 Each "region collection" basically matches one XML tag, with sub-regions for all the tokens
146 Note that an XML_CONTENT region is actually the whitespace, was is known as a TEXT in the w3c DOM.
148 Also note that each outer region has a type, but the inner regions also reuse a similar type.
149 So for example an outer XML_TAG_NAME region collection is a proper XML tag, and it will contain
159 XML_TAG_NAME region, getLength is 7 (string + space) and getTextLength is 6 (string, no space)
    [all...]

Completed in 1592 milliseconds

1 2 34 5 6 7 8 91011>>