Searched refs:region (Results 426 - 450 of 904) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DCairoUtilities.cpp91 void appendRegionToCairoContext(cairo_t* to, const cairo_region_t* region) argument
93 if (!region)
96 const int rectCount = cairo_region_num_rectangles(region);
99 cairo_region_get_rectangle(region, i, &rect);
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dcompress.h24 #include <isc/region.h>
/macosx-10.10/file_cmds-242/mtree/
H A Dcommoncrypto.c47 (void)dispatch_data_apply(data, ^(__unused dispatch_data_t region, __unused size_t offset, const void *buffer, size_t size) {
/macosx-10.10/libdispatch-442.1.4/dispatch/
H A Ddata.h47 * memory region.
129 * Returns the logical size of the memory region(s) represented by the specified
143 * contiguous memory region and returns a new data object representing it.
145 * are filled with the location and extent of that region. These allow direct
153 * location of the mapped contiguous memory region, or
156 * size of the mapped contiguous memory region, or NULL.
172 * region(s) described by them until the newly created object has also been
175 * @param data1 The data object representing the region(s) of memory to place
177 * @param data2 The data object representing the region(s) of memory to place
192 * (however, the system might not deallocate the memory region(
223 typedef bool (^dispatch_data_applier_t)(dispatch_data_t region, variable
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Daspvbs.vim128 syn region AspVBSString contained start=+"+ end=+"+ keepend
131 syn region AspVBSComment contained start="^REM\s\|\sREM\s" end="$" contains=AspVBSTodo keepend
132 syn region AspVBSComment contained start="^'\|\s'" end="$" contains=AspVBSTodo keepend
138 syn region AspVBSError contained start="^\d" end="\s" keepend
149 syn region AspVBSFold start="^\s*\(class\)\s\+.*$" end="^\s*end\s\+\(class\)\>.*$" fold contained transparent keepend
150 syn region AspVBSFold start="^\s*\(private\|public\)\=\(\s\+default\)\=\s\+\(sub\|function\)\s\+.*$" end="^\s*end\s\+\(function\|sub\)\>.*$" fold contained transparent keepend
154 syn region AspVBScriptInsideHtmlTags keepend matchgroup=Delimiter start=+<%=\=+ end=+%>+ contains=@AspVBScriptTop, AspVBSFold
155 syn region AspVBScriptInsideHtmlTags keepend matchgroup=Delimiter start=+<script\s\+language="\=vbscript"\=[^>]*\s\+runatserver[^>]*>+ end=+</script>+ contains=@AspVBScriptTop
H A Dcdrdaoconf.vim102 syn region cdrdaoconfDevice
108 syn region cdrdaoconfPath
H A Dcuplsim.vim34 syn region cuplsimOrderSpec start="." end=";"me=e-1 contains=cuplComment,cuplsimOrderFormat,cuplBitVector,cuplSpecialChar,cuplLogicalOperator,cuplCommaOperator contained
38 syn region cuplsimBaseSpec start="." end=";"me=e-1 contains=cuplComment,cuplsimBaseType contained
H A Ddcd.vim18 syn region dcdLabel start="[A-Z]" end=";"
40 syn region dcdComment start="\*" end="\;"
H A Dld.vim15 syn region ldComment start='/\*' end='\*/' contains=ldTodo,@Spell
17 syn region ldFileName start=+"+ end=+"+
H A Dmma.vim107 syntax region mmaComment start=+(\*+ end=+\*)+ skipempty contains=@mmaNotes,mmaItem,@mmaCommentStrings,mmaemPHAsis,mmaComment
113 syntax region mmaFunctionComment start="(\*\*\+" end="\*\+)" contains=@mmaNotes,mmaItem,mmaFunctionTitle,@mmaCommentStrings,mmaemPHAsis,mmaComment
114 syntax region mmaFunctionTitle contained matchgroup=mmaFunctionComment start="\%((\*\*[ *]*\)" matchgroup=mmaFunctionTitle keepend end=".[.!-]\=\s*$" end="[.!-][ \t\r<&]"me=e-1 end="\%(\*\+)\)\@=" contained contains=@mmaNotes,mmaItem,mmaCommentStar
132 syntax region mmaString start=+\\\@<!"+ skip=+\\\@<!\\\%(\\\\\)*"+ end=+"+
133 syntax region mmaCommentString oneline start=+\\\@<!"+ skip=+\\\@<!\\\%(\\\\\)*"+ end=+"+ contained
238 "syntax region mmaArgument start="\[" end="\]" containedin=ALLBUT,@mmaComments,@mmaStrings transparent fold
242 "syntax region mmaLists start="{" end="}" containedin=ALLBUT,@mmaComments,@mmaStrings transparent fold
246 "syntax region mmaRegion start="(\*\+[^<]*<!--[^>]*\*\+)" end="--> \*)" containedin=ALLBUT,@mmaStrings transparent fold keepend
H A Dremind.vim31 syn region remindString start=+'+ end=+'+ skip=+\\\\\|\\'+ oneline
32 syn region remindString start=+"+ end=+"+ skip=+\\\\\|\\"+ oneline
H A Dspice.vim43 syn region spiceParen transparent matchgroup=spiceOperator start="(" end=")" contains=ALLBUT,spiceParenError
44 syn region spiceSinglequote matchgroup=spiceOperator start=+'+ end=+'+
H A Dcs.vim60 syn region csComment start="/\*" end="\*/" contains=@csCommentHook,csTodo,@Spell
87 syn region csPreCondit
90 syn region csRegion matchgroup=csPreCondit start="^\s*#\s*region.*$"
103 syn region csVerbatimString start=+@"+ end=+"+ skip=+""+ contains=csVerbatimSpec,@Spell
105 syn region csString start=+"+ end=+"+ end=+$+ contains=csSpecialChar,csSpecialError,csUnicodeNumber,@Spell
H A Djess.vim24 syn region jessList matchgroup=Delimiter start="(" skip="|.\{-}|" matchgroup=Delimiter end=")" contains=jessAtom,jessBQList,jessConcat,jessDeclaration,jessList,jessNumber,jessSymbol,jessSpecial,jessFunc,jessKey,jessAtomMark,jessString,jessComment,jessBarSymbol,jessAtomBarSymbol,jessVar
25 syn region jessBQList matchgroup=PreProc start="`(" skip="|.\{-}|" matchgroup=PreProc end=")" contains=jessAtom,jessBQList,jessConcat,jessDeclaration,jessList,jessNumber,jessSpecial,jessSymbol,jessFunc,jessKey,jessVar,jessAtomMark,jessString,jessComment,jessBarSymbol,jessAtomBarSymbol
32 syn region jessAtom start=+'"+ skip=+\\"+ end=+"+
33 syn region jessAtomList matchgroup=Special start="(" skip="|.\{-}|" matchgroup=Special end=")" contained contains=jessAtomList,jessAtomNmbr0,jessString,jessComment,jessAtomBarSymbol
99 syn region jessVar start="?" end="[^a-zA-Z0-9]"me=e-1
102 syn region jessString start=+"+ skip=+\\"+ end=+"+
H A Dplm.vim20 syn region plmString start=+'+ end=+'+
28 syn region plmPreProc start="^\s*\$\s*" skip="\\$" end="$"
57 syntax region plmCommentString contained start=+"+ skip=+\\\\\|\\"+ end=+"+ end=+\*/+me=s-1 contains=plmSpecial,plmCommentSkip
58 syntax region plmComment2String contained start=+"+ skip=+\\\\\|\\"+ end=+"+ end="$" contains=plmSpecial
59 syntax region plmComment start="/\*" end="\*/" contains=plmTodo,plmCommentString,plmCharacter,plmNumber,plmFloat,plmSpaceError
62 syn region plmComment start="/\*" end="\*/" contains=plmTodo,plmSpaceError
H A Dtasm.vim81 syn region tasmComment start=";" end="$"
83 syn region tasmComment start="comment \+\$" end="\$"
84 syn region tasmComment start="comment \+\~" end="\~"
85 syn region tasmComment start="comment \+#" end="#"
86 syn region tasmString start="'" end="'"
87 syn region tasmString start='"' end='"'
H A Dtf.vim131 syn region tfComment start="^;" end="$" contains=tfTodo
134 syn region tfString oneline matchgroup=None start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=tfIdentifier,tfSpecialChar,tfEscape
135 syn region tfString matchgroup=None start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=tfIdentifier,tfSpecialChar,tfEscape
140 syn region tfParent matchgroup=Delimiter start="(" end=")" contains=ALLBUT,tfReadonly
141 syn region tfParent matchgroup=Delimiter start="\[" end="\]" contains=ALL
142 syn region tfParent matchgroup=Delimiter start="{" end="}" contains=ALL
H A Duc.vim56 syn region ucLabelRegion transparent matchgroup=ucLabel start="\<case\>" matchgroup=NONE end=":" contains=ucNumber
65 syn region ucCommentString contained start=+"+ end=+"+ end=+\*/+me=s-1,he=s-1 contains=ucSpecial,ucCommentStar,ucSpecialChar
66 syn region ucComment2String contained start=+"+ end=+$\|"+ contains=ucSpecial,ucSpecialChar
70 syn region ucComment start="/\*" end="\*/" contains=ucCommentString,ucCommentCharacter,ucNumber,ucTodo
87 syn region ucString start=+"+ end=+"+ contains=ucSpecialChar,ucSpecialError
103 syn region ucParen transparent start="(" end=")" contains=@ucTop,ucParen
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DDeflater.cs20 #region Dll imports
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dtimezone.h112 * world, each with a unique ID. Each ID consists of a region (usually a continent or
113 * ocean) and a city in that region, separated by a slash, (for example, US Pacific
181 * @param region The ISO 3166 two-letter country code or UN M.49
183 * done by region.
194 const char* region,
389 * for a region. For example, system time zone ID "America/Los_Angeles" is returned
390 * for input Windows ID "Pacific Standard Time" and region "US" (or <code>null</code>),
392 * region "CA".
404 * @param region A null-terminated region cod
[all...]
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DInbandGenericTextTrack.cpp242 for (auto& region : newRegions) {
243 region->setTrack(this);
244 regions()->add(region);
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dx25_19.c55 isc_region_t region; local
62 dns_rdata_toregion(rdata, &region);
63 return (txt_totext(&region, target));
/macosx-10.10/bind9-45.101/bind9/lib/isccc/
H A Dsexpr.c91 isccc_sexpr_frombinary(const isccc_region_t *region) argument
100 region_size = REGION_SIZE(*region);
105 * add 1 to the length of the binary region, because the NUL is
115 memcpy(sexpr->value.as_region.rstart, region->rstart, region_size);
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-limit.el183 region msgs)
186 (setq region (cons (if all (point-min) (point)) (point-max)))
187 (mh-iterate-on-range msg region
295 (narrow-to-region (point-min) (point)))
/macosx-10.10/ICU-531.30/icuSources/data/
H A Dmakedata.mak329 # Read the list of region display name resource bundle files
330 !IF EXISTS("$(ICUSRCDATA)\region\resfiles.mk")
331 !INCLUDE "$(ICUSRCDATA)\region\resfiles.mk"
332 !IF EXISTS("$(ICUSRCDATA)\region\reslocal.mk")
333 !INCLUDE "$(ICUSRCDATA)\region\reslocal.mk"
336 !MESSAGE Information: cannot find "region\reslocal.mk". Not building user-additional resource bundle files.
339 !MESSAGE Warning: cannot find "region\resfiles.mk"
343 REGION_FILES = region\root.txt $(REGION_ALIAS_SOURCE) $(REGION_SOURCE)
344 REGION_RES_FILES = $(REGION_FILES:.txt =.res region\)
346 REGION_RES_FILES = region\poo
[all...]

Completed in 311 milliseconds

<<11121314151617181920>>