Searched refs:region (Results 1 - 25 of 266) sorted by relevance

1234567891011

/external/libxslt/libxslt/
H A Dxsltlocale.c84 const char *region = NULL; local
134 region = (char *)xsltDefaultRegion((xmlChar *)localeName);
135 if (region == NULL)
139 *q++ = region[0];
140 *q++ = region[1];
154 const xmlChar *region = NULL; local
178 region = xsltDefaultRegion(localeName);
179 if (region == NULL) goto end;
181 strcpy(localeName + llen + 1, region);
196 /* region shoul
197 const char *region = NULL; local
[all...]
/external/webkit/Source/WebKit/android/nav/
H A DDrawExtra.cpp61 SkRegion* region = m_highlightRegions.get(layerId); local
62 if (!region) {
63 region = new SkRegion();
64 m_highlightRegions.set(layerId, region);
73 continue; // don't add it to the region
76 region->op(r.x(), r.y(), r.maxX(), r.maxY(), SkRegion::kUnion_Op);
82 SkRegion* region = getHighlightRegionsForLayer(layer); local
83 if (!region || region->isEmpty())
85 SkRegion::Iterator rgnIter(*region);
97 SkRegion* region = getHighlightRegionsForLayer(layer); local
[all...]
/external/e2fsprogs/e2fsck/
H A Dregion.c2 * region.c --- code which manages allocations within a region.
36 region_t region; local
38 region = malloc(sizeof(struct region_struct));
39 if (!region)
41 memset(region, 0, sizeof(struct region_struct));
42 region->min = min;
43 region->max = max;
44 return region;
47 void region_free(region_t region) argument
59 region_allocate(region_t region, region_addr_t start, int n) argument
156 region_print(region_t region, FILE *f) argument
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs17 #region Internal types
27 #region ZStream structure
57 #region Public enums
82 #region Exception classes
109 #region Interfaces
212 #region Classes
218 #region DLL imports
226 #region Private stuff
H A DChecksumImpl.cs15 #region ChecksumGeneratorBase
100 #region CRC32
106 #region DLL imports
151 #region Adler
157 #region DLL imports
H A DCodecBase.cs19 #region Data members
65 #region Codec Members
118 #region Destructor & IDisposable stuff
160 #region Helper methods
H A DGZipStream.cs19 #region Dll Imports
40 #region Private data
46 #region Constructors
76 #region Access properties
112 #region Destructor & IDispose stuff
141 #region Basic reading and writing
237 #region Position & length stuff
/external/icu4c/tools/tzcode/
H A Dtzselect.ksh78 region=
199 # If there's more than one region, ask the user which one.
204 select region in $regions
206 case $region in
211 case $region in
215 region=$regions
218 # Determine TZ from country and region.
221 -v region="$region" \
233 $1 == cc && $4 == region { prin
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs54 #region Constructors
93 #region Public API
130 #region Data Members
138 #region Private Members
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeNodeStream.cs116 #region REWRITING TREES (used by tree parser)
H A DITreeAdaptor.cs49 #region Construction
235 #region Content
280 #region Navigation / Tree Parsing
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeNodeStream.cs123 #region REWRITING TREES (used by tree parser)
H A DITreeAdaptor.cs51 #region Construction
255 #region Content
300 #region Navigation / Tree Parsing
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.cc21 void SetRegionUnionWithPoint(int i, int j, GdkRegion* region) { argument
23 gdk_region_union_with_rect(region, &rect);
67 GdkRegion* region = gdk_region_rectangle(&rect0); local
68 gdk_region_union_with_rect(region, &rect1);
75 SetRegionUnionWithPoint(i, j, region);
84 SetRegionUnionWithPoint(i, j, region);
93 SetRegionUnionWithPoint(i, j, region);
102 SetRegionUnionWithPoint(i, j, region);
107 gdk_window_shape_combine_region(window_contents()->window, region,
109 gdk_region_destroy(region);
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs53 #region Helper classes
70 #region Constructors
92 #region IDictionaryEnumerator Members
132 #region IEnumerator Members
188 #region Constructors
245 #region ICollection Members
269 #region IEnumerable Members
283 #region Constructors
316 #region ICollection Members
340 #region IEnumerabl
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnSolidFillShader.cpp36 LoopBlinnShader::Region region,
39 VertexType type = (region == Interior) ? LoopBlinnInterior : LoopBlinnExterior;
35 create(GraphicsContext3D* context, LoopBlinnShader::Region region, Shader::AntialiasType antialiasType) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeNodeStream`1.cs122 #region REWRITING TREES (used by tree parser)
/external/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.h43 const MemoryObject &region,
/external/qemu/android/skin/
H A Dcomposer.h16 #include "android/skin/region.h"
34 SkinRegion region[1]; /* the plate's region */ member in struct:SkinPlateAny
35 char isVisible; /* flag: TRUE iff the region is visible */
36 char isOpaque; /* flag: TRUE iff the region is opaque */
40 typedef void (*SkinPlateDrawFunc)( void* user, SkinRegion* region, SkinPos* apos, SkinViewport* viewport, int opaque );
74 SkinRegion* region,
84 extern void skin_plate_invalidate( SkinPlate* plate, SkinRegion* region );
/external/webkit/Source/WebCore/platform/gtk/
H A DGtkPluginWidget.cpp91 event->expose.region = gdk_region_rectangle(&event->expose.area);
93 event->expose.region = cairo_region_create_rectangle(&event->expose.area);
105 if (!gdk_region_empty(event->expose.region))
107 if (!cairo_region_is_empty(event->expose.region))
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
H A DMappingFileProvider.java151 * @param region two-letter uppercase ISO country codes as defined by ISO 3166-1
154 String getFileName(int countryCallingCode, String language, String script, String region) { argument
164 String languageCode = findBestMatchingLanguageCode(setOfLangs, language, script, region);
175 Set<String> setOfLangs, String language, String script, String region) {
176 StringBuilder fullLocale = constructFullLocale(language, script, region);
188 if (onlyOneOfScriptOrRegionIsEmpty(script, region)) {
192 } else if (script.length() > 0 && region.length() > 0) {
199 StringBuilder langWithRegion = new StringBuilder(language).append('_').append(region);
212 private boolean onlyOneOfScriptOrRegionIsEmpty(String script, String region) { argument
213 return (script.length() == 0 && region
174 findBestMatchingLanguageCode( Set<String> setOfLangs, String language, String script, String region) argument
217 constructFullLocale(String language, String script, String region) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DTransparencyWin.h62 // Valid only with KeepTransform and ScaleTransform. The region being
63 // drawn onto must be opaque, since the modified region will be forced
127 // |region| is expressed relative to the current transformation.
136 const IntRect& region);
179 void setupTransform(const IntRect& region);
180 void setupTransformForKeepTransform(const IntRect& region);
189 // Fixes the alpha channel to make the region inside m_transformedRect
211 // of the region we're using in the source.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator64.h12 // from the user memory region, so that the tool does not use extra shadow
144 RegionInfo *region = GetRegionInfo(class_id); local
145 SpinMutexLock l(&region->mutex);
146 if (region->free_list.empty()) {
147 PopulateFreeList(class_id, region);
149 CHECK(!region->free_list.empty());
151 if (region->free_list.size() <= count) {
152 free_list->append_front(&region->free_list);
155 AllocatorListNode *node = region->free_list.front();
156 region
166 RegionInfo *region = GetRegionInfo(class_id); local
260 PopulateFreeList(uptr class_id, RegionInfo *region) argument
281 RegionInfo *region = GetRegionInfo(class_id); local
293 RegionInfo *region = GetRegionInfo(class_id); local
[all...]
/external/chromium/base/win/
H A Di18n.cc87 bool GetUserDefaultUILanguage(std::wstring* language, std::wstring* region) { argument
101 region->clear();
106 DPCHECK(0 != result_length) << "Failed getting region id";
108 region->assign(&result_buffer[0], result_length - 1);
124 std::wstring region; local
134 } else if (GetUserDefaultUILanguage(&language, &region)) {
137 if (!region.empty())
140 .append(region));
/external/kernel-headers/original/asm-mips/sn/sn0/
H A Dhubmd.h449 #define MD_MEMORY_CONFIG_DIR_TYPE_GET(region) (\
450 (REMOTE_HUB_L(region, MD_MEMORY_CONFIG) & MMC_DIR_PREMIUM_MASK) >> \
459 #define MD_MIG_DIFF_THRESH_GET(region) ( \
460 REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) & \
463 #define MD_MIG_DIFF_THRESH_SET(region, value) ( \
464 REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH, \
467 #define MD_MIG_DIFF_THRESH_DISABLE(region) ( \
468 REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH, \
469 REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) \
472 #define MD_MIG_DIFF_THRESH_ENABLE(region) ( \
[all...]

Completed in 670 milliseconds

1234567891011