Searched defs:region2 (Results 1 - 16 of 16) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstruct_unittest.cc206 NamedRegionPtr region2; local
207 mojo::internal::Deserialize<NamedRegionPtr>(data, &region2, nullptr);
209 EXPECT_EQ("region", *region2->name);
211 EXPECT_EQ(4U, region2->rects->size());
212 for (size_t i = 0; i < region2->rects->size(); ++i)
213 CheckRect(*(*region2->rects)[i], static_cast<int32_t>(i) + 1);
233 NamedRegionPtr region2; local
234 mojo::internal::Deserialize<NamedRegionPtr>(data, &region2, nullptr);
236 EXPECT_FALSE(region2->name);
237 EXPECT_FALSE(region2
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXLikelySubtags.java195 public LSR replace(String language2, String script2, String region2) { argument
196 if (language2 == null && script2 == null && region2 == null) return this;
200 region2 == null ? region : region2);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXLikelySubtags.java191 public LSR replace(String language2, String script2, String region2) { argument
192 if (language2 == null && script2 == null && region2 == null) return this;
196 region2 == null ? region : region2);
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region_unittest.cc592 DesktopRegion region2; local
597 region2.AddRect(DesktopRect::MakeLTRB(x + span_set.spans[span].start, 0,
600 r.Subtract(region2);
663 DesktopRegion region2; local
668 region2.AddRect(DesktopRect::MakeLTRB(0, y + span_set.spans[span].start,
671 r.Subtract(region2);
H A Ddesktop_region.cc177 const DesktopRegion& region2) {
182 Rows::const_iterator it2 = region2.rows_.begin();
183 Rows::const_iterator end2 = region2.rows_.end();
176 Intersect(const DesktopRegion& region1, const DesktopRegion& region2) argument
/external/libvncserver/libvncserver/
H A Drfbregion.c836 sraRegionPtr region, region1, region2; local
843 region2 = sraRgnCreateRect(0, 0, 20, 40);
853 sraRgnOr(region, region2);
882 sraRgnDestroy(region2);
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp2380 char region2[2]; local
2383 len = TimeZone::getRegion("America/New_York", region2, sizeof(region2), sts);
2393 if (uprv_strncmp(region2, "US", 2) != 0) {
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 442 milliseconds