/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/ |
D | RegionInfluencer.java | 33 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/ |
D | XYSeriesFormatter.java | 26 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/ |
D | infinite_loop_2.ll | 2 ; 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
|
D | cond_loop.ll | 2 ; 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
|
D | loop_with_condition.ll | 2 ; 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
|
D | infinite_loop_4.ll | 2 ; 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
|
D | infinite_loop_3.ll | 2 ; 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
|
D | mix_1.ll | 2 ; 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
|
D | paper.ll | 2 ; 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
|
D | condition_forward_edge.ll | 2 ; 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
|
D | condition_simple.ll | 2 ; 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
|
D | exit_in_condition.ll | 2 ; 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
|
D | condition_same_exit.ll | 2 ; 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
|
D | two_loops_same_header.ll | 2 ; 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
|
D | nested_loops.ll | 2 ; 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
|
D | next.ll | 2 ; 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
|
D | loops_2.ll | 2 ; 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
|
D | infinite_loop.ll | 2 ; 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
|
D | block_sort.ll | 2 ; 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
|
D | loops_1.ll | 2 ; 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
|
D | condition_complicated_2.ll | 2 ; 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__.py | 47 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__.py | 46 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/ |
D | TextureAtlas.java | 53 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/ |
D | SimpleAnimationTest.java | 48 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()
|