Home
last modified time | relevance | path

Searched refs:REGION (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DRegions.def14 // REGION(Id, Parent) - for specific MemRegion sub-classes, reserving
25 #ifndef REGION
26 #define REGION(Id, Parent)
38 REGION(CodeSpaceRegion, MemSpaceRegion)
41 REGION(GlobalImmutableSpaceRegion, NonStaticGlobalSpaceRegion)
42 REGION(GlobalInternalSpaceRegion, NonStaticGlobalSpaceRegion)
43 REGION(GlobalSystemSpaceRegion, NonStaticGlobalSpaceRegion)
46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
49 REGION(HeapSpaceRegion, MemSpaceRegion)
51 REGION(StackArgumentsSpaceRegion, StackSpaceRegion)
[all …]
DSValVisitor.h115 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id); in Visit() macro
123 #define REGION(Id, Parent) \ macro
126 REGION(Id, Parent)
DSVals.h508 template <typename REGION>
509 const REGION* getRegionAs() const { in getRegionAs()
510 return dyn_cast<REGION>(getRegion()); in getRegionAs()
DMemRegion.h82 #define REGION(Id, Parent) Id ## Kind, macro
/external/icu/icu4j/main/tests/packaging/src/com/ibm/icu/dev/test/
DTestLocaleNamePackaging.java12 import static com.ibm.icu.impl.LocaleDisplayNamesImpl.DataTableType.REGION;
32 logln(" region data: " + LocaleDisplayNamesImpl.haveData(REGION)); in validate()
83 String[] expected = LocaleDisplayNamesImpl.haveData(REGION) ? in testRegionDisplayNames()
228 : (LocaleDisplayNamesImpl.haveData(REGION) in testLanguageDisplayNameDoesNotTranslateDialects()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestLocaleNamePackaging.java13 import static android.icu.impl.LocaleDisplayNamesImpl.DataTableType.REGION;
35 logln(" region data: " + LocaleDisplayNamesImpl.haveData(REGION)); in validate()
86 String[] expected = LocaleDisplayNamesImpl.haveData(REGION) ? in testRegionDisplayNames()
231 : (LocaleDisplayNamesImpl.haveData(REGION) in testLanguageDisplayNameDoesNotTranslateDialects()
/external/cldr/tools/java/org/unicode/cldr/tool/
DExtractMessages.java307 LANGUAGE, REGION, CURRENCY, MONTH, MONTHSHORT, DAY, DAYSHORT, TIMEZONE enumConstant
315 new DataHandler(Type.REGION, ".*the country or region.*"),
350 case REGION: in reset()
458 case REGION: in DataHandler()
670 case REGION: in getPath()
DGenerateBcp47Bits.java45 …gion", regions, new Bcp47StringBitTransform(Bcp47StringBitTransform.Type.REGION), regionStaticTest… in main()
274 LANGUAGE, REGION enumConstant
346 if (type == Type.REGION) return result.toString().toUpperCase(Locale.ENGLISH); in fromBit()
/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageTagParser.java656 LANGUAGE, SCRIPT, REGION, VARIANTS enumConstant
660 …<Fields> LANGUAGE_REGION = Collections.unmodifiableSet(EnumSet.of(Fields.LANGUAGE, Fields.REGION));
662 Fields.SCRIPT, Fields.REGION));
667 if (selection.contains(Fields.REGION) && region.length() != 0) result += "_" + region; in toString()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYLegendWidget.java44 REGION enumConstant
/external/libxml2/result/HTML/
Ddoc3.htm.err5 href="http://ads.gamesquad.net/addclick.exe/adclick.cgi?REGION=game|tech|ent&id
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleDisplayNamesImpl.java709 LANG, REGION; enumConstant
715 case REGION: return RegionDataTables.impl instanceof ICUDataTables; in haveData()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java699 LANG, REGION; enumConstant
705 case REGION: return RegionDataTables.impl instanceof ICUDataTables; in haveData()
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_messages.py124 REGION = 1 variable in Condition.SysValueValuesEnum
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dus_census.txt8 USER-DEFINED REGION/2008
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java153 REGION enumConstant
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java156 REGION enumConstant
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java229 public static final String REGION = "region"; field in LDMLConstants
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dexport.mlir567 // CHECK: %[[REGION:region_[0-9]+]]
575 …RG0]], s32[1,10] %[[ARG1]], f32[] %[[ARG2]], s32[] %[[ARG3]]), dimensions={1}, to_apply=%[[REGION]]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java637 setDemotionPerDesiredLocale(LocaleMatcher.Demotion.REGION).build(); in testDemotion()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java640 setDemotionPerDesiredLocale(LocaleMatcher.Demotion.REGION).build(); in testDemotion()
/external/python/cpython2/Objects/
Dlistsort.txt462 additional comparisons to nail it (see note REGION OF UNCERTAINTY). Then we
722 REGION OF UNCERTAINTY
/external/python/cpython3/Objects/
Dlistsort.txt462 additional comparisons to nail it (see note REGION OF UNCERTAINTY). Then we
722 REGION OF UNCERTAINTY
/external/mesa3d/docs/gallium/
Dcontext.rst554 for the non-REGION modes but in the case that an occlusion query returns
/external/libcups/cups/
Dipp.c.orig6555 * This typically converts strings of the form "ll_CC", "ll-REGION", and "CHARSET_NUMBER"
6593 * This typically converts strings of the form "ll_CC" and "ll-REGION" to "ll-cc" and

12