HomeSort by relevance Sort by last modified time
    Searched full:subregion (Results 1 - 25 of 61) sorted by null

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcher.java 70 ITextRegion subRegion = region.getRegionAtCharacterOffset(offset);
71 if (subRegion == null) {
75 int index = subRegions.indexOf(subRegion);
77 String type = subRegion.getType();
86 (subRegion.getStart() + region.getStartOffset() == offset)) {
95 subRegion = region.getRegionAtCharacterOffset(offset);
96 if (subRegion == null) {
99 type = subRegion.getType();
102 index = subRegions.indexOf(subRegion);
107 subRegion = subRegions.get(i)
    [all...]
AndroidXmlAutoEditStrategy.java 365 * Returns the subregion at the given offset, with a bias to the left or a bias to the
367 * {@code <foo>|</bar>} then the subregion with bias left is the closing {@code >} and
368 * the subregion with bias right is the opening {@code </}.
373 * @return the subregion at the given offset, or null if not found
413 ITextRegion subRegion = subRegions.get(i);
414 int subRegionStart = regionStart + subRegion.getStart();
415 int subRegionEnd = regionStart + subRegion.getEnd();
419 String type = subRegion.getType();
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 61 /// selected for SubRegions just one RegionNode containing the subregion is
66 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
81 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
95 /// BasicBlock itself. If it represents a subregion, this
96 /// is the entry BasicBlock of the subregion.
97 /// @param isSubRegion If this RegionNode represents a SubRegion.
114 /// itself, otherwise we return the entry BasicBlock of the Subregion
121 /// This can be either a BasicBlock or a subregion. Before calling getNodeAs()
128 /// @brief Is this RegionNode a subregion?
130 /// @return True if it contains a subregion. False if it contains
    [all...]
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
29 /// RegionNode representing the subregion is returned.
31 /// For a subregion RegionNode there is just one successor. The RegionNode
32 /// representing the exit of the subregion.
68 // RegionNode or a subregion RegionNode.
72 assert(succ && "BB not in Region or entered subregion!");
76 // getRegionSucc - Return the successor basic block of a SubRegion RegionNode.
184 && "Subregion node not allowed in flat iterating mode!");
196 && "Subregion node not allowed in flat iterating mode!");
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.cpp 75 // Filters in SVG clip to primitive subregion, while CSS doesn't.
499 FloatRect subregion; local
501 subregion = inputEffect(0)->determineFilterPrimitiveSubregion(flags);
503 subregion.unite(inputEffect(i)->determineFilterPrimitiveSubregion(flags));
505 subregion = filter->filterRegion();
508 // After calling determineFilterPrimitiveSubregion on the target effect, reset the subregion again for <feTile>.
510 subregion = filter->filterRegion();
514 subregion = filter->mapAbsoluteRectToLocalRect(mapRect(
515 filter->mapLocalRectToAbsoluteRect(subregion)));
520 subregion.setX(boundaries.x())
    [all...]
FilterEffect.h 138 // into account the filter primitive subregion of each effect.
222 // The maximum size of a filter primitive. In SVG this is the primitive subregion in absolute coordinate space.
230 // The subregion of a filter primitive according to the SVG Filter specification in local coordinates.
234 // x, y, width and height of the actual SVGFE*Element. Is needed to determine the subregion of the
  /art/compiler/optimizing/
stack_map_stream.h 142 MemoryRegion dex_register_maps_region = region.Subregion(
146 MemoryRegion inline_infos_region = region.Subregion(
165 MemoryRegion region = dex_register_maps_region.Subregion(
180 MemoryRegion region = inline_infos_region.Subregion(
  /external/chromium_org/third_party/skia/include/effects/
SkTileImageFilter.h 20 @param input Input from which the subregion defined by srcRect will be tiled
  /external/skia/include/effects/
SkTileImageFilter.h 20 @param input Input from which the subregion defined by srcRect will be tiled
  /art/runtime/
stack_map.h 181 return region_.Subregion(kStackMaskOffset, StackMaskSize());
231 return StackMap<T>(GetStackMaps().Subregion(i * size, size));
256 return DexRegisterMap(region_.Subregion(offset,
263 return InlineInfo(region_.Subregion(offset,
298 : region_.Subregion(kFixedSize, StackMapSize() * GetNumberOfStackMaps());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 248 ITextRegion subRegion = list.get(i);
249 String type = subRegion.getType();
253 lastAttrName = region.getText(subRegion);
261 String lastAttrValue = region.getText(subRegion);
266 region.getStartOffset() + subRegion.getStart(),
267 subRegion.getTextLength(),
339 ITextRegion subRegion = list.get(i);
340 String type = subRegion.getType();
344 lastTagName = region.getText(subRegion);
348 lastAttrName = region.getText(subRegion);
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 340 void Region::addSubRegion(Region *SubRegion, bool moveChildren) {
341 assert(!SubRegion->parent && "SubRegion already has a parent!");
343 return R.get() == SubRegion;
345 "Subregion already exists!");
347 SubRegion->parent = this;
348 children.push_back(std::unique_ptr<Region>(SubRegion));
353 assert(SubRegion->children.size() == 0
360 if (SubRegion->contains(BB))
361 RI->setRegionFor(BB, SubRegion);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
FormController.java 152 for (RegionData subregion : subregions) {
153 if (subregion.isValidName(subkey)) {
154 LookupKey nextKey = buildDataLookupKey(key, subregion.getKey());
275 for (RegionData subRegion : getRegionData(parentKey)) {
276 if (subRegion.isValidName(name)) {
277 return subRegion.getKey();
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 46 const SubRegion *baseRegion;
53 RegionRawOffsetV2(const SubRegion* base, SVal offset)
57 const SubRegion *getRegion() const { return baseRegion; }
79 region = cast<SubRegion>(region)->getSuperRegion();
276 if (const SubRegion *subReg = dyn_cast<SubRegion>(region)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 115 ITextRegion subRegion = region.getRegionAtCharacterOffset(offset);
116 if (subRegion != null) {
117 String type = subRegion.getType();
119 String value = region.getText(subRegion);
133 String name = region.getText(subRegion);
VisualRefactoring.java 377 ITextRegion subRegion = list.get(j);
378 String type = subRegion.getType();
380 attributeName = region.getText(subRegion);
387 int subRegionStart = regionStart + subRegion.getStart();
392 String attributeValue = region.getText(subRegion);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 52 explicit BindingKey(const SubRegion *r, const SubRegion *Base, Kind k)
76 const SubRegion *getConcreteOffsetRegion() const {
78 return reinterpret_cast<const SubRegion *>(static_cast<uintptr_t>(Data));
114 return BindingKey(cast<SubRegion>(R), cast<SubRegion>(RO.getRegion()), k);
405 const SubRegion *R);
422 const SubRegion *SR = cast<SubRegion>(R);
518 SVal getLazyBinding(const SubRegion *LazyBindingRegion
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 164 // Build up a transformation that maps from the viewport space to the filter primitive subregion.
203 // Build up a transformation that maps from the viewport space to the filter primitive subregion.
240 // subregion correctly if unspecified. So default to srcRect size if so.
  /hardware/ti/omap4-aah/hwc/
rgz_2d.h 22 * Maximum number of layers used to generate subregion rectangles in a
29 * additional 'background layer' to generate empty subregion rectangles.
200 * Perform actual blits where each blit is a subregion - this is a test mode
rgz_2d.c 146 static int get_top_rect(blit_hregion_t *hregion, int subregion, blit_rect_t **routp)
150 *routp = &hregion->blitrects[l][subregion];
163 static int get_layer_ops(blit_hregion_t *hregion, int subregion, int *bottom)
169 if (!empty_rect(&hregion->blitrects[l][subregion])) {
182 static int get_layer_ops_next(blit_hregion_t *hregion, int subregion, int l)
185 if (!empty_rect(&hregion->blitrects[l][subregion]))
367 * Set the clipping rectangle, if part of the subregion rectangle is outside
704 /* Make sure the subregion is not outside the boundaries of the screen */
715 blit_rect_t subregion; local
716 subregion.top = hregion->rect.top
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasImageSource.h 64 // source image is a subregion of the image returned by getSourceImageForCanvas.
  /sdk/eclipse/
dictionary.txt 295 subregion
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 231 ITextRegion subRegion = endRegion.getRegionAtCharacterOffset(end);
233 int index = regions.indexOf(subRegion);
237 subRegion = regions.get(index);
238 String type = subRegion.getType();
244 subRegion = regions.get(index);
245 String type = subRegion.getType();
256 subRegion = regions.get(index);
257 String type = subRegion.getType();
259 openTagEnd = subRegion.getEnd() + endRegion.getStartOffset();
    [all...]
  /device/generic/goldfish/opengl/system/renderControl_enc/
README 129 subregion. It act the same as OpenGL glReadPixels however pixels
135 Updates the content of a subregion of a colorBuffer object.
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 130 /// 4 | 2 = "Then" subregion, runs if the condition is true
132 /// |/ 4 = "Else" optional subregion, runs if the condition is false
150 /// |/ 2 = "Loop" optional subregion, with all exits at "Flow" block
412 // Edge from inside a subregion to its entry, ignore it
590 Region *SubRegion = Node->getNodeAs<Region>();
591 BasicBlock *OldExit = SubRegion->getExit();
599 if (!SubRegion->contains(BB))
621 SubRegion->replaceExit(NewExit);

Completed in 1927 milliseconds

1 2 3