Home
last modified time | relevance | path

Searched refs:regions (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DRegionInfluencer.java33 AspectTextureRegion region = regions.items[0]; in init()
71 AspectTextureRegion region = regions.random(); in activateParticles()
116 AspectTextureRegion region = regions.get( (int)(lifeChannel.data[l]*(regions.size-1))); in update()
165 public Array<AspectTextureRegion> regions; field in RegionInfluencer
169 this.regions = new Array<AspectTextureRegion>(false, regionsCount, AspectTextureRegion.class); in RegionInfluencer()
178 regions.add(aspectRegion); in RegionInfluencer()
182 public RegionInfluencer(TextureRegion...regions){ in RegionInfluencer() argument
183 this.regions = new Array<AspectTextureRegion>( false, regions.length, AspectTextureRegion.class); in RegionInfluencer()
184 add(regions); in RegionInfluencer()
192 this(regionInfluencer.regions.size); in RegionInfluencer()
[all …]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYSeriesFormatter.java26 ZHash<RectRegion, XYRegionFormatterType> regions; field in XYSeriesFormatter
29 regions = new ZHash<RectRegion, XYRegionFormatterType>();
33 regions.addToBottom(region, regionFormatter); in addRegion()
37 regions.remove(region); in removeRegion()
45 return regions; in getRegions()
53 return regions.get(region); in getRegionFormatter()
/external/llvm/test/Analysis/RegionInfo/
Dcond_loop.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
27 ; STAT: 2 region - The # of regions
28 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_2.ll2 ; RUN: opt -regions -analyze < %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
30 ; STAT: 2 region - The # of regions
31 ; STAT: 1 region - The # of simple regions
Dloop_with_condition.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
Dinfinite_loop_4.ll2 ; RUN: opt -regions -analyze < %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
Dinfinite_loop_3.ll2 ; RUN: opt -regions -analyze < %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
Dpaper.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
45 ; STAT: 4 region - The # of regions
46 ; STAT: 1 region - The # of simple regions
Dmix_1.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
57 ; STAT: 5 region - The # of regions
58 ; STAT: 1 region - The # of simple regions
Dcondition_forward_edge.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
Dcondition_simple.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
23 ; STAT: 2 region - The # of regions
Dexit_in_condition.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
32 ; STAT: 2 region - The # of regions
33 ; STAT: 1 region - The # of simple regions
Dcondition_same_exit.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
24 ; STAT: 3 region - The # of regions
Dtwo_loops_same_header.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
38 ; STAT: 3 region - The # of regions
39 ; STAT: 1 region - The # of simple regions
Dnested_loops.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
28 ; STAT: 2 region - The # of regions
Dloops_2.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
Dnext.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
Dinfinite_loop.ll2 ; RUN: opt -regions -analyze < %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
20 ; STAT: 2 region - The # of regions
21 ; STAT: 1 region - The # of simple regions
Dblock_sort.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats -analyze < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
36 ; STAT: 2 region - The # of regions
37 ; STAT: 1 region - The # of simple regions
Dloops_1.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
35 ; STAT: 2 region - The # of regions
Dcondition_complicated_2.ll2 ; RUN: opt -regions -analyze < %s | FileCheck %s
3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
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
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
D__init__.py47 def regions(): function
54 regions = get_regions(
61 regions.append(
69 return regions
84 for region in regions():
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
D__init__.py46 def regions(): function
53 regions = get_regions(
60 regions.append(
68 return regions
83 for region in regions():
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DTextureAtlas.java53 private final Array<AtlasRegion> regions = new Array(); field in TextureAtlas
100 final Array<Region> regions = new Array(); field in TextureAtlas.TextureAtlasData
183 regions.add(region); in TextureAtlasData()
192 regions.sort(indexComparator); in TextureAtlasData()
200 return regions; in getRegions()
256 for (Region region : data.regions) { in load()
271 regions.add(atlasRegion); in load()
283 regions.add(region); in addRegion()
295 return regions; in getRegions()
302 for (int i = 0, n = regions.size; i < n; i++) in findRegion()
[all …]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DSimpleAnimationTest.java48 TextureRegion[][] regions = TextureRegion.split(texture, 32, 48); in create() local
49 TextureRegion[] downWalkReg = regions[0]; in create()
50 TextureRegion[] leftWalkReg = regions[1]; in create()
51 TextureRegion[] rightWalkReg = regions[2]; in create()
52 TextureRegion[] upWalkReg = regions[3]; in create()

12345678910>>...16