HomeSort by relevance Sort by last modified time
    Searched refs:REGION (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/ui/gfx/
path_x11.h 17 // Creates a new REGION given |path|. The caller is responsible for destroying
18 // the returned region.
19 UI_EXPORT REGION* CreateRegionFromSkPath(const SkPath& path);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PostalSplitterForJapaneseTest.java 48 private static final String REGION = "\u6771\u4EAC\u90FD";
83 assertJoinedPostal(POSTCODE + "\n" + REGION + " " + CITY + "\n" + STREET,
84 STREET, null, null, CITY, REGION, POSTCODE, null);
88 assertJoinedPostal(POSTCODE + "\n" + REGION + "\n" + STREET,
89 STREET, null, null, REGION, null, POSTCODE, null);
99 assertJoinedPostal(REGION + " " + CITY + "\n" + STREET,
100 STREET, null, null, CITY, REGION, null, null);
102 assertJoinedPostal(COUNTRY + "\n" + REGION + " " + CITY + "\n" + STREET,
103 STREET, null, null, CITY, REGION, null, COUNTRY);
115 String neighborhood, String city, String region, String postcode, String country)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
StructuredPostalDataItem.java 58 return getContentValues().getAsString(StructuredPostal.REGION);
  /external/chromium_org/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/
PersonalAutofillPopulator.java 89 private static final int REGION = 4;
100 ContactsContract.CommonDataKinds.StructuredPostal.REGION,
223 mRegion = addressCursor.getString(addressProfileQuery.REGION);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredPostal.java 41 StructuredPostal.REGION,
PostalSplitter.java 37 public String region; field in class:PostalSplitter.Postal
46 region = values.getAsString(StructuredPostal.REGION);
56 values.put(StructuredPostal.REGION, region);
87 postal.region, postal.postcode, postal.country
104 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
109 // Second block: [region][ ][city][ ][neighborhood]
133 builder.append(postal.region);
170 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java 46 public final static int REGION = 9;
99 case REGION: return "REGION";
ImageLoader.java 250 * Returns the bitmap for the rectangular region given by "bounds"
277 imageBounds.height(), BitmapCache.REGION);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 152 /// should continue to the base regions if the region is not symbolic.
155 /// Get the symbol in the SVal or its base region.
163 /// should continue to the base regions if the region is not symbolic.
495 /// \brief Get the underlining region.
500 /// \brief Get the underlining region and strip casts.
503 template <typename REGION>
504 const REGION* getRegionAs() const {
505 return dyn_cast<REGION>(getRegion());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 1 /* $Xorg: region.h,v 1.4 2001/02/09 02:03:40 xorgcvs Exp $ */
73 * clip region
81 } REGION;
84 * typedef struct _XRegion *Region;
89 * Remember, x2 and y2 are not in the region
98 * update region extents
112 * Check to see if there is enough memory in the present region.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 1 /* $Xorg: region.h,v 1.4 2001/02/09 02:03:40 xorgcvs Exp $ */
73 * clip region
81 } REGION;
84 * typedef struct _XRegion *Region;
89 * Remember, x2 and y2 are not in the region
98 * update region extents
112 * Check to see if there is enough memory in the present region.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 1 /* $Xorg: region.h,v 1.4 2001/02/09 02:03:40 xorgcvs Exp $ */
73 * clip region
81 } REGION;
84 * typedef struct _XRegion *Region;
89 * Remember, x2 and y2 are not in the region
98 * update region extents
112 * Check to see if there is enough memory in the present region.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 211 .put(StructuredPostal.REGION, "\u00D7\u00D7\u770C")
237 .put(StructuredPostal.REGION, "\u00D7\u00D7\u770C")
VCardExporterTests.java     [all...]
VCardImporterTests.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExchangeAccountType.java 231 kind.fieldList.add(new EditField(StructuredPostal.REGION,
242 kind.fieldList.add(new EditField(StructuredPostal.REGION,
BaseAccountType.java     [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 188 kind.fieldList.add(new EditField(StructuredPostal.REGION,
199 kind.fieldList.add(new EditField(StructuredPostal.REGION,
FallbackSource.java 276 kind.fieldList.add(new EditField(StructuredPostal.REGION,
295 kind.fieldList.add(new EditField(StructuredPostal.REGION,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasContactsSyncHandler.java 570 sendStringData(s, cv, StructuredPostal.REGION, fieldNames[3]);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]

Completed in 532 milliseconds

1 2