Searched refs:region (Results 51 - 75 of 749) sorted by relevance

1234567891011>>

/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DAssemblyInfo.cs0 #region Using directives
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.c88 } region; member in struct:vmw_svga_winsys_context
142 for(i = 0; i < vswc->region.used; ++i) {
143 struct vmw_region_relocation *reloc = &vswc->region.relocs[i];
178 for(i = 0; i < vswc->region.used + vswc->region.staged; ++i) {
179 pb_reference(&vswc->region.relocs[i].buffer, NULL);
182 vswc->region.used = 0;
183 vswc->region.reserved = 0;
222 vswc->region.used + nr_relocs > vswc->region
[all...]
H A Dvmw_buffer.c64 struct vmw_region *region; member in struct:vmw_gmr_buffer
102 vmw_ioctl_region_unmap(buf->region);
104 vmw_ioctl_region_destroy(buf->region);
187 buf->region = vmw_ioctl_region_create(vws, size);
188 if(!buf->region)
191 buf->map = vmw_ioctl_region_map(buf->region);
198 vmw_ioctl_region_destroy(buf->region);
254 *ptr = vmw_ioctl_region_ptr(gmr_buf->region);
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dpprof.py85 for _, region in dump.iter_map:
86 if region[0] != 'hooked':
88 component_match, bucket = policy.find_mmap(region, bucket_set)
91 region[1]['committed'] == 0):
94 com_committed += region[1]['committed']
126 for _, region in dump.iter_map:
127 if region[0] != 'hooked':
129 component_match, bucket = policy.find_mmap(region, bucket_set)
132 region[1]['committed'] == 0):
136 region[
[all...]
H A Dcat.py150 for _, region in dump.iter_map:
152 if region[0] == 'unhooked':
154 for pageframe in region[1]['pageframe']:
156 region, pageframe, pfn_dict)
159 int(region[1]['committed']),
160 int(region[1]['reserved']),
161 region)
162 elif region[0] == 'hooked':
164 for pageframe in region[1]['pageframe']:
168 region, bucket_se
[all...]
/external/chromium_org/v8/src/
H A Dtypes.h273 static TypeHandle type(Region* region) { \
274 return BitsetType::New(BitsetType::k##type, region); \
279 static TypeHandle Class(i::Handle<i::Map> map, Region* region) { argument
280 return ClassType::New(map, region);
282 static TypeHandle Constant(i::Handle<i::Object> value, Region* region) { argument
283 return ConstantType::New(value, region);
285 static TypeHandle Context(TypeHandle outer, Region* region) { argument
286 return ContextType::New(outer, region);
288 static TypeHandle Array(TypeHandle element, Region* region) { argument
289 return ArrayType::New(element, region);
291 Function( TypeHandle result, TypeHandle receiver, int arity, Region* region) argument
295 Function(TypeHandle result, Region* region) argument
298 Function( TypeHandle result, TypeHandle param0, Region* region) argument
304 Function( TypeHandle result, TypeHandle param0, TypeHandle param1, Region* region) argument
311 Function( TypeHandle result, TypeHandle param0, TypeHandle param1, TypeHandle param2, Region* region) argument
324 Of(double value, Region* region) argument
327 Of(i::Object* value, Region* region) argument
330 Of(i::Handle<i::Object> value, Region* region) argument
357 NowOf(i::Handle<i::Object> value, Region* region) argument
487 New(int bitset, Region* region) argument
554 New(Tag tag, int length, Region* region) argument
571 New(int length, Region* region) argument
591 Bound(Region* region) argument
602 New( i::Handle<i::Map> map, TypeHandle bound, Region* region) argument
611 New(i::Handle<i::Map> map, Region* region) argument
638 New( i::Handle<i::Object> value, TypeHandle bound, Region* region) argument
647 New(i::Handle<i::Object> value, Region* region) argument
668 New(TypeHandle outer, TypeHandle bound, Region* region) argument
676 New(TypeHandle outer, Region* region) argument
698 New(TypeHandle element, TypeHandle bound, Region* region) argument
707 New(TypeHandle element, Region* region) argument
733 New( TypeHandle result, TypeHandle receiver, TypeHandle bound, int arity, Region* region) argument
745 New( TypeHandle result, TypeHandle receiver, int arity, Region* region) argument
892 Unbounded(Region* region) argument
897 Both(BoundsImpl b1, BoundsImpl b2, Region* region) argument
906 Either(BoundsImpl b1, BoundsImpl b2, Region* region) argument
912 NarrowLower(BoundsImpl b, TypeHandle t, Region* region) argument
918 NarrowUpper(BoundsImpl b, TypeHandle t, Region* region) argument
[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)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeNodeStream.cs123 #region REWRITING TREES (used by tree parser)
/external/chromium_org/cc/base/
H A Dinvalidation_region.h9 #include "cc/base/region.h"
22 void Swap(Region* region);
/external/chromium_org/cc/test/
H A Dtest_occlusion_tracker.h45 void set_occlusion_from_outside_target(const Region& region) { argument
47 region;
49 void set_occlusion_from_inside_target(const Region& region) { argument
51 region;
/external/chromium_org/content/renderer/android/
H A Dphone_number_detector_unittest.cc15 const std::string& region) {
19 PhoneNumberDetector detector(region);
28 const std::string& region) {
32 PhoneNumberDetector detector(region);
14 FindNumber(const std::string& content, const std::string& region) argument
27 FindAndFormatNumber(const std::string& content, const std::string& region) argument
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrack.idl50 [RuntimeEnabled=WebVTTRegions] void addRegion(VTTRegion region);
51 [RaisesException, RuntimeEnabled=WebVTTRegions] void removeRegion(VTTRegion region);
/external/chromium_org/content/shell/android/linker_test_apk/
H A Dchromium_linker_test_linker_tests.cc43 // The RELRO section(s), after being copied into an ashmem region, will
44 // appear in /proc/self/maps as a mapped memory region for a file name
59 // Parse /proc/self/maps and builds a list of region mappings in this
79 MappedMemoryRegion& region = regions[n]; local
81 if (region.path.find(kRelroSectionPrefix) != 0) {
88 void* region_start = reinterpret_cast<void*>(region.start);
89 void* region_end = reinterpret_cast<void*>(region.end);
97 uint8 region_flags = region.permissions & expected_mask;
113 size_t region_size = region.end - region
[all...]
/external/chromium_org/courgette/
H A Densemble.h26 #include "courgette/region.h"
34 // An Element is a region of an Ensemble with an identifyable kind.
40 const Region& region);
45 const Region& region() const { return region_; } function in class:courgette::Element
65 Ensemble(const Region& region, const char* name) argument
66 : region_(region), name_(name) {}
69 const Region& region() const { return region_; } function in class:courgette::Ensemble
72 // Scans the region to find Elements within the region().
91 return region()
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs15 #region ChecksumGeneratorBase
100 #region CRC32
106 #region DLL imports
151 #region Adler
157 #region DLL imports
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.cc23 std::string SanitizeRegion(const std::string& region, argument
25 if (region.length() == 2)
26 return region;
98 // Parse phone number based on the region.
140 // region.
151 // The region might be different from what we started with.
158 const std::string& region) {
159 DCHECK_EQ(2u, region.size());
163 if (!ParsePhoneNumber(value, region, &country_code, &unused_city_code,
176 const std::string& region,
157 NormalizePhoneNumber(const base::string16& value, const std::string& region) argument
173 ConstructPhoneNumber(const base::string16& country_code, const base::string16& city_code, const base::string16& number, const std::string& region, base::string16* whole_number) argument
199 const std::string region = SanitizeRegion(raw_region, app_locale); local
233 PhoneObject(const base::string16& number, const std::string& region) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.cpp108 RenderRegion* region = *iter; local
109 LayoutUnit regionLogicalHeight = region->pageLogicalHeight();
123 updateLogicalWidth(); // Called to get the maximum logical width for the region.
143 RenderRegion* region = *iter; local
144 computedValues.m_extent += region->logicalHeightOfAllFlowThreadContent();
171 // Let each region figure out the proper enclosing flow thread.
175 RenderRegion* region = *iter; local
177 region->repaintFlowThreadContent(repaintRect);
191 // If no region was found, the offset is in the flow thread overflow.
205 // Take into account the offset coordinates of the region
277 RenderRegion* region = regionAtBlockOffset(offset); local
283 RenderRegion* region = regionAtBlockOffset(offset); local
292 RenderRegion* region = regionAtBlockOffset(offset); local
365 RenderRegion* region = *iter; local
385 RenderRegion* region = *iter; local
396 RenderRegion* region = *iter; local
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dmapping_file_provider.cc63 string& region, string* full_locale) {
66 AppendLocalePart(region, full_locale);
96 const string& region,
115 FindBestMatchingLanguageCode(langs, language, script, region,
128 const string& script, const string& region, string* best_match) const {
130 ConstructFullLocale(language, script, region, &full_locale);
145 if (script.empty() != region.empty()) {
150 } else if (!script.empty() && !region.empty()) {
162 lang_with_region.append(region);
62 ConstructFullLocale(const string& language, const string& script, const string& region, string* full_locale) argument
93 GetFileName(int country_calling_code, const string& language, const string& script, const string& region, string* filename) const argument
126 FindBestMatchingLanguageCode( const CountryLanguages* languages, const string& language, const string& script, const string& region, string* best_match) const argument
/external/libunwind/tests/
H A DGtest-dyn1.c170 unw_dyn_region_info_t *region; local
195 region = alloca (_U_dyn_region_info_size (2));
196 region->next = NULL;
197 region->insn_count = 3 * (MAX_FUNC_SIZE / 16);
198 region->op_count = 2;
199 _U_dyn_op_alias (&region->op[0], 0, -1, fdesc.code);
200 _U_dyn_op_stop (&region->op[1]);
204 di.end_ip = (long) mem + 16*region->insn_count/3;
208 di.u.pi.regions = region;
/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/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c64 struct vmw_region *region; member in struct:vmw_gmr_buffer
102 vmw_ioctl_region_unmap(buf->region);
104 vmw_ioctl_region_destroy(buf->region);
187 buf->region = vmw_ioctl_region_create(vws, size);
188 if(!buf->region)
191 buf->map = vmw_ioctl_region_map(buf->region);
198 vmw_ioctl_region_destroy(buf->region);
254 *ptr = vmw_ioctl_region_ptr(gmr_buf->region);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer.h25 // the region that we are calculating.
41 // Given the previous and current screen buffer, calculate the dirty region
44 DesktopRegion* region);
54 // blocks into a region.
55 // The goal is to minimize the region that covers the dirty blocks.
56 void MergeBlocks(DesktopRegion* region);
H A Dwindow_capturer_null.cc33 virtual void Capture(const DesktopRegion& region) OVERRIDE;
70 void WindowCapturerNull::Capture(const DesktopRegion& region) { argument
/external/pixman/pixman/
H A Dpixman.c156 * Computing composite region
159 clip_general_image (pixman_region32_t * region, argument
164 if (pixman_region32_n_rects (region) == 1 &&
167 pixman_box32_t * rbox = pixman_region32_rectangles (region, NULL);
181 pixman_region32_init (region);
192 pixman_region32_translate (region, -dx, -dy);
194 if (!pixman_region32_intersect (region, region, clip))
198 pixman_region32_translate (region, dx, dy);
201 return pixman_region32_not_empty (region);
205 clip_source_image(pixman_region32_t * region, pixman_image_t * image, int dx, int dy) argument
228 _pixman_compute_composite_region32(pixman_region32_t * region, pixman_image_t * src_image, pixman_image_t * mask_image, pixman_image_t * dest_image, int32_t src_x, int32_t src_y, int32_t mask_x, int32_t mask_y, int32_t dest_x, int32_t dest_y, int32_t width, int32_t height) argument
584 pixman_region32_t region; local
1104 pixman_compute_composite_region(pixman_region16_t * region, pixman_image_t * src_image, pixman_image_t * mask_image, pixman_image_t * dest_image, int16_t src_x, int16_t src_y, int16_t mask_x, int16_t mask_y, int16_t dest_x, int16_t dest_y, uint16_t width, uint16_t height) argument
[all...]

Completed in 3586 milliseconds

1234567891011>>