HomeSort by relevance Sort by last modified time
    Searched refs:region (Results 301 - 325 of 1206) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
mca.h 53 int region);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
mca.h 53 int region);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
mca.h 53 int region);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
mca.h 53 int region);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
mca.h 53 int region);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
mca.h 53 int region);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 85 IndexedRegion region = (IndexedRegion) xml_node;
86 sse_doc.replace(region.getStartOffset(), 0, data);
113 IndexedRegion region = (IndexedRegion) xml_node;
114 sse_doc.replace(region.getEndOffset(), 0, data);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 237 for (IStructuredDocumentRegion region : sdoc.getStructuredDocumentRegions()) {
239 if (!DOMRegionContext.XML_TAG_NAME.equals(region.getType())) {
243 int nb = region.getNumberOfRegions();
244 ITextRegionList list = region.getRegions();
253 lastAttrName = region.getText(subRegion);
261 String lastAttrValue = region.getText(subRegion);
266 region.getStartOffset() + subRegion.getStart(),
327 for (IStructuredDocumentRegion region : sdoc.getStructuredDocumentRegions()) {
330 if (!DOMRegionContext.XML_TAG_NAME.equals(region.getType())) {
334 int nb = region.getNumberOfRegions()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java 68 IndexedRegion region = (IndexedRegion) node; local
70 //int length = region.getLength();
71 int length = region.getEndOffset() - region.getStartOffset();
72 return document.get(region.getStartOffset(), length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManagerTest.java 108 System.out.println("No region name found for region code " + code);
123 String region = entry.getValue(); local
125 if (!sIcons.contains(region)) {
126 System.out.println("No icon found for region " + region + " "
127 + LocaleManager.getRegionName(region) + " (used for language "
  /development/ndk/platforms/android-3/include/linux/
ioport.h 89 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 100 #region Tree parsing stuff
110 #region AST Stuff
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 126 #region Tree parsing stuff
138 #region AST Stuff
  /external/chromium_org/cc/test/
fake_picture_layer_tiling_client.h 36 virtual const Region* GetInvalidation() OVERRIDE;
49 void set_invalidation(const Region& region) { invalidation_ = region; }
75 Region invalidation_;
  /external/chromium_org/components/autofill/core/browser/
phone_number_i18n.h 26 // Most of the following functions require |region| to operate. The |region| is
32 // set to the actual region of the number (which may be different than
54 // |region| - current region, the parsing is based on.
65 // the given |region|.
68 const std::string& region,
80 const std::string& region() const { return region_; } function in class:autofill::i18n::PhoneObject
95 // The region code for this phone number, inferred during parsing.
  /external/chromium_org/mojo/public/cpp/bindings/tests/
type_conversion_unittest.cc 70 test::NamedRegionPtr region(test::NamedRegion::New());
71 region->name = input.name;
72 region->rects = Array<test::RectPtr>::From(input.rects);
73 return region.Pass();
80 RedmondNamedRegion region; local
81 region.name = input->name;
82 region.rects = input->rects.To<std::vector<RedmondRect> >();
83 return region;
  /external/chromium_org/remoting/client/plugin/
pepper_view.h 51 const webrtc::DesktopRegion& region,
75 // Renders the parts of |buffer| identified by |region| to the view. If the
77 // FrameProducer is supplied the missed parts of |region|. The FrameProducer
81 const webrtc::DesktopRegion& region);
104 // Queued buffer to paint, with clip area and dirty region in device pixels.
  /external/chromium_org/skia/ext/
platform_device.h 133 static void LoadClippingRegionToDC(HDC context, const SkRegion& region,
145 const SkRegion& region,
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp 51 // https://dvcs.w3.org/hg/text-tracks/raw-file/default/608toVTT/region.html
53 // The region occupies by default 100% of the width of the video viewport.
56 // The region has, by default, 3 lines of text.
59 // The region and viewport are anchored in the bottom left corner.
63 // The region doesn't have scrolling text, by default.
66 // Default region line-height (vh units)
180 void VTTRegion::updateParametersFromRegion(VTTRegion* region)
182 m_heightInLines = region->height();
183 m_width = region->width();
185 m_regionAnchor = FloatPoint(region->regionAnchorX(), region->regionAnchorY())
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
phonenumber_offline_geocoder.h 76 // the region of the user. If the phone number is from the same region as the
78 // Otherwise, the phone number's region will be returned, with optionally some
81 // For example, for a user from the region "US" (United States), we would show
83 // from the description. For a user from the United Kingdom (region "GB"), for
90 // user_region is the region code for a given user. This region will be
91 // omitted from the description if the phone number comes from this region. It
114 const string& language, const string& script, const string& region) const;
120 // region
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_texture.c 210 * \param x, y, w, h the region of interest of the 2D image.
261 * Upload data to a rectangular sub-region. Lots of choices how to do this:
342 struct pipe_box region; local
345 region.x = src->width0 / 2;
346 region.y = src->height0 / 2;
347 region.z = 0;
348 region.width = 1;
349 region.height = 1;
350 region.depth = 1;
352 xfer = pipe->get_transfer(pipe, src, 0, PIPE_TRANSFER_READ, &region);
    [all...]
  /external/chromium_org/third_party/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()) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
share_dialog.css 6 -webkit-app-region: no-drag;
  /external/chromium_org/ui/gfx/
path_win.cc 14 HRGN CreateHRGNFromSkRegion(const SkRegion& region) {
18 for (SkRegion::Iterator i(region); !i.done(); i.next()) {
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 210 * \param x, y, w, h the region of interest of the 2D image.
261 * Upload data to a rectangular sub-region. Lots of choices how to do this:
342 struct pipe_box region; local
345 region.x = src->width0 / 2;
346 region.y = src->height0 / 2;
347 region.z = 0;
348 region.width = 1;
349 region.height = 1;
350 region.depth = 1;
352 xfer = pipe->get_transfer(pipe, src, 0, PIPE_TRANSFER_READ, &region);
    [all...]

Completed in 591 milliseconds

<<11121314151617181920>>