Searched refs:transforms (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/
H A DMakefile11 DIRS = llvm bitreader bitwriter analysis target executionengine transforms
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dpluginmgr.tcl27 variable transforms
32 foreach t $transforms {
170 variable transforms
174 set id [llength $transforms]
176 lappend transforms [$transform clone]
182 variable transforms
184 set t [lindex $transforms $id]
193 variable transforms
194 set t [lindex $transforms $id]
199 variable transforms
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A Dmisc.c106 CFArrayRef transforms = CFDictionaryGetValue(d, CFSTR("TRANSFORMS")); local
110 // map transforms to connected attributes
125 for(i = 0; i < CFArrayGetCount(transforms); i++) {
126 CFDictionaryRef t = CFArrayGetValueAtIndex(transforms, i);
H A DSecTransform.cpp21 const CFStringRef kSecTransformErrorDomain = CFSTR("com.apple.security.transforms.error");
421 // The incoming dictionary consists of a list of transforms and
423 // transforms and storing them in a dictionary so that we can
426 CFArrayRef transforms = (CFArrayRef) CFDictionaryGetValue(dictionary, EXTERN_TRANSFORM_TRANSFORM_ARRAY); local
427 if (transforms == NULL)
445 CFIndex numTransforms = CFArrayGetCount(transforms);
453 CFDictionaryRef xTransform = (CFDictionaryRef) CFArrayGetValueAtIndex(transforms, n);
H A DTransform.h122 CFErrorRef ProcessExternalize(CFMutableArrayRef transforms, CFMutableArrayRef connections);
150 // Abort all transforms in this transform's RootGroup, including this transform
H A DTransform.cpp22 // a transforms master, activation, or any attribute queue to the Transform*
180 // Attributes with a leading _ belong to the Transform system only, not to random 3rd party transforms.
453 // When _all_ transforms in the group have been marked as finalizing we can tear down our own context without anyone else in the group sending us values
639 // additional transforms may have been added to our group (indeed,
660 // so it happens as soon as the transforms starts executing.
668 // abort all transforms in the root group & below
777 CFErrorRef err = CreateSecTransformErrorRef(kSecTransformErrorInvalidConnection, "Can not make connections between transforms in different groups (%@ is in %@, %@ is in %@)", GetName(), newSourceGroup->GetName(), destinationTransform->GetName(), newDestinationGroup->GetName());
1572 // default we want to load all old transforms with stream=1, the simplest way to do that is
1724 // make arrays to hold the transforms and the connections
1725 __block CFMutableArrayRef transforms local
1759 ProcessExternalize(CFMutableArrayRef transforms, CFMutableArrayRef connections) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngread.c479 /* Check for transforms that have been set but were defined out */
1199 int transforms,
1219 if (transforms & PNG_TRANSFORM_STRIP_16)
1227 if (transforms & PNG_TRANSFORM_STRIP_ALPHA)
1235 if (transforms & PNG_TRANSFORM_PACKING)
1243 if (transforms & PNG_TRANSFORM_PACKSWAP)
1253 if (transforms & PNG_TRANSFORM_EXPAND)
1266 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1275 if ((transforms & PNG_TRANSFORM_SHIFT)
1288 if (transforms
1198 png_read_png(png_structp png_ptr, png_infop info_ptr, int transforms, voidp params) argument
[all...]
H A Dpngwrite.c675 /* Check for transforms that have been set but were defined out */
1375 int transforms, voidp params)
1387 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1395 if ((transforms & PNG_TRANSFORM_SHIFT)
1402 if (transforms & PNG_TRANSFORM_PACKING)
1408 if (transforms & PNG_TRANSFORM_SWAP_ALPHA)
1414 if (transforms & PNG_TRANSFORM_STRIP_FILLER_AFTER)
1416 else if (transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE)
1422 if (transforms & PNG_TRANSFORM_BGR)
1428 if (transforms
1374 png_write_png(png_structp png_ptr, png_infop info_ptr, int transforms, voidp params) argument
[all...]
H A Dpng.h2496 int transforms,
2500 int transforms,
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DRelationship.pm104 transforms them into the structure that the Relationship modules requires.
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DBaseConfigurator.pm221 splits at its newlines and transforms it into an array:
/macosx-10.10/WebCore-7600.1.25/WebCore.vcxproj/
H A DcopyForwardingHeaders.cmd54 xcopy /y /d "%ProjectDir%..\platform\graphics\transforms\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/libpng/
H A DpngtclDecls.h588 int transforms, voidp params);
591 png_infop info_ptr, int transforms,
1190 void (*png_read_pngPtr) (png_structp png_ptr, png_infop info_ptr, int transforms, voidp params); /* 174 */
1191 void (*png_write_pngPtr) (png_structp png_ptr, png_infop info_ptr, int transforms, voidp params); /* 175 */
/macosx-10.10/vim-55/runtime/syntax/
H A Dmaple.vim377 " Package: inttrans: integral transforms {{{2
/macosx-10.10/Heimdal-398.1.2/lib/libedit/
H A Dltmain.sh4432 /* wrapper name transforms */
4439 /* target_name transforms -- use actual target program name; might have lt- prefix */
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/
H A Dltmain.sh4438 /* wrapper name transforms */
4445 /* target_name transforms -- use actual target program name; might have lt- prefix */
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/
H A Dltmain.sh3701 /* wrapper name transforms */
3708 /* target_name transforms -- use actual target program name; might have lt- prefix */
/macosx-10.10/apache-793/httpd/build/
H A Dltmain.sh4438 /* wrapper name transforms */
4445 /* target_name transforms -- use actual target program name; might have lt- prefix */
/macosx-10.10/apr-32/apr/apr/build/
H A Dltmain.sh4438 /* wrapper name transforms */
4445 /* target_name transforms -- use actual target program name; might have lt- prefix */
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/conftools/
H A Dltmain.sh4438 /* wrapper name transforms */
4445 /* target_name transforms -- use actual target program name; might have lt- prefix */
/macosx-10.10/curl-83.1.2/curl/
H A Dltmain.sh4438 /* wrapper name transforms */
4445 /* target_name transforms -- use actual target program name; might have lt- prefix */
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc.el1784 ;; modify `transforms' to specify what needs to be changed
1786 (let ((transforms '((pcomplete . completion))))
1788 (mapcar (lambda (m) (or (cdr (assoc m transforms)) m))
/macosx-10.10/sudo-73/src/
H A Dltmain.sh4438 /* wrapper name transforms */
4445 /* target_name transforms -- use actual target program name; might have lt- prefix */
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dltmain.sh3701 /* wrapper name transforms */
3708 /* target_name transforms -- use actual target program name; might have lt- prefix */
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el965 "transactions_rolled_back" "transform" "transforms" "trigger_catalog"

Completed in 955 milliseconds

12